Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 52 for repeated (0.19 sec)

  1. src/database/sql/sql_test.go

    			if err != nil {
    				return
    			}
    			// This is expected to give a cancel error most, but not all the time.
    			// Test failure will happen with a panic or other race condition being
    			// reported.
    			rows, _ := tx.QueryContext(ctx, "WAIT|"+qwait+"|SELECT|people|name|")
    			if rows != nil {
    				var name string
    				// Call Next to test Issue 21117 and check for races.
    				for rows.Next() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

    outputDirectory:
     - transformed \\(Directory, [0-9a-f]+\\)
       - 0 \\(Directory, [0-9a-f]+\\)
         - lib1-green.jar \\(RegularFile, [0-9a-f]+\\)
       - tamper-tamper.txt \\(RegularFile, [0-9a-f]+\\)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

      void rewrite(stablehlo::ReduceWindowOp op,
                   PatternRewriter& rewriter) const override {
        Type result_type = op.getResult(0).getType();
        Value input = op.getOperand(0);
        // Ops with padding is rejected in matching function, so we can use the
        // padding to be 'VALID'.
        StringAttr padding = rewriter.getStringAttr("VALID");
    
        // Use NHWC format.
        int32_t stride_h = 1;
        int32_t stride_w = 1;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    func replace(tmpl string, v interface{}) string {
    	t := template.Must(template.New("test").Parse(tmpl))
    	buf := bytes.NewBuffer(nil)
    	t.Execute(buf, &v)
    	ret := buf.String()
    	klog.V(4).Infof("Replaced: %v into: %v", tmpl, ret)
    	return ret
    }
    
    // newClaimServer returns a new test HTTPS server, which is rigged to return
    // OIDC responses to requests that resolve distributed claims. signer is the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  5. src/runtime/proc.go

    // (2) for optimal thread management we would need to know the future (don't park
    // a worker thread when a new goroutine will be readied in near future).
    //
    // Three rejected approaches that would work badly:
    // 1. Centralize all scheduler state (would inhibit scalability).
    // 2. Direct goroutine handoff. That is, when we ready a new goroutine and there
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_node_status_test.go

    		existingNode          *v1.Node              // existing node object
    		expectedNode          *v1.Node              // new node object after patch
    		expectedReportedInUse []v1.UniqueVolumeName // expected volumes reported in use in volumeManager
    	}{
    		{
    			desc:         "no volumes and no update",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/gateway_test.go

    										},
    									},
    								},
    							},
    						},
    					},
    				},
    				RequireClientCertificate: proto.BoolTrue,
    			},
    		},
    		{
    			// regression test for having both fields set. This is rejected in validation.
    			name: "tls mode ISTIO_MUTUAL, with credentialName",
    			server: &networking.Server{
    				Hosts: []string{"httpbin.example.com"},
    				Port: &networking.Port{
    					Protocol: string(protocol.HTTPS),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. tensorflow/c/c_api.cc

      if (!status->status.ok()) return false;
      *input = {oper, 0};
      return true;
    }
    
    // Copies `src_graph` into `dst_graph`. Any node in `src_graph` with input
    // `src_inputs[i]` will have that input replaced with `dst_inputs[i]`.  `prefix`
    // will be prepended to copied node names. `control_deps` are nodes in
    // `dst_graph` that the copied `src_graph` nodes will have control dependencies
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    				},
    			},
    			expected: []metav1.TableRow{{Cells: []interface{}{"test5", "10Gi", "RWO", "", "Available", "default/test", "my-scn", "<unset>", "", "<unknown>", "<unset>"}}},
    		},
    		{
    			// Test released
    			pv: api.PersistentVolume{
    				ObjectMeta: metav1.ObjectMeta{
    					Name: "test6",
    				},
    				Spec: api.PersistentVolumeSpec{
    					ClaimRef:         &claimRef,
    					StorageClassName: myScn,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <description>
                <![CDATA[
                FOR SYSTEM SCOPE ONLY. Note that use of this property is <b>discouraged</b>
                and may be replaced in later versions. This specifies the path on the filesystem
                for this dependency.
                Requires an absolute path for the value, not relative.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
Back to top