Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Kevin (0.36 sec)

  1. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

    import java.util.BitSet;
    import java.util.Collections;
    import java.util.List;
    import java.util.Random;
    
    /**
     * Benchmark for the {@link CharMatcher} class.
     *
     * @author David Beaumont
     * @author Kevin Bourrillion
     * @author David Richter
     */
    public class CharMatcherBenchmark {
    
      // Caliper injects params automatically
    
      // Overall configuration
      @Param SampleMatcherConfig config;
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    * fix kubectl taint e2e flake: add retries for removing taint ([#33872](https://github.com/kubernetes/kubernetes/pull/33872), [@kevin-wangzefeng](https://github.com/kevin-wangzefeng))
    * portfordwardtester: avoid data loss during send+close+exit ([#37103](https://github.com/kubernetes/kubernetes/pull/37103), [@sttts](https://github.com/sttts))
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    dreamhosters.com
    
    // Drobo : http://www.drobo.com/
    // Submitted by Ricardo Padilha <******@****.***>
    mydrobo.com
    
    // Drud Holdings, LLC. : https://www.drud.com/
    // Submitted by Kevin Bridges <kevin@drud.com>
    drud.io
    drud.us
    
    // DuckDNS : http://www.duckdns.org/
    // Submitted by Richard Harper <******@****.***>
    duckdns.org
    
    // Bip : https://bip.sh
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  4. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

    import java.util.BitSet;
    import java.util.Collections;
    import java.util.List;
    import java.util.Random;
    
    /**
     * Benchmark for the {@link CharMatcher} class.
     *
     * @author David Beaumont
     * @author Kevin Bourrillion
     * @author David Richter
     */
    public class CharMatcherBenchmark {
    
      // Caliper injects params automatically
    
      // Overall configuration
      @Param SampleMatcherConfig config;
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Maps.java

     * and {@link Queues}.
     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#maps">{@code Maps}</a>.
     *
     * @author Kevin Bourrillion
     * @author Mike Bostock
     * @author Isaac Shum
     * @author Louis Wasserman
     * @since 2.0
     */
    @GwtCompatible(emulated = true)
    @ElementTypesAreNonnullByDefault
    public final class Maps {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Apr 24 19:38:27 GMT 2024
    - 159.3K bytes
    - Viewed (0)
Back to top