Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for systems (0.15 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Yes, please do!' pleaded Alice.
    
      `And be quick about it,' added the Hatter, `or you'll be asleep
    again before it's done.'
    
      `Once upon a time there were three little sisters,' the
    Dormouse began in a great hurry; `and their names were Elsie,
    Lacie, and Tillie; and they lived at the bottom of a well--'
    
      `What did they live on?' said Alice, who always took a great
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  2. guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                69459838, 69459907, 69459976, 69460045, 69460114, 69460183, 69460252, 69460321,
                69460390, 69460459, 69460528, 69460596, 69460664, 69460732, 69460800, 69460868, 69460936
              };
          System.arraycopy(temp, 0, prob, 0, temp.length);
        }
    
        private static void populateProb2() {
          int[] temp =
              new int[] {
                69461004, 69461072, 69461140, 69461208, 69461276, 69461344, 69461412,
    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)
  3. android/guava/src/com/google/common/collect/Maps.java

       *       public Double apply(Integer in) {
       *         return Math.sqrt((int) in);
       *       }
       *     };
       * Map<String, Double> transformed = Maps.transformValues(map, sqrt);
       * System.out.println(transformed);
       * }</pre>
       *
       * ... prints {@code {a=2.0, b=3.0}}.
       *
       * <p>Changes in the underlying map are reflected in this view. Conversely, this view supports
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  4. android/guava-tests/benchmark/com/google/common/base/CharMatcherBenchmark.java

                69459838, 69459907, 69459976, 69460045, 69460114, 69460183, 69460252, 69460321,
                69460390, 69460459, 69460528, 69460596, 69460664, 69460732, 69460800, 69460868, 69460936
              };
          System.arraycopy(temp, 0, prob, 0, temp.length);
        }
    
        private static void populateProb2() {
          int[] temp =
              new int[] {
                69461004, 69461072, 69461140, 69461208, 69461276, 69461344, 69461412,
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Oct 10 19:45:10 GMT 2022
    - 194.8K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `Yes, please do!' pleaded Alice.
    
      `And be quick about it,' added the Hatter, `or you'll be asleep
    again before it's done.'
    
      `Once upon a time there were three little sisters,' the
    Dormouse began in a great hurry; `and their names were Elsie,
    Lacie, and Tillie; and they lived at the bottom of a well--'
    
      `What did they live on?' said Alice, who always took a great
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top