/external/llvm/test/MC/AsmParser/ |
directive_fill.s | 8 # CHECK: TEST1: 11 TEST1:
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
no-targetdata.ll | 5 define void @test1(i32* noalias %p) { 10 ; CHECK-LABEL: define void @test1(
|
/external/llvm/test/Transforms/GlobalOpt/ |
zeroinitializer-gep-load.ll | 5 define i32 @test1(i64 %idx) nounwind { 9 ; CHECK-LABEL: @test1(
|
/external/llvm/test/Transforms/Mem2Reg/ |
atomic.ll | 5 define i32 @test1(i32 %x) { 6 ; CHECK-LABEL: @test1(
|
/external/clang/test/SemaObjC/ |
unknown-anytype.m | 4 extern __unknown_anytype test1(); 18 float *fp = [test1() getFloatPtr]; 19 double *dp = [test1() getSomePtr]; // okay: picks first method found 22 [[test1() unknownMethod] otherUnknownMethod]; // expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's return type}} 23 (void)(id)[[test1() unknownMethod] otherUnknownMethod]; 27 if ([[test1() unknownMethod] otherUnknownMethod]) { // expected-error{{no known method '-otherUnknownMethod'; cast the message send to the method's return type}}
|
/external/llvm/test/Transforms/InstCombine/ |
constant-expr-datalayout.ll | 6 %test1.struct = type { i32, i32 } 7 @test1.aligned_glbl = global %test1.struct zeroinitializer, align 4 8 define void @test1(i64 *%ptr) { 9 store i64 and (i64 ptrtoint (i32* getelementptr (%test1.struct* @test1.aligned_glbl, i32 0, i32 1) to i64), i64 3), i64* %ptr
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/ |
notify_one.pass.cpp | 25 int test1 = 0; variable 31 assert(test1 == 0); 32 while (test1 == 0) 34 assert(test1 == 1); 35 test1 = 2; 55 test1 = 1; 63 if (test1 == 2) 66 test1 = 0; 80 if (test1 == 2) 83 test1 = 0 [all...] |
wait_for.pass.cpp | 28 int test1 = 0; variable 39 test1 = 1; 64 assert(test1 == 0); 65 while (test1 == 0) 67 assert(test1 != 0); 73 test1 = 0; 78 assert(test1 == 0); 79 while (test1 == 0) 81 assert(test1 != 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/ |
notify_one.pass.cpp | 29 int test1 = 0; variable 35 assert(test1 == 0); 36 while (test1 == 0) 38 assert(test1 == 1); 39 test1 = 2; 59 test1 = 1; 67 if (test1 == 2) 70 test1 = 0; 84 if (test1 == 2) 87 test1 = 0 [all...] |
wait_for.pass.cpp | 31 int test1 = 0; variable 42 test1 = 1; 67 assert(test1 == 0); 68 while (test1 == 0) 70 assert(test1 != 0); 76 test1 = 0; 81 assert(test1 == 0); 82 while (test1 == 0) 84 assert(test1 != 0);
|
wait_for_pred.pass.cpp | 41 int test1 = 0; variable 52 test1 = 1; 75 assert(test1 == 0); 76 while (test1 == 0) 78 assert(test1 != 0); 84 test1 = 0; 89 assert(test1 == 0); 90 while (test1 == 0) 92 assert(test1 != 0);
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vtables-multiple-nonvirtual-inheritance.cpp | 3 // RUN: FileCheck --check-prefix=NO-THUNKS-Test1 %s < %t 12 // RUN: FileCheck --check-prefix=PURE-VIRTUAL-Test1 %s < %t 13 // RUN: FileCheck --check-prefix=THIS-THUNKS-Test1 %s < %t 16 // RUN: FileCheck --check-prefix=RET-THUNKS-Test1 %s < %t 43 struct Test1: A, B { 44 // NO-THUNKS-Test1: VFTable for 'A' in 'no_thunks::Test1' (1 entries) 45 // NO-THUNKS-Test1-NEXT: 0 | void no_thunks::Test1::f() 47 // NO-THUNKS-Test1: VFTable for 'B' in 'no_thunks::Test1' (2 entries [all...] |
/external/clang/test/CodeGenObjC/ |
arc-precise-lifetime.m | 26 @interface Test1 30 extern Test1 *test1_helper(void); 34 // CHECK: [[T0:%.*]] = call [[TEST1:%.*]]* @test1_helper() 35 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST1]]* [[T0]] to i8* 37 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[TEST1]]* 38 // CHECK-NEXT: store [[TEST1]]* [[T3]] 39 // CHECK-NEXT: [[T0:%.*]] = load [[TEST1]]** 40 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST1]]* [[T0]] to i8* 42 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[TEST1]]* 44 // CHECK-NEXT: [[T5:%.*]] = bitcast [[TEST1]]* [[T3]] to i8 [all...] |
/external/llvm/test/DebugInfo/ |
inheritance.ll | 6 %struct.test1 = type { i32 (...)** } 8 @_ZTV5test1 = weak_odr constant [4 x i32 (...)*] [i32 (...)* null, i32 (...)* bitcast (%struct.__class_type_info_pseudo* @_ZTI5test1 to i32 (...)*), i32 (...)* bitcast (void (%struct.test1*)* @_ZN5test1D1Ev to i32 (...)*), i32 (...)* bitcast (void (%struct.test1*)* @_ZN5test1D0Ev to i32 (...)*)], align 32 ; <[4 x i32 (...)*]*> [#uses=1] 11 @_ZTS5test1 = weak_odr constant [7 x i8] c"5test1\00" ; <[7 x i8]*> [#uses=2] 17 %tst = alloca %struct.test1 ; <%struct.test1*> [#uses=1] 19 call void @llvm.dbg.declare(metadata !{%struct.test1* %tst}, metadata !0), !dbg !21 20 call void @_ZN5test1C1Ev(%struct.test1* %tst) nounwind, !dbg !22 31 define linkonce_odr void @_ZN5test1C1Ev(%struct.test1* %this) nounwind ssp align 2 { 33 %this_addr = alloca %struct.test1* ; <%struct.test1**> [#uses=2 [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
values.pass.cpp | 33 test1() function 53 test1<T, 0, 0, 0>(); 54 test1<T, 0, 1, 2>(); 55 test1<T, 1, 1, 2>(); 57 test1<T, 0, 0, M>(); 58 test1<T, 0, M-2, M>(); 59 test1<T, 0, M-1, M>(); 60 test1<T, M-2, 0, M>(); 61 test1<T, M-2, M-2, M>(); 62 test1<T, M-2, M-1, M>() [all...] |
seed_result_type.pass.cpp | 22 test1() function 36 test1<unsigned short>(); 37 test1<unsigned int>(); 38 test1<unsigned long>(); 39 test1<unsigned long long>();
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
TestFilterTest.java | 35 private static final TestIdentifier TEST1 = new TestIdentifier("FooTest", "testFoo"); 43 mTestList.add(TEST1); 59 mFilter.addExcludedTest(TEST1); 71 mFilter.addExcludedClass(TEST1.getClassName()); 81 mFilter.setTestInclusion(TEST1.getClassName(), null); 85 assertEquals(TEST1, iter.next()); 93 mFilter.setTestInclusion(TEST1.getClassName(), TEST1.getTestName()); 97 assertEquals(TEST1, iter.next());
|
/external/chromium_org/chrome/test/functional/ispy/common/ |
ispy_utils_unittest.py | 81 self.ispy_utils.GenerateExpectation('test1', [self.black, self.black]) 91 ispy_utils.GetExpectationPath('test1', 'expected.png')], 94 ispy_utils.GetExpectationPath('test1', 'mask.png')], 105 self.ispy_utils.GenerateExpectation('test1', [self.red, self.red]) 106 self.ispy_utils.PerformComparison('test', 'test1', self.black) 108 ispy_utils.GetFailurePath('test', 'test1', 'actual.png')], 110 self.ispy_utils.PerformComparison('test', 'test1', self.red) 112 ispy_utils.GetFailurePath('test', 'test1', 'actual.png'))) 117 self.ispy_utils.GenerateExpectation('test1', [self.white, self.black]) 119 test1 = self.ispy_utils.GetExpectation('test1' [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string_op+/ |
char_string.pass.cpp | 36 test1(typename S::value_type lhs, S&& rhs, const S& x) function 54 test1('a', S(""), S("a")); 55 test1('a', S("12345"), S("a12345")); 56 test1('a', S("1234567890"), S("a1234567890")); 57 test1('a', S("12345678901234567890"), S("a12345678901234567890")); 71 test1('a', S(""), S("a")); 72 test1('a', S("12345"), S("a12345")); 73 test1('a', S("1234567890"), S("a1234567890")); 74 test1('a', S("12345678901234567890"), S("a12345678901234567890"));
|
string_char.pass.cpp | 36 test1(S&& lhs, typename S::value_type rhs, const S& x) function 54 test1(S(""), '1', S("1")); 55 test1(S("abcde"), '1', S("abcde1")); 56 test1(S("abcdefghij"), '1', S("abcdefghij1")); 57 test1(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1")); 71 test1(S(""), '1', S("1")); 72 test1(S("abcde"), '1', S("abcde1")); 73 test1(S("abcdefghij"), '1', S("abcdefghij1")); 74 test1(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
|
/external/apache-harmony/auth/src/test/resources/ |
auth.conf | 14 com.intel.security.auth.module.LoginModule1 required debug1=true test1=false; 19 com.intel.security.auth.module.LoginModule2 required debug1="true" test1="false"; 26 com.intel.security.auth.module.LoginModule4 required debug1=true test1=false; }; 29 { com.intel.security.auth.module.LoginModule5 required debug1=true test1=false; }; 31 Login6 { com.intel.security.auth.module.LoginModule6 required debug1=true test1=false; };
|
/external/clang/test/SemaCXX/ |
unknown-anytype.cpp | 5 extern __unknown_anytype test1(); 9 namespace test1 { namespace 41 extern __unknown_anytype test1(...); 45 int x = (int) test1; // expected-error {{function 'test1' with unknown type must be given a function type}}
|
/external/clang/test/SemaObjCXX/ |
unknown-anytype.mm | 12 @interface Test1 17 namespace test1 { 22 void a(Test1 *obj) { 33 void b(Test1 *obj) { 38 void c(Test1 *obj) {
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
local_file_system_test.py | 20 'test1.txt': 'test1\n', 26 self._file_system.Read(['test1.txt', 'test2.txt', 'test3.txt']).Get())
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
tracing_backend_unittest.py | 21 a = tracing_backend.CategoryFilter("test1,test2") 25 a = tracing_backend.CategoryFilter("-test1,-test2") 28 b = tracing_backend.CategoryFilter("test1,test2") 40 b = tracing_backend.CategoryFilter("test1") 41 a = tracing_backend.CategoryFilter("test1,test2") 44 b = tracing_backend.CategoryFilter("-test1") 45 a = tracing_backend.CategoryFilter("test1") 48 b = tracing_backend.CategoryFilter("test1,test2") 49 a = tracing_backend.CategoryFilter("test2,test1") 52 b = tracing_backend.CategoryFilter("-test1,-test2" [all...] |