Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for 001s (0.05 sec)

  1. src/time/time_test.go

    }{
    	{"0s", 0},
    	{"1ns", 1 * Nanosecond},
    	{"1.1µs", 1100 * Nanosecond},
    	{"2.2ms", 2200 * Microsecond},
    	{"3.3s", 3300 * Millisecond},
    	{"4m5s", 4*Minute + 5*Second},
    	{"4m5.001s", 4*Minute + 5001*Millisecond},
    	{"5h6m7.001s", 5*Hour + 6*Minute + 7001*Millisecond},
    	{"8m0.000000001s", 8*Minute + 1*Nanosecond},
    	{"2562047h47m16.854775807s", 1<<63 - 1},
    	{"-2562047h47m16.854775808s", -1 << 63},
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  2. src/debug/elf/file_test.go

    	//   [    1] .text             PROGBITS        00000000 000034 000000 00  AX  0   0  1
    	//   [    2] .data             PROGBITS        00000000 000034 000000 00  WA  0   0  1
    	//   [    3] .bss              NOBITS          00000000 000034 000000 00  WA  0   0  1
    	//   [    4] section_0001      PROGBITS        00000000 000034 000004 00  WA  0   0  4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  3. src/math/all_test.go

    	2.9613652154015058521951083e+00,
    	1.7949041616585821933067568e+00,
    	2.3564032905983506405561554e+00,
    	1.7287118790768438878045346e+00,
    	1.3626658083714826013073193e+00,
    	-2.8581483626513914445234004e+00,
    }
    var atan = []float64{
    	1.372590262129621651920085e+00,
    	1.442290609645298083020664e+00,
    	-2.7011324359471758245192595e-01,
    	-1.3738077684543379452781531e+00,
    	1.4673921193587666049154681e+00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

            then:
            resolve.expectGraph {
                root(":", ":depsub:") {
                    project(':sub', 'org.test:sub:0.0.1') {
                        configuration = 'default'
                        selectedByRule()
                    }
                    edge('foo:bar:1', 'org.test:sub:0.0.1')
                }
            }
        }
    
        def "should fail not crash if empty selector skipped"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    								Type: "string",
    							},
    						},
    					},
    				},
    				ValidationExtensions: schema.ValidationExtensions{
    					XValidations: apiextensions.ValidationRules{
    						{
    							Rule:    "size(self[0][0]) == 10",
    							Message: "size of items under items of scoped field should be equal to 10",
    						},
    					},
    				},
    			},
    			expectedResults: []validationMatcher{
    				noError(),
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. test/fixedbugs/issue30116.out

                         slice[0:0:-9876543210] runtime error: slice bounds out of range [::-9876543210]
                                  slice[0:0:-1] runtime error: slice bounds out of range [::-1]
                                   slice[0:0:0] no panic
                                   slice[0:0:3] no panic
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 17:33:38 UTC 2019
    - 53.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

            input_tensor=ops.convert_to_tensor(input_data)
        )
    
        # Indirectly tests that the model is only partially quantized.
        self.assertAllClose(new_outputs, expected_outputs, rtol=0.011)
    
        # Due to other meta data, the compression is not exactly 1/4.
        self.assertLess(
            testing.get_size_ratio(
                self._output_saved_model_path, self._input_saved_model_path
            ),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  8. cmd/object-api-multipart_test.go

    		{bucketNames[0], objectNames[0], "abc", 0, 0, ListPartsInfo{}, InvalidUploadID{UploadID: "abc"}, false},
    		// Test case for uploadID with multiple parts (Test number 12).
    		{bucketNames[0], objectNames[0], uploadIDs[0], 0, 10, partInfos[0], nil, true},
    		// Test case with maxParts set to less than number of parts (Test number 13).
    		{bucketNames[0], objectNames[0], uploadIDs[0], 0, 3, partInfos[1], nil, true},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        assertThat(parse("http://[2001:0db8::1:0:0:1]").host).isEqualTo(a3)
        assertThat(parse("http://[2001:db8:0:0:1::1]").host).isEqualTo(a3)
        assertThat(parse("http://[2001:db8:0000:0:1::1]").host).isEqualTo(a3)
        assertThat(parse("http://[2001:DB8:0:0:1::1]").host).isEqualTo(a3)
      }
    
      @Test
      fun hostIpv6AddressLeadingCompression() {
        assertThat(parse("http://[::0001]").host).isEqualTo("::1")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  10. src/time/format.go

    	if !isDigit(s, 0) {
    		return 0, s, errBad
    	}
    	if !isDigit(s, 1) {
    		if fixed {
    			return 0, s, errBad
    		}
    		return int(s[0] - '0'), s[1:], nil
    	}
    	return int(s[0]-'0')*10 + int(s[1]-'0'), s[2:], nil
    }
    
    // getnum3 parses s[0:1], s[0:2], or s[0:3] (fixed forces s[0:3])
    // as a decimal integer and returns the integer and the remainder
    // of the string.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
Back to top