HomeSort by relevance Sort by last modified time
    Searched full:over (Results 651 - 675 of 5857) sorted by null

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
setjmp.h 58 * break rather than just having new builds falling over
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
setjmp.h 58 * break rather than just having new builds falling over
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
setjmp.h 58 * break rather than just having new builds falling over
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 58 * break rather than just having new builds falling over
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/machine/
setjmp.h 58 * break rather than just having new builds falling over
  /system/media/mca/
Android.mk 58 # All text for proofreading (or running tools over):
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 303 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "jump"), new Diff(DELETE, "s"), new Diff(INSERT, "ed"), new Diff(EQUAL, " over "), new Diff(DELETE, "the"), new Diff(INSERT, "a"), new Diff(EQUAL, " lazy"));
304 assertEquals("diff_text1:", "jumps over the lazy", dmp.diff_text1(diffs));
305 assertEquals("diff_text2:", "jumped over a lazy", dmp.diff_text2(diffs));
310 LinkedList<Diff> diffs = diffList(new Diff(EQUAL, "jump"), new Diff(DELETE, "s"), new Diff(INSERT, "ed"), new Diff(EQUAL, " over "), new Diff(DELETE, "the"), new Diff(INSERT, "a"), new Diff(EQUAL, " lazy"), new Diff(INSERT, "old dog"));
312 assertEquals("diff_text1: Base text.", "jumps over the lazy", text1);
    [all...]
  /external/icu4c/common/unicode/
normlzr.h 40 * provides iteration over its normalized form
55 * slower than normalizing the entire text at once and iterating over the result.
144 * Creates a new <code>Normalizer</code> object for iterating over the
156 * Creates a new <code>Normalizer</code> object for iterating over the
169 * Creates a new <code>Normalizer</code> object for iterating over the
548 * over which this <code>Normalizer</code> is iterating.
558 * over which this <code>Normalizer</code> is iterating.
611 * over a string, calls to {@link #next() } and {@link #previous() } may
668 * Set the input text over which this <code>Normalizer</code> will iterate.
679 * Set the input text over which this <code>Normalizer</code> will iterate
    [all...]
rbbi.h 90 * dummy CharacterIterator over an empty string will
217 * rules or text to iterate over. Object can subsequently be assigned to.
224 * and which iterates over the same text, as the one passed in.
265 * and iterate over the same text, as the one passed in.
274 * same class, have the same behavior, and iterate over the same text.
277 * same class, have the same behavior, and iterate over the same text.
293 * behavior, and iterating over the same text, as this one.
323 * Return a CharacterIterator over the text being analyzed.
343 * @return An iterator over the text being analyzed.
368 * @param newText An iterator over the text to analyze. The BreakIterato
    [all...]
  /bootable/recovery/minzip/
DirUtil.c 192 /* recurse over components */
244 /* recurse over directory components */
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 110 * Iterate over the instructions, adding information for each place
128 * If an assignment assigns over an existing local, make
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 110 * Iterate over the instructions, adding information for each place
128 * If an assignment assigns over an existing local, make
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 57 * Runs optimization algorthims over this method, and returns a new
78 * Runs optimization algorthims over this method, and returns a new
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 140 * Return a Cursor over the list of all notes in the database
142 * @return Cursor over all notes
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java 140 * Return a Cursor over the list of all notes in the database
142 * @return Cursor over all notes
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 140 * Return a Cursor over the list of all notes in the database
142 * @return Cursor over all notes
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 140 * Return a Cursor over the list of all notes in the database
142 * @return Cursor over all notes
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 140 * Return a Cursor over the list of all notes in the database
142 * @return Cursor over all notes
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 140 * Return a Cursor over the list of all notes in the database
142 * @return Cursor over all notes
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeIterator.java 36 * NodeIterator operating over the same document. In particular:
94 /** Detaches the NodeIterator from the set which it iterated over,
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildTestIterator.java 38 /** The traverser to use to navigate over the descendants. */
161 * Detaches the iterator from the set which it iterated over, releasing
  /external/blktrace/btt/
list.h 118 * __list_for_each - iterate over a list
131 * list_for_each_safe - iterate over a list safe against removal of list entry
  /external/bluetooth/glib/gobject/
glib-mkenums.1 36 Put out <text> before iterating over the set of values of an enum.
42 Put out <text> after iterating over all values of an enum.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
CFBBlockCipher.java 184 // change over the input block.
224 // change over the input block.
  /external/chromium/base/i18n/
break_iterator.h 90 // end of a word. (Otherwise, the break iterator just skipped over e.g.
107 // The string we're iterating over.

Completed in 1768 milliseconds

<<21222324252627282930>>