Home
last modified time | relevance | path

Searched refs:test_function (Results 1 – 25 of 50) sorted by relevance

12

/external/vixl/test/
Dtest-utils.cc47 void (*test_function)(void); in ExecuteMemory() local
50 VIXL_STATIC_ASSERT(sizeof(buffer) == sizeof(test_function)); in ExecuteMemory()
51 VIXL_STATIC_ASSERT(sizeof(uintptr_t) == sizeof(test_function)); in ExecuteMemory()
54 memcpy(&test_function, &entry_point, sizeof(test_function)); in ExecuteMemory()
66 test_function(); in ExecuteMemory()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
Dfunction.pass.cpp29 void test_function() in test_function() function
39 test_function<void ()>(); in main()
40 test_function<void (int)>(); in main()
41 test_function<int (double)>(); in main()
42 test_function<int (double, char)>(); in main()
/external/llvm/test/Transforms/Inline/
Dexternally_available.ll2 ; RUN: not grep test_function %t
6 ; test_function should not be emitted to the .s file.
7 define available_externally i32 @test_function() {
13 %A = call i32 @test_function()
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
Dexternally_available.ll2 ; RUN: not grep test_function %t
6 ; test_function should not be emitted to the .s file.
7 define available_externally i32 @test_function() {
13 %A = call i32 @test_function()
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dharness.c26 int run_test(int (test_function)(void), char *name) in run_test()
38 exit(test_function()); in run_test()
97 int test_harness(int (test_function)(void), char *name) in test_harness()
110 rc = run_test(test_function, name); in test_harness()
/external/compiler-rt/test/asan/TestCases/Windows/
Ddll_host.cc42 typedef int (*test_function)(); in main() typedef
43 test_function gf = (test_function)GetProcAddress(h, "test_function"); in main()
Ddll_operator_array_new_left_oob.cc6 int test_function() { in test_function() function
Ddll_intercept_memchr.cc8 int test_function() { in test_function() function
Ddll_cerr.cc12 int test_function() { in test_function() function
Ddll_malloc_uaf.cc8 int test_function() { in test_function() function
Ddll_malloc_left_oob.cc7 int test_function() { in test_function() function
Ddll_null_deref.cc13 int test_function() { in test_function() function
Ddll_stack_use_after_return.cc15 int test_function() { in test_function() function
Ddll_noreturn.cc25 int test_function() { in test_function() function
/external/llvm/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 ; CHECK-NOT: test_function
5 define available_externally i32 @test_function() {
/external/llvm/test/CodeGen/X86/
Dmisched-code-difference-with-debug.ll27 declare i32 @test_function(%class.C*, i8 signext, i8 signext, i8 signext, ...)
37 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex…
39 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
53 …%call = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signex…
56 …%call2 = call i32 (%class.C*, i8, i8, i8, ...) @test_function(%class.C* %c, i8 signext 0, i8 signe…
/external/llvm/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 define available_externally i32 @test_function() {
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 define available_externally i32 @test_function() {
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
Dexternally_available.ll3 ; test_function should not be emitted to the .s file.
4 define available_externally i32 @test_function() {
/external/libchrome/sandbox/linux/seccomp-bpf/
Dbpf_tester_compatibility_delegate.h27 explicit BPFTesterCompatibilityDelegate(TestFunction test_function) in BPFTesterCompatibilityDelegate() argument
28 : aux_(), test_function_(test_function) {} in BPFTesterCompatibilityDelegate()
Dbpf_tests.h105 explicit BPFTesterSimpleDelegate(void (*test_function)(void)) in BPFTesterSimpleDelegate()
106 : test_function_(test_function) {} in BPFTesterSimpleDelegate()
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/
Dcopy_assign.pass.cpp39 test_function() in test_function() function
51 test_function(); in main()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/
Dcpuset_hotplug_test.sh206 "$test_function" "$@"
229 test_function="root_cpu_hotplug_test"
245 test_function="general_cpu_hotplug_test"
/external/clang/test/Sema/
Dwarn-documentation.cpp652 unsigned test_function(Base64Flags inFlags);
1113 template <class T> T test_function (T arg);
1117 template <> int test_function<int> (int arg);
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Dlib.c116 pid_t eat_cpu(int (test_function)(void)) in eat_cpu()
143 rc = test_function(); in eat_cpu()

12