Searched defs:INSERT (Results 1 - 8 of 8) sorted by relevance

/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/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/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/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/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc116 INSERT, enumerator in enum:TabStripGtk::TabAnimation::Type
262 : TabAnimation(tabstrip, INSERT),
/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...]

Completed in 935 milliseconds