/external/icu4c/common/unicode/ |
chariter.h | 385 * iteration range, returns that code unit, and moves the position 406 * iteration range, returns that code point, and moves the position 579 * Moves the current position relative to the start or end of the 592 * Moves the current position relative to the start or end of the
|
/external/icu4c/i18n/ |
bocsu.h | 73 * For the actual string encoding, an optimization moves the previous code point value
|
/external/kernel-headers/original/linux/ |
inotify.h | 47 #define IN_MOVE (IN_MOVED_FROM | IN_MOVED_TO) /* moves */
|
/external/quake/quake/src/WinQuake/ |
in_sun.cpp | 173 // IN_Move - process mouse moves
|
/external/srec/srec/clib/ |
fpi_tgt.c | 548 * Moves REC's Frame Pointer backwards one Frame (if it can) * 595 * Moves REC's Frame Pointer backwards one Frame (if it can) * 628 * Moves a Frame Pointer forwards one Frame (if it can) * 657 * Moves a Frame Pointer backwards one Frame (if it can) *
|
/external/v8/src/ |
list.h | 100 // pointer type; moves all elements above i "down". Returns the
|
/external/v8/test/mjsunit/ |
value-wrapper.js | 31 // When running the tests use loops to ensure that the call site moves through
|
/external/webkit/WebCore/editing/ |
VisibleSelection.h | 91 // text, and moves the caret upstream before returning the range.
|
/frameworks/base/core/java/android/text/method/ |
PasswordTransformationMethod.java | 90 * multiple ViewReferences if someone moves text from one password
|
/frameworks/base/core/java/android/util/ |
Xml.java | 175 * attribute values at each of the tags as the parser moves
|
/frameworks/base/core/java/android/webkit/ |
StreamLoader.java | 172 * EventHandler, and moves onto the next state - end of data.
|
/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 676 * the character starts at the beginning and moves towards the end. 691 * character starts at the specified offset and moves towards the end. 740 * the character starts at the end and moves towards the beginning. 757 * character starts at the specified offset and moves towards the beginning.
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeIterator.java | 90 * Returns the previous node in the set and moves the position of the
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SendTransaction.java | 56 * <li>Moves sent multimedia message from Outbox to Sent.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
Rect.java | 95 * Moves this rectangle by setting it's x,y coordinates to the new values.
|
/dalvik/dx/src/com/android/dx/ssa/ |
EscapeAnalysis.java | 518 // Propagate and remove extra moves added by scalar replacement 575 // Replace array gets with moves 593 // Replace array puts with moves 642 * Identifies extra moves added by scalar replacement and propagates the 659 // Ignore moves that weren't added due to scalar replacement [all...] |
/external/chromium/third_party/icu/source/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...] |
/external/icu4c/test/intltest/ |
tstnorm.cpp | 624 const char *moves, 645 const char *move=moves; 660 // copy the moves until the current (m) move, and terminate 662 uprv_strcpy(history, moves); 663 history[move-moves]=0; 672 // copy the moves until the current (m) move, and terminate 674 uprv_strcpy(history, moves); 675 history[move-moves]=0; 744 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local 750 moves, UNORM_NFD, "basic") [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandom.java | 413 * Generates a random trackball event. This consists of a sequence of small moves, followed by 444 // 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,
|
/frameworks/base/core/java/android/hardware/ |
SensorEvent.java | 277 * values when the z-axis moves <b>toward</b> the y-axis. 282 * when the x-axis moves <b>toward</b> the z-axis.
|
/hardware/libhardware/include/hardware/ |
sensors.h | 132 * the z-axis moves toward the y-axis. 135 * the x-axis moves towards the z-axis.
|
/ndk/sources/cxx-stl/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,
|
/system/core/liblinenoise/ |
linenoise.c | 58 * Effect: moves cursor to column n 68 * Effect: moves cursor forward of n chars
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 253 * generate moves that over-write the live result.
|