Searched refs:INSERT (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dapp.yaml6 application: INSERT APPLICATION NAME HERE
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch_test.java42 private diff_match_patch.Operation INSERT = diff_match_patch.Operation.INSERT; field in class:diff_match_patch_test
132 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "\u0001\u0002\u0001"), new Diff(INSERT, "\u0002\u0001\u0002"));
138 assertEquals("diff_charsToLines:", diffList(new Diff(EQUAL, "alpha\nbeta\nalpha\n"), new Diff(INSERT, "beta\nalpha\nbeta\n")), diffs);
166 diffs = diffList(new Diff(EQUAL, "a"), new Diff(DELETE, "b"), new Diff(INSERT, "c"));
168 assertEquals("diff_cleanupMerge: No change case.", diffList(new Diff(EQUAL, "a"), new Diff(DELETE, "b"), new Diff(INSERT, "c")), diffs);
178 diffs = diffList(new Diff(INSERT, "a"), new Diff(INSERT, "b"), new Diff(INSERT, "c"));
180 assertEquals("diff_cleanupMerge: Merge insertions.", diffList(new Diff(INSERT, "ab
[all...]
H A Ddiff_match_patch.java119 * {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"),
124 DELETE, INSERT, EQUAL enum constant in enum:diff_match_patch.Operation
210 diffs.add(new Diff(Operation.INSERT, text2));
226 Operation.DELETE : Operation.INSERT;
271 diffs.add(new Diff(Operation.INSERT, text2));
291 case INSERT:
563 if (last_op == Operation.INSERT) {
566 path.addFirst(new Diff(Operation.INSERT,
569 last_op = Operation.INSERT;
616 if (last_op == Operation.INSERT) {
[all...]
/external/llvm/utils/
H A DimportNLT.pl17 INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES (?, STR_TO_DATE(?, '\%d \%M \%Y'), ?, ?)
29 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
34 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
39 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
44 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
49 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
54 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
59 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
64 $dbh->do("INSERT INTO Tests (NAME, RUN, TEST, VALUE) VALUES
69 $dbh->do("INSERT INT
[all...]
/external/elfutils/lib/
H A Ddynamicsizehash.c197 #define INSERT(name) _INSERT (name) macro
200 INSERT(NAME) (htab, hval, data)
224 #define INSERT(name) _INSERT (name) macro
227 INSERT(NAME) (htab, hval, data)
/external/llvm/lib/Support/
H A Dregcomp.c132 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos) macro
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
[all...]
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc273 INSERT, enumerator in enum:MockTabStripModelObserver::TabStripModelObserverAction
337 State* s = new State(contents, index, INSERT);
422 State s1(contents1, 0, MockTabStripModelObserver::INSERT);
438 State s1(contents2, 1, MockTabStripModelObserver::INSERT);
454 State s1(contents3, 2, MockTabStripModelObserver::INSERT);
484 State s3(detached, 2, MockTabStripModelObserver::INSERT);
1787 State state(contents1, 0, MockTabStripModelObserver::INSERT);
1801 State state(contents2, 1, MockTabStripModelObserver::INSERT);
1857 State state(contents3, 2, MockTabStripModelObserver::INSERT);
2024 State state(contents4, 2, MockTabStripModelObserver::INSERT);
[all...]
/external/mksh/src/
H A Dedit.c3297 #define INSERT 1 macro
3368 insert = INSERT;
3863 if (insert == INSERT) {
3953 insert = INSERT;
3961 insert = INSERT;
3969 insert = INSERT;
4013 insert = INSERT;
4046 insert = INSERT;
4076 insert = INSERT;
4083 insert = INSERT;
[all...]
/external/sqlite/dist/
H A Dshell.c.orig798 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
1209 "INSERT INTO sqlite_master(type,name,tbl_name,rootpage,sql)"
1236 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0);
1690 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO '%q' VALUES(?", zTable);
H A Dshell.c803 fprintf(p->out,"INSERT INTO %s VALUES(",p->zDestTable);
1214 "INSERT INTO sqlite_master(type,name,tbl_name,rootpage,sql)"
1241 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0);
1709 sqlite3_snprintf(nByte+20, zSql, "INSERT INTO '%q' VALUES(?", zTable);
/external/chromium/net/disk_cache/
H A Drankings.cc22 INSERT = 1, enumerator in enum:__anon2158::Operation
236 Transaction lock(control_data_, node->address(), INSERT, list);
629 if (INSERT == control_data_->operation) {
/external/qemu/android/skin/
H A Dkeyset.c173 _KEYSYM1_(INSERT) \
/external/qemu/android/
H A Dhw-events.h153 KEY_CODE(INSERT ,110) \
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc116 INSERT, enumerator in enum:TabStripGtk::TabAnimation::Type
262 : TabAnimation(tabstrip, INSERT),

Completed in 370 milliseconds