HomeSort by relevance Sort by last modified time
    Searched full:move (Results 901 - 925 of 10530) sorted by null

<<31323334353637383940>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/
Test_move_result_object.java 26 * @title tests move-result-object functionality
101 * @title move-result-object instruction must be immediately preceded
115 * @title move-result-object instruction must be immediately preceded
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/
Test_move_result_wide.java 25 * @title tests move-result-wide functionality
90 * @title move-result-wide instruction must be immediately preceded
104 * @title move-result-wide instruction must be immediately preceded
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 93 // Any move-param definition must be a NormalSsaInsn
140 * Returns the parameter number that this move-param insn refers to
141 * @param ndefInsn a move-param insn (otherwise, exceptions will be thrown)
  /dalvik/vm/compiler/codegen/x86/
LowerMove.cpp 27 //! lower bytecode MOVE
102 /* An inlined move result is effectively no-op */
118 /* An inlined move result is effectively no-op */
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 130 move v0, a3
137 move v0, a3
142 move rOBJ, a3 # save return value if strings are equal
  /dalvik/vm/mterp/
NOTES.txt 44 following instruction is not a "move-result" then the result is ignored,
45 and none of the move-result* instructions are GC points.
49 source lines and move-result is grouped with the method invoke.)
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.h 93 // Handler of "move-cursor" signal.
97 // Handler of "move-viewport" signal.
119 // Handler of "move-focus" signal.
  /external/chromium_org/ash/wm/
toplevel_window_event_handler.h 97 // Was the move operation cancelled? Used only when the nested loop
98 // is used to move a window.
101 // Is a window move/resize in progress because of gesture events?
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 37 // Move the arrow to wherever it should currently be.
56 // to move around. This means that once started, the animation won't move
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 35 // Move the animation to wherever it should currently be.
50 // to move around. This means that once started, the animation won't move
  /external/chromium_org/content/browser/renderer_host/
gtk_key_bindings_handler.h 95 // Handler of "move-cursor" signal.
99 // Handler of "move-viewport" signal.
121 // Handler of "move-focus" signal.
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
TransformState.h 85 void move(LayoutUnit x, LayoutUnit y, TransformAccumulation accumulate = FlattenTransform) function in class:WebCore::TransformState
87 move(LayoutSize(x, y), accumulate);
90 void move(const LayoutSize&, TransformAccumulation = FlattenTransform);
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlayList.cpp 67 // check if we need to move the overlay up and do so if needed. Otherwise,
68 // check if we need to move it down.
86 // If we did move the overlay, that means z-order is changed and we need to
  /external/chromium_org/third_party/skia/src/core/
SkDeviceLooper.cpp 83 // can we move to the right?
89 // reset to the left, but move down a row
120 // left to right, until we wrap around and move down
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitAllocator.java 95 // Any move-param definition must be a NormalSsaInsn
142 * Returns the parameter number that this move-param insn refers to
143 * @param ndefInsn a move-param insn (otherwise, exceptions will be thrown)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_bugzilla/
updateBugState.xml 63 move to FIXED using buildID S200606051102 and buildAlias 2.2.0RC7. Comment will be:
73 move to FIXED. Comment will be:
83 (to avoid duplicate updates); move to FIXED using buildID I200606051102. Comment will be:
  /external/llvm/test/CodeGen/Mips/
alloca16.ll 24 ; 16: move $16, $sp
25 ; 16: move ${{[0-9]+}}, $sp
27 ; 16: move $sp, $[[REGISTER]]
  /external/replicaisland/src/com/replica/replicaisland/
EnemyAnimationComponent.java 22 * state. Other code (such as enemy AI) may move these characters around and change the current
30 MOVE,
87 mSprite.playAnimation(EnemyAnimations.MOVE.ordinal());
  /external/skia/src/core/
SkDeviceLooper.cpp 83 // can we move to the right?
89 // reset to the left, but move down a row
120 // left to right, until we wrap around and move down
  /external/valgrind/main/helgrind/tests/
tc11_XCHG.c 80 "move $12, %2\n" \
81 "move $13, %1\n" \
84 "move %0, $14\n" \
  /external/valgrind/main/none/tests/mips32/
vfp.c 53 "move $t1, %3\n\t" \
73 "move $t1, %2\n\t" \
91 "move $" #base ", %1\n\t" \
110 "move $" #base ", %3\n\t" \
128 "move $t0, %1\n\t" \
129 "move $t1, %2\n\t" \
147 "move $t0, %2\n\t" \
148 "move $t1, %3\n\t" \
168 "move $t0, %1\n\t" \
169 "move $t1, %2\n\t"
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemovalTest.java 87 // move down to bottom left button
103 // move to top right
118 // move to bottom right
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
move_alloc.pass.cpp 58 M m3(std::move(m1), A(7));
96 M m3(std::move(m1), A(5));
134 M m3(std::move(m1), A(5));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move.pass.cpp 31 std::set<int, C, A> m = std::move(mo);
59 std::set<int, C, A> m = std::move(mo);
91 std::set<int, C, A> m = std::move(mo);
move_alloc.pass.cpp 58 M m3(std::move(m1), A(7));
96 M m3(std::move(m1), A(5));
134 M m3(std::move(m1), A(5));

Completed in 403 milliseconds

<<31323334353637383940>>