Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for runBatch (0.24 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()
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 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, TimeUnit.SECONDS);
        assertTrue(task.isDone());
        assertTrue(task.isCancelled());
    
        // Make sure we didn't run anything.
        assertEquals(1, runLatch.getCount());
      }
    
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 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, TimeUnit.SECONDS);
        assertTrue(task.isDone());
        assertTrue(task.isCancelled());
    
        // Make sure we didn't run anything.
        assertEquals(1, runLatch.getCount());
      }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 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`
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
  5. api/go1.txt

    pkg debug/elf, const DT_RELAENT DynTag
    pkg debug/elf, const DT_RELASZ DynTag
    pkg debug/elf, const DT_RELENT DynTag
    pkg debug/elf, const DT_RELSZ DynTag
    pkg debug/elf, const DT_RPATH DynTag
    pkg debug/elf, const DT_RUNPATH DynTag
    pkg debug/elf, const DT_SONAME DynTag
    pkg debug/elf, const DT_STRSZ DynTag
    pkg debug/elf, const DT_STRTAB DynTag
    pkg debug/elf, const DT_SYMBOLIC DynTag
    pkg debug/elf, const DT_SYMENT DynTag
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. api/go1.1.txt

    pkg debug/elf, const DT_RELAENT = 9
    pkg debug/elf, const DT_RELASZ = 8
    pkg debug/elf, const DT_RELENT = 19
    pkg debug/elf, const DT_RELSZ = 18
    pkg debug/elf, const DT_RPATH = 15
    pkg debug/elf, const DT_RUNPATH = 29
    pkg debug/elf, const DT_SONAME = 14
    pkg debug/elf, const DT_STRSZ = 10
    pkg debug/elf, const DT_STRTAB = 5
    pkg debug/elf, const DT_SYMBOLIC = 16
    pkg debug/elf, const DT_SYMENT = 11
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 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
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top