Searched refs:test2 (Results 176 - 200 of 333) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dtypes.c64 void test2(int i) { function
H A Dvector-init.c34 int test2[sizeof(float3) == sizeof(float4) ? 1 : -1]; variable
/external/clang/test/SemaCXX/
H A DPR11358.cpp21 namespace test2 { namespace
H A Dblocks.cpp24 namespace test2 { namespace
H A Dcondition.cpp42 void test2() { function
H A Dinvalid-member-expr.cpp14 void test2() { function
H A Dlinkage.cpp38 namespace test2 { namespace
H A Dnamespace.cpp70 static foo::X test2; // typo: expected-error {{no type named 'X' in}} variable
H A Dwarn-new-overaligned.cpp20 namespace test2 { namespace
28 new Test; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
29 new Test[10]; // expected-warning {{type 'test2::Test' requires 256 bytes of alignment and the default allocator only guarantees}}
H A Dwarn-unreachable.cpp18 void test2() { function
H A Dlong-virtual-inheritance-chain.cpp5 class test2 : virtual test1 { virtual void f(); }; class in inherits:test1
6 class test3 : virtual test2 { virtual void f(); };
/external/clang/test/SemaTemplate/
H A Dcopy-ctor-assign.cpp28 X<int> test2(X<int Y::*> x) { function
H A Dms-function-specialization-class-scope.cpp63 void test2() function
/external/icu4c/test/intltest/
H A Ditercoll.h113 const UnicodeString test2; member in class:CollationIteratorTest
H A Dutxttest.cpp852 UText test2 = UTEXT_INITIALIZER; local
865 utext_openUnicodeString(&test2, &test2Str, &status);
876 UTEXT_SETNATIVEINDEX(&test2, 0);
877 if (utext_compare(&test1, -1, &test2, -1) != 0) errln("utext_compare() failed, simple setup");
887 UTEXT_SETNATIVEINDEX(&test2, 0);
888 if (utext_compareNativeLimit(&test1, -1, &test2, -1) != 0) errln("utext_compareNativeLimit() failed, simple setup");
898 UTEXT_SETNATIVEINDEX(&test2, 0);
899 if (utext_compare(&test1, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length");
900 UTEXT_SETNATIVEINDEX(&test2, 0);
902 if (utext_compare(&test3, 14, &test2,
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1853.js107 eval('function test2() { \n' +
114 test2();
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
H A DtoString.js56 // re = /test2/ig; re.toString()
57 re = /test2/ig;
58 testcases[count++] = new TestCase ( SECTION, "re = /test2/ig; re.toString()",
59 '/test2/gi', re.toString());
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp6.cpp33 void test2() { function in namespace:test0
75 void test2() { function in namespace:test1
/external/clang/test/SemaObjC/
H A Dforeach.m53 void test2(NSObject<NSFastEnumeration> *collection) {
/external/llvm/test/MC/AsmParser/
H A Dsection.s5 .section test2
9 .section test2
17 .section test2
60 # CHECK: (('sh_name', 0x0000003e) # 'test2'
/external/icu4c/test/cintltst/
H A Dcapitst.c588 UChar* test2; local
598 test2=(UChar*)malloc(sizeof(UChar) * 6);
600 u_uastrcpy(test2, "abcda");
604 doAssert( (!ucol_equal(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" != \"abcda\" ");
605 doAssert( (ucol_greater(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\" ");
606 doAssert( (ucol_greaterOrEqual(col, test1, u_strlen(test1), test2, u_strlen(test2))), "Result should be \"Abcda\" >>> \"abcda\"");
611 doAssert( (ucol_equal(col, test1, u_strlen(test1), test2, u_strle
674 UChar test2[6]; local
1084 UChar *test1, *test2, *test3; local
1228 UChar *test1, *test2, *test3; local
[all...]
/external/elfutils/tests/
H A DMakefile.am73 newscn run-strip-test.sh run-strip-test2.sh \
76 run-unstrip-test.sh run-unstrip-test2.sh \
77 run-ecp-test.sh run-ecp-test2.sh \
79 run-ranlib-test2.sh run-ranlib-test3.sh run-ranlib-test4.sh \
82 run-readelf-test1.sh run-readelf-test2.sh run-readelf-test3.sh \
107 run-strip-test2.sh run-ecp-test.sh run-ecp-test2.sh \
115 run-unstrip-test.sh run-unstrip-test2.sh \
116 run-elflint-self.sh run-ranlib-test.sh run-ranlib-test2.sh \
131 run-readelf-test1.sh run-readelf-test2
[all...]
/external/srec/tools/grxmlcompile/
H A Dtesthashmap.cpp31 void test2();
36 test2();
65 void test2() function
/external/v8/test/mjsunit/compiler/
H A Dsimple-bailouts.js49 Test.prototype.test2 = function() {
108 t.test2();
/external/valgrind/main/memcheck/tests/
H A Daddressable.c41 static void test2() function
99 { test2, 1 },

Completed in 3002 milliseconds

1234567891011>>