/external/chromium-trace/catapult/third_party/Paste/tests/ |
test_config.py | 8 test_key = 'test key' variable 19 lines = ['Variable is: %s\n' % CONFIG[test_key], 20 'Variable is (in environ): %s' % environ['paste.config'][test_key]] 32 supplement = ['Nesting variable is: %s' % CONFIG[test_key], 34 environ['paste.config'][test_key]] 42 config = {test_key: 'test value'} 52 config = {test_key: 'test value'} 54 config = {test_key: 'nesting value'} 67 process_config = {test_key: 'bar', 'process_var': 'foo'} 70 assert CONFIG[test_key] == 'bar [all...] |
/external/libvpx/libvpx/test/ |
vp8_decrypt_test.cc | 24 const uint8_t test_key[16] = { member in namespace:__anon17904 32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
|
vp9_decrypt_test.cc | 24 const uint8_t test_key[16] = { member in namespace:__anon17913 32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp8_decrypt_test.cc | 24 const uint8_t test_key[16] = { member in namespace:__anon31402 32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
|
/external/compiler-rt/lib/asan/tests/ |
asan_mac_test.cc | 188 void *TSDAllocWorker(void *test_key) { 189 if (test_key) { 191 pthread_setspecific(*(pthread_key_t*)test_key, mem); 198 pthread_key_t test_key; local 199 pthread_key_create(&test_key, CallFreeOnWorkqueue); 200 PTHREAD_CREATE(&th, NULL, TSDAllocWorker, &test_key); 202 pthread_key_delete(test_key);
|
asan_test.cc | 144 void *TSDWorker(void *test_key) { 145 if (test_key) { 146 pthread_setspecific(*(pthread_key_t*)test_key, (void*)0xfeedface); 167 pthread_key_t test_key; local 168 pthread_key_create(&test_key, TSDDestructor); 169 PTHREAD_CREATE(&th, NULL, TSDWorker, &test_key); 171 pthread_key_delete(test_key); [all...] |
/external/srtp/crypto/test/ |
cipher_driver.c | 123 unsigned char test_key[20] = { local 206 status = cipher_init(c, test_key, direction_encrypt);
|
/external/srtp/test/ |
srtp_driver.c | 101 extern uint8_t test_key[30]; 323 policy.key = test_key; 1146 unsigned char test_key[30] = { local 1185 policy.key = test_key; 1317 unsigned char test_key[30] = { variable [all...] |
/external/selinux/libsepol/cil/test/unit/ |
test_cil_copy_ast.c | 278 char *test_key = test_tree->root->cl_head->cl_head->next->data; local 285 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); [all...] |
test_cil_build_ast.c | 786 char *test_key = test_tree->root->cl_head->cl_head->next->data; local 793 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); 814 char *test_key = test_tree->root->cl_head->cl_head->next->data; local 823 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); 844 char *test_key = test_tree->root->cl_head->cl_head->next->data; local 851 cil_symtab_insert(&test_db->symtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); 10590 char *test_key = test_tree->root->cl_head->cl_head->next->data; local 10680 char *test_key = test_tree->root->cl_head->cl_head->next->data; local 10708 char *test_key = test_tree->root->cl_head->cl_head->next->data; local [all...] |