HomeSort by relevance Sort by last modified time
    Searched defs:key (Results 1 - 25 of 5376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/test/mjsunit/regress/
regress-357103.js 9 var key = "Huckleberry Finn" + "Tom Sawyer"; variable
11 function f() { o[key] = "Adventures"; }
regress-3976.js 46 function key(length) { function
64 s += key(random() % 10 + 7);
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPair.h 30 // A class to hold a key and value.
33 @property(nonatomic, strong, readonly) NSString *key; variable
36 // Initialize a RTCPair object with a key and value.
37 - (id)initWithKey:(NSString *)key value:(NSString *)value;
  /external/boringssl/src/crypto/pkcs8/
p8_pkey.c 63 /* Minor tweak to operation: zero private key data */
68 PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval; local
69 if (key->pkey && key->pkey->type == V_ASN1_OCTET_STRING &&
70 key->pkey->value.octet_string) {
71 OPENSSL_cleanse(key->pkey->value.octet_string->data,
72 key->pkey->value.octet_string->length);
  /external/compiler-rt/test/lsan/TestCases/
use_tls_pthread_specific_static.cc 17 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);
cleanup_in_tsd_destructor.c 18 pthread_key_t key; variable
29 int res = pthread_setspecific(key, (void*)1);
35 int res = pthread_key_create(&key, &key_destructor);
disabler_in_tsd_destructor.c 13 pthread_key_t key; variable
20 pthread_setspecific(key, 0);
25 int res = pthread_setspecific(key, (void*)1);
31 int res = pthread_key_create(&key, &key_destructor);
use_tls_pthread_specific_dynamic.cc 24 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/opencv3/3rdparty/include/ffmpeg_/libavutil/
xtea.h 34 uint32_t key[16]; member in struct:AVXTEA
41 * @param key a key of 16 bytes used for encryption/decryption
43 void av_xtea_init(struct AVXTEA *ctx, const uint8_t key[16]);
  /external/selinux/libsepol/cil/src/
cil_policy.h 38 struct cil_symtab_datum *key; member in struct:cil_multimap_item
  /external/v8/test/mjsunit/
property-object-key.js 28 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]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 48 key_const_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(key)
68 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 48 key_const_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(key)
68 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 48 key_const_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(key)
68 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
insert_store_hash_fn_imps.hpp 48 key_const_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(key)
68 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm-2.c 28 /* Use the index as the key to locate the real opcode. */
29 int key = opcode - aarch64_opcode_table; local
31 switch (key)
352 /* Use the index as the key. */
353 int key = self - aarch64_operands; local
354 switch (key)
  /external/iproute2/examples/bpf/
bpf_shared.c 26 int key = 0, *val; local
28 val = map_lookup_elem(&map_sh, &key);
39 int key = 0, *val; local
41 val = map_lookup_elem(&map_sh, &key);
  /external/libchrome/crypto/third_party/nss/
pk11akey.cc 62 PK11SymKey* key = PK11_PBEKeyGen(slot, local
67 if (key == NULL) {
76 PK11_FreeSymKey(key);
82 *private_key = PK11_UnwrapPrivKey(slot, key, crypto_mech_type, crypto_param,
90 PK11_FreeSymKey(key);
  /external/vboot_reference/host/lib21/
host_keyblock.c 34 struct vb2_packed_key *key = NULL; local
49 if (vb2_public_key_pack(&key, data_key))
52 kb.sig_offset = kb.key_offset + key->c.total_size;
55 /* Allocate buffer and copy header and data key */
58 free(key);
65 memcpy(buf + kb.key_offset, key, key->c.total_size);
66 free(key);
  /development/apps/Development/src/com/android/development/
ColumnData.java 25 key = k;
28 public String key; field in class:ColumnData
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
util.py 24 import rsa.key namespace
27 '''Reads a private key and outputs the corresponding public key.'''
31 description='Reads a private key and outputs the '
32 'corresponding public key. Both private and public keys use '
41 help='key format of input - default PEM',
45 help='key format of output - default PEM',
52 print('Reading private key from %s in %s format' % \
57 print('Reading private key from stdin in %s format' % cli.inform,
64 # Take the public fields and create a public key
    [all...]
  /external/clang/test/CodeGen/
2007-02-04-AddrLValue.c 6 char *key; member in struct:__anon8019
  /external/clang/test/PCH/
objc_container.h 9 - (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/libvncserver/libvncserver/
zrlepalettehelper.h 36 zrle_U32 key[ZRLE_PALETTE_MAX_SIZE + 4096]; member in struct:__anon16951
  /external/opencv3/samples/gpu/
alpha_comp.cpp 53 char key = static_cast<char>(waitKey()); local
55 if (key == 27)
58 if (key == 32)

Completed in 1500 milliseconds

1 2 3 4 5 6 7 8 91011>>