HomeSort by relevance Sort by last modified time
    Searched full:into (Results 26 - 50 of 58347) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/sqlite/src/test/
fts1f.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');
33 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
34 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
35 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
37 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...]
fts2e.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...]
fts2f.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');
33 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
34 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
35 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
37 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...]
fts3ae.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...]
fts3af.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');
33 INSERT INTO t1 (rowid, content) VALUES(5, 'one three');
34 INSERT INTO t1 (rowid, content) VALUES(6, 'two three');
35 INSERT INTO t1 (rowid, content) VALUES(7, 'one two three');
37 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...]
tkt3841.test 30 INSERT INTO table2 VALUES ("a", "alist");
31 INSERT INTO table2 VALUES ("b", "blist");
32 INSERT INTO list VALUES ("a", 1);
33 INSERT INTO list VALUES ("a", 2);
34 INSERT INTO list VALUES ("a", 3);
35 INSERT INTO list VALUES ("b", 4);
36 INSERT INTO list VALUES ("b", 5);
37 INSERT INTO list VALUES ("b", 6);
crash4.test 30 {INSERT INTO a(id,name) VALUES(1,'one')}
31 {INSERT INTO a(id,name) VALUES(2,'two')}
32 {INSERT INTO a(id,name) VALUES(3,'three')}
33 {INSERT INTO a(id,name) VALUES(4,'four')}
34 {INSERT INTO a(id,name) VALUES(5,'five')}
35 {INSERT INTO a(id,name) VALUES(6,'six')}
36 {INSERT INTO a(id,name) VALUES(7,'seven')}
37 {INSERT INTO a(id,name) VALUES(8,'eight')}
38 {INSERT INTO a(id,name) VALUES(9,'nine')}
39 {INSERT INTO a(id,name) VALUES(10,'ten')
    [all...]
savepoint3.test 21 INSERT INTO t1 VALUES(1, 2, 3);
24 INSERT INTO t1 VALUES(4, 5, 6);
34 INSERT INTO t1 VALUES(randstr(400,400), randstr(400,400), randstr(400,400));
35 INSERT INTO t1 SELECT
37 INSERT INTO t1
39 INSERT INTO t1
41 INSERT INTO t1
43 INSERT INTO t1
45 INSERT INTO t1
47 INSERT INTO t1
    [all...]
aggerror.test 32 INSERT INTO t1 VALUES(1);
33 INSERT INTO t1 VALUES(2);
34 INSERT INTO t1 SELECT a+2 FROM t1;
35 INSERT INTO t1 SELECT a+4 FROM t1;
36 INSERT INTO t1 SELECT a+8 FROM t1;
37 INSERT INTO t1 SELECT a+16 FROM t1;
38 INSERT INTO t1 SELECT a+32 FROM t1 ORDER BY a LIMIT 7;
44 INSERT INTO t1 VALUES(40);
70 INSERT INTO t1 VALUES(40);
71 INSERT INTO t1 VALUES(42)
    [all...]
tkt3762.test 31 INSERT INTO t1 VALUES(zeroblob(900));
32 INSERT INTO t1 VALUES(zeroblob(900));
33 INSERT INTO t1 SELECT x FROM t1;
34 INSERT INTO t1 SELECT x FROM t1;
35 INSERT INTO t1 SELECT x FROM t1;
36 INSERT INTO t1 SELECT x FROM t1;
37 INSERT INTO t1 SELECT x FROM t1;
38 INSERT INTO t1 SELECT x FROM t1;
39 INSERT INTO t1 SELECT x FROM t1;
47 INSERT INTO t1 VALUES(zeroblob(39000))
    [all...]
vtab9.test 12 # focus of this file inserting into virtual tables from a SELECT
30 INSERT INTO t1 SELECT 'hello';
40 INSERT INTO d1 VALUES(1,2,3);
41 INSERT INTO d1 VALUES('a','b','c');
42 INSERT INTO d1 VALUES(NULL,'x',123.456);
43 INSERT INTO d1 VALUES(x'6869',123456789,-12345);
44 INSERT INTO t3(a,b,c) SELECT * FROM d1;
53 # INSERT INTO t4 VALUES('hello');
59 # INSERT INTO t5(rowid, a) VALUES(1, 'goodbye');
64 # REPLACE INTO t5(rowid, a) VALUES(1, 'goodbye')
    [all...]
fts2k.test 24 INSERT INTO t1 (rowid, content) VALUES(1, "hello world");
25 INSERT INTO t1 (rowid, content) VALUES(2, "hello there");
26 INSERT INTO t1 (rowid, content) VALUES(3, "cruel world");
33 INSERT INTO t1 (rowid, content) VALUES(4, "false world");
34 INSERT INTO t1 (rowid, content) VALUES(5, "false door");
45 INSERT INTO t1 (rowid, content) VALUES(6, "another world");
46 INSERT INTO t1 (rowid, content) VALUES(7, "another test");
57 INSERT INTO t1 (rowid, content) VALUES(8, "second world");
58 INSERT INTO t1 (rowid, content) VALUES(9, "second sight");
76 INSERT INTO t1 (rowid, content) VALUES(10, "second world")
    [all...]
fts3ak.test 24 INSERT INTO t1 (rowid, content) VALUES(1, "hello world");
25 INSERT INTO t1 (rowid, content) VALUES(2, "hello there");
26 INSERT INTO t1 (rowid, content) VALUES(3, "cruel world");
33 INSERT INTO t1 (rowid, content) VALUES(4, "false world");
34 INSERT INTO t1 (rowid, content) VALUES(5, "false door");
45 INSERT INTO t1 (rowid, content) VALUES(6, "another world");
46 INSERT INTO t1 (rowid, content) VALUES(7, "another test");
57 INSERT INTO t1 (rowid, content) VALUES(8, "second world");
58 INSERT INTO t1 (rowid, content) VALUES(9, "second sight");
76 INSERT INTO t1 (rowid, content) VALUES(10, "second world")
    [all...]
triggerD.test 33 INSERT INTO log VALUES('r1', new.rowid, new.oid, new._rowid_, new.x);
36 INSERT INTO log VALUES('r2', new.rowid, new.oid, new._rowid_, new.x);
39 INSERT INTO log VALUES('r3.old', old.rowid, old.oid, old._rowid_, old.x);
40 INSERT INTO log VALUES('r3.new', new.rowid, new.oid, new._rowid_, new.x);
43 INSERT INTO log VALUES('r4.old', old.rowid, old.oid, old._rowid_, old.x);
44 INSERT INTO log VALUES('r4.new', new.rowid, new.oid, new._rowid_, new.x);
47 INSERT INTO log VALUES('r5', old.rowid, old.oid, old._rowid_, old.x);
50 INSERT INTO log VALUES('r6', old.rowid, old.oid, old._rowid_, old.x);
56 INSERT INTO t1 VALUES(100,200,300,400);
83 INSERT INTO log VALUES('r1', new.rowid, new.oid, new._rowid_, new.x)
    [all...]
tkt2832.test 25 INSERT INTO t1 VALUES(2);
26 INSERT INTO t1 VALUES(1);
27 INSERT INTO t1 VALUES(3);
43 INSERT INTO t2 VALUES(1, 2);
44 INSERT INTO t2 VALUES(2, 3);
59 INSERT INTO t3 VALUES(1, 2);
60 INSERT INTO t3 VALUES(2, 3);
tkt3424.test 21 INSERT INTO names VALUES(1,'E1','AAA');
22 INSERT INTO names VALUES(2,NULL,'BBB');
25 INSERT INTO orig VALUES('AAA','E1');
26 INSERT INTO orig VALUES('AAA','E2');
27 INSERT INTO orig VALUES('AAA','E3');
28 INSERT INTO orig VALUES('AAA','E4');
29 INSERT INTO orig VALUES('AAA','E5');
insert2.test 26 execsql "INSERT INTO d1 VALUES($i,$j)"
31 # Insert into a new table from the old one.
40 EXPLAIN INSERT INTO t1 SELECT log, count(*) FROM d1 GROUP BY log;
44 INSERT INTO t1 SELECT log, count(*) FROM d1 GROUP BY log;
59 INSERT INTO t1
74 INSERT INTO t1
93 INSERT INTO t1 SELECT log, count() FROM d1 GROUP BY log;
104 INSERT INTO t4 VALUES(1,2);
110 INSERT INTO t3(a,c) SELECT * FROM t4;
117 INSERT INTO t3(c,b) SELECT * FROM t4
    [all...]
join2.test 23 INSERT INTO t1 VALUES(1,11);
24 INSERT INTO t1 VALUES(2,22);
25 INSERT INTO t1 VALUES(3,33);
32 INSERT INTO t2 VALUES(11,111);
33 INSERT INTO t2 VALUES(33,333);
34 INSERT INTO t2 VALUES(44,444);
41 INSERT INTO t3 VALUES(111,1111);
42 INSERT INTO t3 VALUES(444,4444);
43 INSERT INTO t3 VALUES(555,5555);
eval.test 26 INSERT INTO t1 VALUES(1);
27 INSERT INTO t1 VALUES(2);
28 INSERT INTO t1 SELECT x+2 FROM t1;
29 INSERT INTO t1 SELECT x+4 FROM t1;
30 INSERT INTO t1 SELECT x+8 FROM t1;
31 INSERT INTO t1 SELECT x+16 FROM t1;
32 INSERT INTO t1 SELECT x+32 FROM t1;
33 INSERT INTO t1 SELECT x+64 FROM t1;
34 INSERT INTO t1 SELECT x+128 FROM t1;
35 INSERT INTO t1 SELECT x+256 FROM t1
    [all...]
tempdb.test 33 INSERT INTO t2 VALUES('hello');
34 INSERT INTO t2 VALUES(NULL);
41 INSERT INTO t1
72 INSERT INTO t1 VALUES(1, 2, 3);
73 INSERT INTO t1 VALUES(4, 5, 6);
74 INSERT INTO t2 VALUES(7, 8, 9);
75 INSERT INTO t2 SELECT * FROM t1;
77 catchsql { INSERT INTO t1 SELECT * FROM t2 }
85 INSERT INTO t1 VALUES(1, 2, 3);
86 INSERT INTO t1 VALUES(4, 5, 6)
    [all...]
  /external/clang/test/SemaCXX/
warn-string-conversion.cpp 3 // Warn on cases where a string literal is converted into a bool.
7 bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
8 b0 = ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
10 assert("error"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [6]' to 'bool'}}
13 while("hi") {} // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
14 do {} while("hi"); // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
15 for (;"hi";); // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
16 if("hi") {} // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}}
  /external/clang/test/SemaObjC/
scope-check.m 6 goto L; // expected-error{{goto into protected scope}}
7 goto L2; // expected-error{{goto into protected scope}}
8 goto L3; // expected-error{{goto into protected scope}}
20 goto L4; // expected-error{{goto into protected scope}}
21 goto L5; // expected-error{{goto into protected scope}}
24 goto L6; // expected-error{{goto into protected scope}}
35 goto L7; // expected-error{{goto into protected scope}}
37 goto L7; // expected-error{{goto into protected scope}}
40 goto L8; // expected-error{{goto into protected scope}}
50 goto L9; // expected-error{{goto into protected scope}
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_34.sql 4 INSERT INTO "meta" VALUES('Default Search Provider ID','2');
5 INSERT INTO "meta" VALUES('Builtin Keyword Version','33');
6 INSERT INTO "meta" VALUES('version','34');
7 INSERT INTO "meta" VALUES('last_compatible_version','34');
9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}',1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}',1,1,6256,0,'{google:baseURL}webhp?{google:RLZ}sourceid=chrome-instant&ie={inputEncoding}&ion=1{searchTerms}&nord=1');
10 INSERT INTO "keywords" VALUES(3,'Yahoo!','yahoo.com','http://search.yahoo.com/favicon.ico','http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}',1,1,'',0,0,'UTF-8','http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}',2,0,6273,0,'');
11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag.ico','http://www.bing.com/search?setmkt=en-US&q={searchTerms}',1,1,'',0,0,'UTF-8','http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0,6250,0,'');
12 INSERT INTO "keywords" VALUES(5,'Search the web (Babylon)','search.babylon.com','','http://search.babylon.com/web/{searchTerms}?babsrc=browsersearch',1,0,'',1299093361,0,'','',0,0,0,0,'');
18 INSERT INTO "autofill" VALUES('firstname','David','david',1,1);
19 INSERT INTO "autofill" VALUES('lastname','Holloway','holloway',2,1)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H2Map.java 40 scrubbedSQL = scrubbedSQL.replaceAll("INSERT OR ROLLBACK INTO", "INSERT INTO");
41 scrubbedSQL = scrubbedSQL.replaceAll("INSERT OR ABORT INTO", "INSERT INTO");
42 scrubbedSQL = scrubbedSQL.replaceAll("INSERT OR FAIL INTO", "INSERT INTO");
43 scrubbedSQL = scrubbedSQL.replaceAll("INSERT OR IGNORE INTO", "INSERT INTO");
44 scrubbedSQL = scrubbedSQL.replaceAll("INSERT OR REPLACE INTO", "INSERT INTO");
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
transitions.html 31 {className:"green", description:"instantly change into a rectangle and fade from yellow to green over 5 seconds"},
32 {className:"", description:"instantly change into a small yellow square"},
33 {className:"square", description:"instantly change into a yellow rectangle and then animate into a big yellow square over 2 seconds"},
34 {className:"green", description:"instantly change into a yellow rectangle and then animate to a green rectangle over 5 seconds"},
35 {className:"", description:"instantly change into a small yellow square"},
36 {className:"green", description:"instantly change into a yellow rectangle and fade from yellow to green over 5 seconds"},
37 {className:"square", description:"instantly change to a yellow rectangle and then animate into a large yellow square over 2 seconds"},
38 {className:"", description:"instantly change into a small yellow square"}

Completed in 147 milliseconds

12 3 4 5 6 7 8 91011>>