| /external/llvm/test/Transforms/DeadArgElim/ |
| deadretval2.ll | 17 define void @test3(i32 %X) {
|
| /external/llvm/test/Transforms/InstCombine/ |
| 2008-11-08-FCmp.ll | 21 define i1 @test3(i32 %val) {
|
| apint-and-or-and.ll | 25 define i49 @test3(i49 %X, i49 %Y) {
|
| apint-and1.ll | 25 define i23 @test3(i23 %x) {
|
| apint-not.ll | 19 define i47 @test3(i47 %A, i47 %B) {
|
| apint-xor1.ll | 20 define i23 @test3(i23 %x) {
|
| apint-xor2.ll | 21 define i123 @test3(i123 %x) {
|
| bitcast-vector-fold.ll | 15 define <2 x double> @test3() {
|
| fpextend.ll | 15 define void @test3() nounwind {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| FmEscapeXmlStringMethodTest.java | 43 public void test3() throws Exception { method in class:FmEscapeXmlStringMethodTest
|
| /external/chromium_org/chrome/common/extensions/docs/server2/ |
| patched_file_system_test.py | 47 'test3.txt', 65 'test3.txt': 'test3 is added.',
|
| /external/clang/test/SemaCXX/ |
| constant-expression.cpp | 122 namespace test3 { namespace 123 struct X; // expected-note {{forward declaration of 'test3::X'}} 124 struct Y { bool b; X x; }; // expected-error {{field has incomplete type 'test3::X'}}
|
| /external/llvm/test/CodeGen/ARM/ |
| fast-isel.ll | 66 define void @test3(i32 %tmp, i32* %ptr1, i16* %ptr2, i8* %ptr3) nounwind { 67 ; THUMB-LABEL: test3: 68 ; ARM-LABEL: test3:
|
| /external/llvm/test/CodeGen/PowerPC/ |
| rounding-ops.ll | 32 define float @test3(float %x) nounwind { 36 ; CHECK-LABEL: test3: 39 ; CHECK-FM-LABEL: test3:
|
| /external/llvm/test/CodeGen/Thumb2/ |
| thumb2-uxtb.ll | 27 define i32 @test3(i32 %x) { 28 ; ARMv7A: test3 31 ; ARMv7M: test3
|
| /external/llvm/test/CodeGen/X86/ |
| fast-isel-gep.ll | 38 define i8 @test3(i8* %start) nounwind { 45 ; X32-LABEL: test3: 50 ; X64-LABEL: test3:
|
| memcpy.ll | 35 define void @test3(i8* nocapture %A, i8* nocapture %B) nounwind optsize noredzone { 39 ; LINUX-LABEL: test3: 42 ; DARWIN-LABEL: test3:
|
| rounding-ops.ll | 30 define float @test3(float %x) nounwind { 34 ; CHECK-SSE-LABEL: test3: 37 ; CHECK-AVX-LABEL: test3:
|
| /external/llvm/test/MC/AsmParser/ |
| section.s | 19 .pushsection test3 31 .pushsection test3 83 # CHECK: Name: test3 (56)
|
| /external/llvm/test/Transforms/SimplifyCFG/ |
| preserve-branchweights-switch-create.ll | 87 ;; test3 - Merge two switches where PredDefault != BB. 88 define void @test3(i32 %M, i32 %N) nounwind uwtable { 99 ; CHECK: test3
|
| /external/llvm/test/Transforms/TailCallElim/ |
| basic.ll | 47 define i32 @test3(i32 %c) { 48 ; CHECK: i32 @test3 56 %tmp.3 = call i32 @test3(i32 %tmp.5) ; <i32> [#uses=0]
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| utxttest.cpp | 853 UText test3 = UTEXT_INITIALIZER; local 866 utext_openUnicodeString(&test3, &test3Str, &status); 879 UTEXT_SETNATIVEINDEX(&test3, 0); 880 if (utext_compare(&test1, -1, &test3, -1) >= 0) errln("utext_compare() failed, simple setup"); 890 UTEXT_SETNATIVEINDEX(&test3, 0); 891 if (utext_compareNativeLimit(&test1, -1, &test3, -1) >= 0) errln("utext_compareNativeLimit() failed, simple setup"); 901 UTEXT_SETNATIVEINDEX(&test3, 0); 902 if (utext_compare(&test3, 14, &test2, -1) != 0) errln("utext_compare() failed, one explicit length"); 907 UTEXT_SETNATIVEINDEX(&test3, 0); 908 if (utext_compare(&test3, 18, &test2, -1) <= 0) errln("utext_compare() failed, one explicit length") [all...] |
| /frameworks/native/cmds/installd/tests/ |
| installd_utils_test.cpp | 252 dir_rec_t test3; local 253 EXPECT_EQ(0, get_path_from_string(&test3, "/data/app/")) 255 EXPECT_STREQ("/data/app/", test3.path) 257 EXPECT_EQ(10, (ssize_t) test3.len) 259 free(test3.path);
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| jrnlmode.test | 306 file delete -force test.db test2.db test3.db 342 ATTACH 'test3.db' AS aux2; 358 [file exists test3.db-journal] 381 [file exists test3.db-journal] \ 384 [file size test3.db-journal] 416 set journalsize [file size test3.db-journal] 421 set sz [file size test3.db-journal]
|
| /external/clang/test/CXX/class.access/ |
| p4.cpp | 112 namespace test3 { namespace 119 A a; // expected-error {{variable of type 'test3::A' has private destructor}} 123 A local; // expected-error {{variable of type 'test3::A' has private destructor}} 139 Base2, // expected-error {{base class 'test3::Base2' has private destructor}} 150 Base2, // expected-error 2 {{base class 'test3::Base2' has private destructor}} 386 int test3(A<int> &a) { function in class:test15::A 411 int test3(B<int> &b) { function in class:test15::B
|