Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Suppress (0.03 sec)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/concurrent/TaskRunner.kt

        }
    
        /**
         * Wait a duration in nanoseconds. Unlike [java.lang.Object.wait] this interprets 0 as
         * "don't wait" instead of "wait forever".
         */
        @Throws(InterruptedException::class)
        @Suppress("PLATFORM_CLASS_MAPPED_TO_KOTLIN")
        override fun coordinatorWait(
          taskRunner: TaskRunner,
          nanos: Long,
        ) {
          taskRunner.assertLockHeld()
          if (nanos > 0) {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 30 11:30:11 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  2. android/pom.xml

                <version>0.8.0</version>
                <extensions>true</extensions>
              </plugin>
            </plugins>
          </build>
        </profile>
        <profile>
          <id>suppress-open-jre-modules-for-toolchain-1.8</id>
          <activation>
            <property>
              <name>surefire.toolchain.version</name>
              <!-- the value provided by java.specification.version -->
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 24.3K bytes
    - Viewed (0)
  3. pom.xml

                <version>0.8.0</version>
                <extensions>true</extensions>
              </plugin>
            </plugins>
          </build>
        </profile>
        <profile>
          <id>suppress-open-jre-modules-for-toolchain-1.8</id>
          <activation>
            <property>
              <name>surefire.toolchain.version</name>
              <!-- the value provided by java.specification.version -->
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Sep 04 21:35:58 UTC 2025
    - 23.9K bytes
    - Viewed (0)
Back to top