/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree9.test | 25 INSERT INTO rt VALUES(1, 1, 2, 1, 2, 1, 2); 42 execsql { INSERT INTO rt VALUES($i, $x, $x+1, $y, $y+1, $z, $z+1) } 59 execsql { INSERT INTO rt32 VALUES($i, $x, $x+1, $y, $y+1, $z, $z+1) } 93 INSERT INTO rt2 VALUES(1, 1, 2, 1, 2); 94 INSERT INTO rt2 VALUES(2, 1, 2, -2, -1); 95 INSERT INTO rt2 VALUES(3, -2, -1, -2, -1); 96 INSERT INTO rt2 VALUES(4, -2, -1, 1, 2); 98 INSERT INTO rt2 VALUES(5, 2, 3, 2, 3); 99 INSERT INTO rt2 VALUES(6, 2, 3, -3, -2); 100 INSERT INTO rt2 VALUES(7, -3, -2, -3, -2) [all...] |
rtreeB.test | 24 INSERT INTO t1 VALUES(1073741824, 0.0, 0.0, 100.0, 100.0); 25 INSERT INTO t1 VALUES(2147483646, 0.0, 0.0, 200.0, 200.0); 26 INSERT INTO t1 VALUES(4294967296, 0.0, 0.0, 300.0, 300.0); 27 INSERT INTO t1 VALUES(8589934592, 20.0, 20.0, 150.0, 150.0); 28 INSERT INTO t1 VALUES(9223372036854775807, 150, 150, 400, 400);
|
/external/chromium_org/third_party/sqlite/src/test/ |
async5.test | 17 # The async logic is not built into this system 34 INSERT INTO t1 VALUES(1, 2); 35 INSERT INTO t2 VALUES(3, 4); 48 INSERT INTO t1 VALUES('a', 'b'); 49 INSERT INTO t2 VALUES('c', 'd');
|
tkt-5ee23731f.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;
|
tkt-b351d95f9.test | 24 INSERT INTO t1 VALUES('name1','This is a test'); 25 INSERT INTO t1 VALUES('name2','xyz'); 27 INSERT INTO t2 SELECT a, CASE b WHEN 'xyz' THEN null ELSE b END FROM t1; 35 INSERT INTO t2 SELECT a, coalesce(b,a) FROM t1; 42 INSERT INTO t2 SELECT a, coalesce(b,a) FROM t1;
|
walfault.test | 74 INSERT INTO x VALUES(randomblob(100), randomblob(100)); 78 INSERT INTO x SELECT randomblob(100), randomblob(100) FROM x; 79 INSERT INTO x SELECT randomblob(100), randomblob(100) FROM x; 80 INSERT INTO x SELECT randomblob(100), randomblob(100) FROM x; 109 INSERT INTO abc VALUES(randomblob(1500)); 139 INSERT INTO t1 VALUES('a', 'b'); 167 INSERT INTO t1 VALUES(randomblob(400)); /* 1 */ 168 INSERT INTO t1 SELECT randomblob(400) FROM t1; /* 2 */ 169 INSERT INTO t1 SELECT randomblob(400) FROM t1; /* 4 */ 170 INSERT INTO t1 SELECT randomblob(400) FROM t1; /* 8 * [all...] |
walshared.test | 32 INSERT INTO t1 VALUES(randomblob(100), randomblob(200)); 39 INSERT INTO t1 VALUES(randomblob(100), randomblob(200)); 40 INSERT INTO t1 SELECT randomblob(100), randomblob(200) FROM t1; 41 INSERT INTO t1 SELECT randomblob(100), randomblob(200) FROM t1; 42 INSERT INTO t1 SELECT randomblob(100), randomblob(200) FROM t1;
|
where9.test | 38 INSERT INTO t1 VALUES(1,11,1001,1.001,100.1,'bcdefghij','yxwvuts'); 39 INSERT INTO t1 VALUES(2,22,1001,2.002,100.1,'cdefghijk','yxwvuts'); 40 INSERT INTO t1 VALUES(3,33,1001,3.003,100.1,'defghijkl','xwvutsr'); 41 INSERT INTO t1 VALUES(4,44,2002,4.004,200.2,'efghijklm','xwvutsr'); 42 INSERT INTO t1 VALUES(5,55,2002,5.005,200.2,'fghijklmn','xwvutsr'); 43 INSERT INTO t1 VALUES(6,66,2002,6.006,200.2,'ghijklmno','xwvutsr'); 44 INSERT INTO t1 VALUES(7,77,3003,7.007,300.3,'hijklmnop','xwvutsr'); 45 INSERT INTO t1 VALUES(8,88,3003,8.008,300.3,'ijklmnopq','wvutsrq'); 46 INSERT INTO t1 VALUES(9,99,3003,9.009,300.3,'jklmnopqr','wvutsrq'); 47 INSERT INTO t1 VALUES(10,110,4004,10.01,400.4,'klmnopqrs','wvutsrq') [all...] |
fts3an.test | 40 INSERT INTO t1(rowid, c) VALUES(1, $text); 41 INSERT INTO t1(rowid, c) VALUES(2, 'Another lovely row'); 118 INSERT INTO t2(rowid, c) VALUES(1, $text); 119 INSERT INTO t2(rowid, c) VALUES(2, 'Another lovely row'); 169 INSERT INTO t3(rowid, c) VALUES(1, $text); 170 INSERT INTO t3(rowid, c) VALUES(2, 'Another lovely row'); 173 db eval {INSERT INTO t3(rowid, c) VALUES(3+$i, $bigtext)} 195 execsql { INSERT INTO ft VALUES(NULL) } 196 execsql { INSERT INTO ft SELECT * FROM ft } ;# 2 197 execsql { INSERT INTO ft SELECT * FROM ft } ;# [all...] |
fts3aa.test | 32 INSERT INTO t1(content) VALUES('one'); 33 INSERT INTO t1(content) VALUES('two'); 34 INSERT INTO t1(content) VALUES('one two'); 35 INSERT INTO t1(content) VALUES('three'); 36 INSERT INTO t1(content) VALUES('one three'); 37 INSERT INTO t1(content) VALUES('two three'); 38 INSERT INTO t1(content) VALUES('one two three'); 39 INSERT INTO t1(content) VALUES('four'); 40 INSERT INTO t1(content) VALUES('one four'); 41 INSERT INTO t1(content) VALUES('two four') [all...] |
fts3fault.test | 41 INSERT INTO t1 VALUES('test renaming the table'); 42 INSERT INTO t1 VALUES(' after it has been written'); 48 INSERT INTO t1 VALUES('registers the FTS3 module'); 49 INSERT INTO t1 VALUES('various support functions'); 63 execsql { INSERT INTO t3(t3) VALUES('nodesize=50') } 66 execsql { INSERT INTO t3 VALUES('aaa' || $i) } 84 INSERT INTO t4 VALUES('The British Government called on'); 85 INSERT INTO t4 VALUES('as pesetas then became much'); 102 INSERT INTO t5 VALUES('The British Government called on'); 103 INSERT INTO t5 VALUES('as pesetas then became much') [all...] |
progress.test | 31 INSERT INTO t1 VALUES(1); 32 INSERT INTO t1 VALUES(2); 33 INSERT INTO t1 VALUES(3); 34 INSERT INTO t1 VALUES(4); 35 INSERT INTO t1 VALUES(5); 36 INSERT INTO t1 VALUES(6); 37 INSERT INTO t1 VALUES(7); 38 INSERT INTO t1 VALUES(8); 39 INSERT INTO t1 VALUES(9); 40 INSERT INTO t1 VALUES(10) [all...] |
join4.test | 25 insert into t1 values(1,'one'); 26 insert into t1 values(2,'two'); 27 insert into t1 values(3,'three'); 28 insert into t1 values(4,'four'); 31 insert into t2 values(2,'niban','ok'); 32 insert into t2 values(4,'yonban','err'); 42 insert into t1 values(1,'one'); 43 insert into t1 values(2,'two'); 44 insert into t1 values(3,'three'); 45 insert into t1 values(4,'four') [all...] |
recover1.test | 26 INSERT INTO types VALUES ("NULL", NULL); 27 INSERT INTO types VALUES ("INTEGER", 17); 28 INSERT INTO types VALUES ("FLOAT", 3.1415927); 29 INSERT INTO types VALUES ("TEXT", "This is text"); 30 INSERT INTO types VALUES ("BLOB", CAST("This is a blob" AS BLOB)); 37 INSERT INTO types2 (id, rowtype, value) 292 INSERT INTO integers VALUES (0); 293 INSERT INTO integers VALUES (1); 296 INSERT INTO integers VALUES (2); 297 INSERT INTO integers VALUES (-2) [all...] |
tkt-2ea2425d34.test | 24 INSERT INTO t1 VALUES(1,'abc'); 25 INSERT INTO t1 VALUES(2,'def'); 26 INSERT INTO t1 VALUES(3,'ghi');
|
tkt-752e1646fc.test | 23 INSERT INTO "test" ("letter", "number") VALUES('b', 1); 24 INSERT INTO "test" ("letter", "number") VALUES('a', 2); 25 INSERT INTO "test" ("letter", "number") VALUES('c', 2);
|
tkt3201.test | 22 INSERT INTO t1 VALUES(1, 'one'); 23 INSERT INTO t1 VALUES(2, 'two'); 36 INSERT INTO t2 VALUES(2, 'two'); 64 INSERT INTO t3 VALUES(2, 'two'); 81 INSERT INTO t4_log(x) VALUES(new.x); 84 INSERT INTO t4_log(x) VALUES(new.x); 87 INSERT INTO t4_log(x) VALUES(new.x); 90 INSERT INTO t4_log(x) VALUES(new.x); 92 INSERT INTO t4 VALUES(1); 93 INSERT INTO t4 VALUES(2) [all...] |
/external/chromium_org/components/test/data/web_database/ |
version_53.sql | 4 INSERT INTO "meta" VALUES('version','53'); 5 INSERT INTO "meta" VALUES('last_compatible_version','48'); 6 INSERT INTO "meta" VALUES('Builtin Keyword Version','67'); 7 INSERT INTO "meta" VALUES('Default Search Provider ID','2'); 9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?q={searchTerms}&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:bookmarkBarPinned}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',1,'',0,0,'UTF-8',1,'{google:baseSuggestURL}search?{google:searchFieldtrialParameter}client={google:suggestClient}&xssi=t&q={searchTerms}&{google:cursorPosition}{google:zeroPrefixUrl}{google:pageClassification}sugkey={google:suggestAPIKeyParameter}',1,0,'{google:baseURL}webhp?sourceid=chrome-instant&{google:RLZ}{google:forceInstantResults}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}{google:omniboxStartMarginParameter}ie={inputEncoding}',0,'1D955A9B-6F30-D3FF-5F5C-002E40BDF482','["{google:baseURL}#q={searchTerms}","{google:baseURL}search#q={searchTerms}","{google:baseURL}webhp#q={searchTerms}"]','espv','{google:baseURL}searchbyimage/upload','','','','encoded_image={google:imageThumbnail},image_url={google:imageURL},sbisrc={google:imageSearchSource},original_width={google:imageOriginalWidth},original_height={google:imageOriginalHeight}','{google:baseURL}_/chrome/newtab?{google:RLZ}{google:instantExtendedEnabledParameter}{google:ntpIsThemedParameter}ie={inputEncoding}'); 10 INSERT INTO "keywords" VALUES(3,'Bing','bing.com','http://www.bing.com/s/wlflag.ico','http://www.bing.com/search?setmkt=en-US&q={searchTerms}',1,'',0,0,'UTF-8',1,'http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0,'',0,'E88DEF4C-20E0-5DD7-6A71-20058C05BF09','[]','','','','','','',''); 11 INSERT INTO "keywords" VALUES(4,'Yahoo!','yahoo.com','http://search.yahoo.com/favicon.ico','http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}',1,'',0,0,'UTF-8',1,'http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}',2,0,'',0,'F2F457FC-8B48-47A4-7D7C-8001AB91D1BD','[]','','','','','','',''); 12 INSERT INTO "keywords" VALUES(5,'AOL','aol.com','http://search.aol.com/favicon.ico','http://search.aol.com/aol/search?query={searchTerms}',1,'',0,0,'UTF-8',1,'http://autocomplete.search.aol.com/autocomplete/get?output=json&it=&q={searchTerms}',35,0,'',0,'F858668C-43E0-5CF3-7D05-EDE8DBF40106','[]','','','','','','',''); 13 INSERT INTO "keywords" VALUES(6,'Ask','ask.com','http://sp.ask.com/sh/i/a16/favicon/favicon.ico','http://www.ask.com/web?q={searchTerms}',1,'',0,0,'UTF-8',1,'http://ss.ask.com/query?q={searchTerms}&li=ff',4,0,'',0,'00268D17-EC55-D173-84F3-48D9B862E8E1','[]','','','','','','',''); 23 INSERT INTO "autofill_profiles" VALUES('00000000-0000-0000-0000-000000000001','Google, Inc.','1950 Charleston (…) [all...] |
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 7 INSERT INTO _sync_state_metadata VALUES(2); 9 INSERT INTO android_metadata VALUES('en_US'); 12 INSERT INTO contact_methods VALUES(1,1,1,'gdgjj.fxhnj@ggh.com',NULL,1,NULL,1); 13 INSERT INTO contact_methods VALUES(2,3,1,'weyj@xtdt.com',NULL,1,NULL,1); 14 INSERT INTO contact_methods VALUES(3,5,1,'mail@dom.com',NULL,1,NULL,1); 19 INSERT INTO faves VALUES(1,1,0,'','',000000000000,NULL,NULL,NULL); 20 INSERT INTO faves VALUES(2,2,0,'','',000000000000,NULL,NULL,NULL); 21 INSERT INTO faves VALUES(3,3,0,'','',000000000000,NULL,NULL,NULL); 22 INSERT INTO faves VALUES(4,4,0,'','',000000000000,NULL,NULL,NULL); 23 INSERT INTO faves VALUES(5,5,0,'','',000000000000,NULL,NULL,NULL) [all...] |
/external/chromium_org/components/nacl/common/ |
pnacl_types.h | 8 // This file exists (instead of putting this type into nacl_types.h) because 9 // nacl_types is built into nacl_helper in addition to chrome, and we don't 10 // want to pull src/url/ into there, since it would be unnecessary bloat.
|
/external/chromium_org/third_party/JSON/out/lib/perl5/x86_64-linux-gnu-thread-multi/ |
perllocal.pod | 7 C<installed into: /w/chr/src/third_party/JSON/out/lib/perl5> 29 C<installed into: /w/chr/src/third_party/JSON/out/lib/perl5> 51 C<installed into: /w/chr/src/third_party/JSON/out/lib/perl5>
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
CompositingState.h | 11 // The layer paints into its enclosing composited ancestor. 14 // The layer is composited, but its contents still paint into enclosing composited ancestor. 22 // In this state, the RenderLayer subtree paints into a backing that is shared by
|
/external/chromium_org/tools/imagediff/ |
image_diff_png.h | 13 // Decode a PNG into an RGBA pixel array. 18 // Encode an RGBA pixel array into a PNG. 25 // Encode an BGRA pixel array into a PNG.
|
/external/chromium_org/tools/perf/page_sets/endure/ |
indexeddb_app.html | 6 <li>When "offline", a series of (fake) user events are logged into a 11 source into a store in chunks, then consolidates it into another
|
/external/clang/test/SemaCXX/ |
exceptions.cpp | 38 goto l4; // expected-error {{goto into protected scope}} 39 goto l3; // expected-error {{goto into protected scope}} 40 goto l2; // expected-error {{goto into protected scope}} 45 goto l4; // expected-error {{goto into protected scope}} 46 goto l3; // expected-error {{goto into protected scope}} 52 goto l4; // expected-error {{goto into protected scope}} 54 goto l2; // expected-error {{goto into protected scope}} 60 goto l3; // expected-error {{goto into protected scope}} 61 goto l2; // expected-error {{goto into protected scope}} 66 goto l4; // expected-error {{goto into protected scope} [all...] |