Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 138 for updatePod (1.48 sec)

  1. guava/src/com/google/common/collect/Multimaps.java

       *
       * <p>Note: the multimap assumes complete ownership over of {@code map} and the collections
       * returned by {@code factory}. Those objects should not be manually updated and they should not
       * use soft, weak, or phantom references.
       *
       * @param map place to store the mapping from each key to its corresponding values
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      // a non-fatal failure if invalid (e.g., if it conflicts with reserved
      // key names). If a property is already recorded for the same key, the
      // value will be updated, rather than storing multiple values for the same
      // key.  xml_element specifies the element for which the property is being
      // recorded and is used for validation.
      void RecordProperty(const std::string& xml_element,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      // a non-fatal failure if invalid (e.g., if it conflicts with reserved
      // key names). If a property is already recorded for the same key, the
      // value will be updated, rather than storing multiple values for the same
      // key.  xml_element specifies the element for which the property is being
      // recorded and is used for validation.
      void RecordProperty(const std::string& xml_element,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/expr.go

    	case *syntax.ParenExpr:
    		check.updateExprType0(x, x.X, typ, final)
    
    	// case *syntax.UnaryExpr:
    	// 	// If x is a constant, the operands were constants.
    	// 	// The operands don't need to be updated since they
    	// 	// never get "materialized" into a typed value. If
    	// 	// left in the untyped map, they will be processed
    	// 	// at the end of the type check.
    	// 	if old.val != nil {
    	// 		break
    	// 	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/dependency_verification.adoc

    There are pros and cons for each of the formats: the binary format is more compact and can be updated directly via GPG commands, but is completely opaque (binary).
    On the opposite, the ASCII-armored format is human-readable, can be easily updated by hand and makes it easier to do code reviews thanks to readable diffs.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 20:36:31 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  6. cmd/xl-storage-format-v2.go

    // and must not be a DeleteMarker or legacy object, if no
    // versionID is specified 'null' versionID is updated instead.
    //
    // It is callers responsibility to set correct versionID, this
    // function shouldn't be further extended to update immutable
    // values such as ErasureInfo, ChecksumInfo.
    //
    // Metadata is only updated to new values, existing values
    // stay as is, if you wish to update all values you should
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/debug.go

    	// Otherwise, it is ignored.
    	GetPC func(block, value ID) int64
    }
    
    type BlockDebug struct {
    	// State at the start and end of the block. These are initialized,
    	// and updated from new information that flows on back edges.
    	startState, endState abt.T
    	// Use these to avoid excess work in the merge. If none of the
    	// predecessors has changed since the last check, the old answer is
    	// still good.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  8. src/runtime/mgc.go

    		throw("failed to set sweep barrier")
    	} else if stwSwept && sl.valid {
    		throw("non-concurrent sweep failed to drain all sweep queues")
    	}
    
    	systemstack(func() {
    		// The memstats updated above must be updated with the world
    		// stopped to ensure consistency of some values, such as
    		// sched.idleTime and sched.totaltime. memstats also include
    		// the pause time (work,pauseNS), forcing computation of the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  9. pkg/controller/disruption/disruption_test.go

    			t.Fatalf("Failed to create pod: %v", err)
    		}
    	}
    
    	// Block until the fake clientset writes are observable in the informer caches.
    	// FUN FACT: This guarantees that the informer caches have updated, but it does
    	// not guarantee that informer event handlers have completed. Fortunately,
    	// DisruptionController does most of its logic by reading from informer
    	// listers, so this guarantee is sufficient.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    // key is the key associated with originalValue and modifiedValue.
    // originalValue, modifiedValue are the old and new value respectively.They are both maps
    // patch is the patch map that contains key and the updated value, and it is the parent of originalValue, modifiedValue
    // diffOptions contains multiple options to control how we do the diff.
    func handleMapDiff(key string, originalValue, modifiedValue, patch map[string]interface{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
Back to top