HomeSort by relevance Sort by last modified time
    Searched refs:INSERT (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /device/google/contexthub/firmware/os/platform/native/lkr/
native.extra.lkr 27 INSERT AFTER .text;
  /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...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
LevenshteinDistanceTest.java 31 private static final int INSERT = LevenshteinDistance.EDIT_INSERT;
78 new int[]{INSERT, INSERT},
129 new int[] {UNCHANGED, INSERT},
141 new int[] {UNCHANGED, UNCHANGED, INSERT},
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 5 INSERT INTO "_sync_state_metadata" VALUES(1);
7 INSERT INTO "properties" VALUES('database_time_created','20243770769');
8 INSERT INTO "properties" VALUES('icu_version','56.1');
9 INSERT INTO "properties" VALUES('locale','en-US');
10 INSERT INTO "properties" VALUES('aggregation_v2','5');
11 INSERT INTO "properties" VALUES('search_index','1');
12 INSERT INTO "properties" VALUES('known_accounts','twyen.dev@gmail.comcom.google');
13 INSERT INTO "properties" VALUES('directoryScanComplete','1');
23 INSERT INTO "mimetypes" VALUES(1,'vnd.android.cursor.item/email_v2');
24 INSERT INTO "mimetypes" VALUES(2,'vnd.android.cursor.item/im')
    [all...]
  /external/jline/src/src/main/java/jline/
ConsoleOperations.java 198 * Operation that toggles insert/overtype
200 final short INSERT = -48;
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 59 # Special tags, marks and insert positions
64 INSERT='insert'
  /external/python/cpython3/Lib/tkinter/
constants.py 59 # Special tags, marks and insert positions
64 INSERT='insert'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 59 # Special tags, marks and insert positions
64 INSERT='insert'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 59 # Special tags, marks and insert positions
64 INSERT='insert'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 59 # Special tags, marks and insert positions
64 INSERT='insert'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 59 # Special tags, marks and insert positions
64 INSERT='insert'
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ObservableArrayListTest.java 32 private static final int INSERT = 2;
55 mNotifications.add(new ListChange(INSERT, start, count));
161 assertEquals(INSERT, change.change);
180 assertEquals(INSERT, change.change);
197 assertEquals(INSERT, change.change);
214 assertEquals(INSERT, change.change);
  /external/python/cpython2/Tools/pynche/
TypeinViewer.py 93 icursor = ew.index(INSERT)
110 i = ew.index(INSERT)
120 ew.insert(0, contents)
144 xicursor = x.index(INSERT)
145 yicursor = y.index(INSERT)
146 zicursor = z.index(INSERT)
150 x.insert(0, sred)
151 y.insert(0, sgreen)
152 z.insert(0, sblue)
TextViewer.py 55 self.__text.insert(0.0, optiondb.get('TEXT', '''\
56 Insert some stuff here and play
64 insert = optiondb.get('TEXTINS')
65 if insert:
66 self.__text.mark_set(INSERT, insert)
184 optiondb['TEXTINS'] = self.__text.index(INSERT)
  /external/python/cpython3/Tools/pynche/
TypeinViewer.py 93 icursor = ew.index(INSERT)
110 i = ew.index(INSERT)
120 ew.insert(0, contents)
144 xicursor = x.index(INSERT)
145 yicursor = y.index(INSERT)
146 zicursor = z.index(INSERT)
150 x.insert(0, sred)
151 y.insert(0, sgreen)
152 z.insert(0, sblue)
TextViewer.py 55 self.__text.insert(0.0, optiondb.get('TEXT', '''\
56 Insert some stuff here and play
64 insert = optiondb.get('TEXTINS')
65 if insert:
66 self.__text.mark_set(INSERT, insert)
184 optiondb['TEXTINS'] = self.__text.index(INSERT)
  /external/elfutils/lib/
dynamicsizehash.c 42 REVERSE iterate in reverse order of insert
207 #define INSERT(name) _INSERT (name)
210 INSERT(NAME) (NAME *htab, HASHTYPE hval, TYPE data)
231 #define INSERT(name) _INSERT (name)
234 INSERT(NAME) (NAME *htab, HASHTYPE hval, TYPE data)
  /external/libedit/src/
chared.h 52 * like real vi: i.e. the transition from command<->insert modes moves
80 Char *buf; /* redo insert key sequence */
129 #define INSERT 0x02
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 146 /* An enum saying whether we insert into the hash table or not. */
147 enum insert_option {NO_INSERT, INSERT};
  /toolchain/binutils/binutils-2.27/include/
hashtab.h 141 /* An enum saying whether we insert into the hash table or not. */
142 enum insert_option {NO_INSERT, INSERT};
  /external/llvm/lib/Support/
regcomp.c 140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
284 INSERT(OCH_, conc); /* offset is wrong */
432 INSERT(OPLUS_, pos);
434 INSERT(OQUEST_, pos);
438 INSERT(OPLUS_, pos);
443 INSERT(OCH_, pos); /* offset slightly wrong */
617 INSERT(OPLUS_, pos);
619 INSERT(OQUEST_, pos);
1008 INSERT(OCH_, start); /* offset is wrong... */
1021 INSERT(OCH_, start)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
276 INSERT(OCH_, conc); /* offset is wrong */
396 INSERT(OPLUS_, pos);
398 INSERT(OQUEST_, pos);
402 INSERT(OPLUS_, pos);
407 INSERT(OCH_, pos); /* offset slightly wrong */
581 INSERT(OPLUS_, pos);
583 INSERT(OQUEST_, pos);
972 INSERT(OCH_, start); /* offset is wrong... */
985 INSERT(OCH_, start)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 140 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
284 INSERT(OCH_, conc); /* offset is wrong */
432 INSERT(OPLUS_, pos);
434 INSERT(OQUEST_, pos);
438 INSERT(OPLUS_, pos);
443 INSERT(OCH_, pos); /* offset slightly wrong */
617 INSERT(OPLUS_, pos);
619 INSERT(OQUEST_, pos);
1008 INSERT(OCH_, start); /* offset is wrong... */
1021 INSERT(OCH_, start)
    [all...]

Completed in 502 milliseconds

1 2 3 4 5 6