Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 81 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. test/fixedbugs/bug349.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // issue 1192 - detail in error
    
    package main
    
    func foo() (a, b, c int) {
    	return 0, 1 2.01  // ERROR "unexpected literal 2.01|expected ';' or '}' or newline|not enough arguments to return"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 367 bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. src/runtime/testdata/testprogcgo/tracebackctxt.go

    			break
    		}
    	}
    
    	want := []struct {
    		function string
    		line     int
    	}{
    		{"main.G2", 0},
    		{"cFunction", 0x10200},
    		{"cFunction", 0x200},
    		{"cFunction", 0x10201},
    		{"cFunction", 0x201},
    		{"main.G1", 0},
    		{"cFunction", 0x10100},
    		{"cFunction", 0x100},
    		{"main.TracebackContext", 0},
    	}
    
    	ok := true
    	i := 0
    wantLoop:
    	for _, w := range want {
    		for ; i < len(frames); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 29 15:30:38 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  8. src/image/png/testdata/pngsuite/ftbgn3p08.sng

        (129,129,129)     # rgb = (0x81,0x81,0x81)
        (127,127,127)     # rgb = (0x7f,0x7f,0x7f) grey50
        (  0,  0,158)     # rgb = (0x00,0x00,0x9e)
        (125,125,125)     # rgb = (0x7d,0x7d,0x7d) grey49
        (  0,  0,201)     # rgb = (0x00,0x00,0xc9)
        (123,123,123)     # rgb = (0x7b,0x7b,0x7b)
        (121,121,121)     # rgb = (0x79,0x79,0x79)
        ( 55, 55, 86)     # rgb = (0x37,0x37,0x56)
        (119,119,119)     # rgb = (0x77,0x77,0x77)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 27 22:27:41 UTC 2016
    - 13.7K bytes
    - Viewed (0)
  9. src/image/png/testdata/pngsuite/ftbyn3p08.sng

        (129,129,129)     # rgb = (0x81,0x81,0x81)
        (127,127,127)     # rgb = (0x7f,0x7f,0x7f) grey50
        (  0,  0,158)     # rgb = (0x00,0x00,0x9e)
        (125,125,125)     # rgb = (0x7d,0x7d,0x7d) grey49
        (  0,  0,201)     # rgb = (0x00,0x00,0xc9)
        (123,123,123)     # rgb = (0x7b,0x7b,0x7b)
        (121,121,121)     # rgb = (0x79,0x79,0x79)
        ( 55, 55, 86)     # rgb = (0x37,0x37,0x56)
        (119,119,119)     # rgb = (0x77,0x77,0x77)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 27 22:27:41 UTC 2016
    - 13.8K bytes
    - Viewed (0)
  10. 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)
Back to top