Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 92 for Child (0.1 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KDocReferenceResolver.kt

            val getterNames = possibleGetMethodNames(fqName.shortNameOrSpecial())
            return getterNames.flatMap { getterName ->
                resolveKdocFqName(fqName.parent().child(getterName), contextElement, trySyntheticGetters = false)
            }
        }
    
        private fun KaSession.getExtensionReceiverSymbolByThisQualifier(
            fqName: FqName,
            contextElement: KtElement,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 08:26:19 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  2. src/internal/concurrent/hashtriemap.go

    // equal. Returns the new entry chain and whether or not anything was deleted.
    //
    // compareAndDelete must be called under the mutex of the indirect node which e is a child of.
    func (head *entry[K, V]) compareAndDelete(key K, value V, keyEqual, valEqual equalFunc) (*entry[K, V], bool) {
    	if keyEqual(unsafe.Pointer(&head.key), abi.NoEscape(unsafe.Pointer(&key))) &&
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 16:01:55 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  3. src/runtime/signal_unix.go

    		setsig(sig, _SIG_IGN)
    	}
    }
    
    // clearSignalHandlers clears all signal handlers that are not ignored
    // back to the default. This is called by the child after a fork, so that
    // we can enable the signal mask for the exec without worrying about
    // running a signal handler in the child.
    //
    //go:nosplit
    //go:nowritebarrierrec
    func clearSignalHandlers() {
    	for i := uint32(0); i < _NSIG; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

          displayList.push(box);
          if (direction > 0) {
    	// Leave gap on left hand side to indicate self contribution.
    	x += xscale*Math.abs(g.self);
          }
        }
        y += direction * ROW;
    
        // Find child or parent stacks.
        const next = [];
        for (const place of g.places) {
          const stack = stacks.Stacks[place.Stack];
          const nextSlot = place.Pos + direction;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  5. cmd/iam-object-store.go

    	policyDBUsersListKey    = "policydb/users/"
    	policyDBSTSUsersListKey = "policydb/sts-users/"
    	policyDBGroupsListKey   = "policydb/groups/"
    )
    
    // splitPath splits a path into a top-level directory and a child item. The
    // parent directory retains the trailing slash.
    func splitPath(s string, lastIndex bool) (string, string) {
    	var i int
    	if lastIndex {
    		i = strings.LastIndex(s, "/")
    	} else {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  6. src/os/os_windows_test.go

    	cmd.Env = append(cmd.Env, "TEMP="+newtmp)
    	output, err := cmd.CombinedOutput()
    	if err != nil {
    		t.Fatalf("Failed to spawn child process: %v %q", err, string(output))
    	}
    	if want, have := newtmp, string(output); have != want {
    		t.Fatalf("unexpected child process output %q, want %q", have, want)
    	}
    }
    
    // replaceDriveWithVolumeID returns path with its volume name replaced with
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/liveness/plive.go

    		return
    	}
    	if lv.f.Name == "forkAndExecInChild" {
    		// forkAndExecInChild calls vfork on some platforms.
    		// The code we add here clobbers parts of the stack in the child.
    		// When the parent resumes, it is using the same stack frame. But the
    		// child has clobbered stack variables that the parent needs. Boom!
    		// In particular, the sys argument gets clobbered.
    		return
    	}
    	if lv.f.Name == "wbBufFlush" ||
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 15:22:22 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  8. cluster/log-dump/log-dump.sh

      # SSH operation can take. Please note that the logic enforcing the timeout
      # is only a best effort. The actual time of the operation may be longer
      # due to waiting for all the child processes below.
      log_dump_ssh_timeout_seconds="${LOG_DUMP_SSH_TIMEOUT_SECONDS:-}"
      for i in "${!all_selected_nodes[@]}"; do
        node_name="${all_selected_nodes[$i]}"
        node_dir="${report_dir}/${node_name}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    		controllers.WithReconciler(dc.Reconcile),
    		controllers.WithMaxAttempts(5))
    
    	// Set up a handler that will add the parent Gateway object onto the queue.
    	// The queue will only handle Gateway objects; if child resources (Service, etc) are updated we re-add
    	// the Gateway to the queue and reconcile the state of the world.
    	parentHandler := controllers.ObjectHandler(controllers.EnqueueForParentHandler(dc.queue, gvk.KubernetesGateway))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set_utils.go

    func podInOrdinalRange(pod *v1.Pod, set *apps.StatefulSet) bool {
    	ordinal := getOrdinal(pod)
    	return ordinal >= getStartOrdinal(set) && ordinal <= getEndOrdinal(set)
    }
    
    // getPodName gets the name of set's child Pod with an ordinal index of ordinal
    func getPodName(set *apps.StatefulSet, ordinal int) string {
    	return fmt.Sprintf("%s-%d", set.Name, ordinal)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 26.7K bytes
    - Viewed (0)
Back to top