Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for disappears (0.26 sec)

  1. pkg/kubelet/kubelet_pods.go

    		// the previous termination may not be present.  This next code block ensures that if the container was previously running
    		// then when that container status disappears, we can infer that it terminated even if we don't know the status code.
    		// By setting the lasttermination state we are able to leave the container status waiting and present more accurate
    		// data via the API.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/cache/LocalCache.java

                V entryValue = valueReference.get();
                if (entryValue == null) {
                  if (valueReference.isActive()) {
                    // If the value disappeared, this entry is partially collected.
                    int newCount = this.count - 1;
                    ++modCount;
                    ReferenceEntry<K, V> newFirst =
                        removeValueFromChain(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/LocalCache.java

                V entryValue = valueReference.get();
                if (entryValue == null) {
                  if (valueReference.isActive()) {
                    // If the value disappeared, this entry is partially collected.
                    int newCount = this.count - 1;
                    ++modCount;
                    ReferenceEntry<K, V> newFirst =
                        removeValueFromChain(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    her here.'  And the executioner went off like an arrow.
    
       The Cat's head began fading away the moment he was gone, and,
    by the time he had come back with the Dutchess, it had entirely
    disappeared; so the King and the executioner ran wildly up and down
    looking for it, while the rest of the party went back to the game.
    
    
    
                               CHAPTER IX
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    her here.'  And the executioner went off like an arrow.
    
       The Cat's head began fading away the moment he was gone, and,
    by the time he had come back with the Dutchess, it had entirely
    disappeared; so the King and the executioner ran wildly up and down
    looking for it, while the rest of the party went back to the game.
    
    
    
                               CHAPTER IX
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    those Rays will begin to be totally reflected by it towards N; and first the most refrangible Rays will be totally reflected (as was explained in the preceding Experiment) and by Consequence must first disappear at P, and afterwards the rest as they are in order totally reflected to N, they must disappear in the same order at R and T. So then the Rays which at O suffer the greatest Refraction, may be taken out of the Light MO whilst the rest of the Rays remain in it, and therefore that Light MO is compounded...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

      fi
    
      # Generate a bearer token for this cluster. We push this separately
      # from the other cluster variables so that the client (this
      # computer) can forget it later. This should disappear with
      # http://issue.k8s.io/3168
      KUBE_PROXY_TOKEN=$(dd if=/dev/urandom bs=128 count=1 2>/dev/null | base64 | tr -d "=+/" | dd bs=32 count=1 2>/dev/null)
      if [[ "${ENABLE_NODE_PROBLEM_DETECTOR:-}" == "standalone" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. src/runtime/proc.go

    	// to make sure we don't write into the same buffer.
    	if traceEnabled() || traceShuttingDown() {
    		// Acquire sched.lock across thread destruction. One of the invariants of the tracer
    		// is that a thread cannot disappear from the tracer's view (allm or freem) without
    		// it noticing, so it requires that sched.lock be held over traceThreadDestroy.
    		//
    		// This isn't strictly necessary in this case, because this thread never leaves allm,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top