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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/RenderScriptTests/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/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
mem_rankings.h 29 // Moves a given entry to the head.
  /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.
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.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.
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/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/webkit/Source/WebCore/manual-tests/wml/
a-element.wml 5 <p>Test for A element. <br/>When mouse moves into link, "go to StartTests.wml" will appear, click the link, will jump to StartTests.wml</p>
  /external/icu4c/test/intltest/
citrtest.h 40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
  /external/webkit/Source/WebCore/manual-tests/
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).
  /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/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.
l10n_util.h 21 // Walks views in top-down order, wraps each to their current width, and moves
  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.h 48 // IncreaseSelectionListLevelCommand moves the selected list items one level deeper.
73 // DecreaseSelectionListLevelCommand moves the selected list items one level shallower.
  /dalvik/vm/mterp/x86-atom/
OP_CONST_16.S 19 * Code: Moves a literal to a register. Uses no substitutions.
OP_CONST_4.S 19 * Code: Moves a literal to a register. Uses no substitutions.
OP_MOVE_EXCEPTION.S 19 * Code: Moves an exception to a register

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 91011>>