/frameworks/rs/java/tests/Balls/ |
_index.html | 1 <p>A brute force physics simulation that renders many balls onto the screen and moves them according to user touch and gravity.</p
|
/external/llvm/test/Transforms/InstCombine/ |
memset2.ll | 5 %struct.Moves = type { [9 x i8], i8, i8, i8, [5 x i8] } 7 define i32 @test(%struct.Moves addrspace(1)* nocapture %moves) { 10 %gep = getelementptr inbounds %struct.Moves addrspace(1)* %moves, i32 1, i32 0, i32 9
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-move-01.ll | 1 ; Test moves between FPRs. 5 ; Test f32 moves. 12 ; Test f64 moves. 19 ; Test f128 moves. Since f128s are passed by reference, we need to force
|
int-move-01.ll | 1 ; Test moves between GPRs. 5 ; Test 8-bit moves, which should get promoted to i32. 13 ; Test 16-bit moves, which again should get promoted to i32. 21 ; Test 32-bit moves. 29 ; Test 64-bit moves.
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_mouse_watcher_observer.h | 13 // notifications from PanelMouseWatcher when the mouse moves. 16 // Called when the mouse moves.
|
/external/chromium_org/v8/src/arm/ |
lithium-gap-resolver-arm.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 56 // If a cycle is found in the series of moves, save the blocking value to 68 // Verify the move list before performing moves. 73 // List of moves not yet resolved.
|
lithium-gap-resolver-arm.cc | 45 // Build up a worklist of moves. 50 // Skip constants to perform them last. They don't block other moves 51 // and skipping such moves with register destinations keeps those 62 // 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); 94 // We can only find a cycle, when doing a depth-first traversal of moves, [all...] |
/external/chromium_org/v8/src/mips/ |
lithium-gap-resolver-mips.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 56 // If a cycle is found in the series of moves, save the blocking value to 68 // Verify the move list before performing moves. 73 // List of moves not yet resolved.
|
lithium-gap-resolver-mips.cc | 46 // Build up a worklist of moves. 51 // Skip constants to perform them last. They don't block other moves 52 // and skipping such moves with register destinations keeps those 63 // Perform the moves with constant sources. 76 // Perform a linear sweep of the moves to add them to the initial list of 77 // moves to perform, ignoring any move that is redundant (the source is 80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 81 for (int i = 0; i < moves->length(); ++i) { 82 LMoveOperands move = moves->at(i); 95 // We can only find a cycle, when doing a depth-first traversal of moves, [all...] |
/external/v8/src/arm/ |
lithium-gap-resolver-arm.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 56 // If a cycle is found in the series of moves, save the blocking value to 68 // Verify the move list before performing moves. 73 // List of moves not yet resolved.
|
lithium-gap-resolver-arm.cc | 45 // Build up a worklist of moves. 50 // Skip constants to perform them last. They don't block other moves 51 // and skipping such moves with register destinations keeps those 62 // 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); 94 // We can only find a cycle, when doing a depth-first traversal of moves, [all...] |
/external/v8/src/mips/ |
lithium-gap-resolver-mips.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 56 // If a cycle is found in the series of moves, save the blocking value to 68 // Verify the move list before performing moves. 73 // List of moves not yet resolved.
|
lithium-gap-resolver-mips.cc | 46 // Build up a worklist of moves. 51 // Skip constants to perform them last. They don't block other moves 52 // and skipping such moves with register destinations keeps those 63 // Perform the moves with constant sources. 76 // Perform a linear sweep of the moves to add them to the initial list of 77 // moves to perform, ignoring any move that is redundant (the source is 80 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local 81 for (int i = 0; i < moves->length(); ++i) { 82 LMoveOperands move = moves->at(i); 95 // We can only find a cycle, when doing a depth-first traversal of moves, [all...] |
/external/chromium/net/disk_cache/ |
cache_util.h | 15 // Moves the cache files from the given path to another location. 19 // this moves the cache contents, and leaves the empty cache
|
/external/chromium_org/v8/src/x64/ |
lithium-gap-resolver-x64.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 63 // Verify the move list before performing moves. 68 // List of moves not yet resolved.
|
/external/v8/src/x64/ |
lithium-gap-resolver-x64.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 63 // Verify the move list before performing moves. 68 // List of moves not yet resolved.
|
/external/chromium_org/v8/src/ia32/ |
lithium-gap-resolver-ia32.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 60 // Used to build up the graph and remove trivial moves. 91 // Verify the move list before performing moves. 96 // List of moves not yet resolved.
|
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.h | 45 // Resolve a set of parallel moves, emitting assembler instructions. 49 // Build the initial list of moves. 53 // other moves to satisfy dependencies). 60 // Used to build up the graph and remove trivial moves. 91 // Verify the move list before performing moves. 96 // List of moves not yet resolved.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-234101.js | 30 // Currently, the gap resolver doesn't handle moves from a ConstantOperand to a 31 // DoubleRegister, but these kind of moves appeared when HConstant::EmitAtUses 33 // either enhance the gap resolver or make sure that such moves don't happen.
|
/external/webrtc/src/modules/audio_processing/utility/ |
ring_buffer.h | 40 // Moves the buffer read position and returns the number of elements moved. 41 // Positive |element_count| moves the read position towards the write position, 42 // that is, flushing the buffer. Negative |element_count| moves the read
|
/external/chromium_org/ui/aura/client/ |
cursor_client.cc | 15 // A property key to store a client that handles window moves.
|
focus_change_observer.h | 17 // Called when focus moves from |lost_focus| to |gained_focus|.
|
window_move_client.cc | 15 // A property key to store a client that handles window moves.
|
/external/chromium_org/ui/views/ |
mouse_watcher.h | 20 // MouseWatcherListener is notified when the mouse moves outside the host. 50 // mouse moves outside the bounds of a MouseWatcherHost. 65 // Starts watching mouse movements. When the mouse moves outside the bounds of 67 // times. If the mouse moves outside the bounds of the host the listener is
|
/frameworks/support/v7/appcompat/ |
build.gradle | 21 // this moves src/instrumentTest to tests so all folders follow:
|