/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
SelectionHandleController.java | 126 * Moves the start handle so that it points at the given coordinates. 135 * Moves the end handle so that it points at the given coordinates.
|
/external/chromium_org/net/proxy/ |
dhcp_proxy_script_adapter_fetcher_win.h | 93 // moves to state FINISH. If there is a URL, it starts a 94 // ProxyScriptFetcher to fetch it and moves to state WAIT_URL.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
PannerNode.h | 43 // A distance effect will attenuate the gain as the position moves away from the listener. 44 // A cone effect will attenuate the gain as the orientation moves away from the listener.
|
/external/chromium_org/third_party/flot/ |
jquery.flot.crosshair.min.js | 25 moves the mouse. "pos" is in coordinates of the plot and should be on the 37 the user moves the mouse. Optionally supply a position (passed on to
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32filesystem.h | 59 // This moves a file from old_path to new_path. If the new path is on a 65 // Moves a folder from old_path to new_path. If the new path is on a different
|
/external/chromium_org/third_party/opus/src/silk/ |
NLSF_stabilize.c | 34 /* - Moves NLSFs further apart if they are too close */ 35 /* - Moves NLSFs away from borders if they are too close */
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
mouse.py | 106 tick: amount of time between successive moves of the mouse 111 # calculate the number of moves to reach the destination
|
/external/clang/test/CXX/special/class.copy/ |
p12-0x.cpp | 161 // so moves of it use PrivateMove's copy ctor, which is trivial. 172 // so moves of it use PrivateMove's move ctor, which is not trivial.
|
p25-0x.cpp | 184 // so moves of it use PrivateMove's copy ctor, which is trivial. 195 // so moves of it use PrivateMove's move ctor, which is not trivial.
|
/external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/ |
TestComboMoves.java | 83 helpText.setText("Moves:\n" + 131 jab.setPriority(0.5f); // make jab less important than other moves
|
/frameworks/base/core/java/android/hardware/ |
SensorListener.java | 56 * values when the z-axis moves toward the y-axis. 59 * when the z-axis moves toward the x-axis.
|
/frameworks/base/docs/html/training/load-data-background/ |
handle-results.jd | 55 {@link android.support.v4.widget.CursorAdapter}. The system then automatically moves data from 102 * Moves the query results into the adapter, causing the
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSyncMail.java | 61 // In Exchange 2003, deletes-as-moves tag = true; no tag = false 62 // In Exchange 2007 and up, deletes-as-moves tag is "0" (false) or "1" (true)
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DropTarget.java | 44 * the current drag target, or when the drag moves off the current drag object. 48 /** The view that moves around while you drag. */
|
PagedViewWithDraggableItems.java | 118 * user moves their touch point too far. 126 * user moves their touch point far enough.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DropTarget.java | 44 * the current drag target, or when the drag moves off the current drag object. 48 /** The view that moves around while you drag. */
|
PagedViewWithDraggableItems.java | 118 * user moves their touch point too far. 126 * user moves their touch point far enough.
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control_container.js | 237 * Moves the position of the given control to the desired position in 313 * Called when the mouse moves in the custom margins component. Moves the 355 * Called when the mouse moves onto the component. Shows the margin 375 * Called when the mouse moves off of the component. Hides the margin
|
/external/chromium_org/ui/aura/ |
root_window.h | 127 // Moves the cursor to the specified location relative to the root window. 130 // Moves the cursor to the |host_location| given in host coordinates. 238 // Moves the cursor to the specified location. This method is internally used 318 // We hold and aggregate mouse drags and touch moves as a way of throttling 376 // touch/mouse moves while the count is > 0.
|
/external/chromium_org/sync/engine/ |
get_commit_ids.cc | 375 // Add moves and creates, and prepend their uncommitted parents. 489 // 1. Moves or creates are preceded by needed folder creates, from 490 // root to leaf. For folders whose contents are ordered, moves 492 // 2. Moves/Creates before deletes. 494 // We commit deleted moves under deleted items as moves when collapsing 499 // Add moves and creates, and prepend their uncommitted parents.
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-move-02.ll | 1 ; Test moves between FPRs and GPRs. 10 ; Test 32-bit moves from GPRs to FPRs. The GPR must be moved into the high 56 ; Test 64-bit moves from GPRs to FPRs. 64 ; Test 128-bit moves from GPRs to FPRs. i128 isn't a legitimate type, 79 ; Test 32-bit moves from FPRs to GPRs. The high 32 bits of the FPR should 89 ; Test 64-bit moves from FPRs to GPRs. 97 ; Test 128-bit moves from FPRs to GPRs, with the same restriction as f6.
|
/dalvik/dx/src/com/android/dx/ssa/ |
SsaBasicBlock.java | 84 * the number of moves added to the end of the block during the 90 * the number of moves added to the beginning of the block during the 577 // Sometimes we end up with no-op moves. Ignore them here. 591 * register, and the moves we may need to place and 633 // Sometimes we end up with no-op moves. Ignore them here. 686 * @param toSchedule List of instructions. Must consist only of moves. 901 "Unexpected: moves from " 916 * phi moves? 959 * Place it immediately after the phi-moves, [all...] |
/external/chromium_org/cc/layers/ |
layer_position_constraint_unittest.cc | 191 // Bottom-right fixed-position layer moves as container resizes. 268 // Bottom-right fixed-position layer moves as container resizes. 344 // Bottom-right fixed-position layer moves as container resizes. 448 // Bottom-right fixed-position layer moves as container resizes. 563 // Bottom-right fixed-position layer moves as container resizes. 682 // Bottom-right fixed-position layer moves as container resizes. [all...] |
/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
|