Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 26 for abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ (0.65 seconds)

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

    /**
     * Benchmarks for the ASCII class.
     *
     * @author Kevin Bourrillion
     */
    @NullUnmarked
    public class AsciiBenchmark {
      private static final String ALPHA = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
      private static final String NONALPHA = "0123456789`~-_=+[]{}|;:',.<>/?!@#$%^&*()\"\\";
    
      @Param({"20", "2000"})
      int size;
    
      @Param({"2", "20"})
    Created: 2026-04-03 12:43
    - Last Modified: 2024-12-19 18:03
    - 4.8K bytes
    - Click Count (0)
  2. android/guava-tests/benchmark/com/google/common/base/AsciiBenchmark.java

    /**
     * Benchmarks for the ASCII class.
     *
     * @author Kevin Bourrillion
     */
    @NullUnmarked
    public class AsciiBenchmark {
      private static final String ALPHA = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
      private static final String NONALPHA = "0123456789`~-_=+[]{}|;:',.<>/?!@#$%^&*()\"\\";
    
      @Param({"20", "2000"})
      int size;
    
      @Param({"2", "20"})
    Created: 2026-04-03 12:43
    - Last Modified: 2024-12-19 18:03
    - 4.8K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/io/CharSequenceReaderTest.java

    cpovirk <******@****.***> 1773775530 -0700
    Created: 2026-04-03 12:43
    - Last Modified: 2026-03-17 19:26
    - 6.7K bytes
    - Click Count (0)
  4. guava-tests/test/com/google/common/io/IoTestCase.java

    cpovirk <******@****.***> 1734838544 -0800
    Created: 2026-04-03 12:43
    - Last Modified: 2024-12-22 03:38
    - 5.6K bytes
    - Click Count (0)
  5. cmd/benchmark-utils_test.go

    	runPutObjectBenchmarkParallel(b, objLayer, objSize)
    }
    
    // randomly picks a character and returns its equivalent byte array.
    func getRandomByte() []byte {
    	const letterBytes = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
    	// seeding the random number generator.
    	rand.Seed(UTCNow().UnixNano())
    	// pick a character randomly.
    	return []byte{letterBytes[rand.Intn(len(letterBytes))]}
    }
    
    Created: 2026-04-05 19:28
    - Last Modified: 2025-08-29 02:39
    - 8.1K bytes
    - Click Count (0)
  6. guava-tests/test/com/google/common/xml/XmlEscapersTest.java

    cpovirk <******@****.***> 1773337518 -0700
    Created: 2026-04-03 12:43
    - Last Modified: 2026-03-12 17:47
    - 5K bytes
    - Click Count (0)
  7. android/guava-tests/test/com/google/common/io/CharSequenceReaderTest.java

    cpovirk <******@****.***> 1773775530 -0700
    Created: 2026-04-03 12:43
    - Last Modified: 2026-03-17 19:26
    - 6.7K bytes
    - Click Count (0)
  8. guava-tests/test/com/google/common/base/BenchmarkHelpers.java

    cpovirk <******@****.***> 1754855482 -0700
    Created: 2026-04-03 12:43
    - Last Modified: 2025-08-10 19:54
    - 3.1K bytes
    - Click Count (0)
  9. android/guava-tests/test/com/google/common/base/AsciiTest.java

    cpovirk <******@****.***> 1773406752 -0700
    Created: 2026-04-03 12:43
    - Last Modified: 2026-03-13 13:01
    - 5.7K bytes
    - Click Count (0)
  10. guava-tests/test/com/google/common/base/AsciiTest.java

    cpovirk <******@****.***> 1773406752 -0700
    Created: 2026-04-03 12:43
    - Last Modified: 2026-03-13 13:01
    - 5.7K bytes
    - Click Count (0)
Back to Top