/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
strip | 15 TEST1 := "Is this TERMINAL fun? What makes you believe is this terminal fun? JAPAN is a WONDERFUL planet -- I wonder if we will ever reach their level of COMPARATIVE SHOPPING..." 33 @echo '$(strip $(TEST1) )'
|
/external/chromium_org/sandbox/win/src/ |
sync_policy_test.cc | 94 L"test1")); 103 EXPECT_EQ(SBOX_TEST_SUCCEEDED, runner.RunTest(L"Event_CreateOpen f f test1")); 105 EXPECT_EQ(SBOX_TEST_SUCCEEDED, runner.RunTest(L"Event_CreateOpen f t test1")); 118 L"test1")); 129 base::win::ScopedHandle handle1(::CreateEvent(NULL, FALSE, FALSE, L"test1")); 136 EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"Event_Open f test1"));
|
/external/chromium_org/third_party/sqlite/src/test/ |
shared4.test | 33 file delete -force test1.db test1.db-journal 37 sqlite3 db1 test1.db 65 ATTACH DATABASE 'test1.db' AS one; 68 ATTACH DATABASE 'test1.db' AS one; 75 ATTACH DATABASE 'test1.db' AS one;
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p12.cpp | 26 namespace test1 { namespace 40 void test1() { Opaque<1> _ = foo(Opaque<1>()); } function in struct:test1::Test0 46 struct Test1 : Base { 52 void test1() { Opaque<1> _ = foo(Opaque<1>()); } function in struct:test1::Test1 65 void test1() { Opaque<0> _ = foo(Opaque<1>()); } function in struct:test1::Test2 98 void test1(int i) { function in namespace:test2
|
/external/clang/test/Parser/ |
cxx-casting.cpp | 36 namespace test1 { namespace 61 test1::A LC:B> c; // expected-error {{class template 'test1::A' requires template arguments}} expected-error 2{{}} 63 test1::A<:C B> d; // expected-error {{class template 'test1::A' requires template arguments}} expected-error 2{{}} 67 test1::A LCC B> e; // expected-error{{found '<::' after a template name which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
|
/external/llvm/test/CodeGen/X86/ |
asm-modifier-P.ll | 15 ; void test1() { 20 define void @test1() nounwind { 24 ; CHECK-PIC-64-LABEL: test1: 29 ; CHECK-STATIC-64-LABEL: test1: 33 ; CHECK-PIC-32-LABEL: test1: 37 ; CHECK-STATIC-32-LABEL: test1:
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itercoll.cpp | 26 : test1("What subset of all possible test cases?", ""), 87 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); 175 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); 183 iter->setOffset(test1.length(), status); 195 if (offset != test1.length()) 200 errln(msg1 + offset + msg2 + test1.length()); 204 CollationElementIterator *pristine = en_us->createCollationElementIterator(test1); 229 CollationElementIterator *iter1 = en_us->createCollationElementIterator(test1); 250 iter2->setText(test1, status); 254 errln("call to iter2->setText(test1) failed.") [all...] |
citrtest.cpp | 199 CharacterIterator* test1 = new StringCharacterIterator(testText); local 207 CharacterIterator* test5 = test1->clone(); 216 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4) 218 if (*test1 != *test5) 221 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode() 222 || test1->hashCode() == test4->hashCode()) 225 if (test1->hashCode() != test5->hashCode() 289 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText)); local [all...] |
utxttest.cpp | 851 UText test1 = UTEXT_INITIALIZER; local 864 utext_openUnicodeString(&test1, &test1Str, &status); 875 UTEXT_SETNATIVEINDEX(&test1, 0); 877 if (utext_compare(&test1, -1, &test2, -1) != 0) errln("utext_compare() failed, simple setup"); 878 UTEXT_SETNATIVEINDEX(&test1, 0); 880 if (utext_compare(&test1, -1, &test3, -1) >= 0) errln("utext_compare() failed, simple setup"); 881 UTEXT_SETNATIVEINDEX(&test1, 0); 883 if (utext_compare(&test1, -1, &test4, -1) <= 0) errln("utext_compare() failed, simple setup"); 886 UTEXT_SETNATIVEINDEX(&test1, 0); 888 if (utext_compareNativeLimit(&test1, -1, &test2, -1) != 0) errln("utext_compareNativeLimit() failed, simple setup") [all...] |
/external/icu4c/test/intltest/ |
itercoll.cpp | 26 : test1("What subset of all possible test cases?", ""), 87 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); 175 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); 183 iter->setOffset(test1.length(), status); 195 if (offset != test1.length()) 200 errln(msg1 + offset + msg2 + test1.length()); 204 CollationElementIterator *pristine = en_us->createCollationElementIterator(test1); 229 CollationElementIterator *iter1 = en_us->createCollationElementIterator(test1); 250 iter2->setText(test1, status); 254 errln("call to iter2->setText(test1) failed.") [all...] |
citrtest.cpp | 200 CharacterIterator* test1 = new StringCharacterIterator(testText); local 208 CharacterIterator* test5 = test1->clone(); 217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4) 219 if (*test1 != *test5) 222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode() 223 || test1->hashCode() == test4->hashCode()) 226 if (test1->hashCode() != test5->hashCode() 290 UCharCharacterIterator* test1 = new UCharCharacterIterator(testText, u_strlen(testText)); local [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-handlerdata.s | 9 @ TEST1 11 .section .TEST1 23 @ CHECK: Name: .TEST1 30 @ CHECK: Name: .ARM.extab.TEST1 37 @ CHECK: Name: .ARM.exidx.TEST1 47 @ CHECK: 0x0 R_ARM_PREL31 .TEST1 0x0 49 @ CHECK: 0x4 R_ARM_PREL31 .ARM.extab.TEST1 0x0
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
MountServiceTests.java | 197 assertTrue("unmountObb call on test1.obb should succeed", 215 final File outFile = getFilePath("test1.obb"); 217 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.MOUNTED); 219 mountObb(sm, R.raw.test1, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED); 265 final File file1 = getFilePath("test1.obb"); 268 ObbObserver oo1 = mountObbWithoutWait(sm, R.raw.test1, file1); 269 ObbObserver oo2 = mountObbWithoutWait(sm, R.raw.test1, file2);
|
/frameworks/base/tests/CoreTests/android/core/ |
RequestAPITest.java | 74 "http://localhost:8080/test1", "GET", headers, null, 123 "http://localhost:8080/test1", "GET", headers, null, 199 "http://localhost:8080/test1", "GET", null, testEventHandler, 233 "http://localhost:8080/test1", "GET", null, testEventHandler, 237 "http://localhost:8080/test1", "GET", null, testEventHandler2, 272 "http://localhost:8080/test1", "HEAD", null, testEventHandler, 299 "http://localhost:8080/test1", "GET", null, testEventHandler, 312 final String REDIRECT_TO = "http://localhost:8081/test1"; 333 "http://localhost:8080/test1", "GET", null, testEventHandler, null, 0); 401 "http://localhost:8080/test1", "GET", null, testEventHandler, null, 0) [all...] |
/external/chromium_org/v8/test/mjsunit/ |
opt-elements-kind.js | 139 function test1() { function 160 test1(); 162 test1(); 164 %OptimizeFunctionOnNextCall(test1); 165 test1();
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-969.js | 57 function test1() { return first((y += 1, typeof x1), 2); } function 58 assertEquals('number', test1(), 'test1 before'); 60 assertEquals('undefined', test1(), 'test1 after');
|
/external/clang/test/CodeGen/ |
inline.c | 8 // CHECK1: define i32 @test1 30 // CHECK2: define i32 @test1 82 int test1(); 83 __inline int test1() { return 4; } function 88 void test_test1() { test1(); }
|
/external/clang/test/SemaCXX/ |
overload-member-call.cpp | 71 namespace test1 { namespace 79 void bar(double d); //expected-note {{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marked const}} 80 void bar(int i); //expected-note {{candidate function not viable: 'this' argument has type 'const test1::A', but method is not marked const}} 82 void baz(A &d); // expected-note {{candidate function not viable: 1st argument ('const test1::A') would lose const qualifier}} 83 void baz(int i); // expected-note {{candidate function not viable: no known conversion from 'const test1::A' to 'int' for 1st argument}}
|
/external/v8/test/mjsunit/regress/ |
regress-969.js | 57 function test1() { return first((y += 1, typeof x1), 2); } function 58 assertEquals('number', test1(), 'test1 before'); 60 assertEquals('undefined', test1(), 'test1 after');
|
/cts/tests/tests/os/src/android/os/cts/ |
PatternMatcherTest.java | 65 String expected1 = "test1"; 97 String expected = "test1"; 120 assertFalse(mPatternMatcher.match("test1"));
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
subversion_file_system_test.py | 28 'test1.txt': 'test1\n', 34 read_future = file_system.Read(['test1.txt', 'test2.txt', 'test3.txt'])
|
/external/chromium_org/courgette/ |
adjustment_method_unittest.cc | 17 void Test1() const; 84 void AdjustmentMethodTest::Test1() const { 106 Test1();
|
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/ |
p3.cpp | 32 namespace test1 { namespace 72 void test1() { function in struct:test2::A 94 a.test1();
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p6.cpp | 23 void test1() { function in namespace:test0 51 namespace test1 { namespace 68 void test1() { function in namespace:test1
|
/external/clang/test/CodeGenCXX/ |
assign-construct-memcpy.cpp | 23 foo *test1(void *f, const foo &x) { function 25 // CHECK-POD: test1 28 // CHECK-NONPOD: test1
|