Searched refs:keys (Results 401 - 425 of 1362) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementUpgradeCandidateMap.cpp48 UpgradeCandidateMap::const_iterator::Keys end = m_upgradeCandidates.end().keys();
49 for (UpgradeCandidateMap::const_iterator::Keys it = m_upgradeCandidates.begin().keys(); it != end; ++it)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dadd-include111 for my $condition (sort keys %includes) {
130 for my $include (sort keys %{$includes}) {
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_size.py208 keys = list.keys()
209 keys.sort()
210 for k in keys:
275 keys = foo.keys()
276 keys.sort()
277 for o in keys:
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Ddownload_actuals.py72 for result_type in sorted(actual_results_dict.keys()):
76 for image_name in sorted(results_of_this_type.keys()):
/external/chromium_org/third_party/tlslite/tlslite/
H A Dbasedb.py115 def keys(self): member in class:BaseDB
126 usernames = self.db.keys()
/external/chromium_org/tools/sheriffing/
H A Dfunctions.js73 var allBotNames = Object.keys(botInfo);
86 var allCategories = Object.keys(bucketedNames);
H A Dwaterfallinfo.js65 var builderNames = Object.keys(buildersJson);
111 var buildNumbers = Object.keys(botInfo.builds);
/external/chromium_org/tools/
H A Dunused-symbols-report.py135 for target in sorted(targets.keys()):
139 for target in sorted(targets.keys()):
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DTestVersionTracker.java114 Enumeration keys=elements.keys();
115 while (keys.hasMoreElements()){
116 String id=keys.nextElement().toString();
347 Object[] keys = elements.keySet().toArray();
348 Arrays.sort(keys);
349 for (int i=0;i<keys.length;i++){
350 Object key = keys[i];
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONObject.java154 * An array of strings is used to identify the keys that should be copied.
155 * Missing keys are ignored.
387 * public members. The resulting JSONObject's keys will be the strings
389 * with those keys in the object. If a key is not found or not visible,
645 Iterator i = jo.keys();
714 * Get an enumeration of the keys of the JSONObject.
716 * @return An iterator of the keys.
718 public Iterator keys() { method in class:JSONObject
724 * Get the number of keys stored in the JSONObject.
726 * @return The number of keys i
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DForwardingMultimap.java87 public Multiset<K> keys() { method in class:ForwardingMultimap
88 return delegate().keys();
/external/iproute2/tc/
H A Dm_pedit.c134 sel->keys[hwm].val = tkey->val;
135 sel->keys[hwm].mask = tkey->mask;
136 sel->keys[hwm].off = tkey->off;
137 sel->keys[hwm].at = tkey->at;
138 sel->keys[hwm].offmask = tkey->offmask;
139 sel->keys[hwm].shift = tkey->shift;
465 struct tc_pedit_key keys[MAX_OFFS]; member in struct:__anon21627
569 fprintf(f, " pedit action %s keys %d\n ", action_n2a(sel->action, b1, sizeof (b1)),sel->nkeys);
580 struct tc_pedit_key *key = sel->keys;
590 fprintf(f, "\npedit %x keys
[all...]
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSE.java77 Set keys = properties.keySet();
80 for (Iterator i = keys.iterator(); i.hasNext();) {
H A DServiceConnectionSE.java85 Set keys = properties.keySet();
88 for (Iterator i = keys.iterator(); i.hasNext();) {
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py208 keys = list.keys()
209 keys.sort()
210 for k in keys:
275 keys = foo.keys()
276 keys.sort()
277 for o in keys:
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodAdapter.java154 final int[] keys,
157 mv.visitLookupSwitchInsn(dflt, keys, labels);
152 visitLookupSwitchInsn( final Label dflt, final int[] keys, final Label[] labels) argument
/external/qemu/android/skin/
H A Dkeyset.c21 # define D_ACTIVE VERBOSE_CHECK(keys)
27 # define D(...) VERBOSE_PRINT(keys,__VA_ARGS__)
410 char keys[24]; local
411 if (len+1 >= (int)sizeof(keys)) {
415 memcpy( keys, p, len );
416 keys[len] = 0;
417 if ( skin_key_symmod_from_str( keys, &sym, &mod ) < 0 ) {
418 D( "ignoring unknown keys '%s' for command '%s'",
419 keys, node->name );
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/
H A DStartedServiceMatcher.java40 * Check if the class of the intent and the keys of the intent's extras match
70 // Test that both intent extras have the same keys
71 Set<String> keys = shadowIntent.getExtras().keySet();
73 intentsMatch = keys.equals(expectedKeys);
75 message += "did not get the same extras keys";
/external/skia/gm/rebaseline_server/
H A Ddownload_actuals.py72 for result_type in sorted(actual_results_dict.keys()):
76 for image_name in sorted(results_of_this_type.keys()):
/external/guava/guava-tests/test/com/google/common/cache/
H A DPopulatedCachesTest.java51 // we use integers as keys; make sure the range covers some values that ARE cached by
195 Set<Object> keys = cache.asMap().keySet();
199 ASSERT.that(keys).hasContentsAnyOrder(expectedArray);
200 ASSERT.that(asList(keys.toArray())).hasContentsAnyOrder(expectedArray);
201 ASSERT.that(asList(keys.toArray(new Object[(int) cache.size()])))
205 .addEqualityGroup(cache.asMap().keySet(), keys)
208 assertEquals(WARMUP_SIZE, keys.size());
211 assertTrue(keys.contains(key));
212 assertTrue(keys.remove(key));
213 assertFalse(keys
[all...]
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml718 info("Found %d entries.\n", scalar(keys(%info_data)));
726 info("Found %d entries.\n", scalar(keys(%base_data)));
733 @dir_list = get_dir_list(keys(%info_data));
743 $dir_prefix = get_prefix(1, keys(%info_data));
969 foreach $filename (grep(/^\Q$abs_dir\E\/[^\/]*$/,keys(%info_data)))
1057 foreach $testcase (keys(%{$testdata}))
1071 foreach $line (keys%{$testcount})
1081 foreach $line (keys(%converted))
1514 foreach $filename (keys(%result))
1523 if (scalar(keys(
[all...]
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py198 tags = list(self.keys())
240 tables = list(self.keys())
355 def keys(self): member in class:TTFont
356 keys = list(self.tables.keys())
358 for key in list(self.reader.keys()):
359 if key not in keys:
360 keys.append(key)
362 if "GlyphOrder" in keys:
363 keys
679 def keys(self): member in class:_TTGlyphSet
[all...]
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py198 tags = list(self.keys())
240 tables = list(self.keys())
355 def keys(self): member in class:TTFont
356 keys = list(self.tables.keys())
358 for key in list(self.reader.keys()):
359 if key not in keys:
360 keys.append(key)
362 if "GlyphOrder" in keys:
363 keys
679 def keys(self): member in class:_TTGlyphSet
[all...]
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyStore.java182 Enumeration e = Keys.keys();
191 e = Cert.keys();
206 Enumeration e = KeysSL.keys();
215 e = CertSL.keys();
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java171 // Check for ERROR keys in the hashtable, and print report
200 * the hash as keys with a brief description of the current state
263 for (Enumeration keys = h.keys();
264 keys.hasMoreElements();
268 Object key = keys.nextElement();
304 /** Prefixed to hash keys that signify serious problems. */
313 /** Prefixed to hash keys that signify version numbers. */
316 /** Prefixed to hash keys that signify .jars found in classpath. */
367 for (Enumeration keys
[all...]

Completed in 989 milliseconds

<<11121314151617181920>>