/dalvik/dx/src/com/android/dx/ssa/back/ |
SsaToRop.java | 176 // Add moves in all the pred blocks for each phi insn. 219 * Moves the parameter registers, which allocateRegisters() places
|
/external/opencore/oscl/oscl/osclbase/src/ |
oscl_linked_list.cpp | 297 * Moves the element to end of the list 339 * Moves the element to front of the list
|
/frameworks/base/core/java/android/text/ |
PackedIntVector.java | 287 * Moves the gap in the values of the specified column to begin at 311 * Moves the gap in the row indices to begin at the specified row.
|
/hardware/libhardware/include/hardware/ |
sensors.h | 138 * the z-axis moves toward the y-axis. 141 * the x-axis moves towards the z-axis.
|
/bionic/libc/stdio/ |
ungetc.c | 42 * the buffer moves, so that it points the same distance from the end,
|
/bootable/recovery/applypatch/ |
main.c | 150 // file has sha1 hash <tgt-sha1>, moves it to replace <tgt-file>, and
|
/cts/tests/tests/app/src/android/app/cts/ |
DatePickerDialogTest.java | 161 // decrement the month (moves focus to date field)
|
/dalvik/dx/src/com/android/dx/ssa/ |
DeadCodeRemover.java | 205 // If we're tracking local vars, some moves have side effects.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 685 * the character starts at the beginning and moves towards the end. 700 * character starts at the specified offset and moves towards the end. 749 * the character starts at the end and moves towards the beginning. 766 * character starts at the specified offset and moves towards the beginning.
|
/dalvik/libcore/xml/src/main/java/org/w3c/dom/traversal/ |
NodeIterator.java | 90 * Returns the previous node in the set and moves the position of the
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SensorTest.java | 99 // to detect "serious" moves left/right or up/down
|
/external/icu4c/common/ |
ucnv_cb.c | 30 /* need to update the offsets when the target moves. */
|
/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/awt/java/awt/ |
Point.java | 184 * Moves the Point to the specified (x, y) location.
|
/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.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SendTransaction.java | 56 * <li>Moves sent multimedia message from Outbox to Sent.
|