HomeSort by relevance Sort by last modified time
    Searched defs:test_func (Results 1 - 22 of 22) sorted by null

  /external/libunwind/tests/
ia64-test-readonly-asm.S 28 .global test_func
29 .proc test_func
30 test_func: label
50 .endp test_func
  /development/ndk/tests/dlclose-destruction/jni/
main.c 10 test_func_t test_func; local
19 test_func = dlsym(lib, "test1_set");
20 if (test_func == NULL) {
26 test_func(&x);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
unit_test.h 10 void (*test_func)(struct test_result * result); member in struct:test
  /external/libcxx/test/depr/depr.lib.binders/
test_func.h 13 class test_func class
21 explicit test_func(int id) : id_(id) {} function in class:test_func
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.h 10 void (*test_func)(struct test_result * result); member in struct:test
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/
test_func.h 13 class test_func class
21 explicit test_func(int id) : id_(id) {} function in class:test_func
  /external/stlport/test/unit/
unary_test.cpp 60 bool test_func(int param) { function
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /frameworks/base/tests/backup/
backup_helper_test.cpp 28 typedef int (*test_func)(); typedef
32 test_func func;
  /ndk/tests/device/test-gnustl-full/unit/
unary_test.cpp 60 bool test_func(int param) { function
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /ndk/tests/device/test-stlport/unit/
unary_test.cpp 60 bool test_func(int param) { function
67 int* p = find_if((int*)array, (int*)array + 3, not1(ptr_fun(test_func)));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_arit.c 296 LLVMValueRef test_func; local
313 test_func = build_unary_test_func(gallivm, test);
317 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func);
354 gallivm_free_function(gallivm, test_func, test_func_jit);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 296 LLVMValueRef test_func; local
313 test_func = build_unary_test_func(gallivm, test);
317 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func);
354 gallivm_free_function(gallivm, test_func, test_func_jit);
  /external/valgrind/main/none/tests/ppc32/
test_dfp4.c 452 test_func_t test_func; member in struct:dfp_test
462 test_func_t test_func; member in struct:dfp_one_arg_test
486 while ((func = dfp_ClassAndGroupTest_tests[k].test_func)) {
545 while ((func = dfp_ExpTest_tests[k].test_func)) {
test_dfp1.c 291 test_func_t test_func; member in struct:dfp_test
327 while ((func = dfp_two_arg_tests[k].test_func)) {
test_dfp2.c 380 test_func_t test_func; member in struct:dfp_test
448 while ((func = dfp_one_arg_tests[k].test_func)) {
519 while ((func = dfp_two_arg_tests[k].test_func)) {
586 while ((func = dfp_dcffix_dcffixq_tests[k].test_func)) {
test_dfp3.c 781 test_func_t test_func; member in struct:dfp_test
791 test_func_t test_func; member in struct:dfp_one_arg_test
816 while ((func = dfp_quai_tests[k].test_func)) {
879 while ((func = dfp_qua_tests[k].test_func)) {
943 while ((func = dfp_rrnd_tests[k].test_func)) {
1013 while ((func = dfp_xiex_tests[k].test_func)) {
    [all...]
test_dfp5.c 382 test_func_t test_func; member in struct:dfp_one_arg_test
390 test_func_bcd_t test_func; member in struct:dfp_one_arg_bcd_test
410 while ((func = dfp_test_dfp_ddedpd_tests[k].test_func)) {
459 while ((func = dfp_test_dfp_denbcd_tests[k].test_func)) {
525 while ((func = dfp_test_significance_tests[k].test_func)) {
test_isa_2_06_part1.c 1068 test_func_t test_func; member in struct:p7_fp_test
1083 test_func_t test_func; member in struct:vx_fp_test
1092 test_func_t test_func; member in struct:xs_conv_test
1106 test_func_t test_func; member in struct:ldst_test
1124 test_func_t test_func; member in struct:vsx_logic_test
1131 test_func_t test_func; member in struct:vsx_move_test
1139 test_func_t test_func; member in struct:vsx_permute_test
    [all...]
test_isa_2_06_part2.c 556 test_func_t test_func; member in struct:vx_fp_test
1061 test_func_t test_func; member in struct:simple_test
1579 test_func_t test_func; member in struct:div_ext_test
    [all...]
test_isa_2_06_part3.c 559 test_func_t test_func; member in struct:vx_fp_test
889 test_func_t test_func; member in struct:vx_intToFp_test
996 test_func_t test_func; member in struct:simple_test
1354 test_func_t test_func; member in struct:div_ext_test
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp 108 test_case( const_string tc_name, callback0<> const& test_func );
111 callback0<> const& test_func() const { return m_test_func; } function in class:boost::unit_test::test_case
253 make_test_case( callback0<> const& test_func, const_string tc_name )
255 return new test_case( ut_detail::normalize_test_case_name( tc_name ), test_func );
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_07_part2.c 395 test_func_t test_func; member in struct:vx_fp_test1
404 test_func_t test_func; member in struct:ldst_test
414 test_func_t test_func; member in struct:vx_fp_test2
425 test_func_t test_func; member in struct:xs_conv_test
432 test_func_t test_func; member in struct:simple_test
438 test_func_t test_func; member in struct:vsx_logic_test
887 while ((func = vx_fp_tests[k].test_func)) {
    [all...]

Completed in 549 milliseconds