Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 622 for key0 (0.04 sec)

  1. src/internal/profile/encode.go

    		numLabels := make(map[string][]int64)
    		for _, l := range s.labelX {
    			var key, value string
    			key, err = getString(p.stringTable, &l.keyX, err)
    			if l.strX != 0 {
    				value, err = getString(p.stringTable, &l.strX, err)
    				labels[key] = append(labels[key], value)
    			} else {
    				numLabels[key] = append(numLabels[key], l.numX)
    			}
    		}
    		if len(labels) > 0 {
    			s.Label = labels
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 07 19:52:28 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go

    	}
    
    	// Initial LIST comes from the moment of RV=10.
    	store.Replace(nil, "10")
    
    	addEvent("key1", 20, now)
    
    	// Force "key1" to rotate our of cache.
    	later := now.Add(2 * eventFreshDuration)
    	addEvent("key2", 30, later)
    	addEvent("key3", 40, later)
    
    	// Force cache resize.
    	addEvent("key4", 50, later.Add(time.Second))
    
    	_, err := store.getAllEventsSince(15, storage.ListOptions{})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 09:20:10 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  3. guava/src/com/google/common/base/Joiner.java

       *
       * <ul>
       *   <li>To output a separate entry for each key-value pair, pass {@code multimap.entries()} to a
       *       {@code MapJoiner} method that accepts entries as input, and receive output of the form
       *       {@code key1=A&key1=B&key2=C}.
       *   <li>To output a single entry for each key, pass {@code multimap.asMap()} to a {@code
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Dec 15 19:31:54 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/util/DefaultJavaForkOptionsTest.groovy

            options.systemProperties = [key: 12, key2: "value", key3: null]
    
            then:
            options.systemProperties == [key: 12, key2: "value", key3: null]
        }
    
        def "can add system properties"() {
            when:
            options.systemProperties(key: 12)
            options.systemProperty('key2', 'value2')
    
            then:
            options.systemProperties == [key: 12, key2: 'value2']
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 25.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/labels/selector_test.go

    				key:       "key",
    				operator:  selection.In,
    				strValues: []string{"foo", "bar"},
    			},
    			want: false,
    		},
    		{
    			name: "requirements with different values should not be equal",
    			x: &Requirement{
    				key:       "key",
    				operator:  selection.Equals,
    				strValues: []string{"foo", "bar"},
    			},
    			y: &Requirement{
    				key:       "key",
    				operator:  selection.Equals,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 14 16:39:04 UTC 2022
    - 29.9K bytes
    - Viewed (0)
  6. src/crypto/aes/gcm_ppc64x.s

    	VCIPHER	vin, V26, vin
    
    // Encrypt 1 value (vin) with
    // 2 specified keys
    #define VCIPHER_1X2_KEYS(vin, key1, key2) \
    	XXLOR key1, key1, V25; \
    	XXLOR key2, key2, V26; \
    	VCIPHER vin, V25, vin; \
    	VCIPHER vin, V26, vin
    
    // Encrypt 4 values in V15 - V18
    // with the specified key from
    // VS1 - VS9.
    #define VCIPHER_4X1_KEY(key) \
    	XXLOR key, key, V23; \
    	VCIPHER V15, V23, V15; \
    	VCIPHER V16, V23, V16; \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/Table.java

    /**
     * A collection that associates an ordered pair of keys, called a row key and a column key, with a
     * single value. A table may be sparse, with only a small fraction of row key / column key pairs
     * possessing a corresponding value.
     *
     * <p>The mappings corresponding to a given row key may be viewed as a {@link Map} whose keys are
     * the columns. The reverse is also available, associating a column with a row key / value map. Note
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/ArrayTable.java

       * either key is null or isn't among the keys provided during construction, this method has no
       * effect.
       *
       * <p>This method is equivalent to {@code put(rowKey, columnKey, null)} when both provided keys
       * are valid.
       *
       * @param rowKey row key of mapping to be erased
       * @param columnKey column key of mapping to be erased
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  9. src/go/internal/gccgoimporter/testdata/v1reflect.gox

    func MakeMap (typ <type 26>) <type 1>;
    func MakeSlice (typ <type 26>, len <type -11>, cap <type -11>) <type 1>;
    const Map <type 28> = 21 ;
    type <type 24>;
    func Method$equal (key1 <type 8>, key2 <type 8>, key_size <type -13>) <type -15>;
    func Method$hash (key <type 8>, key_size <type -13>) <type -13>;
    func New (typ <type 26>) <type 1>;
    func NewAt (typ <type 26>, p <type 7>) <type 1>;
    const Ptr <type 28> = 22 ;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 30 21:33:51 UTC 2021
    - 10.3K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/FilteredEntryMultimap.java

      Multiset<K> createKeys() {
        return new Keys();
      }
    
      @WeakOuter
      class Keys extends Multimaps.Keys<K, V> {
        Keys() {
          super(FilteredEntryMultimap.this);
        }
    
        @Override
        public int remove(@CheckForNull Object key, int occurrences) {
          checkNonnegative(occurrences, "occurrences");
          if (occurrences == 0) {
            return count(key);
          }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top