Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 41 - 50 of 60 for 3349 (0.07 seconds)

  1. android/guava/src/com/google/common/collect/TreeRangeMap.java

        return new TreeRangeMap<>();
      }
    
      /**
       * Returns a new {@link TreeRangeMap} containing the same ranges as the given {@code RangeMap}.
       *
       * @since 33.4.0
       */
      @SuppressWarnings("unchecked")
      public static <K extends Comparable<?>, V> TreeRangeMap<K, V> copyOf(
          RangeMap<K, ? extends V> rangeMap) {
        if (rangeMap instanceof TreeRangeMap) {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Sep 23 17:50:58 GMT 2025
    - 22.7K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/base/Stopwatch.java

       * level 26+ or you <a
       * href="https://developer.android.com/studio/write/java11-default-support-table">opt in to
       * library desugaring</a>.
       *
       * @since 33.4.0 (but since 22.0 in the JRE flavor)
       */
      // If users use this when they shouldn't, we hope that NewApi will catch subsequent Duration calls
      @IgnoreJRERequirement
      @J2ktIncompatible
      @GwtIncompatible
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Oct 08 18:55:33 GMT 2025
    - 9.5K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.35.md

    - github.com/aws/aws-sdk-go-v2/service/sts: [v1.30.1 → v1.33.19](https://github.com/aws/aws-sdk-go-v2/compare/service/sts/v1.30.1...service/sts/v1.33.19)
    - github.com/aws/aws-sdk-go-v2: [v1.30.1 → v1.36.3](https://github.com/aws/aws-sdk-go-v2/compare/v1.30.1...v1.36.3)
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:20:49 GMT 2026
    - 265.9K bytes
    - Click Count (0)
  4. okhttp/build.gradle.kts

          // https://cs.android.com/android-studio/platform/tools/base/+/mirror-goog-studio-main:build-system/gradle-core/src/main/java/com/android/build/gradle/tasks/factory/AndroidUnitTest.java;l=339
          allJvmArgs = allJvmArgs.filter { !it.startsWith("--add-opens") }
        }
      }
    }
    
    // Work around issue 8826, where the Sentry SDK assumes that OkHttp's internal-visibility symbols
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Feb 04 22:16:39 GMT 2026
    - 11.4K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/hash/BloomFilter.java

       *     BloomFilter}; must be positive
       * @return a {@code Collector} generating a {@code BloomFilter} of the received elements
       * @since 33.4.0 (but since 23.0 in the JRE flavor)
       */
      @IgnoreJRERequirement // Users will use this only if they're already using streams.
      public static <T extends @Nullable Object> Collector<T, ?, BloomFilter<T>> toBloomFilter(
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 10 22:28:12 GMT 2026
    - 27.6K bytes
    - Click Count (0)
  6. .teamcity/performance-test-durations.json

        "testProject" : "nowInAndroidBuild",
        "linux" : 407,
        "windows" : 496,
        "macOs" : 274
      }, {
        "testProject" : "santaTrackerAndroidBuild",
        "linux" : 574,
        "windows" : 749,
        "macOs" : 349
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.AndroidIncrementalExecutionPerformanceTest.non-abi change with configuration caching",
      "durations" : [ {
        "testProject" : "nowInAndroidBuild",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 04:45:09 GMT 2026
    - 26.1K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/util/concurrent/FluentFuture.java

       * ({@code this}) will be cancelled and interrupted.
       *
       * @param timeout when to time out the future
       * @param scheduledExecutor The executor service to enforce the timeout.
       * @since 33.4.0 (but since 28.0 in the JRE flavor)
       */
      @J2ktIncompatible
      @GwtIncompatible // ScheduledExecutorService
      @IgnoreJRERequirement // Users will use this only if they're already using Duration.
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 19.8K bytes
    - Click Count (0)
  8. guava/src/com/google/common/base/Splitter.java

       * {@link #splitToList(CharSequence)}.
       *
       * @param sequence the sequence of characters to split
       * @return a stream over the segments split from the parameter
       * @since 28.2 (but only since 33.4.0 in the Android flavor)
       */
      public Stream<String> splitToStream(CharSequence sequence) {
        // Can't use Streams.stream() from base
        return StreamSupport.stream(split(sequence).spliterator(), false);
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 23.8K bytes
    - Click Count (0)
  9. android/guava/src/com/google/common/base/Splitter.java

       * {@link #splitToList(CharSequence)}.
       *
       * @param sequence the sequence of characters to split
       * @return a stream over the segments split from the parameter
       * @since 33.4.0 (but since 28.2 in the JRE flavor)
       */
      // If users use this when they shouldn't, we hope that NewApi will catch subsequent Stream calls.
      @IgnoreJRERequirement
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Feb 23 19:19:10 GMT 2026
    - 23.8K bytes
    - Click Count (0)
  10. guava-tests/benchmark/com/google/common/base/EnumsBenchmark.java

        X333,
        X334,
        X335,
        X336,
        X337,
        X338,
        X339,
        X340,
        X341,
        X342,
        X343,
        X344,
        X345,
        X346,
        X347,
        X348,
        X349,
        X350,
        X351,
        X352,
        X353,
        X354,
        X355,
        X356,
        X357,
        X358,
        X359,
        X360,
        X361,
        X362,
        X363,
        X364,
        X365,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Dec 19 18:03:30 GMT 2024
    - 29.4K bytes
    - Click Count (0)
Back to Top