Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for crack (0.06 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    			// COMPARE LOGICAL AND BRANCH RELATIVE (64)
    			opcode = op_CLGRJ
    		}
    
    		if int32(int16(v)) != v {
    			// The branch is too far for one instruction so crack
    			// `CMPBEQ x, y, target` into:
    			//
    			//     CMPBNE x, y, 2(PC)
    			//     BR     target
    			//
    			// Note that the instruction sequence MUST NOT clobber
    			// the condition code.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		}
    		if i, o := string(inBytes), string(outBytes); i != o {
    			t.Fatalf("output != input:\n  want: %s\n   got: %s", i, o)
    		}
    	}
    }
    
    func TestStoreCreateHooks(t *testing.T) {
    	// To track which hooks were called in what order.  Not all hooks can
    	// mutate the object.
    	var milestones []string
    
    	setAnn := func(obj runtime.Object, key string) {
    		pod := obj.(*example.Pod)
    		if pod.Annotations == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    in perfect whiteness. And this whiteness, if the Water was very tenacious and well-temper'd, would slowly spread and dilate it self over the greater part of the Bubble; continually growing paler at the top, where at length it would crack in many places, and those cracks, as they dilated, would appear of a pretty good, but yet obscure and dark Sky-colour; the white between the blue Spots diminishing, until it resembled the Threds of an irregular Net-work, and soon after vanish'd, and left all the upper...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. go.sum

    github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
    github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
    github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
    github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
    github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  5. src/database/sql/sql.go

    		dc.needReset = true
    	}
    	if cv, ok := dc.ci.(driver.Validator); ok {
    		return cv.IsValid()
    	}
    	return true
    }
    
    // prepareLocked prepares the query on dc. When cg == nil the dc must keep track of
    // the prepared statements in a pool.
    func (dc *driverConn) prepareLocked(ctx context.Context, cg stmtConnGrabber, query string) (*driverStmt, error) {
    	si, err := ctxDriverPrepare(ctx, dc.ci, query)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    				"node-x": framework.Unschedulable,
    				"node-y": framework.Unschedulable,
    			},
    		},
    		{
    			name: "pod cannot be scheduled as all nodes don't have label 'rack'",
    			pod: st.MakePod().Name("p").Label("foo", "").
    				SpreadConstraint(1, "rack", v1.DoNotSchedule, fooSelector, nil, nil, nil, nil).
    				Obj(),
    			nodes: []*v1.Node{
    				st.MakeNode().Name("node-a").Label("zone", "zone1").Label("node", "node-a").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)
  7. src/main/webapp/css/bootstrap.min.css

    15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Wed Dec 25 08:05:52 UTC 2019
    - 155.8K bytes
    - Viewed (0)
  8. src/main/webapp/css/admin/bootstrap.min.css

    15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 155.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          return true;
        }
        return *potential_element_type == new_element_type;
      };
    
      std::stack<Value> worklist;
      worklist.emplace(tensorlist);
    
      // Track the set of values we've already visited to avoid exponential blowup.
      absl::flat_hash_set<void*> visited;
      auto add_to_worklist = [&worklist, &visited](Value v) {
        if (visited.find(v.getAsOpaquePointer()) == visited.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  10. src/reflect/value.go

    //
    // Deprecated: The memory representation of interface values is not
    // compatible with InterfaceData.
    func (v Value) InterfaceData() [2]uintptr {
    	v.mustBe(Interface)
    	// The compiler loses track as it converts to uintptr. Force escape.
    	escapes(v.ptr)
    	// We treat this as a read operation, so we allow
    	// it even for unexported data, because the caller
    	// has to import "unsafe" to turn it into something
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top