Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for nullabilityOf (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .gitignore

    /*/internal-android-performance-testing/build-android-libs
    test-splits/
    /gradle/verification-keyring.gpg
    
    # Kotlin
    # ------
    .kotlin
    
    # IDEA
    # ----
    !/.idea
    /.idea/*
    # Needed to track entry points and nullability annotations (see https://youtrack.jetbrains.com/issue/IDEA-354114 and https://youtrack.jetbrains.com/issue/IDEA-354115)
    !/.idea/misc.xml
    !/.idea/codeStyles
    !/.idea/inspectionProfiles
    !/.idea/icon.png
    !/.idea/icon_dark.png
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 16:15:24 GMT 2026
    - 1.8K bytes
    - Click Count (0)
  2. .github/CODEOWNERS

    testing/architecture-test/src/changes/accepted-changes/accepted-public-api-changes.json
    testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt
    
    # Core automation platform (core/configuration)
    platforms/core-configuration/               @gradle/bt-cortex
    testing/smoke-ide-test/                     @gradle/bt-cortex
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Mar 23 18:38:15 GMT 2026
    - 10.8K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        assertFalse(secondary.wasInterrupted());
        fallback.verifyCallCount(1);
      }
    
      // test of a bogus implementation
      @SuppressWarnings({"AsyncFunctionReturnsNull", "nullness"})
      @J2ktIncompatible // Nullability
      public void testCatchingAsync_nullInsteadOfFuture() throws Exception {
        ListenableFuture<Integer> inputFuture = immediateFailedFuture(new Exception());
        ListenableFuture<?> chainedFuture =
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
  4. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        assertFalse(secondary.wasInterrupted());
        fallback.verifyCallCount(1);
      }
    
      // test of a bogus implementation
      @SuppressWarnings({"AsyncFunctionReturnsNull", "nullness"})
      @J2ktIncompatible // Nullability
      public void testCatchingAsync_nullInsteadOfFuture() throws Exception {
        ListenableFuture<Integer> inputFuture = immediateFailedFuture(new Exception());
        ListenableFuture<?> chainedFuture =
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 134K bytes
    - Click Count (0)
Back to Top