Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 125 for Child (0.05 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/service/scopes/GradleUserHomeScopeServices.java

    import org.gradle.process.internal.health.memory.MemoryManager;
    import org.gradle.process.internal.worker.DefaultWorkerProcessFactory;
    import org.gradle.process.internal.worker.WorkerProcessFactory;
    import org.gradle.process.internal.worker.child.WorkerProcessClassPathProvider;
    import org.gradle.util.GradleVersion;
    
    import java.util.List;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation.go

    			}
    			continue
    		}
    		if evalResult != types.True {
    			currentFldPath := fldPath
    			if len(compiled.NormalizedRuleFieldPath) > 0 {
    				currentFldPath = currentFldPath.Child(compiled.NormalizedRuleFieldPath)
    			}
    
    			addErr := func(e *field.Error) {
    				if !compiled.UsesOldSelf && correlation.shouldRatchetError() {
    					warning.AddWarning(ctx, "", e.Error())
    				} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 20 18:21:31 UTC 2024
    - 32.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_rewrite_pass.cc

      return success();
    }
    
    // Given a `ParallelExecute`, replace it with a new `ParallelExecute`. The
    // new `ParallelExecute` will replace the child that contains the
    // `ClusterFunc` with `num_cores_per_replica` children. It keep other children
    // the same. Return values from the child with the `ClusterFunc` will be
    // duplicated `num_cores_per_replica` times.
    LogicalResult AddToParallelExecuteOp(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. src/cmd/go/internal/envcmd/env.go

    		if e.Name == name {
    			return e.Value
    		}
    	}
    	if cfg.CanGetenv(name) {
    		return cfg.Getenv(name)
    	}
    	return ""
    }
    
    // ExtraEnvVars returns environment variables that should not leak into child processes.
    func ExtraEnvVars() []cfg.EnvVar {
    	gomod := ""
    	modload.Init()
    	if modload.HasModRoot() {
    		gomod = modload.ModFilePath()
    	} else if modload.Enabled() {
    		gomod = os.DevNull
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 17:13:51 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	{5, "EIO", "input/output error"},
    	{6, "ENXIO", "no such device or address"},
    	{7, "E2BIG", "argument list too long"},
    	{8, "ENOEXEC", "exec format error"},
    	{9, "EBADF", "bad file descriptor"},
    	{10, "ECHILD", "no child processes"},
    	{11, "EAGAIN", "resource temporarily unavailable"},
    	{12, "ENOMEM", "cannot allocate memory"},
    	{13, "EACCES", "permission denied"},
    	{14, "EFAULT", "bad address"},
    	{15, "ENOTBLK", "block device required"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/api/internal/tasks/DefaultTaskContainer.java

                realizeTask(MODEL_PATH.child(task.getName()), ModelNode.State.GraphClosed);
            }
        }
    
        /**
         * @return true if this method _may_ have done some work.
         */
        private boolean maybeCreateTasks(String name) {
            if (modelNode != null && modelNode.hasLink(name)) {
                realizeTask(MODEL_PATH.child(name), ModelNode.State.Initialized);
                return true;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 09:54:40 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/transforms/optimize.cc

      if (!parent_pad) {
        return rewriter.notifyMatchFailure(pad_op, "parent is not a pad operator");
      }
    
      // We need the parent pad to have exactly one use (which is the child pad),
      // otherwise merging the two pads will create wrong shapes for the other
      // users.
      if (!parent_pad->hasOneUse()) {
        return rewriter.notifyMatchFailure(pad_op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  8. src/internal/trace/summary.go

    // and the transitive closure of all of its children.
    func (s *UserTaskSummary) Descendents() []*UserTaskSummary {
    	descendents := []*UserTaskSummary{s}
    	for _, child := range s.Children {
    		descendents = append(descendents, child.Descendents()...)
    	}
    	return descendents
    }
    
    // UserRegionSummary represents a region and goroutine execution stats
    // while the region was active. (For v2 traces.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. tests/integration/README.md

                            // Do more stuff here.
                        })
                }
            })
    }
    ```
    
    Under the hood, calling `subtest.Run()` delegates to `t.Run()` in order to create a child `testing.T`.
    
    ### Parallel Tests
    
    Many tests can take a while to start up for a variety of reasons, such as waiting for pods to start or waiting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  10. pkg/kubelet/volumemanager/cache/desired_state_of_world.go

    	// volume, this is a no-op.
    	// If a volume with the name volumeName does not exist in the list of
    	// attached volumes, this is a no-op.
    	// If after deleting the pod, the specified volume contains no other child
    	// pods, the volume is also deleted.
    	DeletePodFromVolume(podName types.UniquePodName, volumeName v1.UniqueVolumeName)
    
    	// VolumeExists returns true if the given volume exists in the list of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top