Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 30 for 0_81 (0.04 sec)

  1. src/crypto/tls/testdata/Client-TLSv10-ExportKeyingMaterial

    >>> Flow 2 (server to client)
    00000000  16 03 01 00 5d 02 00 00  59 03 01 6f 36 7b f5 f4  |....]...Y..o6{..|
    00000010  3b 49 31 64 aa 42 a7 8c  a2 4d 00 a7 9c b9 b6 9c  |;I1d.B...M......|
    00000020  0d 2f 09 81 e8 ab 74 77  11 fe 0b 20 e0 b9 92 4d  |./....tw... ...M|
    00000030  e2 70 fd 58 ec 58 02 f2  b3 44 d2 3d 7f c9 ad ca  |.p.X.X...D.=....|
    00000040  5c 78 fe f9 36 67 a8 b7  a8 0f 7a 1a c0 13 00 00  |\x..6g....z.....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/reflect/Types.java

        }
    
        boolean jdkTypeDuplicatesOwnerName() {
          return true;
        }
      }
    
      /**
       * Per <a href="https://code.google.com/p/guava-libraries/issues/detail?id=1635">issue 1635</a>,
       * In JDK 1.7.0_51-b13, {@link TypeVariableImpl#equals(Object)} is changed to no longer be equal
       * to custom TypeVariable implementations. As a result, we need to make sure our TypeVariable
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 17 16:33:44 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

         | Vendor:             AdoptOpenJDK
         | Architecture:       x86_64
         | Is JDK:             true
         | Detected by:        environment variable 'JDK16'
    
     + Oracle JDK 1.7.0_80
         | Location:           /Library/Java/JavaVirtualMachines/jdk1.7.0_80.jdk/Contents/Home/jre
         | Language Version:   7
         | Vendor:             Oracle
         | Architecture:       x86_64
         | Is JDK:             false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    				assertOnError: assertNilError,
    			},
    			{
    				name:          "tag 1 with float16 value",
    				in:            hex("c1f93c00"), // 1(1.0_1)
    				want:          "1970-01-01T00:00:01Z",
    				fixme:         "decoding cbor data tagged with 1 produces time.Time instead of RFC3339 timestamp string",
    				assertOnError: assertNilError,
    			},
    			{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/reflect/Types.java

        }
    
        boolean jdkTypeDuplicatesOwnerName() {
          return true;
        }
      }
    
      /**
       * Per <a href="https://code.google.com/p/guava-libraries/issues/detail?id=1635">issue 1635</a>,
       * In JDK 1.7.0_51-b13, {@link TypeVariableImpl#equals(Object)} is changed to no longer be equal
       * to custom TypeVariable implementations. As a result, we need to make sure our TypeVariable
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 17 16:33:44 UTC 2024
    - 23.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	EINPROGRESS     = syscall.Errno(0x73)
    	EISCONN         = syscall.Errno(0x6a)
    	EISNAM          = syscall.Errno(0x78)
    	EKEYEXPIRED     = syscall.Errno(0x7f)
    	EKEYREJECTED    = syscall.Errno(0x81)
    	EKEYREVOKED     = syscall.Errno(0x80)
    	EL2HLT          = syscall.Errno(0x33)
    	EL2NSYNC        = syscall.Errno(0x2d)
    	EL3HLT          = syscall.Errno(0x2e)
    	EL3RST          = syscall.Errno(0x2f)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.go

    	St_opaque       [3]uint8  // 0x70
    	St_visible      uint8     // 0x73
    	St_reftime      uint32    // 0x74
    	St_fid          uint64    // 0x78
    	St_filefmt      uint8     // 0x80
    	St_fspflag2     uint8     // 0x81
    	St_res03        [2]uint8  // 0x82
    	St_ctimemsec    uint32    // 0x84
    	St_seclabel     [8]uint8  // 0x88
    	St_res04        [4]uint8  // 0x90
    	// end of version 1
    	_               uint32    // 0x94
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	EINPROGRESS     = syscall.Errno(0x73)
    	EISCONN         = syscall.Errno(0x6a)
    	EISNAM          = syscall.Errno(0x78)
    	EKEYEXPIRED     = syscall.Errno(0x7f)
    	EKEYREJECTED    = syscall.Errno(0x81)
    	EKEYREVOKED     = syscall.Errno(0x80)
    	EL2HLT          = syscall.Errno(0x33)
    	EL2NSYNC        = syscall.Errno(0x2d)
    	EL3HLT          = syscall.Errno(0x2e)
    	EL3RST          = syscall.Errno(0x2f)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	EINPROGRESS     = syscall.Errno(0x73)
    	EISCONN         = syscall.Errno(0x6a)
    	EISNAM          = syscall.Errno(0x78)
    	EKEYEXPIRED     = syscall.Errno(0x7f)
    	EKEYREJECTED    = syscall.Errno(0x81)
    	EKEYREVOKED     = syscall.Errno(0x80)
    	EL2HLT          = syscall.Errno(0x33)
    	EL2NSYNC        = syscall.Errno(0x2d)
    	EL3HLT          = syscall.Errno(0x2e)
    	EL3RST          = syscall.Errno(0x2f)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	BPF_DROP                                   = 0x2
    	BPF_REDIRECT                               = 0x7
    	BPF_LWT_REROUTE                            = 0x80
    	BPF_FLOW_DISSECTOR_CONTINUE                = 0x81
    	BPF_SOCK_OPS_RTO_CB_FLAG                   = 0x1
    	BPF_SOCK_OPS_RETRANS_CB_FLAG               = 0x2
    	BPF_SOCK_OPS_STATE_CB_FLAG                 = 0x4
    	BPF_SOCK_OPS_RTT_CB_FLAG                   = 0x8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top