Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for runBatch (0.1 sec)

  1. okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/TestDohMain.kt

            workingOnly = true,
            getOnly = true,
          )
        runBatch(dnsProviders, names)
        println("cached second run\n*****************\n")
        dnsProviders =
          providers(
            client = bootstrapClient,
            http2Only = true,
            workingOnly = true,
            getOnly = true,
          )
        runBatch(dnsProviders, names)
      } finally {
        bootstrapClient.connectionPool.evictAll()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTaskTest.java

        assertTrue(task.isCancelled());
        assertEquals(1, runLatch.getCount());
    
        // Wait for the listeners to be called, don't rely on the same-thread exec.
        listenerLatch.await(5, SECONDS);
        assertTrue(task.isDone());
        assertTrue(task.isCancelled());
    
        // Make sure we didn't run anything.
        assertEquals(1, runLatch.getCount());
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/ListenableFutureTaskTest.java

        assertTrue(task.isCancelled());
        assertEquals(1, runLatch.getCount());
    
        // Wait for the listeners to be called, don't rely on the same-thread exec.
        listenerLatch.await(5, SECONDS);
        assertTrue(task.isDone());
        assertTrue(task.isCancelled());
    
        // Make sure we didn't run anything.
        assertEquals(1, runLatch.getCount());
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  4. RELEASE.md

        *   Promoting `tf.data.experimental.enumerate_dataset` to core as
            `tf.data.Dataset.enumerate`.
        *   Promoting `tf.data.experimental.unbatch` to core as
            `tf.data.Dataset.unbatch`.
        *   Adds option for introducing slack in the pipeline to reduce CPU
            contention, via `tf.data.Options().experimental_slack = True`
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
  5. api/go1.txt

    pkg syscall (linux-386), const ETH_P_X25 ideal-int
    pkg syscall (linux-386), const ETIME Errno
    pkg syscall (linux-386), const EUCLEAN Errno
    pkg syscall (linux-386), const EUNATCH Errno
    pkg syscall (linux-386), const EXFULL Errno
    pkg syscall (linux-386), const FD_CLOEXEC ideal-int
    pkg syscall (linux-386), const FD_SETSIZE ideal-int
    pkg syscall (linux-386), const FLUSHO ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (linux-386), const ETIMEDOUT = 110
    pkg syscall (linux-386), const ETOOMANYREFS = 109
    pkg syscall (linux-386), const ETXTBSY = 26
    pkg syscall (linux-386), const EUCLEAN = 117
    pkg syscall (linux-386), const EUNATCH = 49
    pkg syscall (linux-386), const EUSERS = 87
    pkg syscall (linux-386), const EWOULDBLOCK = 11
    pkg syscall (linux-386), const EXDEV = 18
    pkg syscall (linux-386), const EXFULL = 54
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const ETH_P_X25 ideal-int
    pkg syscall (linux-arm-cgo), const ETIME Errno
    pkg syscall (linux-arm-cgo), const EUCLEAN Errno
    pkg syscall (linux-arm-cgo), const EUNATCH Errno
    pkg syscall (linux-arm-cgo), const EXFULL Errno
    pkg syscall (linux-arm-cgo), const FD_CLOEXEC ideal-int
    pkg syscall (linux-arm-cgo), const FD_SETSIZE ideal-int
    pkg syscall (linux-arm-cgo), const FLUSHO ideal-int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
Back to top