Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 44 for swiftc (0.15 sec)

  1. src/runtime/mgcmark.go

    //
    //go:nowritebarrier
    func markroot(gcw *gcWork, i uint32, flushBgCredit bool) int64 {
    	// Note: if you add a case here, please also update heapdump.go:dumproots.
    	var workDone int64
    	var workCounter *atomic.Int64
    	switch {
    	case work.baseData <= i && i < work.baseBSS:
    		workCounter = &gcController.globalsScanWork
    		for _, datap := range activeModules() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    	for i := range modified {
    		obj := modified[i]
    		if diff := cmp.Diff(objects[i], obj); diff != "" {
    			t.Logf("Updating %T %q, diff (-old, +new):\n%s", obj, obj.GetName(), diff)
    			switch obj := obj.(type) {
    			case *resourcev1alpha2.ResourceClaim:
    				obj, err := tc.client.ResourceV1alpha2().ResourceClaims(obj.Namespace).Update(tc.ctx, obj, metav1.UpdateOptions{})
    				if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  3. src/runtime/mgc.go

    // condition should be tested when allocating.
    func (t gcTrigger) test() bool {
    	if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
    		return false
    	}
    	switch t.kind {
    	case gcTriggerHeap:
    		trigger, _ := gcController.trigger()
    		return gcController.heapLive.Load() >= trigger
    	case gcTriggerTime:
    		if gcController.gcPercent.Load() < 0 {
    			return false
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

              op, "require the type of input to have static shapes");
        }
    
        DenseIntElementsAttr shift_attr;
        Value shift = tf_roll_op.getShift();
        auto shift_ranked_attr_type =
            mlir::dyn_cast<RankedTensorType>(shift.getType());
        if (!shift_ranked_attr_type ||
            !matchPattern(shift, m_Constant(&shift_attr))) {
          return failure();
        }
    
        DenseIntElementsAttr axis_attr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  5. src/net/http/client_test.go

    	// Actual hostname: should not receive any request.
    	const wantBody = "response body"
    	var tsURL string
    	var tsHost string
    	ts := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		switch r.URL.Path {
    		case "/":
    			// Relative redirect.
    			if r.Host != virtualHost {
    				t.Errorf("Serving /: Request.Host = %#v; want %#v", r.Host, virtualHost)
    				w.WriteHeader(404)
    				return
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:30:50 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  6. pkg/kubelet/pod_workers_test.go

    	f.lock.Lock()
    	defer f.lock.Unlock()
    	var uid types.UID
    	switch {
    	case options.Pod != nil:
    		uid = options.Pod.UID
    	case options.RunningPod != nil:
    		uid = options.RunningPod.ID
    	default:
    		return
    	}
    	status, err := f.cache.Get(uid)
    	if err != nil {
    		f.t.Errorf("Unexpected error: %v", err)
    	}
    	switch options.UpdateType {
    	case kubetypes.SyncPodKill:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  7. istioctl/pkg/describe/describe.go

    			facts = append(facts, trafficMatch.String())
    		}
    	}
    
    	return match, facts
    }
    
    func renderStringMatch(sm *v1alpha3.StringMatch) string {
    	if sm == nil {
    		return ""
    	}
    
    	switch x := sm.MatchType.(type) {
    	case *v1alpha3.StringMatch_Exact:
    		return x.Exact
    	case *v1alpha3.StringMatch_Prefix:
    		return x.Prefix + "*"
    	}
    
    	return sm.String()
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * link:{javadocPath}/org/gradle/nativeplatform/tasks/StripSymbols.html[StripSymbols]
     * link:{javadocPath}/org/gradle/nativeplatform/tasks/ExtractSymbols.html[ExtractSymbols]
     * link:{javadocPath}/org/gradle/language/swift/tasks/SwiftCompile.html[SwiftCompile]
     * link:{javadocPath}/org/gradle/nativeplatform/tasks/LinkMachOBundle.html[LinkMachOBundle]
    
    [[rel4.6:visual_studio_single_solution]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/ppc64.s

    	// and accept the same constants.
    	MOVW $2147483648, R5            // 64058000
    	MOVWZ $-2147483648, R5          // 3ca08000
    
    	// TODO: These are preprocessed by the assembler into MOVD $const>>shift, R5; SLD $shift, R5.
    	//       This only captures the MOVD. Should the SLD be appended to the encoding by the test?
    	// Hex constant 0x20004000000
    	MOVD $2199090364416, R5         // 60058001
    	// Hex constant 0xFFFFFE0004000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:53:50 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  10. tensorflow/c/c_api.h

    // instead of the original node's output.
    //
    // Callers must also satisfy the following constraints:
    // - `inputs` cannot refer to TF_Outputs within a control flow context. For
    //   example, one cannot use the output of "switch" node as input.
    // - `inputs` and `outputs` cannot have reference types. Reference types are
    //   not exposed through C API and are being replaced with Resources. We support
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
Back to top