Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for 30028000 (1.46 sec)

  1. src/encoding/asn1/marshal_test.go

    	{nestedStruct{intStruct{127}}, "3005300302017f"},
    	{[]byte{1, 2, 3}, "0403010203"},
    	{implicitTagTest{64}, "3003850140"},
    	{explicitTagTest{64}, "3005a503020140"},
    	{flagTest{true}, "30028000"},
    	{flagTest{false}, "3000"},
    	{time.Unix(0, 0).UTC(), "170d3730303130313030303030305a"},
    	{time.Unix(1258325776, 0).UTC(), "170d3039313131353232353631365a"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 10K bytes
    - Viewed (0)
  2. src/runtime/pprof/proto_test.go

    7f7d77f3f000-7f7d77f42000 rw-p 00000000 00:00 0
    7f7d77f61000-7f7d77f63000 rw-p 00000000 00:00 0
    7f7d77f63000-7f7d77f64000 r--p 00022000 fc:01 1180217                    /lib/x86_64-linux-gnu/ld-2.19.so
    7f7d77f64000-7f7d77f65000 rw-p 00023000 fc:01 1180217                    /lib/x86_64-linux-gnu/ld-2.19.so
    7f7d77f65000-7f7d77f66000 rw-p 00000000 00:00 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 23:21:53 UTC 2024
    - 17K bytes
    - Viewed (0)
  3. cmd/prune-junit-xml/prunexml_test.go

    	</testsuite>
    	<testsuite tests="2" failures="1" time="30.050000" name="k8s.io/kubernetes/test/integration/apimachinery" timestamp="">
    		<properties>
    			<property name="go.version" value="go1.18 linux/amd64"></property>
    		</properties>
    		<testcase classname="k8s.io/kubernetes/test/integration/apimachinery" name="TestWatchRestartsIfTimeoutNotReached/group/InformerWatcher_survives_closed_watches" time="30.050000"></testcase>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 12:26:00 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  4. platforms/software/testing-base/src/main/resources/org/gradle/api/internal/tasks/testing/report/style.css

    #successRate {
        width: 140px;
        margin-left: 35px;
    }
    
    #successRate .percent {
        font-size: 180%;
    }
    
    .success, .success a {
        color: #008000;
    }
    
    div.success, #successRate.success {
        background-color: #bbd9bb;
        border-color: #008000;
    }
    
    .failures, .failures a {
        color: #b60808;
    }
    
    .skipped, .skipped a {
        color: #c09853;
    }
    
    div.failures, #successRate.failures {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. docs/en/docs/deployment/manually.md

     <font color="#4E9A06">│                                                     │</font>
     <font color="#4E9A06">│  Serving at: http://0.0.0.0:8000                    │</font>
     <font color="#4E9A06">│                                                     │</font>
     <font color="#4E9A06">│  API docs: http://0.0.0.0:8000/docs                 │</font>
     <font color="#4E9A06">│                                                     │</font>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. src/encoding/json/bench_test.go

    	var x any
    	if err := dec.Decode(&x); err != nil {
    		b.Fatalf("Decode error: %v", err)
    	}
    	ones := strings.Repeat(" 1\n", 300000) + "\n\n\n"
    	b.StartTimer()
    	for i := 0; i < b.N; i++ {
    		if i%300000 == 0 {
    			buf.WriteString(ones)
    		}
    		x = nil
    		switch err := dec.Decode(&x); {
    		case err != nil:
    			b.Fatalf("Decode error: %v", err)
    		case x != 1.0:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:00:17 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  7. testing/internal-performance-testing/src/main/resources/org/gradle/reporting/style.css

    .more-detail {
        color: #a0a0a0;
        font-size: 8pt;
    }
    
    td.more-detail {
        text-align: left;
        padding-left: 0;
    }
    
    .table-row-even {
        background-color: #ecf4fa;
    }
    
    .min-value {
        color: #008000;
    }
    
    .max-value {
        color: red;
    }
    
    .details {
        padding-top: 5px;
        font-size: 10pt;
    }
    
    #controls {
        float: right;
        text-align: right;
        font-size: 10pt;
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/aot/benchmark.h

    struct Options {
      // kDefaultMicros specifies the default time to run the benchmark, and is used
      // if neither max_iters nor max_micros is set.
      static constexpr int64_t kDefaultMicros = 3000000;
    
      int64_t max_iters = 0;   // Maximum iterations to run, ignored if <= 0.
      int64_t max_micros = 0;  // Maximum microseconds to run, ignored if <= 0.
    };
    
    // Stats holds statistics collected during benchmarking.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 11 01:20:50 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  9. src/fmt/stringer_test.go

    	check(t, s, "U: 5 U8: 6 U16: 7 U32: 8 U64: 9 UI: 10")
    	s = Sprintf("%v %v %v", TF(1.0), TF32(2.0), TF64(3.0))
    	check(t, s, "F: 1.000000 F32: 2.000000 F64: 3.000000")
    	s = Sprintf("%v %v", TB(true), TS("x"))
    	check(t, s, "B: true S: \"x\"")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/clone_constants_for_better_clustering_test.cc

      Output in0 = ops::Placeholder(on_gpu.WithOpName("in0"), DT_FLOAT);
      Output in1 = ops::Placeholder(on_gpu.WithOpName("in1"), DT_FLOAT);
    
      Output perm_f32 = ops::Const(on_gpu.WithOpName("perm"), {3.0, 1.0, 2.0, 0.0});
      Output perm_int0 =
          ops::Cast(on_gpu.WithOpName("perm_cast_0"), perm_f32, DT_INT32);
      Output perm_int1 =
          ops::Cast(on_gpu.WithOpName("perm_cast_1"), perm_f32, DT_INT32);
    
      {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top