Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for runBatch (0.28 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 Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. 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 Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 22:10:29 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. 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 Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 22:10:29 UTC 2024
    - 4.7K 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 Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Oct 22 14:33:53 UTC 2024
    - 735.3K bytes
    - Viewed (0)
  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 Nov 05 11:13:11 UTC 2024
    - 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 Nov 05 11:13:11 UTC 2024
    - 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 Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top