Home
last modified time | relevance | path

Searched refs:test_key (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc188 void *TSDAllocWorker(void *test_key) { in TSDAllocWorker() argument
189 if (test_key) { in TSDAllocWorker()
191 pthread_setspecific(*(pthread_key_t*)test_key, mem); in TSDAllocWorker()
198 pthread_key_t test_key; in TEST() local
199 pthread_key_create(&test_key, CallFreeOnWorkqueue); in TEST()
200 PTHREAD_CREATE(&th, NULL, TSDAllocWorker, &test_key); in TEST()
202 pthread_key_delete(test_key); in TEST()
Dasan_test.cc144 void *TSDWorker(void *test_key) { in TSDWorker() argument
145 if (test_key) { in TSDWorker()
146 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface); in TSDWorker()
167 pthread_key_t test_key; in TEST() local
168 pthread_key_create(&test_key, TSDDestructor); in TEST()
169 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key); in TEST()
171 pthread_key_delete(test_key); in TEST()
/external/toolchain-utils/crosperf/
Dresults_organizer.py191 for test_key in benchmark_run.result.keyvals:
192 if show_all_results or test_key in summary_list:
193 cur_dict[test_key] = benchmark_run.result.keyvals[test_key]
Dresults_report.py374 test_key = cur_row_data[0].string_value
375 title = '{0}: {1}'.format(item, test_key.replace('/', ''))
/external/libvpx/libvpx/test/
Dvp9_decrypt_test.cc24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, variable
30 dst[i] = src[i] ^ test_key[(offset + i) & 15]; in encrypt_buffer()
Dvp8_decrypt_test.cc24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, variable
30 dst[i] = src[i] ^ test_key[(offset + i) & 15]; in encrypt_buffer()
/external/grpc-grpc/src/ruby/spec/generic/
Dactive_call_spec.rb236 metadata = { test_key: 'val' }
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c278 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_copy_classcommon() local
285 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_copy_classcommon()
Dtest_cil_build_ast.c786 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_perm_nodes() local
793 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_perm_nodes()
814 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_perm_nodes_failgen_neg() local
823 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_perm_nodes_failgen_neg()
844 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_perm_nodes_inval_perm_neg() local
851 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_perm_nodes_inval_perm_neg()
10590 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_classcommon() local
10597 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_classcommon()
10680 char *test_key = test_tree->root->cl_head->cl_head->next->data; in test_cil_gen_classcommon_noperms_neg() local
10687 …cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_d… in test_cil_gen_classcommon_noperms_neg()
[all …]