Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 2247) sorted by relevance

12345678910>>...90

/external/v8/src/
Dcollection.js50 function SetAdd(key) { argument
62 function SetHas(key) { argument
74 function SetDelete(key) { argument
95 function MapGet(key) { argument
107 function MapSet(key, value) { argument
119 function MapHas(key) { argument
131 function MapDelete(key) { argument
157 function WeakMapGet(key) { argument
169 function WeakMapSet(key, value) { argument
181 function WeakMapHas(key) { argument
[all …]
/external/chromium/chrome/browser/resources/
Dkeyboard_overlay_data.js10 "key": "glyph_power", property
17 "key": "esc", property
23 "key": "! \n1 \u0661", property
30 "key": "@ \n2 \u0662", property
37 "key": "# \n3 \u0663", property
44 "key": "$ \n4 \u0664", property
51 "key": "\u066a \n5 \u0665", property
58 "key": "^ \n6 \u0666", property
65 "key": "& \n7 \u0667", property
72 "key": "\u066d \n8 \u0668", property
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java118 public void setProperty(QName key, String value) in setProperty()
130 public void setProperty(String key, String value) in setProperty()
153 public String getProperty(QName key) in getProperty()
167 public String getProperty(String key) in getProperty()
182 public void setBooleanProperty(QName key, boolean value) in setBooleanProperty()
194 public void setBooleanProperty(String key, boolean value) in setBooleanProperty()
210 public boolean getBooleanProperty(QName key) in getBooleanProperty()
226 public boolean getBooleanProperty(String key) in getBooleanProperty()
238 public void setIntProperty(QName key, int value) in setIntProperty()
250 public void setIntProperty(String key, int value) in setIntProperty()
[all …]
/external/webkit/Source/JavaScriptCore/wtf/
DRefPtrHashMap.h172 …e HashMap<RefPtr<T>, U, V, W, X>::iterator HashMap<RefPtr<T>, U, V, W, X>::find(const KeyType& key) in find()
178 …ename HashMap<RefPtr<T>, U, V, W, X>::iterator HashMap<RefPtr<T>, U, V, W, X>::find(RawKeyType key) in find()
184 …fPtr<T>, U, V, W, X>::const_iterator HashMap<RefPtr<T>, U, V, W, X>::find(const KeyType& key) const in find()
190 …p<RefPtr<T>, U, V, W, X>::const_iterator HashMap<RefPtr<T>, U, V, W, X>::find(RawKeyType key) const in find()
196 inline bool HashMap<RefPtr<T>, U, V, W, X>::contains(const KeyType& key) const in contains()
202 inline bool HashMap<RefPtr<T>, U, V, W, X>::contains(RawKeyType key) const in contains()
209 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(const KeyType& key, const MappedType& mapped) in inlineAdd()
217 HashMap<RefPtr<T>, U, V, W, X>::inlineAdd(RawKeyType key, const MappedType& mapped) in inlineAdd()
224 HashMap<RefPtr<T>, U, V, W, X>::set(const KeyType& key, const MappedType& mapped) in set()
236 HashMap<RefPtr<T>, U, V, W, X>::set(RawKeyType key, const MappedType& mapped) in set()
[all …]
/external/chromium/chrome/browser/prefs/
Dtesting_pref_store.cc16 PrefStore::ReadResult TestingPrefStore::GetValue(const std::string& key, in GetValue()
21 PrefStore::ReadResult TestingPrefStore::GetMutableValue(const std::string& key, in GetMutableValue()
38 void TestingPrefStore::SetValue(const std::string& key, Value* value) { in SetValue()
43 void TestingPrefStore::SetValueSilently(const std::string& key, Value* value) { in SetValueSilently()
47 void TestingPrefStore::RemoveValue(const std::string& key) { in RemoveValue()
71 void TestingPrefStore::NotifyPrefValueChanged(const std::string& key) { in NotifyPrefValueChanged()
79 void TestingPrefStore::ReportValueChanged(const std::string& key) { in ReportValueChanged()
83 void TestingPrefStore::SetString(const std::string& key, in SetString()
88 void TestingPrefStore::SetInteger(const std::string& key, int value) { in SetInteger()
92 void TestingPrefStore::SetBoolean(const std::string& key, bool value) { in SetBoolean()
[all …]
Doverlay_persistent_pref_store.cc35 const std::string& key, in GetValue()
43 const std::string& key, in GetMutableValue()
61 void OverlayPersistentPrefStore::SetValue(const std::string& key, in SetValue()
67 void OverlayPersistentPrefStore::SetValueSilently(const std::string& key, in SetValueSilently()
72 void OverlayPersistentPrefStore::RemoveValue(const std::string& key) { in RemoveValue()
99 void OverlayPersistentPrefStore::ReportValueChanged(const std::string& key) { in ReportValueChanged()
103 void OverlayPersistentPrefStore::OnPrefValueChanged(const std::string& key) { in OnPrefValueChanged()
/external/webkit/Source/WebCore/dom/
DDocumentOrderedMap.cpp43 inline bool keyMatchesId(AtomicStringImpl* key, Element* element) in keyMatchesId()
48 inline bool keyMatchesMapName(AtomicStringImpl* key, Element* element) in keyMatchesMapName()
53 inline bool keyMatchesLowercasedMapName(AtomicStringImpl* key, Element* element) in keyMatchesLowercasedMapName()
64 void DocumentOrderedMap::add(AtomicStringImpl* key, Element* element) in add()
94 void DocumentOrderedMap::remove(AtomicStringImpl* key, Element* element) in remove()
108 inline Element* DocumentOrderedMap::get(AtomicStringImpl* key, const TreeScope* scope) const in get()
136 Element* DocumentOrderedMap::getElementById(AtomicStringImpl* key, const TreeScope* scope) const in getElementById()
141 Element* DocumentOrderedMap::getElementByMapName(AtomicStringImpl* key, const TreeScope* scope) con… in getElementByMapName()
146 Element* DocumentOrderedMap::getElementByLowercasedMapName(AtomicStringImpl* key, const TreeScope* … in getElementByLowercasedMapName()
/external/dropbear/
Dgendss.c48 dss_key *key; in gen_dss_priv_key() local
71 static void getq(dss_key *key) { in getq()
89 static void getp(dss_key *key, unsigned int size) { in getp()
148 static void getg(dss_key * key) { in getg()
185 static void getx(dss_key *key) { in getx()
190 static void gety(dss_key *key) { in gety()
Drsa.c49 int buf_get_rsa_pub_key(buffer* buf, rsa_key *key) { in buf_get_rsa_pub_key()
87 int buf_get_rsa_priv_key(buffer* buf, rsa_key *key) { in buf_get_rsa_priv_key()
140 void rsa_key_free(rsa_key *key) { in rsa_key_free()
178 void buf_put_rsa_pub_key(buffer* buf, rsa_key *key) { in buf_put_rsa_pub_key()
192 void buf_put_rsa_priv_key(buffer* buf, rsa_key *key) { in buf_put_rsa_priv_key()
216 int buf_rsa_verify(buffer * buf, rsa_key *key, const unsigned char* data, in buf_rsa_verify()
273 void buf_put_rsa_sign(buffer* buf, rsa_key *key, const unsigned char* data, in buf_put_rsa_sign()
379 static void rsa_pad_em(rsa_key * key, in rsa_pad_em()
/external/openssl/crypto/ec/
Dec_key.c383 int EC_KEY_set_public_key_affine_coordinates(EC_KEY *key, BIGNUM *x, BIGNUM *y) in EC_KEY_set_public_key_affine_coordinates()
459 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key) in EC_KEY_get0_group()
464 int EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) in EC_KEY_set_group()
472 const BIGNUM *EC_KEY_get0_private_key(const EC_KEY *key) in EC_KEY_get0_private_key()
477 int EC_KEY_set_private_key(EC_KEY *key, const BIGNUM *priv_key) in EC_KEY_set_private_key()
485 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key) in EC_KEY_get0_public_key()
490 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) in EC_KEY_set_public_key()
498 unsigned int EC_KEY_get_enc_flags(const EC_KEY *key) in EC_KEY_get_enc_flags()
503 void EC_KEY_set_enc_flags(EC_KEY *key, unsigned int flags) in EC_KEY_set_enc_flags()
508 point_conversion_form_t EC_KEY_get_conv_form(const EC_KEY *key) in EC_KEY_get_conv_form()
[all …]
/external/guava/guava/src/com/google/common/cache/
DCache.java60 V getIfPresent(K key); in getIfPresent()
78 V get(K key, Callable<? extends V> valueLoader) throws ExecutionException; in get()
97 void put(K key, V value); in put()
102 void invalidate(Object key); in invalidate()
153 @Deprecated V get(K key) throws ExecutionException; in get()
173 @Deprecated V getUnchecked(K key); in getUnchecked()
188 @Deprecated V apply(K key); in apply()
DForwardingCache.java52 public V getIfPresent(K key) { in getIfPresent()
60 public V get(K key, Callable<? extends V> valueLoader) throws ExecutionException { in get()
76 public void put(K key, V value) { in put()
81 public void invalidate(Object key) { in invalidate()
120 public V get(K key) throws ExecutionException { in get()
126 public V getUnchecked(K key) { in getUnchecked()
132 public V apply(K key) { in apply()
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAtomicLongMapTest.java53 String key = "key"; in testIncrementAndGet() local
69 String key = "key"; in testIncrementAndGet_zero() local
86 String key = "key"; in testGetAndIncrement() local
102 String key = "key"; in testGetAndIncrement_zero() local
119 String key = "key"; in testDecrementAndGet() local
135 String key = "key"; in testDecrementAndGet_zero() local
152 String key = "key"; in testGetAndDecrement() local
168 String key = "key"; in testGetAndDecrement_zero() local
185 String key = "key"; in testAddAndGet() local
202 String key = "key"; in testAddAndGet_zero() local
[all …]
/external/guava/guava/src/com/google/common/collect/
DMultimap.java74 boolean containsKey(@Nullable Object key); in containsKey()
90 boolean containsEntry(@Nullable Object key, @Nullable Object value); in containsEntry()
108 boolean put(@Nullable K key, @Nullable V value); in put()
117 boolean remove(@Nullable Object key, @Nullable Object value); in remove()
128 boolean putAll(@Nullable K key, Iterable<? extends V> values); in putAll()
151 Collection<V> replaceValues(@Nullable K key, Iterable<? extends V> values); in replaceValues()
162 Collection<V> removeAll(@Nullable Object key); in removeAll()
182 Collection<V> get(@Nullable K key); in get()
DForwardingMultimap.java57 public boolean containsEntry(@Nullable Object key, @Nullable Object value) { in containsEntry()
62 public boolean containsKey(@Nullable Object key) { in containsKey()
77 public Collection<V> get(@Nullable K key) { in get()
97 public boolean put(K key, V value) { in put()
102 public boolean putAll(K key, Iterable<? extends V> values) { in putAll()
112 public boolean remove(@Nullable Object key, @Nullable Object value) { in remove()
117 public Collection<V> removeAll(@Nullable Object key) { in removeAll()
122 public Collection<V> replaceValues(K key, Iterable<? extends V> values) { in replaceValues()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-rsa.c22 struct crypto_public_key * crypto_public_key_import(const u8 *key, size_t len) in crypto_public_key_import()
29 struct crypto_private_key * crypto_private_key_import(const u8 *key, in crypto_private_key_import()
63 int crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, in crypto_public_key_encrypt_pkcs1_v15()
72 int crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, in crypto_private_key_decrypt_pkcs1_v15()
81 int crypto_private_key_sign_pkcs1(struct crypto_private_key *key, in crypto_private_key_sign_pkcs1()
90 void crypto_public_key_free(struct crypto_public_key *key) in crypto_public_key_free()
96 void crypto_private_key_free(struct crypto_private_key *key) in crypto_private_key_free()
102 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1()
/external/qemu/
Dqdict.c74 static QDictEntry *alloc_entry(const char *key, QObject *value) in alloc_entry()
110 const char *key, unsigned int bucket) in qdict_find()
132 void qdict_put_obj(QDict *qdict, const char *key, QObject *value) in qdict_put_obj()
157 QObject *qdict_get(const QDict *qdict, const char *key) in qdict_get()
170 int qdict_haskey(const QDict *qdict, const char *key) in qdict_haskey()
187 static QObject *qdict_get_obj(const QDict *qdict, const char *key, in qdict_get_obj()
207 double qdict_get_double(const QDict *qdict, const char *key) in qdict_get_double()
230 int64_t qdict_get_int(const QDict *qdict, const char *key) in qdict_get_int()
244 int qdict_get_bool(const QDict *qdict, const char *key) in qdict_get_bool()
258 QList *qdict_get_qlist(const QDict *qdict, const char *key) in qdict_get_qlist()
[all …]
/external/openssl/crypto/des/
Dset_key.c90 void DES_set_odd_parity(DES_cblock *key) in DES_set_odd_parity()
98 int DES_check_key_parity(const_DES_cblock *key) in DES_check_key_parity()
140 int DES_is_weak_key(const_DES_cblock *key) in DES_is_weak_key()
312 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key()
329 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked()
339 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked()
345 void private_DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in private_DES_set_key_unchecked()
406 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched()
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
DConcurrentHashMap.java56 public V putIfAbsent(K key, V value) { in putIfAbsent()
64 public boolean remove(Object key, Object value) { in remove()
73 public boolean replace(K key, V oldValue, V newValue) { in replace()
84 public V replace(K key, V value) { in replace()
94 @Override public boolean containsKey(Object key) { in containsKey()
101 @Override public V get(Object key) { in get()
108 @Override public V put(K key, V value) { in put()
122 @Override public V remove(Object key) { in remove()
/external/openssl/crypto/evp/
Devp_pkey.c184 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count()
189 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, in EVP_PKEY_get_attr_by_NID()
195 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj, in EVP_PKEY_get_attr_by_OBJ()
201 X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc) in EVP_PKEY_get_attr()
206 X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) in EVP_PKEY_delete_attr()
211 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr()
217 int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_OBJ()
226 int EVP_PKEY_add1_attr_by_NID(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_NID()
235 int EVP_PKEY_add1_attr_by_txt(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_txt()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DCacheBuilder.java131 public V get(K key) throws ExecutionException { in get()
136 public V getUnchecked(K key) { in getUnchecked()
145 public final V apply(K key) { in apply()
151 public V getIfPresent(K key) { in getIfPresent()
156 public void put(K key, V value) { in put()
161 public void invalidate(Object key) { in invalidate()
198 public void refresh(K key) { in refresh()
220 public V put(K key, V value) { in put()
234 public V putIfAbsent(K key, V value) { in putIfAbsent()
243 public boolean remove(Object key, Object value) { in remove()
[all …]
/external/smali/util/src/main/java/ds/tree/
DRadixTree.java55 public void insert(String key, T value); in insert()
62 public boolean delete(String key); in delete()
70 public T find(String key); in find()
79 public boolean replace(String key, final T value); in replace()
87 public boolean contains(String key); in contains()
/external/v8/benchmarks/spinning-balls/
Dsplay-tree.js65 SplayTree.prototype.insert = function(key, value) { argument
98 SplayTree.prototype.remove = function(key) { argument
129 SplayTree.prototype.find = function(key) { argument
157 SplayTree.prototype.findGreatestLessThan = function(key) { argument
198 SplayTree.prototype.splay_ = function(key) { argument
266 SplayTree.Node = function(key, value) { argument
/external/kernel-headers/original/linux/
Dkey.h95 static inline key_ref_t make_key_ref(const struct key *key, in make_key_ref()
119 struct key { struct
121 key_serial_t serial; /* key serial number */ argument
123 struct key_type *type; /* type of key */ argument
125 struct key_user *user; /* owner of this key */ argument
126 void *security; /* security data for this key */ argument
127 time_t expiry; /* time at which key expires (or 0) */ argument
130 key_perm_t perm; /* access permissions */ argument
144 #define KEY_FLAG_INSTANTIATED 0 /* set if key has been instantiated */ argument
165 /* key data argument
[all …]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-splay.js44 function GeneratePayloadTree(depth, key) { argument
154 SplayTree.prototype.insert = function(key, value) { argument
187 SplayTree.prototype.remove = function(key) { argument
218 SplayTree.prototype.find = function(key) { argument
231 SplayTree.prototype.findGreatestLessThan = function(key) { argument
272 SplayTree.prototype.splay_ = function(key) { argument
340 SplayTree.Node = function(key, value) { argument

12345678910>>...90