/external/chromium_org/chrome/installer/util/ |
move_tree_work_item.h | 17 // Under the cover MoveTreeWorkItem moves the destination path, if existing, 18 // to the temporary directory passed in, and then moves the source hierarchy
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ModifySelectionListLevel.h | 48 // IncreaseSelectionListLevelCommand moves the selected list items one level deeper. 73 // DecreaseSelectionListLevelCommand moves the selected list items one level shallower.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
SuggestionCursor.java | 42 * Moves to a given suggestion. 50 * Moves to the next suggestion, if there is one.
|
/external/chromium_org/v8/src/x64/ |
lithium-gap-resolver-x64.cc | 44 // Build up a worklist of moves. 49 // Skip constants to perform them last. They don't block other moves 50 // and skipping such moves with register destinations keeps those 57 // Perform the moves with constant sources. 70 // Perform a linear sweep of the moves to add them to the initial list of 71 // moves to perform, ignoring any move that is redundant (the source is 74 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 75 for (int i = 0; i < moves->length(); ++i) { 76 LMoveOperands move = moves->at(i); 96 // multiple moves to be pending [all...] |
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 48 // Build up a worklist of moves. 53 // Skip constants to perform them last. They don't block other moves 54 // and skipping such moves with register destinations keeps those 61 // Perform the moves with constant sources. 75 // Perform a linear sweep of the moves to add them to the initial list of 76 // moves to perform, ignoring any move that is redundant (the source is 79 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 80 for (int i = 0; i < moves->length(); ++i) { 81 LMoveOperands move = moves->at(i); 108 // such moves [all...] |
/external/ceres-solver/ |
import_ceres_upstream.sh | 29 # version moves it around appropriately.
|
patch_from_client.sh | 28 # version moves it around appropriately.
|
/external/chromium/chrome/browser/ui/cocoa/ |
l10n_util.h | 21 // Walks views in top-down order, wraps each to their current width, and moves
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_bubble_host.h | 31 // Registers/Unregisters |bubble| to receive notifications when the host moves
|
/external/chromium_org/ash/ |
focus_cycler.h | 45 // Moves focus the specified widget. Returns true if the widget was activated.
|
/external/chromium_org/ash/wm/ |
app_list_controller_unittest.cc | 18 // Tests that app launcher hides when focus moves to a normal window.
|
resize_shadow.h | 29 // A class to render the resize edge effect when the user moves their mouse
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
l10n_util.h | 21 // Walks views in top-down order, wraps each to their current width, and moves
|
/external/chromium_org/components/autofill/ |
README | 20 For pointers on how to continue getting your work done as the component moves
|
/external/chromium_org/content/browser/renderer_host/ |
gtk_plugin_container_manager.h | 33 // Takes an update from WebKit about a plugin's position and side and moves
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/webcontents/ |
WebContentsImpl.java | 17 //TODO(tedchoc): Remove the package restriction once this class moves to a non-public content
|
/external/chromium_org/ppapi/cpp/private/ |
pass_file_handle.h | 24 // Moves the ownership of |handle| to this object.
|
/external/chromium_org/sync/engine/ |
get_commit_ids.h | 27 // successors, and deletes appear after creates and moves.
|
/external/chromium_org/third_party/WebKit/ManualTests/autocorrection/ |
delete-to-end-of-word-to-show-reversion.html | 34 <div><p>This test verifies that reversion panel is shown when user moves carret to previously corrected word using delete key.</p>
|
move-to-end-of-word-to-show-reversion.html | 34 <div><p>This test verifies that reversion panel is shown when user moves carret to previously corrected word</p>
|
/external/chromium_org/ui/app_list/cocoa/ |
item_drag_controller.h | 18 // released, the label is added to the image and it shrinks and moves to the
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_JoyBallEvent.3 | 32 A \fBSDL_JOYBALLMOTION\fP event occurs when a user moves a trackball on the joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBball\fR is the index of the trackball (for a more detailed explaination see the \fIJoystick section\fR)\&. Trackballs only return relative motion, this is the change in position on the ball since it was last polled (last cycle of the event loop) and it is stored in \fBxrel\fR and \fByrel\fR\&.
|
SDL_JoyHatEvent.3 | 32 A \fBSDL_JOYHATMOTION\fP event occurs when ever a user moves a hat on the joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBhat\fR is the index of the hat (for a more detailed exlaination see the \fIJoystick section\fR)\&. \fBvalue\fR is the current position of the hat\&. It is a logically OR\&'d combination of the following values (whose meanings should be pretty obvious:) :
|
SDL_MouseMotionEvent.3 | 32 Simply put, a \fBSDL_MOUSEMOTION\fP type event occurs when a user moves the mouse within the application window or when \fI\fBSDL_WarpMouse\fP\fR is called\&. Both the absolute (\fBx\fR and \fBy\fR) and relative (\fBxrel\fR and \fByrel\fR) coordinates are reported along with the current button states (\fBstate\fR)\&. The button state can be interpreted using the \fBSDL_BUTTON\fP macro (see \fI\fBSDL_GetMouseState\fP\fR)\&.
|
/external/webrtc/test/testsupport/ |
packet_reader.h | 34 // Moves the supplied pointer to the beginning of the next packet.
|