- Sort Score
- Num 10 results
- Language All
Results 311 - 320 of 727 for jour (0.02 seconds)
-
android/guava-tests/test/com/google/common/collect/LegacyComparable.java
import org.jspecify.annotations.NullMarked; import org.jspecify.annotations.Nullable; /** * A class that implements {@code Comparable} without generics, such as those found in libraries * that support Java 1.4 and before. Our library needs to do the bare minimum to accommodate such * types, though their use may still require an explicit type parameter and/or warning suppression. * * @author Kevin Bourrillion */Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Feb 13 17:34:21 GMT 2025 - 2.5K bytes - Click Count (0) -
guava-testlib/src/com/google/common/testing/TestLogHandler.java
/** We will keep a private list of all logged records */ @GuardedBy("lock") private final List<LogRecord> list = new ArrayList<>(); /** Adds the most recently logged record to our list. */ @Override public void publish(@Nullable LogRecord record) { synchronized (lock) { if (record != null) { list.add(record); } } } @OverrideCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 2.8K bytes - Click Count (0) -
android-test/src/test/kotlin/okhttp/android/test/RobolectricOkHttpClientTest.kt
@RunWith(RobolectricTestRunner::class) @Config( sdk = [23, 26, 30, 33, 35], ) class RobolectricOkHttpClientTest : BaseOkHttpClientUnitTest() { @Before fun setContext() { // This is awkward because Robolectric won't run our initializers and we don't want test deps // https://github.com/robolectric/robolectric/issues/8461 OkHttp.initialize(ApplicationProvider.getApplicationContext()) }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Aug 30 16:25:39 GMT 2025 - 1.2K bytes - Click Count (0) -
android/guava/src/com/google/common/util/concurrent/IgnoreJRERequirement.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 02 18:21:28 GMT 2025 - 1.1K bytes - Click Count (1) -
guava/src/com/google/common/cache/IgnoreJRERequirement.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 02 18:21:28 GMT 2025 - 1.1K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/IgnoreJRERequirement.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 02 18:21:28 GMT 2025 - 1.1K bytes - Click Count (0) -
android/guava/src/com/google/common/io/IgnoreJRERequirement.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 02 18:21:28 GMT 2025 - 1.1K bytes - Click Count (0) -
guava/src/com/google/common/base/IgnoreJRERequirement.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 02 18:21:28 GMT 2025 - 1.1K bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/WrongType.java
* limitations under the License. */ package com.google.common.collect.testing; import com.google.common.annotations.GwtCompatible; /** * A type which will never be used as the element type of any collection in our tests, and so can be * used to test how a Collection behaves when given input of the wrong type. */ @GwtCompatible public enum WrongType { VALUECreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Dec 04 17:37:03 GMT 2017 - 934 bytes - Click Count (0) -
guava-testlib/src/com/google/common/collect/testing/IgnoreJRERequirement.java
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jul 02 18:21:28 GMT 2025 - 1.2K bytes - Click Count (0)