/external/vixl/test/ |
D | test-utils.cc | 47 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/ |
D | function.pass.cpp | 29 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/ |
D | externally_available.ll | 2 ; 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/ |
D | externally_available.ll | 2 ; 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/ |
D | harness.c | 26 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/ |
D | dll_host.cc | 42 typedef int (*test_function)(); in main() typedef 43 test_function gf = (test_function)GetProcAddress(h, "test_function"); in main()
|
D | dll_operator_array_new_left_oob.cc | 6 int test_function() { in test_function() function
|
D | dll_intercept_memchr.cc | 8 int test_function() { in test_function() function
|
D | dll_cerr.cc | 12 int test_function() { in test_function() function
|
D | dll_malloc_uaf.cc | 8 int test_function() { in test_function() function
|
D | dll_malloc_left_oob.cc | 7 int test_function() { in test_function() function
|
D | dll_null_deref.cc | 13 int test_function() { in test_function() function
|
D | dll_stack_use_after_return.cc | 15 int test_function() { in test_function() function
|
D | dll_noreturn.cc | 25 int test_function() { in test_function() function
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | externally_available.ll | 3 ; 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/ |
D | misched-code-difference-with-debug.ll | 27 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/ |
D | externally_available.ll | 3 ; 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/ |
D | externally_available.ll | 3 ; 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/ |
D | externally_available.ll | 3 ; test_function should not be emitted to the .s file. 4 define available_externally i32 @test_function() {
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | bpf_tester_compatibility_delegate.h | 27 explicit BPFTesterCompatibilityDelegate(TestFunction test_function) in BPFTesterCompatibilityDelegate() argument 28 : aux_(), test_function_(test_function) {} in BPFTesterCompatibilityDelegate()
|
D | bpf_tests.h | 105 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/ |
D | copy_assign.pass.cpp | 39 test_function() in test_function() function 51 test_function(); in main()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hotplug_test/ |
D | cpuset_hotplug_test.sh | 206 "$test_function" "$@" 229 test_function="root_cpu_hotplug_test" 245 test_function="general_cpu_hotplug_test"
|
/external/clang/test/Sema/ |
D | warn-documentation.cpp | 652 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/ |
D | lib.c | 116 pid_t eat_cpu(int (test_function)(void)) in eat_cpu() 143 rc = test_function(); in eat_cpu()
|