Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for GetID (0.32 sec)

  1. okhttp-testing-support/src/main/kotlin/okhttp3/FakeSSLSession.kt

      }
    
      override fun getCipherSuite(): String {
        throw UnsupportedOperationException()
      }
    
      override fun getCreationTime(): Long {
        throw UnsupportedOperationException()
      }
    
      override fun getId(): ByteArray {
        throw UnsupportedOperationException()
      }
    
      override fun getLastAccessedTime(): Long {
        throw UnsupportedOperationException()
      }
    
      override fun getLocalCertificates(): Array<Certificate> {
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 3.3K bytes
    - Viewed (0)
  2. okhttp-testing-support/src/main/kotlin/okhttp3/DelegatingSSLSession.kt

    import javax.security.cert.X509Certificate
    
    /** An [SSLSession] that delegates all calls.  */
    abstract class DelegatingSSLSession(protected val delegate: SSLSession?) : SSLSession {
      override fun getId(): ByteArray {
        return delegate!!.id
      }
    
      override fun getSessionContext(): SSLSessionContext {
        return delegate!!.sessionContext
      }
    
      override fun getCreationTime(): Long {
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_CPUSET ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETAFFINITY ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_CPUSET_GETID ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETAFFINITY ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_CPUSET_SETID ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_DUP 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)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const SYS_CONNECT = 98
    pkg syscall (freebsd-386), const SYS_CPUSET = 484
    pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY = 487
    pkg syscall (freebsd-386), const SYS_CPUSET_GETID = 486
    pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY = 488
    pkg syscall (freebsd-386), const SYS_CPUSET_SETID = 485
    pkg syscall (freebsd-386), const SYS_DUP = 41
    pkg syscall (freebsd-386), const SYS_DUP2 = 90
    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)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETAFFINITY = 487 #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETAFFINITY ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETID = 486 #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_GETID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETAFFINITY = 488 #53466
    pkg syscall (freebsd-riscv64), const SYS_CPUSET_SETAFFINITY ideal-int #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETAFFINITY = 487
    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETAFFINITY ideal-int
    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETID = 486
    pkg syscall (freebsd-arm64), const SYS_CPUSET_GETID ideal-int
    pkg syscall (freebsd-arm64), const SYS_CPUSET_SETAFFINITY = 488
    pkg syscall (freebsd-arm64), const SYS_CPUSET_SETAFFINITY ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. api/go1.txt

    pkg syscall (freebsd-386), const SYS_CONNECT ideal-int
    pkg syscall (freebsd-386), const SYS_CPUSET ideal-int
    pkg syscall (freebsd-386), const SYS_CPUSET_GETAFFINITY ideal-int
    pkg syscall (freebsd-386), const SYS_CPUSET_GETID ideal-int
    pkg syscall (freebsd-386), const SYS_CPUSET_SETAFFINITY ideal-int
    pkg syscall (freebsd-386), const SYS_CPUSET_SETID ideal-int
    pkg syscall (freebsd-386), const SYS_DUP ideal-int
    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)
Back to top