Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 73 for 0_201 (0.04 sec)

  1. okhttp/src/test/java/okhttp3/CallTest.kt

       */
      @Test
      fun anonCipherSuiteUnsupported() {
        platform.assumeNotConscrypt()
        platform.assumeNotBouncyCastle()
    
        // The _anon_ suites became unsupported in "1.8.0_201" and "11.0.2".
        assumeFalse(
          System.getProperty("java.version", "unknown").matches(Regex("1\\.8\\.0_1\\d\\d")),
        )
        server.enqueue(MockResponse())
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  2. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/ShowToolchainsTaskTest.groovy

        def "reports toolchains in right order"() {
            given:
            defineJdks(
                jdk("14", "+2", "14"),
                jdk("15-ea", "+2", "15"),
                jdk("9", "+2", "15"),
                jdk("1.8.0_202", "-b01", "1.8.0_202"),
                jdk("1.8.0_404", "-b01", "1.8.0_404")
            )
            toolchainConfiguration.isAutoDetectEnabled() >> true
            toolchainConfiguration.isDownloadEnabled() >> true
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/strategy/VersionRangeSelectorTest.groovy

            expect:
            !accept("[1.0,2.0]", "0.99")
            !accept("[1.0,2.0]", "2.0.1")
            !accept("[1.0,2.0]", "42")
    
            !accept("[1.0,2.0[", "0.99")
            !accept("[1.0,2.0[", "2.0")
            !accept("[1.0,2.0[", "42")
            !accept("[1.0,2.0[", "2.0-final")
    
            !accept("]1.0,2.0]", "1.0")
            !accept("]1.0,2.0]", "2.0.1")
            !accept("]1.0,2.0]", "42")
    
            !accept("]1.0,2.0[", "1.0")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  4. src/runtime/sizeclasses.go

    ^uint32(0)/96 + 1, ^uint32(0)/112 + 1, ^uint32(0)/128 + 1, ^uint32(0)/144 + 1, ^uint32(0)/160 + 1, ^uint32(0)/176 + 1, ^uint32(0)/192 + 1, ^uint32(0)/208 + 1, ^uint32(0)/224 + 1, ^uint32(0)/240 + 1, ^uint32(0)/256 + 1, ^uint32(0)/288 + 1, ^uint32(0)/320 + 1, ^uint32(0)/352 + 1, ^uint32(0)/384 + 1, ^uint32(0)/416 + 1, ^uint32(0)/448 + 1, ^uint32(0)/480 + 1, ^uint32(0)/512 + 1, ^uint32(0)/576 + 1, ^uint32(0)/640 + 1, ^uint32(0)/704 + 1, ^uint32(0)/768 + 1, ^uint32(0)/896 + 1, ^uint32(0)/1024 + 1, ^uint32(0)/1152...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:31:27 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/executor_canonicalize.mlir

          tf_executor.yield %3, %5, %4 : tensor<i1>, tensor<i1>, tensor<i1>
        }
        tf_executor.fetch %1#1, %1#0, %1#2 : tensor<i1>, tensor<i1>, tensor<i1>
      }
      func.return %0#2, %0#1 : tensor<i1>, tensor<i1>
    }
    
    // CHECK-NEXT: %[[OP_A:[0-9]*]] = "tf.opA"(%[[ARG_0]])
    // CHECK-NEXT: %[[OP_B:[0-9]*]] = "tf.opB"(%[[OP_A]])
    // CHECK-NEXT: "tf.opC"(%[[OP_B]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 04 14:07:37 UTC 2022
    - 13.6K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_386.go

    	ARPHRD_ATM                       = 0x13
    	ARPHRD_AX25                      = 0x3
    	ARPHRD_BIF                       = 0x307
    	ARPHRD_CHAOS                     = 0x5
    	ARPHRD_CISCO                     = 0x201
    	ARPHRD_CSLIP                     = 0x101
    	ARPHRD_CSLIP6                    = 0x103
    	ARPHRD_DDCMP                     = 0x205
    	ARPHRD_DLCI                      = 0xf
    	ARPHRD_ECONET                    = 0x30e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_amd64.go

    	ARPHRD_ATM                       = 0x13
    	ARPHRD_AX25                      = 0x3
    	ARPHRD_BIF                       = 0x307
    	ARPHRD_CHAOS                     = 0x5
    	ARPHRD_CISCO                     = 0x201
    	ARPHRD_CSLIP                     = 0x101
    	ARPHRD_CSLIP6                    = 0x103
    	ARPHRD_DDCMP                     = 0x205
    	ARPHRD_DLCI                      = 0xf
    	ARPHRD_ECONET                    = 0x30e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_arm.go

    	ARPHRD_ATM                       = 0x13
    	ARPHRD_AX25                      = 0x3
    	ARPHRD_BIF                       = 0x307
    	ARPHRD_CHAOS                     = 0x5
    	ARPHRD_CISCO                     = 0x201
    	ARPHRD_CSLIP                     = 0x101
    	ARPHRD_CSLIP6                    = 0x103
    	ARPHRD_DDCMP                     = 0x205
    	ARPHRD_DLCI                      = 0xf
    	ARPHRD_ECONET                    = 0x30e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_ppc64.go

    	ARPHRD_BIF                       = 0x307
    	ARPHRD_CAIF                      = 0x336
    	ARPHRD_CAN                       = 0x118
    	ARPHRD_CHAOS                     = 0x5
    	ARPHRD_CISCO                     = 0x201
    	ARPHRD_CSLIP                     = 0x101
    	ARPHRD_CSLIP6                    = 0x103
    	ARPHRD_DDCMP                     = 0x205
    	ARPHRD_DLCI                      = 0xf
    	ARPHRD_ECONET                    = 0x30e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_s390x.go

    	ARPHRD_BIF                       = 0x307
    	ARPHRD_CAIF                      = 0x336
    	ARPHRD_CAN                       = 0x118
    	ARPHRD_CHAOS                     = 0x5
    	ARPHRD_CISCO                     = 0x201
    	ARPHRD_CSLIP                     = 0x101
    	ARPHRD_CSLIP6                    = 0x103
    	ARPHRD_DDCMP                     = 0x205
    	ARPHRD_DLCI                      = 0xf
    	ARPHRD_ECONET                    = 0x30e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 73.3K bytes
    - Viewed (0)
Back to top