Searched refs:test_current (Results 1 – 11 of 11) sorted by relevance
/external/eigen/bench/perf_monitoring/gemm/ |
D | run.sh | 79 function test_current function 133 test_current $actual_rev float $PREFIX"s"$bench 134 test_current $actual_rev double $PREFIX"d"$bench 135 test_current $actual_rev "std::complex<double>" $PREFIX"c"$bench
|
/external/icu/icu4c/source/samples/legacy/ |
D | legacy.cpp | 31 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxLen, uint8_t keys[][32]); 102 test_current(uTest, 4, 5, keys); in main()
|
D | newcol.cpp | 74 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { in test_current() function
|
/external/skqp/platform_tools/android/apps/skqp/src/main/ |
D | Android.mk | 17 LOCAL_SDK_VERSION := test_current
|
/external/skia/tools/skqp/ |
D | release.sh | 37 LOCAL_SDK_VERSION := test_current
|
/external/skqp/tools/skqp/ |
D | release.sh | 37 LOCAL_SDK_VERSION := test_current
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 69 struct cil_tree_node *test_current; in test_cil_parse_to_list() local 70 test_current = test_tree->root->cl_head->cl_head; in test_cil_parse_to_list() 75 test_avrule->src_str = cil_strdup(test_current->next->data); in test_cil_parse_to_list() 76 test_avrule->tgt_str = cil_strdup(test_current->next->next->data); in test_cil_parse_to_list() 80 test_avrule->classpermset->class_str = cil_strdup(test_current->next->next->next->cl_head->data); in test_cil_parse_to_list() 86 test_current = test_current->next->next->next->cl_head->next->cl_head; in test_cil_parse_to_list() 88 …int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_A… in test_cil_parse_to_list() 100 struct cil_tree_node *test_current; in test_cil_parse_to_list_currnull_neg() local 101 test_current = test_tree->root->cl_head->cl_head; in test_cil_parse_to_list_currnull_neg() 106 test_avrule->src_str = cil_strdup(test_current->next->data); in test_cil_parse_to_list_currnull_neg() [all …]
|
D | test_cil_copy_ast.c | 599 struct cil_tree_node *test_current; in test_cil_copy_avrule() local 600 test_current = test_tree->root->cl_head->cl_head; in test_cil_copy_avrule() 602 cil_gen_avrule(test_current, test_ast_node, CIL_AVRULE_ALLOWED); in test_cil_copy_avrule()
|
/external/deqp/ |
D | Android.bp | 99 sdk_version: "test_current",
|
/external/python/cpython2/Lib/test/ |
D | test_multiprocessing.py | 188 def test_current(self): member in _TestProcess
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 223 def test_current(self): member in _TestProcess
|