Searched refs:test_function (Results 1 - 25 of 42) sorted by relevance

12

/external/v8/test/mjsunit/es6/
H A Dclassof-proxy.js7 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/v8/test/mjsunit/regress/
H A Dregress-491536.js9 function test_function() { eval(source); } function
10 assertDoesNotThrow(test_function);
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_cerr.cc12 int test_function() { function
H A Ddll_intercept_memchr.cc8 int test_function() { function
16 // CHECK-NEXT: test_function {{.*}}dll_intercept_memchr.cc:[[@LINE-5]]
18 // CHECK-NEXT: test_function {{.*}}dll_intercept_memchr.cc
H A Ddll_operator_array_new_left_oob.cc6 int test_function() { function
11 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_left_oob.cc:[[@LINE-3]]
20 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_left_oob.cc:[[@LINE-13]]
H A Ddll_malloc_left_oob.cc7 int test_function() { function
12 // CHECK-NEXT: test_function {{.*}}dll_malloc_left_oob.cc:[[@LINE-3]]
18 // CHECK-NEXT: test_function {{.*}}dll_malloc_left_oob.cc:[[@LINE-10]]
H A Ddll_malloc_uaf.cc8 int test_function() { function
14 // CHECK-NEXT: test_function {{.*}}dll_malloc_uaf.cc:[[@LINE-3]]
20 // CHECK-NEXT: test_function {{.*}}dll_malloc_uaf.cc:[[@LINE-10]]
25 // CHECK-NEXT: test_function {{.*}}dll_malloc_uaf.cc:[[@LINE-16]]
H A Ddll_null_deref.cc13 int test_function() { function
15 // CHECK: {{ #1 0x.* in test_function .*\dll_null_deref.cc:}}[[@LINE-1]]
H A Ddll_host.cc42 typedef int (*test_function)(); typedef
43 test_function gf = (test_function)GetProcAddress(h, "test_function");
45 printf("Could not locate test_function in the DLL!\n");
H A Ddll_noreturn.cc15 // CHECK-NEXT: test_function{{.*}}dll_noreturn.cc
25 int test_function() { function
H A Ddll_operator_array_new_with_dtor_left_oob.cc11 int test_function() { function
16 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_with_dtor_left_oob.cc:[[@LINE-3]]
28 // CHECK-NEXT: test_function {{.*}}dll_operator_array_new_with_dtor_left_oob.cc:[[@LINE-16]]
H A Ddll_stack_use_after_return.cc15 int test_function() { function
20 // CHECK-NEXT: test_function{{.*}}dll_stack_use_after_return.cc:[[@LINE-3]]
H A Ddll_intercept_memcpy.cc13 int test_function() { function
27 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy.cc:[[@LINE-4]]
29 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy.cc
H A Ddll_intercept_memset.cc13 int test_function() { function
27 // CHECK-NEXT: test_function {{.*}}dll_intercept_memset.cc:[[@LINE-4]]
29 // CHECK-NEXT: test_function {{.*}}dll_intercept_memset.cc
H A Ddll_intercept_strlen.cc9 int test_function() { function
23 // CHECK-NEXT: {{#1 .* test_function .*}}dll_intercept_strlen.cc:[[@LINE-5]]
26 // CHECK-NEXT: test_function {{.*}}dll_intercept_strlen.cc:
H A Ddll_intercept_memcpy_indirect.cc14 int test_function() { function
29 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy_indirect.cc:[[@LINE-5]]
31 // CHECK-NEXT: test_function {{.*}}dll_intercept_memcpy_indirect.cc
H A Ddll_poison_unpoison.cc16 int test_function() { function
28 // CHECK-NEXT: test_function{{.*}}\dll_poison_unpoison.cc:[[@LINE-4]]
32 // CHECK-NEXT: test_function{{.*}}\dll_poison_unpoison.cc
H A Ddll_thread_stack_array_left_oob.cc25 int test_function() { function
28 // CHECK: test_function{{.*}}dll_thread_stack_array_left_oob.cc:[[@LINE-2]]
H A Ddll_aligned_mallocs.cc16 int test_function() { function
H A Ddll_allocators_sanity.cc9 int test_function() { function
H A Ddll_seh.cc47 int test_function() { function
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dfunction.pass.cpp29 void test_function() function
39 test_function<void ()>();
40 test_function<void (int)>();
41 test_function<int (double)>();
42 test_function<int (double, char)>();
/external/libchrome/sandbox/linux/seccomp-bpf/
H A Dbpf_tester_compatibility_delegate.h17 // function pointer to a test in |test_function|.
26 explicit BPFTesterCompatibilityDelegate(TestFunction test_function) argument
27 : aux_(), test_function_(test_function) {}
/external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.assign/
H A Dcopy_assign.pass.cpp39 test_function() function
51 test_function();
/external/v8/test/cctest/
H A Dtest-ast-expression-visitor.cc55 const char test_function[] = local
88 CollectTypes(&handles, test_function, &types);
278 const char test_function[] = local
283 CollectTypes(&handles, test_function, &types);
305 const char test_function[] = local
309 CollectTypes(&handles, test_function, &types);
322 const char test_function[] = local
326 CollectTypes(&handles, test_function, &types);
347 const char test_function[] = local
351 CollectTypes(&handles, test_function,
368 const char test_function[] = local
404 const char test_function[] = local
[all...]

Completed in 2349 milliseconds

12