/external/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cc | 188 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()
|
D | asan_test.cc | 144 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/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_mac_test.cpp | 187 void *TSDAllocWorker(void *test_key) { in TSDAllocWorker() argument 188 if (test_key) { in TSDAllocWorker() 190 pthread_setspecific(*(pthread_key_t*)test_key, mem); in TSDAllocWorker() 197 pthread_key_t test_key; in TEST() local 198 pthread_key_create(&test_key, CallFreeOnWorkqueue); in TEST() 199 PTHREAD_CREATE(&th, NULL, TSDAllocWorker, &test_key); in TEST() 201 pthread_key_delete(test_key); in TEST()
|
D | asan_test.cpp | 163 void *TSDWorker(void *test_key) { in TSDWorker() argument 164 if (test_key) { in TSDWorker() 165 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface); in TSDWorker() 186 pthread_key_t test_key; in TEST() local 187 pthread_key_create(&test_key, TSDDestructor); in TEST() 188 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key); in TEST() 190 pthread_key_delete(test_key); in TEST()
|
/external/toolchain-utils/crosperf/ |
D | results_organizer.py | 209 for test_key in benchmark_run.result.keyvals: 210 if show_all_results or test_key in summary_list: 211 cur_dict[test_key] = benchmark_run.result.keyvals[test_key]
|
D | results_report.py | 455 test_key = cur_row_data[0].string_value 456 title = '{0}: {1}'.format(item, test_key.replace('/', ''))
|
/external/libvpx/libvpx/test/ |
D | vp9_decrypt_test.cc | 24 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()
|
D | vp8_decrypt_test.cc | 24 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/libsrtp2/crypto/test/ |
D | cipher_driver.c | 132 unsigned char test_key[48] = { in main() local 242 status = srtp_cipher_init(c, test_key); in main() 264 status = srtp_cipher_init(c, test_key); in main() 286 status = srtp_cipher_init(c, test_key); in main() 304 status = srtp_cipher_init(c, test_key); in main()
|
/external/libsrtp2/test/ |
D | srtp_driver.c | 125 extern uint8_t test_key[46]; 132 test_key, 591 policy.key = test_key; in main() 1685 policy.key = test_key; in srtp_validate() 2374 policy.key = test_key; in srtp_test_empty_payload() 2450 policy.key = test_key; in srtp_test_empty_payload_gcm() 2575 policy.key = test_key; in srtp_test_remove_stream() 2640 policy.key = test_key; in srtp_test_update() 2688 policy.key = test_key; in srtp_test_update() 2804 policy.key = test_key; in srtp_test_setup_protect_trailer_streams() [all …]
|
/external/openssh/ |
D | ssh-add.c | 432 test_key(int agent_fd, const char *filename) in test_key() function 768 r |= test_key(agent_fd, argv[i]); in main()
|
/external/grpc-grpc/src/ruby/spec/generic/ |
D | active_call_spec.rb | 236 metadata = { test_key: 'val' }
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 278 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()
|
D | test_cil_build_ast.c | 786 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 …]
|