Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 171 for opform (0.12 sec)

  1. src/cmd/internal/obj/ppc64/asm9.go

    	rel.Off = int32(c.pc)
    	rel.Siz = 8
    	rel.Sym = s
    	rel.Add = d
    	if c.ctxt.Flag_shared {
    		switch form {
    		case D_FORM:
    			rel.Type = objabi.R_ADDRPOWER_TOCREL
    		case DS_FORM:
    			rel.Type = objabi.R_ADDRPOWER_TOCREL_DS
    		}
    
    	} else {
    		switch form {
    		case D_FORM:
    			rel.Type = objabi.R_ADDRPOWER
    		case DS_FORM:
    			rel.Type = objabi.R_ADDRPOWER_DS
    		}
    	}
    	return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/flatbuffer_compatibility_test.cc

      ASSERT_TRUE(ParseFile(&current_parser, current_filename, current_contents));
      // Check that the schemas conform and fail if they don't
      auto err = current_parser.ConformTo(base_parser);
      if (!err.empty()) {
        fprintf(stderr,
                "Schemas don't conform:\n%s\n"
                "In other words some change you made means that new parsers can't"
                "parse old files.\n",
                err.c_str());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. src/runtime/traceexp.go

    // license that can be found in the LICENSE file.
    
    package runtime
    
    // traceExpWriter is a wrapper around trace writer that produces traceEvExperimentalBatch
    // batches. This means that the data written to the writer need not conform to the standard
    // trace format.
    type traceExpWriter struct {
    	traceWriter
    	exp traceExperiment
    }
    
    // unsafeTraceExpWriter produces a traceExpWriter that doesn't lock the trace.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:47:01 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. src/internal/trace/testtrace/expectation.go

    func ExpectSuccess() *Expectation {
    	return new(Expectation)
    }
    
    // Check validates whether err conforms to the expectation. Returns
    // an error if it does not conform.
    //
    // Conformance means that if failure is true, then err must be non-nil.
    // If err is non-nil, then it must match errorMatcher.
    func (e *Expectation) Check(err error) error {
    	if !e.failure && err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/node/v1/types.go

    	// For example, a handler called "runc" might specify that the runc OCI
    	// runtime (using native Linux containers) will be used to run the containers
    	// in a pod.
    	// The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements,
    	// and is immutable.
    	Handler string `json:"handler" protobuf:"bytes,2,opt,name=handler"`
    
    	// overhead represents the resource overhead associated with running a pod for a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  6. pkg/controller/statefulset/stateful_pod_control.go

    		// assume the Pod is consistent
    		consistent := true
    		// if the Pod does not conform to its identity, update the identity and dirty the Pod
    		if !identityMatches(set, pod) {
    			updateIdentity(set, pod)
    			consistent = false
    		}
    		// if the Pod does not conform to the StatefulSet's storage requirements, update the Pod's PVC's,
    		// dirty the Pod, and create any missing PVCs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  7. pkg/controller/statefulset/stateful_set_utils.go

    		}
    		claims[templates[i].Name] = *claim
    	}
    	return claims
    }
    
    // updateStorage updates pod's Volumes to conform with the PersistentVolumeClaim of set's templates. If pod has
    // conflicting local Volumes these are replaced with Volumes that conform to the set's templates.
    func updateStorage(set *apps.StatefulSet, pod *v1.Pod) {
    	currentVolumes := pod.Spec.Volumes
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/internal/generic/controller.go

    	} else {
    		lister = c.informer
    	}
    
    	newObj, err = lister.Get(name)
    	if err != nil {
    		if !kerrors.IsNotFound(err) {
    			return err
    		}
    
    		// Deleted object. Inform reconciler with empty
    	}
    
    	return c.reconciler(namespace, name, newObj)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  9. cmd/kubeadm/app/phases/upgrade/staticpods.go

    		}
    
    		if !renewed {
    			// if not error, but not renewed because of external CA detected, inform the user
    			fmt.Printf("[upgrade/staticpods] External CA detected, %s certificate can't be renewed\n", constants.AdminKubeConfigFileName)
    		}
    
    		// Do the same for super-admin.conf, but only if it exists
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 10:07:41 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  10. licenses/github.com/hashicorp/go-version/LICENSE

         restrict the recipients’ rights in the Source Code Form.
    
    3.2. Distribution of Executable Form
    
         If You distribute Covered Software in Executable Form then:
    
         a. such Covered Software must also be made available in Source Code Form,
            as described in Section 3.1, and You must inform recipients of the
            Executable Form how they can obtain a copy of such Source Code Form by
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 15:59:40 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top