Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for eventual (0.25 sec)

  1. src/cmd/link/internal/ld/data.go

    				// Redirect it to runtime.unreachableMethod, which will throw if called.
    				rs = syms.unreachableMethod
    			}
    			if target.IsExternal() {
    				nExtReloc++
    
    				// set up addend for eventual relocation via outer symbol.
    				rs := rs
    				rs, off := FoldSubSymbolOffset(ldr, rs)
    				xadd := r.Add() + off
    				rst := ldr.SymType(rs)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  2. src/cmd/internal/obj/x86/asm6.go

    )
    
    const (
    	// Encoding for VEX prefix in tables.
    	// The P, L, and W fields are chosen to match
    	// their eventual locations in the VEX prefix bytes.
    
    	// Encoding for VEX prefix in tables.
    	// The P, L, and W fields are chosen to match
    	// their eventual locations in the VEX prefix bytes.
    
    	// Using spare bit to make leading [E]VEX encoding byte different from
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    	//
    	// doAllThreadsSyscall requires that every M in allm will eventually
    	// start and be signal-able, even with a STW.
    	//
    	// Disable preemption here until we start the thread to ensure that
    	// newm is not preempted between allocm and starting the new thread,
    	// ensuring that anything added to allm is guaranteed to eventually
    	// start.
    	acquirem()
    
    	mp := allocm(pp, fn, id)
    	mp.nextp.set(pp)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    		}
    	}()
    	sh := b.Shell(a)
    
    	a1 := a.Deps[0]
    	a.buildID = a1.buildID
    	if a.json != nil {
    		a.json.BuildID = a.buildID
    	}
    
    	// If we are using the eventual install target as an up-to-date
    	// cached copy of the thing we built, then there's no need to
    	// copy it into itself (and that would probably fail anyway).
    	// In this case a1.built == a.Target because a1.built == p.Target,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. src/cmd/go/internal/load/pkg.go

    // the source file, but most processing should be over the vendor-resolved
    // import paths. We do this resolution lazily both to avoid file system work
    // and because the eventual real load of the test imports (during 'go test')
    // can produce better error messages if it starts with the original paths.
    // The initial load of p loads all the non-test imports and rewrites
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

    called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecyc...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        }
    
        // This shows current behaviour, where the transform is executed even though the input artifact has not been created yet
        // This should become an error eventually
        def "executes transform immediately when required during task graph building"() {
            buildFile << declareAttributes() << withJarTasks() << """
                import org.gradle.api.artifacts.transform.TransformParameters
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  8. src/net/http/transport_test.go

    		for i := 0; i < 3; i++ {
    			res, err := ts.Client().Get(ts.URL + path)
    			if err != nil {
    				t.Errorf("Get %s: %v", path, err)
    				continue
    			}
    			// We want to close this body eventually (before the
    			// defer afterTest at top runs), but not before the
    			// len(addrSeen) check at the bottom of this test,
    			// since Closing this early in the loop would risk
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

               allow_all_select_tf_ops_) &&
              (tensorflow::OpRegistry::Global()->LookUp(node_def->op()) !=
               nullptr)));
    
        // Flex op case
        // Eventually, the allowlist will go away and we will rely on some TF op
        // trait (e.g. No side effect) to determine if it is a supported "Flex"
        // op or not.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

      local -r localdns_file="${dst_dir}/0-dns/nodelocaldns/nodelocaldns.yaml"
      setup-addon-custom-yaml "addons" "0-dns/nodelocaldns" "nodelocaldns.yaml" "${CUSTOM_NODELOCAL_DNS_YAML:-}"
      # eventually all the __PILLAR__ stuff will be gone, but theyre still in nodelocaldns for backward compat.
      sed -i -e "s/__PILLAR__DNS__DOMAIN__/${DNS_DOMAIN}/g" "${localdns_file}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top