Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 331 - 340 of 344 for L1212 (0.06 seconds)

  1. android/guava-tests/test/com/google/common/primitives/FloatsTest.java

        testReverse(new float[] {3, 1, 1}, 0, 2, new float[] {1, 3, 1});
        testReverse(new float[] {3, 1, 1}, 0, 1, new float[] {3, 1, 1});
        testReverse(new float[] {-1, 1, -2, 2}, 1, 3, new float[] {-1, -2, 1, 2});
      }
    
      private static void testRotate(float[] input, int distance, float[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        Floats.rotate(input, distance);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 01:43:32 GMT 2026
    - 29.4K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/primitives/IntsTest.java

        testReverse(new int[] {3, 1, 1}, 0, 2, new int[] {1, 3, 1});
        testReverse(new int[] {3, 1, 1}, 0, 1, new int[] {3, 1, 1});
        testReverse(new int[] {-1, 1, -2, 2}, 1, 3, new int[] {-1, -2, 1, 2});
      }
    
      private static void testRotate(int[] input, int distance, int[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        Ints.rotate(input, distance);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 01:43:32 GMT 2026
    - 29.4K bytes
    - Click Count (0)
  3. guava-tests/test/com/google/common/primitives/FloatsTest.java

        testReverse(new float[] {3, 1, 1}, 0, 2, new float[] {1, 3, 1});
        testReverse(new float[] {3, 1, 1}, 0, 1, new float[] {3, 1, 1});
        testReverse(new float[] {-1, 1, -2, 2}, 1, 3, new float[] {-1, -2, 1, 2});
      }
    
      private static void testRotate(float[] input, int distance, float[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
        Floats.rotate(input, distance);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 01:43:32 GMT 2026
    - 29.4K bytes
    - Click Count (0)
  4. docs/changelogs/changelog_3x.md

        concurrently close an SSL socket. This would have appeared in crash logs as
        `NullPointerException: bio == null`.
    
    
    ## Version 3.12.12
    
    _2020-05-17_
    
     *  Fix: Don't crash when running as a plugin in Android Studio Canary 4.1. To enable
        platform-specific TLS features OkHttp must detect whether it's running in a JVM or in Android.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 14:55:54 GMT 2022
    - 50.8K bytes
    - Click Count (0)
  5. android/guava-tests/test/com/google/common/io/testdata/simplifypathnoprefixtests.txt

    zhenghua <******@****.***> 1492724018 -0700
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 1.1M bytes
    - Click Count (0)
  6. guava-tests/test/com/google/common/io/testdata/simplifypathnoprefixtests.txt

    Chris Povirk <******@****.***> 1351545708 -0400
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 1.1M bytes
    - Click Count (0)
  7. api/go1.2.txt

    Andrew Gerrand <******@****.***> 1382071019 +0900
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
  8. api/go1.txt

    Russ Cox <******@****.***> 1376506708 -0400
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  9. CREDITS

    Harshavardhana <******@****.***> 1741843791 -0700
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Mar 13 05:29:51 GMT 2025
    - 1.8M bytes
    - Click Count (0)
  10. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    \u0000\u4000\u11c1\u0000\u4000\u11c5\u0000\u4000\u11cc\u0000\u4000\u11d2\u0000\u4000\u11da\u0000\u4000\u11e1\u0000\u4000\u11ea\u0000\u4000\u11f1\u0000\u4000\u11f6\u0000\u4000\u1202\u0000\u4000\u1206\u0000\u4000\u120c\u128a\u4001\u120f\u0000\u4000\u1212\u128b\u4001\u1215\u128c\u4006\u1218\u0000\u4000\u121c\u1292\u4004\u121f\u0000\u4000\u1223\u0000\u4000\u1227\u1296\u4007\u122a\u0000\u4000\u1231\u0000\u4000\u1237\u129d\u400e\u123a\u12ab\u400a\u123d\u12b5\u4005\u1240\u12ba\u4008\u1243\u12c2\u4008\u...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
Back to Top