Searched defs:key (Results 1 - 25 of 2346) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-357103.js9 var key = "Huckleberry Finn" + "Tom Sawyer"; variable
11 function f() { o[key] = "Adventures"; }
/external/compiler-rt/test/lsan/TestCases/
H A Duse_tls_pthread_specific_static.cc17 pthread_key_t key; local
19 res = pthread_key_create(&key, NULL);
21 assert(key < PTHREAD_KEY_2NDLEVEL_SIZE);
23 res = pthread_setspecific(key, p);
H A Duse_tls_pthread_specific_dynamic.cc24 pthread_key_t key; local
25 res = pthread_key_create(&key, NULL);
26 assert(key >= PTHREAD_KEY_2NDLEVEL_SIZE);
29 res = pthread_setspecific(key, p);
/external/selinux/libsepol/cil/src/
H A Dcil_policy.h38 struct cil_symtab_datum *key; member in struct:cil_multimap_item
/external/v8/test/mjsunit/
H A Dproperty-object-key.js28 var key = { toString: function() { return 'baz'; } }
31 assertEquals(42, object[key]);
32 object[key] = 87;
33 assertEquals(87, object[key]);
34 object[key]++;
35 assertEquals(88, object[key]);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-encblock.c18 * @key: Key for AES
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
26 ctx = aes_encrypt_init(key, 16);
/external/wpa_supplicant_8/src/crypto/
H A Daes-encblock.c18 * @key: Key for AES
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
26 ctx = aes_encrypt_init(key, 16);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-encblock.c18 * @key: Key for AES
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
26 ctx = aes_encrypt_init(key, 16);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DMultiMap.java34 /** A hash table that maps a key to a list of elements not just a single. */
36 public void map(K key, V value) { argument
37 List<V> elementsForKey = get(key);
40 super.put(key, elementsForKey);
/external/boringssl/src/crypto/pkcs8/
H A Dp8_pkey.c63 /* Minor tweak to operation: zero private key data */
68 PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval; local
69 if (key->pkey &&
70 key->pkey->value.octet_string) {
71 OPENSSL_cleanse(key->pkey->value.octet_string->data,
72 key->pkey->value.octet_string->length);
/external/clang/test/CodeGen/
H A D2007-02-04-AddrLValue.c6 char *key; member in struct:__anon1696
/external/clang/test/PCH/
H A Dobjc_container.h9 - (id)objectForKeyedSubscript:(id)key;
10 - (void)setObject:(id)object forKeyedSubscript:(id)key;
20 id key; local
22 oldObject = dictionary[key];
24 dictionary[key] = newObject;
/external/jmonkeyengine/engine/src/core/com/jme3/asset/
H A DAsset.java45 * is called twice with the same asset key (equals() wise, not necessarily reference wise)
46 * then both assets will have the same asset key set (reference wise) via
47 * {@link Asset#setKey(com.jme3.asset.AssetKey) }, then this asset key
49 * are garbage collected, the shared asset key becomes unreachable and at that
58 * was loaded has this key set to null so that only the clones are tracked
61 * @param key The AssetKey to set
63 public void setKey(AssetKey key); argument
66 * Returns the asset key that is used to track this asset for garbage
69 * @return the asset key that is used to track this asset for garbage
/external/libvncserver/libvncserver/
H A Dzrlepalettehelper.h36 zrle_U32 key[ZRLE_PALETTE_MAX_SIZE + 4096]; member in struct:__anon9216
/external/nist-sip/java/gov/nist/core/
H A DMultiMap.java24 * So for example, you can put( key, new Integer(1) );
25 * and then a Object get( key ); will return you a Collection
35 public Object remove( Object key, Object item ); argument
H A DMultiValueMap.java8 public Object remove( K key, V item ); argument
/external/skia/src/gpu/
H A DGrStencilAttachment.cpp13 GrUniqueKey* key) {
15 GrUniqueKey::Builder builder(key, kDomain, 3);
12 ComputeSharedStencilAttachmentKey(int width, int height, int sampleCnt, GrUniqueKey* key) argument
/external/skia/tests/
H A DRTConfRegistryTest.cpp13 bool test_rt_conf_parse(SkRTConfRegistry* reg, const char* key, T* value) { argument
14 return reg->parse(key, value);
17 static void portable_setenv(const char* key, const char* value) { argument
19 _putenv_s(key, value);
21 setenv(key, value, 1);
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
H A DMDCStrLookup.java40 * @param key the key to be looked up, may be null
43 public String lookup(String key) { argument
44 if (key == null) {
47 return MDC.get(key);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DSwitchLabelElement.java37 public final int key; field in class:SwitchLabelElement
40 public SwitchLabelElement(int key, @Nonnull Label target) { argument
41 this.key = key;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DAnnotationSetSection.java41 @Nonnull Collection<? extends AnnotationKey> getAnnotations(@Nonnull AnnotationSetKey key); argument
H A DNullableIndexSection.java37 int getNullableItemIndex(@Nullable Key key); argument
H A DNullableOffsetSection.java37 int getNullableItemOffset(@Nullable Key key); argument
/external/valgrind/include/
H A Dpub_tool_hashtable.h48 UWord key; member in struct:_VgHashNode
66 /* Looks up a VgHashNode by key in the table.
70 extern void* VG_(HT_lookup) ( const VgHashTable *table, UWord key );
72 /* Removes a VgHashNode by key from the table. Returns NULL if not found. */
73 extern void* VG_(HT_remove) ( VgHashTable *table, UWord key );
78 the full element to be compared for equality, not only the key.
80 element in the key, and have the comparison function checking for equality
90 key equality. */
97 cmp will be used to verify if 2 elements with the same key are equal.
98 Use NULL cmp if the hash table elements are only to be compared by key
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/support/
H A DA.java27 public String find(String key) { argument
28 return pp.findProp(key);

Completed in 2740 milliseconds

1234567891011>>