Searched refs:test2 (Results 76 - 100 of 627) sorted by relevance

1234567891011>>

/external/v8/test/webkit/
H A Dduplicate-param-gc-crash.js58 function test2(a, a, a, a, a, a, b) { function
64 var test2Closure = test2("success", "success", "success", "success", "success", "success", ["success"]);
65 extra = test2("success", "success", "success", "success", "success", "success", ["success"]);
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp56 test2(const S& lhs, S&& rhs, const S& x) function
110 test2(S(""), S(""), S(""));
111 test2(S(""), S("12345"), S("12345"));
112 test2(S(""), S("1234567890"), S("1234567890"));
113 test2(S(""), S("12345678901234567890"), S("12345678901234567890"));
114 test2(S("abcde"), S(""), S("abcde"));
115 test2(S("abcde"), S("12345"), S("abcde12345"));
116 test2(S("abcde"), S("1234567890"), S("abcde1234567890"));
117 test2(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890"));
118 test2(
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp19 void test2() { function
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c13 enum bar { test1, test2 }; enumerator in enum:bar
H A Dalign-param.c14 int test2(struct X x __attribute((aligned(16)))) { function
17 // CHECK-LABEL: define i32 @test2
H A Dbranch-target-layout.c29 // CHECK: @test2
34 void test2(int a) { function
H A Dexceptions.c24 void test2() { function
H A Dinline.c9 // CHECK1-LABEL: define i32 @test2
31 // CHECK2-LABEL: define i32 @test2
85 __inline int test2() { return 5; } function
86 __inline int test2();
87 int test2();
90 void test_test2() { test2(); }
H A Drestrict.c13 // CHECK: define void @test2(i32* %{{.*}}, i32* noalias %{{.*}})
14 void test2(int *x, int * restrict y) { function
H A D2002-04-10-StructParameters.c19 void test2(foo Y) { function
22 test2(Y);
H A Dvisibility.c55 // CHECK-DEFAULT-LABEL: define void @test2()
56 // CHECK-PROTECTED-LABEL: define void @test2()
57 // CHECK-HIDDEN-LABEL: define void @test2()
58 void test2(void);
59 void __attribute__((visibility("default"))) test2(void) {} function
/external/clang/test/CodeGenCXX/
H A Dmangle-nullptr-arg.cpp12 void test2(PM<nullptr>) { } function
H A Dmicrosoft-abi-structors-alias.cpp11 namespace test2 { namespace
25 // CHECK-DAG: @"\01??1B@test2@@UAE@XZ" = alias bitcast (void (%"struct.test2::A"*)* @"\01??1A@test2@@UAE@XZ" to void (%"struct.test2::B"*)*)
/external/clang/test/Parser/
H A Dstatements.c7 void test2() { function
/external/clang/test/Sema/
H A Dconversion-64-32.c17 int test2(long v) { function
/external/clang/test/SemaCXX/
H A Dwarn-variable-not-needed.cpp11 namespace test2 { namespace
H A Dunknown-anytype.cpp6 extern __unknown_anytype test2(int);
23 namespace test2 { namespace
/external/clang/test/SemaTemplate/
H A Dinstantiate-typedef.cpp10 add_pointer<float>::type test2(int * ptr) { function
/external/libcxx/test/std/strings/string.classes/
H A Dtypedefs.pass.cpp25 typedef std::wstring test2; typedef
/external/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js63 function test2() { function
86 test(test2, 65);
90 eval(test2.toString() + "//@ sourceUrl=foo");
94 test(test2, 3);
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Dctor_result_type.pass.cpp35 test2() function
50 test2();
H A Ddefault.pass.cpp30 test2() function
41 test2();
H A Dseed_result_type.pass.cpp34 test2() function
49 test2();
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dctor_result_type.pass.cpp35 test2() function
50 test2();
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Dctor_result_type.pass.cpp129 test2() function
244 test2();

Completed in 467 milliseconds

1234567891011>>