Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for serions (0.13 sec)

  1. gradle/libs.versions.toml

    [versions]
    agp = "8.12.2"
    biz-aQute-bnd = "7.1.0"
    checkStyle = "11.0.1"
    com-squareup-moshi = "1.15.2"
    com-squareup-okio = "3.16.0"
    de-mannodermaus-junit5 = "1.8.0"
    graalvm = "24.2.2"
    #noinspection UnusedVersionCatalogEntry
    junit-platform = "1.13.4"
    kotlinx-serialization = "1.9.0"
    ksp = "2.2.10-2.0.2"
    lintGradle = "1.0.0-alpha05"
    mockserverClient = "5.15.0"
    org-bouncycastle = "1.81"
    org-conscrypt = "2.5.2"
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Aug 31 17:41:20 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. guava/src/com/google/common/reflect/Types.java

        // non-hacky way (i.e. using String value class names- "[L...")?
        return Array.newInstance(componentType, 0).getClass();
      }
    
      /*
       * TODO(benyu): Once behavior is the same for all Java (and Android) versions we support, delete
       * this. It is possible that one or both of JAVA6 and JAVA7 have become unnecessary already.
       */
      enum JavaVersion {
        JAVA6 {
          @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/reflect/Types.java

        // non-hacky way (i.e. using String value class names- "[L...")?
        return Array.newInstance(componentType, 0).getClass();
      }
    
      /*
       * TODO(benyu): Once behavior is the same for all Java (and Android) versions we support, delete
       * this. It is possible that one or both of JAVA6 and JAVA7 have become unnecessary already.
       */
      enum JavaVersion {
        JAVA6 {
          @Override
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  4. android/pom.xml

                <excludes>
                  <!-- The root module (where applicable) is withheld because it is provided at `META-INF/versions/9/`. -->
                  <exclude>/module-info.class</exclude>
                  <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. -->
                  <exclude>META-INF/versions/9/com/**/*.class</exclude>
                </excludes>
                <archive>
                  <manifestEntries>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  5. pom.xml

                <excludes>
                  <!-- The root module (where applicable) is withheld because it is provided at `META-INF/versions/9/`. -->
                  <exclude>/module-info.class</exclude>
                  <!-- Avoid duplicating compiled classes within the `META-INF/versions/9/` root. -->
                  <exclude>META-INF/versions/9/com/**/*.class</exclude>
                </excludes>
                <archive>
                  <manifestEntries>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/reflect/TypeResolver.java

             * just one problem: Under all the JDK versions that we support (though *not* under
             * Android), the built-in TypeVariable's equals() method doesn't recognize instances of our
             * TypeVariable implementation. This is a problem because users compare TypeVariables from
             * the JDK against TypeVariables returned by TypeResolver. To work with all JDK versions,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 24.2K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/hash/BloomFilter.java

     * {@link #writeTo} and {@link #readFrom} methods. Both serialized forms will continue to be
     * supported by future versions of this library. However, serial forms generated by newer versions
     * of the code may not be readable by older versions of the code (e.g., a serialized Bloom filter
     * generated today may <i>not</i> be readable by a binary that was compiled 6 months ago).
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Aug 31 13:15:26 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/reflect/TypeResolver.java

             * just one problem: Under all the JDK versions that we support (though *not* under
             * Android), the built-in TypeVariable's equals() method doesn't recognize instances of our
             * TypeVariable implementation. This is a problem because users compare TypeVariables from
             * the JDK against TypeVariables returned by TypeResolver. To work with all JDK versions,
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 14:03:14 UTC 2025
    - 24.2K bytes
    - Viewed (0)
Back to top