Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 186 for 001s (0.06 sec)

  1. src/image/testdata/video-001.q50.411.jpeg

    video-001.q50.411.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 26 02:08:45 UTC 2015
    - 3.3K bytes
    - Viewed (0)
  2. src/image/testdata/video-001.q50.440.jpeg

    video-001.q50.440.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3.6K bytes
    - Viewed (0)
  3. src/image/testdata/video-001.q50.444.jpeg

    video-001.q50.444.jpeg...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 3.9K bytes
    - Viewed (0)
  4. test/fixedbugs/bug196.go

    // run
    
    // Copyright 2009 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    var m = map[int]int{0: 0, 1: 0}
    var nf = 0
    var i int
    
    func multi() (int, int) { return 1, 2 }
    
    func xxx() {
    	var c chan int
    	x, ok := <-c
    
    	var m map[int]int
    	x, ok = m[1]
    
    	var i interface{}
    	var xx int
    	xx, ok = i.(int)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 18 21:15:42 UTC 2012
    - 654 bytes
    - Viewed (0)
  5. src/cmd/internal/test2json/testdata/bench.json

    {"Action":"output","Test":"BenchmarkFoo-8","Output":"\tx_test.go:8: My benchmark\n"}
    {"Action":"bench","Test":"BenchmarkFoo-8"}
    {"Action":"output","Output":"PASS\n"}
    {"Action":"output","Output":"ok  \tcommand-line-arguments\t0.009s\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 956 bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate_registration_test.cc

        %1:2 = tf_executor.island wraps "tf.Const"() {device = "", dtype = "tfdtype$DT_HALF", value = dense<[1.0, 2.0]> : tensor<2xf16>} : () -> tensor<2xf16> loc("const2")
        tf_executor.fetch %0#0, %1#0 : tensor<1x2xf16>, tensor<2xf16>
      }
      func.return %graph#0, %graph#1 : tensor<1x2xf16>, tensor<2xf16>
    })";
      std::string result;
    
      auto status = Translate(kMlirSource, result);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 23:11:32 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  7. src/container/ring/example_test.go

    	}
    
    	// Link ring r and ring s
    	rs := r.Link(s)
    
    	// Iterate through the combined ring and print its contents
    	rs.Do(func(p any) {
    		fmt.Println(p.(int))
    	})
    
    	// Output:
    	// 0
    	// 0
    	// 1
    	// 1
    }
    
    func ExampleRing_Unlink() {
    	// Create a new ring of size 6
    	r := ring.New(6)
    
    	// Get the length of the ring
    	n := r.Len()
    
    	// Initialize the ring with some integer values
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/health/gc/GarbageCollectionStats.java

                        findMaxSize(events),
                        events.size()
                );
            }
        }
    
        private static GarbageCollectionStats noData() {
            return new GarbageCollectionStats(0, 0, -1, 0);
        }
    
        /**
         * @return a rate in unit 'GC events per second'
         */
        private static double calculateRate(Collection<GarbageCollectionEvent> events) {
            if (events.size() < 2) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/metrics/metrics_test.go

                apiserver_authorization_webhook_duration_seconds_bucket{name="wh1.example.com",result="timeout",le="0.005"} 0
                apiserver_authorization_webhook_duration_seconds_bucket{name="wh1.example.com",result="timeout",le="0.01"} 0
                apiserver_authorization_webhook_duration_seconds_bucket{name="wh1.example.com",result="timeout",le="0.025"} 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:01:15 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  10. cmd/postpolicyform_test.go

    		formValues.Set("X-Amz-Credential", tt.XAmzCredential)
    		if tt.Expired {
    			// Expired already.
    			pp.SetExpires(UTCNow().AddDate(0, 0, -10))
    		} else {
    			// Expires in 10 days.
    			pp.SetExpires(UTCNow().AddDate(0, 0, 10))
    		}
    
    		formValues.Set("Policy", base64.StdEncoding.EncodeToString([]byte(pp.String())))
    		formValues.Set("Success_action_status", tt.SuccessActionStatus)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 8.9K bytes
    - Viewed (0)
Back to top