/external/llvm/test/Transforms/SimplifyCFG/ |
invoke_unwind.ll | 7 define i32 @test1() { 8 ; CHECK-LABEL: @test1(
|
/ndk/tests/build/mips-fp4/jni/ |
Android.mk | 4 LOCAL_MODULE := mips-fp4-test1-2 5 LOCAL_SRC_FILES := mips-fp4-test1-2.c
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.swap/ |
swap_ranges.pass.cpp | 45 test1() function 89 test1<forward_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >(); 90 test1<forward_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >(); 91 test1<forward_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >(); 92 test1<forward_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>(); 94 test1<bidirectional_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >(); 95 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >(); 96 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >(); 97 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>(); 99 test1<random_access_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >() [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ustrtest.cpp | 73 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n"); 77 c=(UnicodeString *)test1.clone(); 78 test1.insert(24, "good "); 80 if (test1 != expectedValue) 81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); 89 test1.remove(41, 8); 91 if (test1 != expectedValue) 92 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); 94 test1.replace(58, 6, "ir country"); 96 if (test1 != expectedValue [all...] |
/external/icu4c/test/intltest/ |
ustrtest.cpp | 75 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n"); 79 c=(UnicodeString *)test1.clone(); 80 test1.insert(24, "good "); 82 if (test1 != expectedValue) 83 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); 91 test1.remove(41, 8); 93 if (test1 != expectedValue) 94 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\""); 96 test1.replace(58, 6, "ir country"); 98 if (test1 != expectedValue [all...] |
/dalvik/dx/tests/081-dex-throws-list/ |
expected.txt | 1 Blort.test1:()I:
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/ |
file_system.zip | |
/external/chromium_org/content/test/data/ |
sync_xmlhttprequest_during_unload.html | 14 req.open('GET','download-test1.lib', false);
|
/external/clang/test/CXX/class.access/class.friend/ |
p11.cpp | 13 namespace test1 { namespace
|
/external/clang/test/CodeGen/ |
2002-05-23-TypeNameCollision.c | 13 enum bar { test1, test2 }; enumerator in enum:bar
|
2003-11-03-AddrArrayElement.c | 8 char *test1(unsigned i) { function
|
2004-02-13-BuiltinFrameReturnAddress.c | 3 void *test1() { function
|
bool-convert.c | 3 struct teststruct1 {_Bool a, b;} test1; variable in typeref:struct:teststruct1
|
stack-protector.c | 2 // NOSSP: define void @test1(i8* %msg) #0 { 4 // WITHSSP: define void @test1(i8* %msg) #0 { 6 // SSPREQ: define void @test1(i8* %msg) #0 { 14 void test1(const char *msg) { function
|
types.c | 13 void test1() function
|
/external/clang/test/CodeGenCXX/ |
debug-info-enum.cpp | 6 namespace test1 { namespace 7 // CHECK: [[E1]] = metadata !{i32 {{[^,]*}}, {{[^,]*}}, metadata [[TEST1:![0-9]*]], {{.*}}, metadata [[TEST1_ENUMS:![0-9]*]], {{[^,]*}}, {{[^,]*}}} ; [ DW_TAG_enumeration_type ] [e] 8 // CHECK: [[TEST1]] = {{.*}} ; [ DW_TAG_namespace ] [test1]
|
varargs.cpp | 6 // test1 should be compmiled to be a varargs function in the IR even 11 int test1(...) { function in namespace:test0 17 test1(0); 21 namespace test1 { namespace
|
/external/clang/test/SemaCXX/ |
PR10447.cpp | 5 namespace test1 { namespace
|
builtins-arm.cpp | 4 int test1(const __builtin_va_list &ap) { function
|
storage-class.cpp | 6 extern struct Test1 {}; // expected-warning {{'extern' is not permitted on a declaration of a type}}
|
unknown-anytype-blocks.cpp | 3 namespace test1 { namespace
|
/external/clang/test/SemaObjC/Inputs/ |
arc-system-header.h | 5 static inline void **test1(__strong id* x) { function
|
/external/clang/test/SemaObjCXX/ |
const-cast.mm | 10 void test1() {
|
/external/llvm/test/CodeGen/ARM/ |
2010-04-13-v2f64SplitArg.ll | 4 define void @test1(i32 %f0, i32 %f1, i32 %f2, <4 x i32> %f3) nounwind {
|
ispositive.ll | 3 define i32 @test1(i32 %X) {
|