/external/icu4c/test/intltest/ |
tstnorm.cpp | 613 const char *moves, 634 const char *move=moves; 649 // copy the moves until the current (m) move, and terminate 651 uprv_strcpy(history, moves); 652 history[move-moves]=0; 661 // copy the moves until the current (m) move, and terminate 663 uprv_strcpy(history, moves); 664 history[move-moves]=0; 733 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local 739 moves, UNORM_NFD, "basic") [all...] |
ucdtest.cpp | 82 "Grapheme_Link", /* Unicode 5 moves this property here from PropList.txt */
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 356 * Generates a random trackball event. This consists of a sequence of small moves, followed by 387 // 10% of trackball moves end with a click
|
/external/stlport/stlport/stl/debug/ |
_slist.h | 415 // Moves the element that follows __prev to *this, inserting it immediately 432 // Moves the range [__before_first + 1, __before_last + 1) to *this,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
LatinKeyboardView.java | 116 * the sudden moves subside, a DOWN event is simulated for the second key. 163 // If moves are small and we're already dropping events, continue dropping
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 253 * generate moves that over-write the live result.
|
/dalvik/libcore/luni/src/main/java/java/io/ |
StringReader.java | 227 * Moves {@code ns} characters in the source string. Unlike the {@link
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Vector.java | 511 * for the object starts at the beginning and moves towards the end of this 529 * for the object starts at the specified location and moves towards the end 628 * for the object starts at the end and moves towards the start of this 646 * for the object starts at the specified location and moves towards the [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/ |
FilterExprWalker.java | 184 * Moves the <code>TreeWalker</code> to the next visible node in document
|
/dalvik/vm/native/ |
java_lang_System.c | 154 * Because of overlapping moves, what we really want to do is
|
/external/icu4c/i18n/ |
rbt.cpp | 205 * text is inserted or removed. The start offset moves toward
|
/external/kernel-headers/original/asm-x86/ |
string_32.h | 61 #if 1 /* including those doable with two moves? */
|
/external/kernel-headers/original/linux/ |
binder.h | 46 * driver takes care of re-writing the structure type and data as it moves
|
/external/opencore/codecs_v2/utilities/pv_config_parser/src/ |
pv_video_config_parser.cpp | 243 /* This function finds a nal from the SC's, moves the bitstream pointer to the beginning of the NAL unit, returns the
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_mem_basic_functions.h | 126 * Moves chars from one buffer to another
|
/external/quake/quake/src/QW/client/ |
cl_pred.c | 66 // split up very long moves
|
/external/quake/quake/src/WinQuake/ |
server.h | 115 #define MOVETYPE_NONE 0 // never moves
|
/external/stlport/stlport/stl/ |
char_traits.h | 86 // moves it to <iosfwd>, which is included by <ios>.)
|
/external/v8/src/arm/ |
assembler-arm-inl.h | 55 // absolute code pointer inside code object moves with the code object.
|
assembler-thumb2-inl.h | 55 // absolute code pointer inside code object moves with the code object.
|
/external/v8/src/ia32/ |
assembler-ia32-inl.h | 61 // absolute code pointer inside code object moves with the code object.
|
/external/v8/tools/ |
codemap.js | 92 * Moves a dynamic code entry. Throws an exception if there is no dynamic
|
splaytree.py | 169 Perform the splay operation for the given key. Moves the node with
|
/external/webkit/WebCore/rendering/ |
RenderView.h | 154 // that can trigger repaint of a non-child (e.g. when a list item moves its list marker around).
|
/external/zlib/contrib/masmx64/ |
inffas8664.c | 17 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
|