/external/chromium_org/third_party/sqlite/src/test/ |
analyze6.test | 36 INSERT INTO cat VALUES(1); 37 INSERT INTO cat VALUES(2); 38 INSERT INTO cat SELECT x+2 FROM cat; 39 INSERT INTO cat SELECT x+4 FROM cat; 40 INSERT INTO cat SELECT x+8 FROM cat; 45 INSERT INTO ev SELECT x FROM cat; 46 INSERT INTO ev SELECT x FROM cat; 47 INSERT INTO ev SELECT y FROM ev; 48 INSERT INTO ev SELECT y FROM ev; 49 INSERT INTO ev SELECT y FROM ev [all...] |
fts1l.test | 25 INSERT INTO t1(rowid, col_a, col_b) VALUES(1, 'testing', 'testing'); 26 INSERT INTO t1(rowid, col_a, col_b) VALUES(2, 'only a', null); 27 INSERT INTO t1(rowid, col_a, col_b) VALUES(3, null, 'only b'); 28 INSERT INTO t1(rowid, col_a, col_b) VALUES(4, null, null);
|
fts2m.test | 25 INSERT INTO t1(rowid, col_a, col_b) VALUES(1, 'testing', 'testing'); 26 INSERT INTO t1(rowid, col_a, col_b) VALUES(2, 'only a', null); 27 INSERT INTO t1(rowid, col_a, col_b) VALUES(3, null, 'only b'); 28 INSERT INTO t1(rowid, col_a, col_b) VALUES(4, null, null);
|
fts3am.test | 25 INSERT INTO t1(rowid, col_a, col_b) VALUES(1, 'testing', 'testing'); 26 INSERT INTO t1(rowid, col_a, col_b) VALUES(2, 'only a', null); 27 INSERT INTO t1(rowid, col_a, col_b) VALUES(3, null, 'only b'); 28 INSERT INTO t1(rowid, col_a, col_b) VALUES(4, null, null);
|
fts3corrupt.test | 28 INSERT INTO t1 VALUES('hello'); 37 execsql { INSERT INTO t1 VALUES($w) } 41 INSERT INTO t1 VALUES('world'); 57 INSERT INTO t1 VALUES('hello'); 58 INSERT INTO t1 VALUES('hello'); 59 INSERT INTO t1 VALUES('hello'); 60 INSERT INTO t1 VALUES('hello'); 61 INSERT INTO t1 VALUES('hello'); 77 INSERT INTO t1 VALUES('hello'); 78 INSERT INTO t1 VALUES('world') [all...] |
ioerr2.test | 33 INSERT INTO t1 VALUES(randstr(400,400),randstr(400,400)); 34 INSERT INTO t1 SELECT randstr(400,400), randstr(400,400) FROM t1; -- 2 35 INSERT INTO t1 SELECT randstr(400,400), randstr(400,400) FROM t1; -- 4 36 INSERT INTO t1 SELECT randstr(400,400), randstr(400,400) FROM t1; -- 8 37 INSERT INTO t1 SELECT randstr(400,400), randstr(400,400) FROM t1; -- 16 38 INSERT INTO t1 SELECT randstr(400,400), randstr(400,400) FROM t1; -- 32 83 INSERT INTO t1 SELECT randstr(400,400), randstr(400,400) 153 INSERT INTO ab VALUES(1, randstr(200,200)); 154 INSERT INTO ab SELECT a+1, randstr(200,200) FROM ab; 155 INSERT INTO ab SELECT a+2, randstr(200,200) FROM ab [all...] |
sharedlock.test | 30 INSERT INTO t1 VALUES(1, 'one'); 31 INSERT INTO t1 VALUES(2, 'two'); 39 if {$a == 1} { catch { db eval "INSERT INTO t1 VALUES(3, 'three')" } } 45 if {$a == 2} { catch { db2 eval "INSERT INTO t1 VALUES(4, 'four')" } }
|
tkt-3fe897352e.test | 33 INSERT INTO t1 VALUES(hex_to_utf16be('D800')); 40 INSERT INTO t1 VALUES(hex_to_utf16le('00D8')); 47 INSERT INTO t1 VALUES(hex_to_utf16be('DFFF')); 54 INSERT INTO t1 VALUES(hex_to_utf16le('FFDF'));
|
tkt1873.test | 34 INSERT INTO t1 VALUES(1, 2); 35 INSERT INTO t1 VALUES(3, 4); 36 INSERT INTO t2 VALUES(5, 6); 37 INSERT INTO t2 VALUES(7, 8);
|
tkt3773.test | 24 INSERT INTO t1 VALUES(2,1); 25 INSERT INTO t1 VALUES(33,3); 27 INSERT INTO t2 VALUES(123,2); 28 INSERT INTO t2 VALUES(4,4);
|
tkt3832.test | 15 # a NULL into the INTEGER PRIMARY KEY. 32 INSERT INTO log VALUES(new.b); 34 INSERT INTO t1 VALUES(NULL,5); 35 INSERT INTO t1 SELECT b, a FROM t1 ORDER BY b;
|
tkt3997.test | 32 INSERT INTO mytext VALUES('abc'); 33 INSERT INTO mytext VALUES('acd'); 34 INSERT INTO mytext VALUES('afe'); 55 INSERT INTO mytext2 SELECT name FROM mytext;
|
trigger3.test | 44 INSERT INTO tbl VALUES (5, 5, 6); 45 INSERT INTO tbl VALUES (1, 5, 6); 62 INSERT INTO tbl VALUES (5, 5, 6); 63 INSERT INTO tbl VALUES (2, 5, 6); 76 INSERT INTO tbl VALUES (5, 5, 6); 77 INSERT INTO tbl VALUES (3, 5, 6); 92 INSERT INTO tbl VALUES (3, 9, 10); 103 INSERT INTO tbl VALUES (5, 5, 6); 104 INSERT INTO tbl VALUES (4, 5, 6); 117 execsql {INSERT INTO tbl VALUES(1, 2, 3); [all...] |
trigger5.test | 30 INSERT INTO Item VALUES (1,38205.60865,340); 33 INSERT INTO Undo SELECT 'INSERT INTO Item (a,b,c) VALUES (' 39 } {{INSERT INTO Item (a,b,c) VALUES (1,38205.60865,340);}}
|
/external/chromium_org/ui/gfx/ |
blit.h | 19 // Blits a rectangle from the source context into the destination context. 25 // Blits a rectangle from the source context into the destination canvas. 31 // Blits a rectangle from the source canvas into the destination context. 37 // Blits a rectangle from the source canvas into the destination canvas.
|
/external/clang/test/CodeGen/ |
2003-08-06-BuiltinSetjmpLongjmp.c | 3 * __builtin_longjmp/setjmp should get transformed into intrinsics.
|
2003-11-03-AddrArrayElement.c | 3 // This should be turned into a tasty getelementptr instruction, not a nasty
|
merge-statics.c | 3 // The two decls for 'a' should merge into one llvm GlobalVariable.
|
split-debug-filename.c | 6 // Testing to ensure that the dwo name gets output into the compile unit.
|
/external/clang/test/CodeGenObjC/ |
objc2-write-barrier-3.m | 29 // storing into an array of strong pointer types. 33 // storing indirectly into an array of strong pointer types. 39 // storing into a struct element of an array of strong pointer types. 44 // Storing into an ivar of an array of strong pointer types.
|
/external/clang/test/SemaCXX/ |
statements.cpp | 13 goto later; // expected-error {{goto into protected scope}}
|
/external/clang/test/SemaObjC/ |
stand-alone-implementation.m | 3 // Allow injection of ivars into implementation's implicit class.
|
/external/e2fsprogs/lib/uuid/ |
configure.in | 2 dnl Not used now, for the future when uuid is separated out into its
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/ |
mysql-modelingschema.truncate | 1 -- You can load this file into mysql using:
|
/external/guava/guava/src/com/google/common/hash/ |
Funnel.java | 20 * An object which can send data from an object of type {@code T} into a {@code Sink}. 28 * Sends a stream of data from the {@code from} object into the sink {@code into}. There 32 void funnel(T from, Sink into);
|