Searched refs:keyList (Results 1 – 5 of 5) sorted by relevance
45 ArrayList<V> keyList = map.get(key); in put() local46 if (keyList == null) { in put()47 keyList = new ArrayList<V>(10); in put()48 map.put(key, keyList); in put()51 keyList.add(value); in put()52 return keyList; in put()
568 List<String> keyList = Arrays.asList(keys); in test_stringPropertyNames_scenario1() local580 assertTrue(keyList.contains(iterator.next())); in test_stringPropertyNames_scenario1()587 assertTrue(keyList.contains(nameEnum.nextElement())); in test_stringPropertyNames_scenario1()596 assertTrue(keyList.contains(iterator.next())); in test_stringPropertyNames_scenario1()603 assertTrue(keyList.contains(nameEnum.nextElement())); in test_stringPropertyNames_scenario1()618 List<String> keyList = new ArrayList<String>(); in test_stringPropertyNames_scenario2() local622 keyList.add(defaultKeys[index]); in test_stringPropertyNames_scenario2()630 keyList.add(keys[index]); in test_stringPropertyNames_scenario2()634 assertEquals(keyList.size(), nameSet.size()); in test_stringPropertyNames_scenario2()637 assertTrue(keyList.contains(iterator.next())); in test_stringPropertyNames_scenario2()[all …]
70 RetainPtr<CFArrayRef> keyList(AdoptCF, SCDynamicStoreCopyKeyList(m_store.get(), key.get())); in updateState() local72 if (keyList && CFArrayGetCount(keyList.get())) { in updateState()
223 PK11SymKey *keyList = PK11_ListFixedKeysInSlot(slot, NULL, cx); in PK11SDR_DecryptWithSlot() local227 for (testKey = keyList; testKey; in PK11SDR_DecryptWithSlot()249 for (testKey = keyList; testKey; testKey = nextKey) { in PK11SDR_DecryptWithSlot()
146 struct GXKeyList keyList; member