/frameworks/support/v7/gridlayout/ |
build.gradle | 22 // this moves src/instrumentTest to tests so all folders follow:
|
/frameworks/base/core/java/android/transition/ |
AutoTransition.java | 21 * moves, and resizes views during a scene change. 31 * first fades out disappearing targets, then moves and resizes existing
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
MessageMove.java | 25 /** The path for the URI for interacting with message moves. */ 110 * Get the final moves that we want to upsync to the server, setting the status in the DB for 113 * Messages whose sequence of pending moves results in a no-op (i.e. the message has been moved 114 * back to its original folder) have their moves cleared from the DB without any upsync. 117 * @return The final moves to send to the server, or null if there are none. 144 LogUtils.w(LOG_TAG, "Moves were not in ascending id order"); 162 // Prune any no-op moves (i.e. messages that have been moved back to the initial folder). 166 final ArrayList<MessageMove> moves = new ArrayList(moveCount); local 175 moves.add(move); 181 if (moves.isEmpty()) [all...] |
/external/chromium/net/disk_cache/ |
mem_rankings.h | 29 // Moves a given entry to the head.
|
/external/chromium_org/net/disk_cache/ |
mem_rankings.h | 28 // Moves a given entry to the head.
|
cache_util.h | 18 // Moves the cache files from the given path to another location. 22 // this moves the cache contents, and leaves the empty cache
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
citrtest.h | 40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
|
/external/chromium_org/third_party/mt19937ar/ |
README.chromium | 12 Note: Once Chromium moves to C++11, this can be removed in favor
|
/external/chromium_org/ui/views/controls/ |
single_split_view_listener.h | 13 // splitter moves.
|
/external/chromium_org/ui/views/win/ |
fullscreen_handler.h | 52 // TODO(beng): move to private once GetRestoredBounds() moves onto Widget.
|
/external/icu4c/test/intltest/ |
citrtest.h | 40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_JoyAxisEvent.3 | 32 A \fBSDL_JOYAXISMOTION\fP event occurs when ever a user moves an axis on the joystick\&. The field \fBwhich\fR is the index of the joystick that reported the event and \fBaxis\fR is the index of the axis (for a more detailed explaination see the \fIJoystick section\fR)\&. \fBvalue\fR is the current position of the axis\&.
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
reg-stack.cpp | 2 // The code that moves around insns emitted by reg-stack to cope with
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
reg-stack.cpp | 2 // The code that moves around insns emitted by reg-stack to cope with
|
/external/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/chromium_org/third_party/WebKit/ManualTests/ |
focus-select-when-clicked.html | 12 3. Press tab, and verify that focus moves to TEXT AREA 2 <br></p> 15 Blue focus ring is drawn around the pop-up menu when clicked, then focus moves to TEXT AREA 2 after pressing tab.</p>
|
panScroll.html | 13 For each iframe (except the 6th one which explicitly refuses scroll), you should see the scroll bars follow your moves and even reach the end of the page included in the iframe. You should also see an 4 arrow designed icon on the initial click location. 17 The scroll doesn't follow the mouse moves or doesn't get activated (except the 6th one which explicitly refuses scroll).
|
/external/chromium/chrome/browser/sync/engine/ |
get_commit_ids_command.cc | 131 // Add moves and creates, and prepend their uncommitted parents. 243 // 1. Moves or creates are preceded by needed folder creates, from 244 // root to leaf. For folders whose contents are ordered, moves 246 // 2. Moves/Creates before deletes. 248 // We commit deleted moves under deleted items as moves when collapsing 251 // Add moves and creates, and prepend their uncommitted parents.
|
/external/chromium/chrome/browser/ui/cocoa/ |
draggable_button_unittest.mm | 91 // If the mouse only moves one pixel in each direction 98 // If the mouse moves > 5 pixels in either direciton 122 // If the mouse moves > 5 pixels in either direciton it should cause a drag.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
draggable_button_unittest.mm | 95 // If the mouse only moves one pixel in each direction 102 // If the mouse moves > 5 pixels in either direciton 127 // If the mouse moves > 5 pixels in either direciton it should cause a drag.
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_grid_controller.h | 92 // Moves an item within the view only, for dragging or in response to model 97 // Moves an item in the item model. Does not adjust the view. 104 // Moves the selection to the given index.
|
/external/chromium_org/ui/base/dragdrop/ |
drop_target_win.h | 56 // Invoked when the cursor first moves over the hwnd during a dnd session. 65 // Invoked when the cursor moves over the window during a dnd session. 74 // Invoked when the cursor moves outside the bounds of the hwnd during a
|
/external/llvm/test/CodeGen/SystemZ/ |
int-const-05.ll | 1 ; Test moves of integers to 4-byte memory locations. 5 ; Check moves of zero. 32 ; Check moves of -1.
|
int-const-06.ll | 1 ; Test moves of integers to 8-byte memory locations. 5 ; Check moves of zero. 32 ; Check moves of -1.
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Direction.c | 30 when y-axis moves toward the x-axis. 32 when z-axis moves toward the y-axis. 34 when x-axis moves toward the z-axis.
|