Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 0_201 (0.07 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. 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)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	ARPHRD_CAIF                                 = 0x336
    	ARPHRD_CAN                                  = 0x118
    	ARPHRD_CHAOS                                = 0x5
    	ARPHRD_CISCO                                = 0x201
    	ARPHRD_CSLIP                                = 0x101
    	ARPHRD_CSLIP6                               = 0x103
    	ARPHRD_DDCMP                                = 0x205
    	ARPHRD_DLCI                                 = 0xf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      %4 = "tf.XlaConvV2"(%arg0, %0, %3, %2, %3, %3, %1) {batch_group_count = 1 : i64, device = "", dimension_numbers = "\18\02 \032\02\00\01@\03P\03Z\02\01\02b\02\01\02", precision_config = ""} : (tensor<4x8x8x16xf32>, tensor<3x3x16x16xf32>, tensor<2xi32>, tensor<2x2xi32>, tensor<2xi32>, tensor<2xi32>, tensor<i32>) -> tensor<4x8x8x16xf32>
      func.return %4 : tensor<4x8x8x16xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  6. src/net/netip/netip_test.go

    		{
    			ip: Addr{},
    			s:  "invalid IP",
    		},
    		{
    			ip: mustIP("192.0.2.1"),
    			s:  "192.0.2.1",
    		},
    		{
    			ip: mustIP("::ffff:192.0.2.1"),
    			s:  "0000:0000:0000:0000:0000:ffff:c000:0201",
    		},
    		{
    			ip: mustIP("2001:db8::1"),
    			s:  "2001:0db8:0000:0000:0000:0000:0000:0001",
    		},
    		{
    			ip: mustIP("2001:db8::1%eth0"),
    			s:  "2001:0db8:0000:0000:0000:0000:0000:0001%eth0",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_PTHREAD_KEY_CREATE              = 0x1FE // 510
    	SYS_PTHREAD_MUTEXATTR_INIT          = 0x1FF // 511
    	SYS_PTHREAD_MUTEXATTR_DESTROY       = 0x200 // 512
    	SYS_PTHREAD_MUTEXATTR_SETKIND_NP    = 0x201 // 513
    	SYS_PTHREAD_MUTEXATTR_GETKIND_NP    = 0x202 // 514
    	SYS_PTHREAD_MUTEX_INIT              = 0x203 // 515
    	SYS_PTHREAD_MUTEX_DESTROY           = 0x204 // 516
    	SYS_PTHREAD_MUTEX_LOCK              = 0x205 // 517
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/gateway_test.go

    							},
    							{
    								Port: &networking.Port{Name: "http", Number: 801, Protocol: "HTTP"},
    							},
    						},
    					},
    				},
    			},
    			nil,
    			[]string{"0.0.0.0_80", "0.0.0.0_801"},
    		},
    		{
    			"privileged port on unprivileged pod",
    			&pilot_model.Proxy{
    				Metadata: &pilot_model.NodeMetadata{
    					UnprivilegedPod: "true",
    				},
    			},
    			[]config.Config{
    				{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/loong64/asm.go

    		return 0x20e << 15
    	case AMULF:
    		return 0x209 << 15
    	case AMULD:
    		return 0x20a << 15
    	case ASUBF:
    		return 0x205 << 15
    	case ASUBD:
    		return 0x206 << 15
    	case AADDF:
    		return 0x201 << 15
    	case AADDD:
    		return 0x202 << 15
    	case ATRUNCFV:
    		return 0x46a9 << 10
    	case ATRUNCDV:
    		return 0x46aa << 10
    	case ATRUNCFW:
    		return 0x46a1 << 10
    	case ATRUNCDW:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				"node-b": framework.Unschedulable,
    			},
    		},
    		{
    			// In this unit test, NodeAffinity plugin is not involved, so node-b still fits
    			name: "incoming pod has nodeAffinity, pods spread as 0/~2~/0/1, hence node-a fits",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				NodeAffinityNotIn("node", []string{"node-b"}).
    				SpreadConstraint(1, "zone", v1.DoNotSchedule, fooSelector, nil, nil, nil, nil).
    				Obj(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
Back to top