Searched refs:test2 (Results 251 - 275 of 607) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGenCXX/
H A Dstatic-data-member.cpp33 namespace test2 { namespace
H A Dthrow-expressions.cpp8 int test2() { function
/external/clang/test/Parser/
H A Dbrackets.cpp32 void test2() { function
H A Dexpressions.c13 int test2(int a, int b) { function
/external/clang/test/Sema/
H A Dattr-visibility.c5 void test2() __attribute__((visibility("internal")));
H A Ddeclspec.c32 void test2() {} function
H A Dwarn-cast-align.c34 void test2(char *P) { function
/external/clang/test/SemaCXX/
H A Daddress-of.cpp29 void test2() { function
H A Dattr-declspec-ignored.cpp14 namespace test2 { namespace
H A Dattr-weak.cpp6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to variables, functions and classes}} namespace
H A Derr_init_conversion_failed.cpp12 int test2() { function
H A Dpragma-visibility.cpp8 namespace test2 __attribute__((visibility("hidden"))) { namespace
H A Dalignof.cpp9 auto test2() -> char(&)[__alignof__(x)]; // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
51 auto test2() -> char(&)[__alignof__(x)];
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp22 namespace test2 { namespace
H A Dinstantiate-member-expr.cpp54 namespace test2 { namespace
63 a.test2::template A<T>::foo(); // expected-note {{in instantiation}}
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp104 UnicodeString test2(temp, 15);
107 if (test2 != expectedValue)
108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
110 test2 += " for me to go!\n";
112 if (test2 != expectedValue)
113 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
117 if (test2.length() != 30)
118 errln(UnicodeString("length() failed: expected 30, got ") + test2.length());
267 UnicodeString test2("this is a test");
279 if (test1 != test2 || test
467 UnicodeString test2; local
1487 test3.findAndReplace(UnicodeString((UChar)0x61), test2); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp104 UnicodeString test2(temp, 15);
107 if (test2 != expectedValue)
108 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
110 test2 += " for me to go!\n";
112 if (test2 != expectedValue)
113 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
117 if (test2.length() != 30)
118 errln(UnicodeString("length() failed: expected 30, got ") + test2.length());
267 UnicodeString test2("this is a test");
279 if (test1 != test2 || test
467 UnicodeString test2; local
1487 test3.findAndReplace(UnicodeString((UChar)0x61), test2); local
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js65 function test2() { function
76 test2();
/external/chromium_org/v8/test/mjsunit/es6/regress/
H A Dregress-2829.js40 (function test2() {
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-70066.js47 function test2() { function
56 assertEquals("2:false", test2(), "test2");
57 assertEquals(0, x, "test2"); // Global x is undisturbed.
/external/chromium_org/v8/test/webkit/
H A Dreentrant-caching.js55 function test2() { function
111 test2();
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp32 void test2() { function in namespace:Test0::A
70 namespace test2 { namespace
86 return B(); // expected-error {{'operator int' is a protected member of 'test2::B'}}
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp54 int test2 = g<int>(); // expected-note {{here}} local
99 int test2 = g<int>(); // expected-note {{here}} member in namespace:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3::UnscopedEnum
/external/clang/test/Index/
H A Dcomplete-type-factors.m30 void test2(A *a) {
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Deval.pass.cpp69 test2()
91 test2();

Completed in 1418 milliseconds

<<11121314151617181920>>