/external/chromium_org/third_party/sqlite/src/test/ |
fuzzer1.test | 34 INSERT INTO f1(cfrom, cto, cost) VALUES('e','a',1); 35 INSERT INTO f1(cfrom, cto, cost) VALUES('a','e',10); 36 INSERT INTO f1(cfrom, cto, cost) VALUES('e','o',100); 50 INSERT INTO f2(cFrom,cTo,cost) VALUES('a','e',24); 51 INSERT INTO f2(cFrom,cTo,cost) VALUES('a','o',47); 52 INSERT INTO f2(cFrom,cTo,cost) VALUES('a','u',50); 53 INSERT INTO f2(cFrom,cTo,cost) VALUES('e','a',23); 54 INSERT INTO f2(cFrom,cTo,cost) VALUES('e','i',33); 55 INSERT INTO f2(cFrom,cTo,cost) VALUES('e','o',37); 56 INSERT INTO f2(cFrom,cTo,cost) VALUES('i','e',33) [all...] |
misc5.test | 31 set sql2 {INSERT INTO t1 VALUES} 50 insert into t2 values(1); 51 insert or ignore into t2 select x*2 from t2; 52 insert or ignore into t2 select x*4 from t2; 53 insert or ignore into t2 select x*16 from t2; 54 insert or ignore into t2 select x*256 from t2; 55 insert or ignore into t2 select x*65536 from t2; 56 insert or ignore into t2 select x*2147483648 from t2; 57 insert or ignore into t2 select x-1 from t2; 58 insert or ignore into t2 select x+1 from t2 [all...] |
delete3.test | 25 INSERT INTO t1 VALUES(1); 26 INSERT INTO t1 VALUES(2); 27 INSERT INTO t1 SELECT x+2 FROM t1; 28 INSERT INTO t1 SELECT x+4 FROM t1; 29 INSERT INTO t1 SELECT x+8 FROM t1; 30 INSERT INTO t1 SELECT x+16 FROM t1; 31 INSERT INTO t1 SELECT x+32 FROM t1; 32 INSERT INTO t1 SELECT x+64 FROM t1; 33 INSERT INTO t1 SELECT x+128 FROM t1; 34 INSERT INTO t1 SELECT x+256 FROM t1 [all...] |
tkt-3998683a16.test | 24 INSERT INTO t1 VALUES(1, '1.0'); 25 INSERT INTO t1 VALUES(2, '.125'); 26 INSERT INTO t1 VALUES(3, '123.'); 27 INSERT INTO t1 VALUES(4, '123.e+2'); 28 INSERT INTO t1 VALUES(5, '.125e+3'); 29 INSERT INTO t1 VALUES(6, '123e4'); 30 INSERT INTO t1 VALUES(11, ' 1.0'); 31 INSERT INTO t1 VALUES(12, ' .125'); 32 INSERT INTO t1 VALUES(13, ' 123.'); 33 INSERT INTO t1 VALUES(14, ' 123.e+2') [all...] |
tkt-cbd054fa6b.test | 28 INSERT INTO t1 VALUES (NULL, ''); 29 INSERT INTO t1 VALUES (NULL, 'A'); 30 INSERT INTO t1 VALUES (NULL, 'B'); 31 INSERT INTO t1 VALUES (NULL, 'C'); 32 INSERT INTO t1 VALUES (NULL, 'D'); 33 INSERT INTO t1 VALUES (NULL, 'E'); 34 INSERT INTO t1 VALUES (NULL, 'F'); 35 INSERT INTO t1 VALUES (NULL, 'G'); 36 INSERT INTO t1 VALUES (NULL, 'H'); 37 INSERT INTO t1 VALUES (NULL, 'I') [all...] |
incrblobfault.test | 21 INSERT INTO blob VALUES(1, 'hello world'); 22 INSERT INTO blob VALUES(2, 'world hello'); 23 INSERT INTO blob SELECT NULL, v FROM blob; 24 INSERT INTO blob SELECT NULL, v FROM blob; 25 INSERT INTO blob SELECT NULL, v FROM blob; 26 INSERT INTO blob SELECT NULL, v FROM blob; 27 INSERT INTO blob SELECT NULL, v FROM blob; 28 INSERT INTO blob SELECT NULL, v FROM blob; 29 INSERT INTO blob SELECT NULL, v FROM blob; 30 INSERT INTO blob SELECT NULL, v FROM blob [all...] |
e_insert.test | 51 1 "INSERT INTO a1 DEFAULT VALUES" {} 52 2 "INSERT INTO main.a1 DEFAULT VALUES" {} 53 3 "INSERT OR ROLLBACK INTO main.a1 DEFAULT VALUES" {} 54 4 "INSERT OR ROLLBACK INTO a1 DEFAULT VALUES" {} 55 5 "INSERT OR ABORT INTO main.a1 DEFAULT VALUES" {} 56 6 "INSERT OR ABORT INTO a1 DEFAULT VALUES" {} 57 7 "INSERT OR REPLACE INTO main.a1 DEFAULT VALUES" {} 58 8 "INSERT OR REPLACE INTO a1 DEFAULT VALUES" {} 59 9 "INSERT OR FAIL INTO main.a1 DEFAULT VALUES" {} 60 10 "INSERT OR FAIL INTO a1 DEFAULT VALUES" { [all...] |
fts1e.test | 29 INSERT INTO t1 (rowid, content) VALUES(1, 'one'); 30 INSERT INTO t1 (rowid, content) VALUES(2, 'two'); 31 INSERT INTO t1 (rowid, content) VALUES(3, 'one two'); 32 INSERT INTO t1 (rowid, content) VALUES(4, 'three'); 34 INSERT INTO t1 (rowid, content) VALUES(5, 'one three'); 35 INSERT INTO t1 (rowid, content) VALUES(6, 'two three'); 36 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three'); 38 INSERT INTO t1 (rowid, content) VALUES(8, 'four'); 39 INSERT INTO t1 (rowid, content) VALUES(9, 'one four'); 40 INSERT INTO t1 (rowid, content) VALUES(10, 'two four') [all...] |
/external/valgrind/main/none/tests/s390x/ |
condloadstore.stdout.exp | 1 LOC 0000000000000000 into 0000000000000000 if mask0 for cc 0: 0000000000000000 2 LOC 0000000000000000 into 0000000000000000 if mask1 for cc 0: 0000000000000000 3 LOC 0000000000000000 into 0000000000000000 if mask2 for cc 0: 0000000000000000 4 LOC 0000000000000000 into 0000000000000000 if mask3 for cc 0: 0000000000000000 5 LOC 0000000000000000 into 0000000000000000 if mask4 for cc 0: 0000000000000000 6 LOC 0000000000000000 into 0000000000000000 if mask5 for cc 0: 0000000000000000 7 LOC 0000000000000000 into 0000000000000000 if mask6 for cc 0: 0000000000000000 8 LOC 0000000000000000 into 0000000000000000 if mask7 for cc 0: 0000000000000000 9 LOC 0000000000000000 into 0000000000000000 if mask8 for cc 0: 0000000000000000 10 LOC 0000000000000000 into 0000000000000000 if mask9 for cc 0: 000000000000000 [all...] |
/external/dropbear/libtommath/ |
LICENSE | 1 LibTomMath is hereby released into the Public Domain.
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/ |
Welcome.txt | 3 The SDL documentation is installed into /Developer/Documentation/SDL. 5 The SDL Mac OS X Readme is installed into your home directory.
|
/development/samples/ApiDemos/assets/ |
read_asset.txt | 3 It was read and placed into the TextView here.
|
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/ |
build.rake | 1 desc "compile & minify sources into a single file"
|
/external/wpa_supplicant_8/hostapd/ |
hostapd.eap_user_sqlite | 13 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 14 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS'); 17 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
H2MapTest.java | 71 assertThat(map.getScrubSQL("INSERT INTO "), equalTo("INSERT INTO ")); 72 assertThat(map.getScrubSQL("INSERT OR ROLLBACK INTO "), equalTo("INSERT INTO ")); 73 assertThat(map.getScrubSQL("INSERT OR ABORT INTO "), equalTo("INSERT INTO ")); 74 assertThat(map.getScrubSQL("INSERT OR FAIL INTO "), equalTo("INSERT INTO ")); 75 assertThat(map.getScrubSQL("INSERT OR IGNORE INTO "), equalTo("INSERT INTO ")); [all...] |
/art/test/065-mismatched-implements/ |
info.txt | 2 turns B into an abstract class without rebuilding A.
|
/art/test/066-mismatched-super/ |
info.txt | 2 turns B into an interface without rebuilding A.
|
/art/test/107-int-math2/ |
info.txt | 2 TODO: fold back into 003-omnibus-opcodes.
|
/dalvik/tests/065-mismatched-implements/ |
info.txt | 2 turns B into an abstract class without rebuilding A.
|
/dalvik/tests/066-mismatched-super/ |
info.txt | 2 turns B into an interface without rebuilding A.
|
/external/chromium_org/components/tracing/ |
DEPS | 5 # This component will be compiled into NaCl, so it shouldn't depend on
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
drop-text-acquires-style.html | 3 <title>Dragging plain text into a styled region</title> 6 <p>This test ensures the plain text dropped into a styled text region will acquire the appropriate style</p> 7 <p>To run this test, drag the text in the input element below into the bold text region. The dropped text should be bold.</p> 9 <b contenteditable="true" id="target">Drag the text from the above input element into this bold text</b>
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
nomem64-err.asm | 10 into label
|
/external/sepolicy/ |
shell.te | 7 # XXX Split into its own domain?
|
/frameworks/base/core/java/android/text/util/ |
package.html | 3 Utilities for converting identifiable text strings into clickable links
|