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

1 2 3

  /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)
  /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},
  /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);
  /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/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
  /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'
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 200 #define INSERT(op, pos) doinsert(p, (sop)(op), HERE()-(pos)+1, pos)
369 INSERT(OCH_, conc); /* offset is wrong */
494 INSERT(OPLUS_, pos);
496 INSERT(OQUEST_, pos);
500 INSERT(OPLUS_, pos);
505 INSERT(OCH_, pos); /* offset slightly wrong */
701 INSERT(OPLUS_, pos);
703 INSERT(OQUEST_, pos);
1164 INSERT(OCH_, start); /* offset is wrong... */
1177 INSERT(OCH_, start)
    [all...]
  /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/mesa3d/src/mesa/main/
debug_output.c 835 * Insert a debug message. The mutex is assumed to be locked, and will be
903 #define INSERT 1
913 if (caller != INSERT)
1013 if (!validate_params(ctx, INSERT, callerstr, source, type, severity))
    [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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java 1450 public Uri insert(Uri uri, ContentValues values) { method in class:ConversationCursor.ConversationProvider
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/
diffutils-1.3.0.jar 
  /external/mksh/src/
edit.c 3516 static int insert; \/* <>0 in insert mode *\/ variable
    [all...]
  /external/jline/
jline-1.0.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 642 milliseconds

1 2 3