HomeSort by relevance Sort by last modified time
    Searched refs:INTO (Results 1 - 14 of 14) sorted by null

  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 6 INSERT INTO _sync_state VALUES(1,'lemmytest@gmail.com','');
8 INSERT INTO _sync_state_metadata VALUES(2);
10 INSERT INTO android_metadata VALUES('en_US');
13 INSERT INTO contact_methods VALUES(1,3,1,'weyj@xtdt.com',NULL,1,NULL,1);
14 INSERT INTO contact_methods VALUES(2,4,1,'mail@dom.com',NULL,1,NULL,1);
15 INSERT INTO contact_methods VALUES(3,8,1,'doooooo@sgghhh.com',NULL,1,NULL,1);
16 INSERT INTO contact_methods VALUES(4,9,1,'ahhh@glkbgghh.com',NULL,1,NULL,1);
17 INSERT INTO contact_methods VALUES(5,12,1,'notsynced@gmail.com',NULL,1,NULL,1);
20 INSERT INTO fave_msg_status VALUES(100,16359444020020760201000000000000000000000000000000000000000000000000000000000000,1268764830477,2);
23 INSERT INTO faves VALUES(1,1,0,'','',000000000000,NULL,NULL,NULL)
    [all...]
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 5 INSERT INTO _deleted_people VALUES(1249441421793000,'20d08a710c3df43d','android.contacts.test.eclair@gmail.com',NULL);
7 INSERT INTO _sync_state VALUES(1,'android.contacts.test.eclair@gmail.com','');
9 INSERT INTO _sync_state_metadata VALUES(2);
11 INSERT INTO android_metadata VALUES('en_US');
13 INSERT INTO calls VALUES(1,18004664411,1249177360040,10,2,1,'Jane Doe',1,NULL);
15 INSERT INTO contact_methods VALUES(1,2,1,'a@acme.com',NULL,1,NULL,1);
16 INSERT INTO contact_methods VALUES(2,2,1,'b@acme.com',NULL,2,NULL,0);
17 INSERT INTO contact_methods VALUES(3,2,1,'c@acme.com',NULL,3,NULL,0);
18 INSERT INTO contact_methods VALUES(4,2,1,'d@acme.com',NULL,3,NULL,0);
19 INSERT INTO contact_methods VALUES(5,2,3,'a','pre:5',3,NULL,0)
    [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/webkit/LayoutTests/storage/
sql-error-codes.js 58 tx.executeSql("INSERT INTO BadBindNumberTest VALUES (?, ?)", [1]);
69 tx.executeSql("INSERT INTO BadBindTypeTest VALUES (?)", [badString]);
78 tx.executeSql("INSERT INTO QuotaTest VALUES (ZEROBLOB(10 * 1024 * 1024))");
multiple-databases-garbage-collection.js 33 tx.executeSql("INSERT INTO DataTest (randomData) VALUES (1)", []);
open-database-while-transaction-in-progress.js 23 tx.executeSql("INSERT INTO Test VALUES (ZEROBLOB(2097152));", [],
hash-change-with-xhr.js 5 var UPDATE_DATA = 'REPLACE INTO health VALUES("health-check-key");';
multiple-transactions-on-different-handles.js 39 tx.executeSql("INSERT INTO Test VALUES (?);", [val],
sql-data-types.js 1 //description("This test verifies that the javascript values returned by database queries are of same type as the values put into the database.");
60 tx.executeSql("INSERT INTO DataTypeTestTable (id, real, timestamp, text, blob) VALUES (?,?,?,?,?)",
test-authorizer.js 68 executeStatement(tx, "INSERT INTO Test VALUES (1);", "SQLITE_INSERT");
  /external/sqlite/dist/orig/
shell.c 309 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
817 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
    [all...]
  /external/sqlite/dist/
shell.c 314 ** sqlite_exec_printf() API to substitue a string into an SQL statement.
822 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 61 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
124 "fixed foreach from group implicit in interface internal into is lock " +
480 // Split into character sets, escape sequences, punctuation strings
672 /** split markup into chunks of html tags (style null) and
674 * significant for tokenization (<br>) into their textual equivalent.
772 * where index_n is an index into the sourceCode, and style_n is a style
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 61 * Split {@code prettyPrint} into multiple timeouts so as not to interfere with
124 "fixed foreach from group implicit in interface internal into is lock " +
480 // Split into character sets, escape sequences, punctuation strings
672 /** split markup into chunks of html tags (style null) and
674 * significant for tokenization (<br>) into their textual equivalent.
772 * where index_n is an index into the sourceCode, and style_n is a style
    [all...]

Completed in 1016 milliseconds