HomeSort by relevance Sort by last modified time
    Searched defs:Keys (Results 1 - 2 of 2) sorted by null

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyStore.java 47 private Hashtable<String, Object> Keys = new Hashtable<String, Object>();
65 if (Keys.containsKey(alias)) {
66 return (Key) Keys.get(alias);
97 Keys.put(alias, key);
117 Keys.put(alias, keyK);
132 if (Keys.containsKey(alias)) {
133 Keys.remove(alias);
147 if (Keys.containsKey(alias)) {
157 return (Keys.size() + Cert.size());
161 if (Keys.containsKey(alias))
    [all...]
  /external/webkit/JavaScriptCore/wtf/
HashIterators.h 40 typedef HashTableConstKeysIterator<HashTableType, KeyType, MappedType> Keys;
52 Keys keys() { return Keys(*this); } function in struct:WTF::HashTableConstIteratorAdapter
62 typedef HashTableKeysIterator<HashTableType, KeyType, MappedType> Keys;
79 Keys keys() { return Keys(*this); } function in struct:WTF::HashTableIteratorAdapter

Completed in 150 milliseconds