/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SsaBasicBlock.java | 85 * the number of moves added to the end of the block during the 91 * the number of moves added to the beginning of the block during the 578 // Sometimes we end up with no-op moves. Ignore them here. 592 * register, and the moves we may need to place and 634 // Sometimes we end up with no-op moves. Ignore them here. 687 * @param toSchedule List of instructions. Must consist only of moves. 902 "Unexpected: moves from " 917 * phi moves? 960 * Place it immediately after the phi-moves, [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDownloadRunnable.java | 116 // Moves the current Thread into the background 262 * Creates a new temporary buffer, moves the 318 // Moves the buffer offset to the next open byte
|
/external/chromium_org/cc/animation/ |
scrollbar_animation_controller_thinning_unittest.cc | 176 // Subsequent moves should not change anything. 232 // Subsequent moves should not change anything. 300 // subsequent DidMouseMoveNear(), if the mouse moves in that direction.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_wm_pass0.c | 347 * Optimize moves and swizzles away: 409 * Translate away swizzling and eliminate non-saturating moves. 424 /* Optimize away moves, otherwise emit translated instruction:
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_pass0.c | 347 * Optimize moves and swizzles away: 409 * Translate away swizzling and eliminate non-saturating moves. 424 /* Optimize away moves, otherwise emit translated instruction:
|
/frameworks/compile/mclinker/include/mcld/ |
InputTree.h | 242 * Mover is a function object (functor). @ref Mover::move moves 253 * \brief class Succeeder moves the iterator afterward. 266 * \brief class Includer moves the iterator downward.
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_uninitialized.h | 355 // Moves [first1, last1) into [result, result + (last1 - first1)), and 383 // Fills [result, mid) with x, and moves [first, last) into 405 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_uninitialized.h | 355 // Moves [first1, last1) into [result, result + (last1 - first1)), and 383 // Fills [result, mid) with x, and moves [first, last) into 405 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_uninitialized.h | 355 // Moves [first1, last1) into [result, result + (last1 - first1)), and 383 // Fills [result, mid) with x, and moves [first, last) into 405 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_uninitialized.h | 355 // Moves [first1, last1) into [result, result + (last1 - first1)), and 383 // Fills [result, mid) with x, and moves [first, last) into 405 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRCommonTreeNodeStream.h | 113 /** For debugging; destructive: moves tree iterator to end. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRCommonTreeNodeStream.h | 113 /** For debugging; destructive: moves tree iterator to end. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRCommonTreeNodeStream.h | 113 /** For debugging; destructive: moves tree iterator to end. */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonTreeNodeStream.h | 114 /** For debugging; destructive: moves tree iterator to end. */
|
/external/chromium_org/ash/display/ |
mouse_cursor_event_filter_unittest.cc | 63 // Verifies if the mouse pointer correctly moves to another display when there 107 // Verifies if the mouse pointer correctly moves to another display even when 137 // Verifies if the mouse pointer correctly moves between displays with 185 // Verifies if the mouse pointer correctly moves between displays with
|
/external/chromium_org/ash/shelf/ |
shelf_model.h | 39 // Moves the item at |index| to |target_index|. |target_index| is in terms
|
/external/chromium_org/ash/wm/overview/ |
window_selector.h | 104 // Helper function that moves the selection widget to |direction| on the
|
/external/chromium_org/ash/wm/ |
resize_shadow.cc | 72 // as it moves.
|
toplevel_window_event_handler.h | 80 // Called during mouse moves to update window resize shadows.
|
/external/chromium_org/base/debug/ |
profiler.h | 65 // when the garbage collector moves code. The functions declarations below here
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
touch_exploration_controller_browsertest.cc | 69 // user moves more than 8 pixels away from the initial location (the "slop"),
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
remove_operation.cc | 22 // Removes cache file and moves the metadata entry to the trash.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
crash_restore_browsertest.cc | 143 // User that becomes active moves to the beginning of the list.
|
/external/chromium_org/chrome/browser/history/ |
top_sites_database_unittest.cc | 421 EXPECT_EQ(mapsUrl, urls[1].url); // Maps moves to second forced URL. 435 EXPECT_EQ(plusUrl, urls[3].url); // Plus moves to second non-forced URL. 445 EXPECT_EQ(plusUrl, urls[2].url); // Plus moves to first non-forced URL. 457 EXPECT_EQ(plusUrl, urls[4].url); // Plus moves to third non-forced URL.
|
visit_tracker.cc | 12 // the list down to 'ResizeTo' size. This is so we only do few block moves of
|