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

1 2

  /external/libunwind/tests/
ia64-test-readonly-asm.S 28 .global test_func
29 .proc test_func
30 test_func: label
50 .endp test_func
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
bool.fail.cpp 20 bool test_func(void) function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
bool.fail.cpp 20 bool test_func(void) function
  /external/vboot_reference/tests/
cgptlib_test.h 17 typedef int (*test_func)(); typedef
  /external/libcxx/test/std/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 36 void (*test_func)(struct test_result * result); member in struct:test
  /external/python/cpython3/Lib/ctypes/test/
test_unicode.py 40 def test_func(self): member in class:StringTestCase
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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/libcxx/test/std/utilities/any/any.class/any.cons/
in_place_type.pass.cpp 115 void test_func() {} function
119 using Type = decltype(test_func);
121 any a(std::in_place_type<Type>, test_func);
123 assert(any_cast<DecayT>(a) == test_func);
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_nullptr.pass.cpp 179 void test_func() { function
244 test_func();
  /external/tensorflow/tensorflow/compiler/aot/tests/
make_test_graphs.py 103 def test_func(a, b): function in function:tffunction
108 test_func(x, y, name='func_call') # pylint: disable=unexpected-keyword-arg
  /frameworks/base/tests/backup/
backup_helper_test.cpp 28 typedef int (*test_func)(); typedef
32 test_func func;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.cons/
in_place_type.pass.cpp 115 void test_func() {} function
119 using Type = decltype(test_func);
121 any a(std::in_place_type<Type>, test_func);
123 assert(any_cast<DecayT>(a) == test_func);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
F_nullptr.pass.cpp 179 void test_func() { function
244 test_func();
  /external/ltp/testcases/kernel/syscalls/mlock/
mlock02.c 59 static void (*test_func[])(void) = { test_enomem1, test_enomem2, test_eperm }; variable
61 int TST_TOTAL = ARRAY_SIZE(test_func);
74 (*test_func[i])();
  /external/ltp/testcases/kernel/syscalls/open/
open13.c 58 static void (*test_func[])(void) = { variable
69 int TST_TOTAL = ARRAY_SIZE(test_func);
86 (*test_func[tc])();
open12.c 54 static void (*test_func[])(void) = { test_append, test_noatime, test_cloexec, variable
57 int TST_TOTAL = ARRAY_SIZE(test_func);
71 (*test_func[i])();
  /system/update_engine/update_manager/
generic_variables_unittest.cc 116 CopyConstructorTestClass test_func(CopyConstructorTestClass* obj) { function in namespace:chromeos_update_manager
130 test_func, &test_obj);
  /external/libffi/testsuite/libffi.call/
cls_multi_uchar.c 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, function
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_multi_uchar.c 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, function
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
cls_multi_uchar.c 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, function
  /external/ltp/testcases/kernel/syscalls/sigwaitinfo/
sigwaitinfo01.c 93 typedef void (*test_func) (swi_func, int); typedef
399 test_func tf;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_arit.c 405 LLVMValueRef test_func; local
422 test_func = build_unary_test_func(gallivm, test, length, test_name);
426 test_func_jit = (unary_func_t) gallivm_jit_function(gallivm, test_func);
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_state_cc.h 64 enum gen_compare_function test_func; member in struct:ilo_state_cc_alpha_info
68 enum gen_compare_function test_func; member in struct:ilo_state_cc_stencil_op_info
97 enum gen_compare_function test_func; member in struct:ilo_state_cc_depth_info
  /external/valgrind/none/tests/ppc32/
test_dfp4.c 457 test_funcp_t test_func; member in struct:dfp_test
467 test_funcp_t test_func; member in struct:dfp_one_arg_test
491 while ((func = dfp_ClassAndGroupTest_tests[k].test_func)) {
559 while ((func = dfp_ExpTest_tests[k].test_func)) {

Completed in 436 milliseconds

1 2