HomeSort by relevance Sort by last modified time
    Searched full:moves (Results 1 - 25 of 1833) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /art/compiler/optimizing/
parallel_move_test.cc 70 HParallelMove* moves = new (allocator) HParallelMove(allocator); local
72 moves->AddMove(new (allocator) MoveOperands(
76 return moves;
85 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}}; local
86 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves)));
92 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {1, 4}}; local
93 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves)));
104 static constexpr size_t moves[][2] = {{0, 1}, {1, 0}} local
111 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {1, 0}}; local
118 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {3, 4}, {4, 1}}; local
125 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {3, 4}, {4, 1}, {5, 4}}; local
    [all...]
parallel_move_resolver.h 30 * Helper class to resolve a set of parallel moves. Architecture dependent code
39 // Resolve a set of parallel moves, emitting assembler instructions.
72 // List of moves not yet resolved.
78 // Build the initial list of moves.
82 // other moves to satisfy dependencies).
  /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/v8/src/arm/
lithium-gap-resolver-arm.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
26 // Build the initial list of moves.
30 // other moves to satisfy dependencies).
33 // If a cycle is found in the series of moves, save the blocking value to
45 // Verify the move list before performing moves.
50 // List of moves not yet resolved.
lithium-gap-resolver-arm.cc 14 // moves. We don't need access to roots while resolving the move list and using
17 // with any of the moves we are resolving.
33 // Build up a worklist of moves.
38 // Skip constants to perform them last. They don't block other moves
39 // and skipping such moves with register destinations keeps those
50 // Perform the moves with constant sources.
69 // Perform a linear sweep of the moves to add them to the initial list of
70 // moves to perform, ignoring any move that is redundant (the source is
73 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
74 for (int i = 0; i < moves->length(); ++i)
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-gap-resolver-mips.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
26 // Build the initial list of moves.
30 // other moves to satisfy dependencies).
33 // If a cycle is found in the series of moves, save the blocking value to
45 // Verify the move list before performing moves.
50 // List of moves not yet resolved.
lithium-gap-resolver-mips.cc 23 // Build up a worklist of moves.
28 // Skip constants to perform them last. They don't block other moves
29 // and skipping such moves with register destinations keeps those
40 // Perform the moves with constant sources.
53 // Perform a linear sweep of the moves to add them to the initial list of
54 // moves to perform, ignoring any move that is redundant (the source is
57 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
58 for (int i = 0; i < moves->length(); ++i) {
59 LMoveOperands move = moves->at(i);
72 // We can only find a cycle, when doing a depth-first traversal of moves,
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-gap-resolver-x64.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
26 // Build the initial list of moves.
30 // other moves to satisfy dependencies).
40 // Verify the move list before performing moves.
45 // List of moves not yet resolved.
  /external/chromium_org/v8/src/arm64/
lithium-gap-resolver-arm64.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
26 // Build the initial list of moves.
30 // other moves to satisfy dependencies).
33 // If a cycle is found in the series of moves, save the blocking value to
48 // Verify the move list before performing moves.
53 // List of moves not yet resolved.
lithium-gap-resolver-arm64.cc 14 // moves. We don't need access to roots while resolving the move list and using
17 // with any of the moves we are resolving.
38 // Build up a worklist of moves.
44 // Skip constants to perform them last. They don't block other moves
45 // and skipping such moves with register destinations keeps those
54 // 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)
    [all...]
  /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/ia32/
lithium-gap-resolver-ia32.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
26 // Build the initial list of moves.
30 // other moves to satisfy dependencies).
37 // Used to build up the graph and remove trivial moves.
68 // Verify the move list before performing moves.
73 // List of moves not yet resolved.
  /external/chromium_org/v8/src/x87/
lithium-gap-resolver-x87.h 22 // Resolve a set of parallel moves, emitting assembler instructions.
26 // Build the initial list of moves.
30 // other moves to satisfy dependencies).
37 // Used to build up the graph and remove trivial moves.
68 // Verify the move list before performing moves.
73 // List of moves not yet resolved.
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_list_helper.h 34 // Moves an app in |profile|.
37 // Moves an app in |profile| to |folder_id|.
42 // Moves an app in |profile| from |folder_id| to the top level list of apps.
  /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|.
  /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
  /external/chromium_org/ui/wm/public/
window_move_client.cc 15 // A property key to store a client that handles window moves.
  /external/llvm/test/CodeGen/X86/
x86-64-tls-1.ll 5 ; The add and the moves can be folded together.
  /frameworks/support/v7/gridlayout/
build.gradle 19 // this moves src/instrumentTest to tests so all folders follow:

Completed in 1025 milliseconds

1 2 3 4 5 6 7 8 91011>>