/external/v8/test/mjsunit/es6/ |
D | classof-proxy.js | 7 function test_function(o) { function 19 assertFalse(test_function(non_callable)); 20 assertTrue(test_function(callable)); 21 assertTrue(test_function(constructable)); 23 %OptimizeFunctionOnNextCall(test_function); 25 assertFalse(test_function(non_callable)); 26 assertTrue(test_function(callable)); 27 assertTrue(test_function(constructable));
|
/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/v8/test/cctest/ |
D | test-ast-expression-visitor.cc | 55 const char test_function[] = in TEST() local 88 CollectTypes(&handles, test_function, &types); in TEST() 278 const char test_function[] = in TEST() local 283 CollectTypes(&handles, test_function, &types); in TEST() 305 const char test_function[] = in TEST() local 309 CollectTypes(&handles, test_function, &types); in TEST() 322 const char test_function[] = in TEST() local 326 CollectTypes(&handles, test_function, &types); in TEST() 347 const char test_function[] = in TEST() local 351 CollectTypes(&handles, test_function, &types); in TEST() [all …]
|
D | test-sampler-api.cc | 92 explicit SamplingTestHelper(const std::string& test_function) in SamplingTestHelper() argument 103 CompileRun(v8_str(test_function.c_str())); in SamplingTestHelper() 200 static const char* test_function = variable 208 SamplingTestHelper helper(std::string(test_function) + "func(8);"); in TEST() 214 SamplingTestHelper helper(std::string(test_function) + "func(300);"); in TEST()
|
/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/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_left_oob.cc | 7 int test_function() { in test_function() function
|
D | dll_malloc_uaf.cc | 8 int test_function() { in test_function() function
|
D | dll_null_deref.cc | 13 int test_function() { in test_function() function
|
D | dll_noreturn.cc | 25 int test_function() { in test_function() function
|
D | dll_stack_use_after_return.cc | 15 int test_function() { in test_function() function
|
D | dll_intercept_memset.cc | 13 int test_function() { in test_function() function
|
D | dll_operator_array_new_with_dtor_left_oob.cc | 11 int test_function() { in test_function() function
|
/external/v8/test/mjsunit/regress/ |
D | regress-491536.js | 9 function test_function() { eval(source); } function 10 assertDoesNotThrow(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/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 | 26 explicit BPFTesterCompatibilityDelegate(TestFunction test_function) in BPFTesterCompatibilityDelegate() argument 27 : aux_(), test_function_(test_function) {} in BPFTesterCompatibilityDelegate()
|
D | bpf_tests.h | 103 explicit BPFTesterSimpleDelegate(void (*test_function)(void)) in BPFTesterSimpleDelegate() 104 : 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/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/autotest/client/common_lib/ |
D | site_utils_unittest.py | 11 def test_function(arg1, arg2, arg3, arg4=4, arg5=5, arg6=6): function 65 self.run_test(test_function, False)
|