/external/chromium_org/third_party/sqlite/src/test/ |
tkt3292.test | 45 INSERT INTO t2 VALUES(0, 1, 'hello', x'012345'); 46 INSERT INTO t2 VALUES(1, 1, 'hello', x'012345'); 47 INSERT INTO t2 VALUES(2, 1, 'hello', x'012345'); 49 SELECT a FROM t2 WHERE b=1 AND c='hello' AND d>=x'012345'; 54 INSERT INTO t2 VALUES(3, 1, 'hello', x'012344'); 55 INSERT INTO t2 VALUES(4, 1, 'hello', x'012346'); 56 SELECT a FROM t2 WHERE b=1 AND c='hello' AND d>=x'012345';
|
vtab9.test | 30 INSERT INTO t1 SELECT 'hello'; 33 } {1 hello} 53 # INSERT INTO t4 VALUES('hello'); 56 # } {1 hello} 61 # } {1 hello}
|
selectA.test | 36 INSERT INTO t1 VALUES('hello', 'd', 'D'); 40 } {1 a a 9.9 b B {} C c hello d D abc e e} 70 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 76 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 82 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 88 } {hare m M abc e e mad Z z hello d D 5200000.0 X x 9.9 b B 1 a a -23 Y y {} C c {} U u} 94 } {{} C c {} U u -23 Y y 1 a a 9.9 b B 5200000.0 X x hello d D mad Z z abc e e hare m M} 100 } {{} C c {} U u 5200000.0 X x -23 Y y mad Z z 1 a a 9.9 b B hello d D abc e e hare m M} 106 } {1 a a 9.9 b B {} C c hello d D abc e e hare m M {} U u 5200000.0 X x -23 Y y mad Z z} 112 } {mad Z z -23 Y y 5200000.0 X x {} U u hare m M abc e e hello d D {} C c 9.9 b B 1 a a [all...] |
fts1j.test | 28 INSERT INTO t3 (rowid, content) VALUES(1, "hello world"); 33 INSERT INTO t1 (rowid, content) VALUES(1, "hello world"); 34 INSERT INTO t1 (rowid, content) VALUES(2, "hello there"); 43 SELECT rowid FROM t1 WHERE t1 MATCH 'hello'; 59 INSERT INTO t2 (rowid, content) VALUES(1, "hello world"); 60 INSERT INTO t2 (rowid, content) VALUES(2, "hello there"); 62 SELECT rowid FROM t2 WHERE t2 MATCH 'hello'; 77 INSERT INTO two.t3 (rowid, content) VALUES(2, "hello there"); 79 SELECT rowid FROM two.t3 WHERE t3 MATCH 'hello';
|
fts2j.test | 28 INSERT INTO t3 (rowid, content) VALUES(1, "hello world"); 33 INSERT INTO t1 (rowid, content) VALUES(1, "hello world"); 34 INSERT INTO t1 (rowid, content) VALUES(2, "hello there"); 43 SELECT rowid FROM t1 WHERE t1 MATCH 'hello'; 59 INSERT INTO t2 (rowid, content) VALUES(1, "hello world"); 60 INSERT INTO t2 (rowid, content) VALUES(2, "hello there"); 62 SELECT rowid FROM t2 WHERE t2 MATCH 'hello'; 77 INSERT INTO two.t3 (rowid, content) VALUES(2, "hello there"); 79 SELECT rowid FROM two.t3 WHERE t3 MATCH 'hello';
|
fts3aj.test | 28 INSERT INTO t3 (rowid, content) VALUES(1, "hello world"); 33 INSERT INTO t1 (rowid, content) VALUES(1, "hello world"); 34 INSERT INTO t1 (rowid, content) VALUES(2, "hello there"); 43 SELECT rowid FROM t1 WHERE t1 MATCH 'hello'; 59 INSERT INTO t2 (rowid, content) VALUES(1, "hello world"); 60 INSERT INTO t2 (rowid, content) VALUES(2, "hello there"); 62 SELECT rowid FROM t2 WHERE t2 MATCH 'hello'; 77 INSERT INTO two.t3 (rowid, content) VALUES(2, "hello there"); 79 SELECT rowid FROM two.t3 WHERE t3 MATCH 'hello';
|
/external/llvm/test/Transforms/InstCombine/ |
strchr-1.ll | 6 @hello = constant [14 x i8] c"hello world\5Cn\00" 13 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 6) 17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0 35 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 13) 39 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0 50 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
|
strrchr-1.ll | 6 @hello = constant [14 x i8] c"hello world\5Cn\00" 13 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 6) 17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0 35 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 13) 39 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0 50 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
|
/external/chromium_org/tools/gyp/test/builddir/ |
gyptest-all.py | 52 Hello from prog1.c 53 Hello from func1.c 57 Hello from subdir2/prog2.c 58 Hello from func2.c 62 Hello from subdir2/subdir3/prog3.c 63 Hello from func3.c 67 Hello from subdir2/subdir3/subdir4/prog4.c 68 Hello from func4.c 72 Hello from subdir2/subdir3/subdir4/subdir5/prog5.c 73 Hello from func5. [all...] |
gyptest-default.py | 52 Hello from prog1.c 53 Hello from func1.c 57 Hello from subdir2/prog2.c 58 Hello from func2.c 62 Hello from subdir2/subdir3/prog3.c 63 Hello from func3.c 67 Hello from subdir2/subdir3/subdir4/prog4.c 68 Hello from func4.c 72 Hello from subdir2/subdir3/subdir4/subdir5/prog5.c 73 Hello from func5. [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
wizard_accessibility_handler_unittest.cc | 103 // Type "hello world.", one character at a time. 112 ChangeText(&handler, &textbox_info, "hello", 5, 5, &description); 114 ChangeText(&handler, &textbox_info, "hello ", 6, 6, &description); 116 ChangeText(&handler, &textbox_info, "hello w", 7, 7, &description); 118 ChangeText(&handler, &textbox_info, "hello wo", 8, 8, &description); 120 ChangeText(&handler, &textbox_info, "hello wor", 9, 9, &description); 122 ChangeText(&handler, &textbox_info, "hello worl", 10, 10, &description); 124 ChangeText(&handler, &textbox_info, "hello world", 11, 11, &description); 126 ChangeText(&handler, &textbox_info, "hello world.", 12, 12, &description); 130 ChangeText(&handler, &textbox_info, "hello world.", 11, 11, &description) [all...] |
/external/llvm/unittests/Support/ |
raw_ostream_test.cpp | 55 EXPECT_EQ("hello", printToString("hello")); 56 EXPECT_EQ("hello", printToString(std::string("hello"))); 86 EXPECT_EQ("hello", printToStringUnbuffered("hello")); 87 EXPECT_EQ("hello", printToStringUnbuffered(std::string("hello"))); 124 OS << "hello";
|
/external/chromium_org/net/http/ |
http_chunked_decoder_unittest.cc | 61 "B\r\nhello hello\r\n0\r\n\r\n" 63 RunTest(inputs, arraysize(inputs), "hello hello", true, 0); 70 RunTest(inputs, arraysize(inputs), "hello", false, 0); 80 RunTest(inputs, arraysize(inputs), "hello world", true, 0); 88 "hello", 97 RunTest(inputs, arraysize(inputs), "hello", true, 0); 105 "hello\r", 111 RunTest(inputs, arraysize(inputs), "hello", true, 0); 124 RunTest(inputs, arraysize(inputs), "hello world", true, 0) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
string_tests.py | 16 def __init__(self): self.seq = [7, 'hello', 123L] 94 self.checkequal(' hello ', ' hello ', 'capitalize') 95 self.checkequal('Hello ', 'Hello ','capitalize') 96 self.checkequal('Hello ', 'hello ','capitalize') 100 self.checkraises(TypeError, 'hello', 'capitalize', 42) 132 self.checkraises(TypeError, 'hello', 'count') 133 self.checkraises(TypeError, 'hello', 'count', 42 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
string_tests.py | 16 def __init__(self): self.seq = [7, 'hello', 123L] 94 self.checkequal(' hello ', ' hello ', 'capitalize') 95 self.checkequal('Hello ', 'Hello ','capitalize') 96 self.checkequal('Hello ', 'hello ','capitalize') 100 self.checkraises(TypeError, 'hello', 'capitalize', 42) 132 self.checkraises(TypeError, 'hello', 'count') 133 self.checkraises(TypeError, 'hello', 'count', 42 [all...] |
/external/chromium_org/tools/gyp/test/actions-multiple/ |
gyptest-all.py | 45 test.must_contain('relocate/src/multi2.txt', 'hello there') 46 test.must_contain('relocate/src/multi_dep.txt', 'hello there') 51 test.must_contain('relocate/src/output1.txt', 'hello there') 52 test.must_contain('relocate/src/output2.txt', 'hello there') 53 test.must_contain('relocate/src/output3.txt', 'hello there') 54 test.must_contain('relocate/src/output4.txt', 'hello there')
|
/external/clang/test/Parser/ |
recovery.c | 26 if (x.hello) // expected-error {{no member named 'hello'}} 31 if (x.hello == 0) // expected-error {{no member named 'hello'}} 36 if ((x.hello == 0)) // expected-error {{no member named 'hello'}}
|
/cts/tests/assets/webkit/ |
test_hello_world.html | 18 <title>test hello world</title> 21 <h3>hello world!</h3><br>
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmSupportInfoTest.java | 33 checkAddValidMimeType("Hello"); 35 checkAddValidMimeType("Hello World"); 47 checkAddValidFileSuffix("Hello World"); 56 checkSetAndGetDescription("Hello"); 58 checkSetAndGetDescription("Hello World"); 76 info1.addMimeType("Hello"); 77 info2.addMimeType("hello"); // lowercase 'h' 79 info3.addMimeType("Hello");
|
/development/ndk/platforms/android-14/samples/native-media/res/values/ |
strings.xml | 3 <string name="hello">Hello, Android, using native media!</string>
|
/development/ndk/samples/hello-jni/jni/ |
Android.mk | 19 LOCAL_MODULE := hello-jni 20 LOCAL_SRC_FILES := hello-jni.c
|
hello-jni.c | 24 * apps/samples/hello-jni/project/src/com/example/hellojni/HelloJni.java 30 return (*env)->NewStringUTF(env, "Hello from JNI !");
|
/development/samples/training/multiscreen/newsreader/res/values/ |
strings.xml | 18 <string name="hello">Hello World, NewsReaderActivity!</string>
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/ |
index.html | 12 <title>Hello App Engine</title> 16 <h1>Hello App Engine!</h1>
|
/external/chromium-trace/trace-viewer/src/ui/ |
overlay_test.js | 13 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>'; 24 '<h3>Hello</h3>B1:<button>foo</button></p>B2:<button>blah</button>';
|