Home
last modified time | relevance | path

Searched refs:test_current (Results 1 – 11 of 11) sorted by relevance

/external/eigen/bench/perf_monitoring/gemm/
Drun.sh79 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/
Dlegacy.cpp31 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()
Dnewcol.cpp74 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/
DAndroid.mk17 LOCAL_SDK_VERSION := test_current
/external/skia/tools/skqp/
Drelease.sh37 LOCAL_SDK_VERSION := test_current
/external/skqp/tools/skqp/
Drelease.sh37 LOCAL_SDK_VERSION := test_current
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_build_ast.c69 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 …]
Dtest_cil_copy_ast.c599 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/
DAndroid.bp99 sdk_version: "test_current",
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py188 def test_current(self): member in _TestProcess
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py223 def test_current(self): member in _TestProcess