HomeSort by relevance Sort by last modified time
    Searched defs:keys (Results 376 - 400 of 768) sorted by null

<<11121314151617181920>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 45 * @param <K> the type of keys used by the maps under test
1274 Set<K> keys = map.keySet(); local
1300 Set<K> keys = map.keySet(); local
1326 Set<K> keys = map.keySet(); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultimapTest.java 72 * support null keys should override it.
491 Set<String> keys = multimap.keySet(); local
492 assertEquals(2, keys.size());
493 assertTrue(keys.contains("foo"));
494 assertTrue(keys.contains(nullKey()));
495 assertTrue(keys.containsAll(Lists.newArrayList("foo", nullKey())));
496 assertFalse(keys.containsAll(Lists.newArrayList("foo", "bar")));
642 Multiset<String> multiset = multimap.keys();
649 Set<Multiset.Entry<String>> entries = multimap.keys().entrySet();
681 Multiset<String> multiset = multimap.keys();
1199 Set<String> keys = multimap.keySet(); local
    [all...]
MultimapsTest.java 257 assertFalse(unmod.keys().contains("pwnd"));
262 * in its stead. The multimap must support null keys and values.
271 * in its stead. If the multimap does not support null keys or values,
284 unmodifiable.keys(), multimap.keys());
430 assertEquals(map.keySet(), multimapView.keys().elementSet());
431 ASSERT.that(multimapView.keys()).hasContentsAnyOrder("foo");
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 611 Set<String> keys = mStats.keySet(); local
612 out.writeInt(keys.size());
613 for (String key : keys) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 77 p.keys();
299 String[] keys = pref.keys(); local
300 assertEquals(4, keys.length);
301 for (String key : keys) {
1019 public String[] keys() throws BackingStoreException { method in class:OldPreferencesTest.MockPreferences
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /art/compiler/dex/portable/
mir_to_gbc.cc 156 const int32_t* keys = payload->GetKeys(); local
168 sw->addCase(irb_->getInt32(keys[i]), llvm_bb);
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 425 const int* keys = reinterpret_cast<const int*>(&(tab_rec->table[2])); local
430 << std::hex << keys[elems] << ", disp: 0x"
433 PushWord(code_buffer_, keys[elems]);
821 const int* keys = reinterpret_cast<const int*>(&table[2]); local
822 const int* targets = &keys[entries];
824 tab_rec->targets[i] = InsertCaseLabel(base_vaddr + targets[i], keys[i]);
848 * int keys[size] keys, sorted low-to-high; 32-bit aligned
855 const int* keys = reinterpret_cast<const int*>(&table[2]); local
856 const int* targets = &keys[entries]
    [all...]
  /art/runtime/interpreter/
interpreter.cc 987 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); local
1557 const int32_t* keys = reinterpret_cast<const int32_t*>(&switch_data[2]); local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 644 int[] keys = new int[size]; local
648 keys[i] = in.readInt();
656 this, opcodeUnit, keys, targets);
662 int[] keys = payload.getKeys(); local
669 for (int key : keys) {
    [all...]
  /dalvik/vm/compiler/codegen/x86/
LowerJump.cpp 1189 const s4* keys = NULL; local
1202 const s4* keys = (const s4*) switchData; local
    [all...]
  /dalvik/vm/interp/
Interp.cpp 1054 const s4* keys; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 555 Set keys = options.keySet(); local
556 for (Iterator it = keys.iterator(); it.hasNext();) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
HashMapTest.java 203 // Check clear on a large loaded map of Integer keys
229 Set keys = map.keySet(); local
234 "key", keys.iterator().next());
245 assertTrue("keySet() is identical", key2 != keys);
342 * Tests for proxy object keys and values
399 assertTrue("Returned set does not contain all keys", s
492 // Ensure keys with identical hashcode are stored separately
583 // Ensure keys with identical hashcode are removed properly
603 // Ordered set of keys.
646 assertTrue("Returned collection does not contain all keys",
    [all...]
HashtableTest.java 124 Enumeration keys = h.keys(); local
126 && !(keys.hasMoreElements()));
139 Enumeration org = htfull.keys();
140 Enumeration cpy = h.keys();
149 assertTrue("Copy has more keys than original", !cpy.hasMoreElements());
200 assertEquals("All keys not retrieved", 10, ht10.size());
364 * @tests java.util.Hashtable#keys()
367 // Test for method java.util.Enumeration java.util.Hashtable.keys()
369 Enumeration keys = ht10.keys() local
    [all...]
LinkedHashMapTest.java 233 assertTrue("Returned set does not contain all keys", s
287 assertTrue("Returned collection does not contain all keys", c
353 Set keys = map.keySet(); local
358 "key", keys.iterator().next());
370 assertTrue("keySet() is identical", key2 != keys);
  /external/chromium_org/net/disk_cache/
backend_unittest.cc 235 // Creates entries based on random keys. Stores these keys in |key_pool|.
251 // Performs iteration over the backend and checks that the keys of entries
372 // Now verify long keys.
1056 std::string keys[kNumEntries]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 831 const Vector<double>& keys = keyframe->keys(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ConsoleView.js 534 var keys = [shortcutL]; variable
538 keys.unshift(shortcutK);
540 section.addAlternateKeys(keys, WebInspector.UIString("Clear console"));
542 section.addKey(shortcut.makeDescriptor(shortcut.Keys.Tab), WebInspector.UIString("Autocomplete common prefix"));
543 section.addKey(shortcut.makeDescriptor(shortcut.Keys.Right), WebInspector.UIString("Accept suggestion"));
545 keys = [
546 shortcut.makeDescriptor(shortcut.Keys.Down),
547 shortcut.makeDescriptor(shortcut.Keys.Up)
549 section.addRelatedKeys(keys, WebInspector.UIString("Next/previous line"));
552 keys =
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c 234 /* keys 6 USHORT[256] sub-header keys */
238 /* The `keys' table is used to map charcode high-bytes to sub-headers. */
240 /* table and is computed by finding the maximum of the `keys' table. */
242 /* Note that for any n, `keys[n]' is a byte offset within the `subs' */
285 FT_Byte* keys; /* keys table */ local
293 keys = table + 6;
295 /* parse keys to compute sub-headers count */
296 p = keys;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 669 * If there are no local keys, then use the whole 16-bit space
688 /* all keys have been mapped */
1479 char *keys; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 150 // Finish constructing the data structure with all the keys that have
151 // been added so far. Returns the keys in sorted order in "*keys"
154 std::vector<std::string>* keys,
157 keys->clear();
161 keys->push_back(it->first);
275 // A helper class that converts internal format keys into user keys
478 std::vector<std::string> keys; local
480 constructor_->Finish(options_, &keys, &data)
809 std::vector<std::string> keys; local
849 std::vector<std::string> keys; local
    [all...]
  /external/chromium_org/third_party/zlib/contrib/minizip/
unzip.c 190 unsigned long keys[3]; /* keys defining the pseudo-random sequence */ member in struct:__anon14578
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 90 INPUT keys[4] = {0}; // Keyboard events local
94 keys[key_count].type = INPUT_KEYBOARD;
95 keys[key_count].ki.wVk = VK_SHIFT;
96 keys[key_count].ki.wScan = MapVirtualKey(VK_SHIFT, 0);
101 keys[key_count].type = INPUT_KEYBOARD;
102 keys[key_count].ki.wVk = VK_CONTROL;
103 keys[key_count].ki.wScan = MapVirtualKey(VK_CONTROL, 0);
108 keys[key_count].type = INPUT_KEYBOARD;
109 keys[key_count].ki.wVk = VK_MENU;
110 keys[key_count].ki.wScan = MapVirtualKey(VK_MENU, 0)
    [all...]

Completed in 743 milliseconds

<<11121314151617181920>>