Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for addPlan (0.31 sec)

  1. okhttp/src/test/java/okhttp3/internal/connection/FastFallbackExchangeFinderTest.kt

        )
      }
    
      @Test
      fun thirdPlanAlreadyConnected() {
        val plan0 = routePlanner.addPlan()
        plan0.tcpConnectDelayNanos = 520.ms
        val plan1 = routePlanner.addPlan()
        plan1.tcpConnectDelayNanos = 260.ms // Connect completes at 510 ms.
        val plan2 = routePlanner.addPlan()
        plan2.connectState = TLS_CONNECTED
    
        taskRunner.newQueue().execute("connect") {
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 24 04:40:49 GMT 2024
    - 20.9K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/FakeRoutePlanner.kt

      override val address = factory.newAddress("example.com")
    
      fun addPlan(): FakePlan {
        return FakePlan(nextPlanId++).also {
          plans += it
        }
      }
    
      override fun isCanceled() = canceled
    
      override fun plan(): FakePlan {
        // Return deferred plans preferentially. These don't require addPlan().
        if (deferredPlans.isNotEmpty()) return deferredPlans.removeFirst() as FakePlan
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Apr 24 04:40:49 GMT 2024
    - 6.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                roleQueryHelper.build(SearchRequestType.SUGGEST).stream().forEach(builder::addRole);
                builder.setSize(parameter.getNum());
                stream(langs).of(stream -> stream.forEach(builder::addLang));
    
                stream(parameter.getTags()).of(stream -> stream.forEach(builder::addTag));
                final String key = ComponentUtil.getVirtualHostHelper().getVirtualHostKey();
                if (StringUtil.isNotBlank(key)) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 02:17:23 GMT 2024
    - 50.3K bytes
    - Viewed (0)
  4. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type IfAnnounceMsghdr struct, What uint16
    pkg syscall (freebsd-386-cgo), type IfData struct
    pkg syscall (freebsd-386-cgo), type IfData struct, Addrlen uint8
    pkg syscall (freebsd-386-cgo), type IfData struct, Baudrate uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Collisions uint32
    pkg syscall (freebsd-386-cgo), type IfData struct, Datalen uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type IfAnnounceMsghdr struct, What uint16
    pkg syscall (netbsd-arm64-cgo), type IfData struct
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Addrlen uint8
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Baudrate uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Collisions uint64
    pkg syscall (netbsd-arm64-cgo), type IfData struct, Hdrlen uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), type IfAnnounceMsghdr struct, What uint16 #53466
    pkg syscall (freebsd-riscv64), type IfData struct #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Addrlen uint8 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Baudrate uint64 #53466
    pkg syscall (freebsd-riscv64), type IfData struct, Collisions uint64 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), type IPv6MTUInfo struct, Mtu uint32
    pkg syscall (darwin-arm64), type IfData struct
    pkg syscall (darwin-arm64), type IfData struct, Addrlen uint8
    pkg syscall (darwin-arm64), type IfData struct, Baudrate uint32
    pkg syscall (darwin-arm64), type IfData struct, Collisions uint32
    pkg syscall (darwin-arm64), type IfData struct, Hdrlen uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), type IfAnnounceMsghdr struct, What uint16
    pkg syscall (freebsd-arm64), type IfData struct
    pkg syscall (freebsd-arm64), type IfData struct, Addrlen uint8
    pkg syscall (freebsd-arm64), type IfData struct, Baudrate uint64
    pkg syscall (freebsd-arm64), type IfData struct, Collisions uint64
    pkg syscall (freebsd-arm64), type IfData struct, Datalen uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg syscall (darwin-386), type Fstore_t struct, Offset int64
    pkg syscall (darwin-386), type Fstore_t struct, Posmode int32
    pkg syscall (darwin-386), type IfData struct
    pkg syscall (darwin-386), type IfData struct, Addrlen uint8
    pkg syscall (darwin-386), type IfData struct, Baudrate uint32
    pkg syscall (darwin-386), type IfData struct, Collisions uint32
    pkg syscall (darwin-386), type IfData struct, Hdrlen uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. api/go1.1.txt

    pkg syscall (windows-386), type AddrinfoW struct
    pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
    pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr
    pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16
    pkg syscall (windows-386), type AddrinfoW struct, Family int32
    pkg syscall (windows-386), type AddrinfoW struct, Flags int32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top