HomeSort by relevance Sort by last modified time
    Searched defs:key (Results 26 - 50 of 6968) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/compiler-rt/test/lsan/TestCases/
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/libcups/cups/
ppd-attr.c 33 ppd_attr_t key, /* Search key */ local
51 memset(&key, 0, sizeof(key));
52 strlcpy(key.name, name, sizeof(key.name));
58 if ((attr = (ppd_attr_t *)cupsArrayFind(ppd->sorted_attrs, &key)) != NULL)
ppd-custom.c 43 ppd_coption_t key; /* Custom option search key */ local
49 strlcpy(key.keyword, keyword, sizeof(key.keyword));
50 return ((ppd_coption_t *)cupsArrayFind(ppd->coptions, &key));
  /external/libvncserver/libvncserver/
zrlepalettehelper.h 36 zrle_U32 key[ZRLE_PALETTE_MAX_SIZE + 4096]; member in struct:__anon24265
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
3-1.c 10 * An optional destructor function may be associated with each key value. At thread exit, if
11 * a key value has a non-NULL destructor pointer, and the thread has a non-NULL value associated
12 * with that key, the value of the key is set to NULL, and then the function pointed to is called
31 pthread_key_t key; variable
44 /* Set the value of the key to a value */
45 if (pthread_setspecific(key, (void *)(KEY_VALUE)) != 0) {
50 /* The thread ends here, the destructor for the key should now be called after this */
61 /* Create a key with a destructor function */
62 if (pthread_key_create(&key, dest_func) != 0)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_delete/
2-1.c 12 that may have been associated with 'key' shall no longer be called up thread exit.
15 * 1. Create a key with a destructor function associated with it
29 pthread_key_t key; variable
36 /* Delete the key and check if an error has occured */
37 if (pthread_key_delete(key) != 0) {
46 /* Set the value of the key to a value */
47 if (pthread_setspecific(key, (void *)(KEY_VALUE)) != 0) {
52 /* The thread ends here, the destructor for the key should now be called after this */
63 /* Create a key with a destructor function */
64 if (pthread_key_create(&key, dest_func) != 0)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
SwitchLabelElement.java 37 public final int key; field in class:SwitchLabelElement
40 public SwitchLabelElement(int key, @Nonnull Label target) {
41 this.key = key;
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/scanner/
SimpleKeyTest.java 23 SimpleKey key = new SimpleKey(1, false, 5, 3, 2, null); local
24 assertTrue(key.toString().contains("SimpleKey"));
  /external/syslinux/com32/sysdump/
rbtree.h 44 uint64_t key; member in struct:rbtree
  /external/tpm2/
EncryptDecrypt.c 14 // TPM_RC_KEY is not a symmetric decryption key with both public and private
19 // key's mode
30 BYTE *key; local
36 // The input key should be a symmetric decrypt key.
41 // If the input mode is TPM_ALG_NULL, use the key's mode
45 // If the key is restricted, the input symmetric mode should match the key's
53 // TPM_ALG_NULL so setting in->mode to the mode of the key should have
81 key = symKey->sensitive.sensitive.sym.t.buffer
    [all...]
  /external/valgrind/include/
pub_tool_hashtable.h 48 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/vboot_reference/firmware/lib/
region-fw.c 23 VbPublicKey hdr, *key; local
32 /* Deal with a zero-size key (used in testing) */
36 key = VbExMalloc(size);
37 ret = VbRegionReadData(cparams, VB_REGION_GBB, offset, size, key);
39 VbExFree(key);
43 *keyp = key;
  /external/webrtc/talk/session/media/
externalhmac.h 62 // The pointer to the key will be allocated in the external_hmac_init function.
65 uint8_t key[HMAC_KEY_LENGTH]; member in struct:__anon36901
74 const uint8_t* key,
  /external/webrtc/webrtc/base/
win32regkey.h 17 // batch operations on values of a given registry key.
32 // maximum sizes registry key and value names
44 // create a reg key
55 // open an existing reg key
60 // close this reg key
63 // check if the key has a specified value
66 // get the number of values for this key
70 // Use GetValueCount() to get the total value_name count for this key
71 // Returns failure if no key at the specified index
72 // If you modify the key while enumerating, the indexes will be out of order
272 HKEY key() { return h_key_; } function in class:rtc::RegKey
    [all...]
  /frameworks/minikin/tests/unittest/
HbFontCacheTest.cpp 78 hb_user_data_key_t key; local
80 hb_font_set_user_data(font, &key, data, NULL, false);
81 ASSERT_EQ(data, hb_font_get_user_data(font, &key));
89 EXPECT_EQ(nullptr, hb_font_get_user_data(font, &key));
  /frameworks/wilhelm/src/autogen/
IID_to_MPH.cpp 248 unsigned key = asso_values[((unsigned char *)iid)[8]] + local
250 if (key <= MAX_HASH_VALUE) {
251 int MPH = hash_to_MPH[key];
  /system/keymaster/
ec_key.h 38 EC_KEY* key() const { return ec_key_.get(); } function in class:keymaster::EcKey
  /art/runtime/arch/
instruction_set_features_test.cc 45 std::string key = StringPrintf("dalvik.vm.isa.%s.variant", GetInstructionSetString(kRuntimeISA)); local
46 std::string dex2oat_isa_variant = android::base::GetProperty(key, "");
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tfind.c 18 char *key; member in struct:node_t
27 char *key = (char *)vkey; local
34 if ((r = (*compar)(key, (*rootp)->key)) == 0) /* T2: */
35 return (*rootp); /* key found */
  /bionic/tests/
sys_msg_test.cpp 44 key_t key = ftok(dir.dirname, 1); local
45 int id = msgget(key, IPC_CREAT|0666);
  /device/google/dragon/audio/hal/
dictionary.h 36 association is identified by a unique string key. Looking up values
45 char ** key ; /** List of string keys */ member in struct:_dictionary_
56 @brief Compute the hash key for a string.
57 @param key Character string to use for key.
62 The key is stored anyway in the struct so that collision can be avoided
63 by comparing the key itself in last resort.
66 unsigned dictionary_hash(const char * key);
96 @param key Key to look for in the dictionary
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
cert.h 36 #include "key.h"
60 key_t *key; /* Key to be signed */ member in struct:cert_s

Completed in 904 milliseconds

12 3 4 5 6 7 8 91011>>