- Sort Score
- Num 10 results
- Language All
Results 1681 - 1690 of 3,875 for False (0.02 seconds)
-
android/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTaskTest.java
private final CountDownLatch taskLatch = new CountDownLatch(1); private final CountDownLatch listenerLatch = new CountDownLatch(1); private volatile boolean throwException = false; private final ListenableFutureTask<Integer> task = ListenableFutureTask.create( () -> { runLatch.countDown(); taskLatch.await(); if (throwException) {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 4.7K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/AbstractFutureState.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 33.2K bytes - Click Count (0) -
mockwebserver/src/main/kotlin/mockwebserver3/MockResponse.kt
this.throttlePeriodNanos = 0L this.failHandshake = false this.onRequestStart = null this.doNotReadRequestBody = false this.onRequestBody = null this.onResponseStart = null this.onResponseBody = null this.onResponseEnd = null this.shutdownServer = false this.headersDelayNanos = 0L this.bodyDelayNanos = 0LCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Jun 20 11:46:46 GMT 2025 - 17.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/ForwardingNavigableMap.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 14.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java
if (unreleasedInfo != null) { if (distribution.getBundledJdk() == false) { throw new GradleException( "Configuring a snapshot bwc distribution ('" + distribution.getName() + "') "
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Aug 20 19:11:05 GMT 2021 - 8.8K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/transform/RestTestTransformer.java
traverseTest(new RestTestContext(testName), test, null, objectKeyFinders, arrayByObjectKeyFinders); } } // transform the global setup if (setupTransforms.isEmpty() == false) { int i = 0; for (RestTestTransformGlobalSetup setupTransform : setupTransforms) { ObjectNode result = setupTransform.transformSetup(setupSection);
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jul 12 17:42:01 GMT 2021 - 8.1K bytes - Click Count (0) -
cmd/admin-heal-ops.go
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 25.4K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/FilteredEntryMultimap.java
} @SuppressWarnings("EmptyList") // ImmutableList doesn't support nullable element types Collection<V> unmodifiableEmptyCollection() { // These return false, rather than throwing a UOE, on remove calls. return (unfiltered instanceof SetMultimap) ? emptySet() : emptyList(); } @Override public void clear() { entries().clear(); } @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 18:35:44 GMT 2025 - 12.3K bytes - Click Count (0) -
guava-tests/test/com/google/common/collect/SynchronizedNavigableMapTest.java
assertTrue(Thread.holdsLock(mutex)); return delegate().headMap(toKey, inclusive); } @Override public SortedMap<K, V> headMap(K toKey) { return headMap(toKey, false); } @Override public @Nullable Entry<K, V> higherEntry(K key) { assertTrue(Thread.holdsLock(mutex)); return delegate().higherEntry(key); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 12.8K bytes - Click Count (0) -
pom.xml
<networkaddress.cache.ttl>-1</networkaddress.cache.ttl> <networkaddress.cache.negative.ttl>-1</networkaddress.cache.negative.ttl> </systemPropertyVariables> <useSystemClassLoader>false</useSystemClassLoader> <useModulePath>false</useModulePath> <forkCount>1</forkCount> <reuseForks>true</reuseForks> <skipAfterFailureCount>0</skipAfterFailureCount> </configuration> <dependencies>
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Mon Aug 25 14:34:10 GMT 2025 - 12.1K bytes - Click Count (0)