Home
last modified time | relevance | path

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

12

/external/v8/test/mjsunit/es6/
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/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/v8/test/cctest/
Dtest-ast-expression-visitor.cc55 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 …]
Dtest-sampler-api.cc92 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/
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/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_left_oob.cc7 int test_function() { in test_function() function
Ddll_malloc_uaf.cc8 int test_function() { in test_function() function
Ddll_null_deref.cc13 int test_function() { in test_function() function
Ddll_noreturn.cc25 int test_function() { in test_function() function
Ddll_stack_use_after_return.cc15 int test_function() { in test_function() function
Ddll_intercept_memset.cc13 int test_function() { in test_function() function
Ddll_operator_array_new_with_dtor_left_oob.cc11 int test_function() { in test_function() function
/external/v8/test/mjsunit/regress/
Dregress-491536.js9 function test_function() { eval(source); } function
10 assertDoesNotThrow(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/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.h26 explicit BPFTesterCompatibilityDelegate(TestFunction test_function) in BPFTesterCompatibilityDelegate() argument
27 : aux_(), test_function_(test_function) {} in BPFTesterCompatibilityDelegate()
Dbpf_tests.h103 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/
Dcopy_assign.pass.cpp39 test_function() in test_function() function
51 test_function(); in main()
/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/autotest/client/common_lib/
Dsite_utils_unittest.py11 def test_function(arg1, arg2, arg3, arg4=4, arg5=5, arg6=6): function
65 self.run_test(test_function, False)

12