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

<<21222324252627282930>>

  /external/smali/smali-integration-tests/src/test/smali/jumbo-type-tests/
Format52c.smali 50 move-object/16 v256, v1
55 move/16 v256, v0
71 move-object/16 v256, v1
76 move/16 v256, v0
88 move/16 v256, v0
92 move-object/16 v1, v257
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 52 // Move button0, then buttons 1/2 together, then buttons 3/4/5 sequentially:
54 // Move 0
57 // Move 1
58 // Move 2
60 // Move 3
61 // Move 4/5
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_move.pass.cpp 30 T t(std::allocator_arg, A1<int>(), std::move(t0));
35 T t(std::allocator_arg, A1<int>(), std::move(t0));
42 T t(std::allocator_arg, A1<int>(5), std::move(t0));
50 T t(std::allocator_arg, A1<int>(5), std::move(t0));
58 T t(std::allocator_arg, A1<int>(5), std::move(t0));
68 T t(std::allocator_arg, A1<int>(5), std::move(t0));
  /bionic/libc/arch-mips/bionic/
_exit_with_stack_teardown.S 40 move $s0,$a2 /* preserve retCode for exit() call */
44 move $a0,$s0
49 move $a0,$0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/
Test_move_exception.java 27 * @title tests move-exception functionality
42 * @title tests move-exception functionality
64 * @title move-exception is not first instruction in an exception handler
  /dalvik/vm/compiler/template/mips/
fbinopWide.S 20 move rOBJ, a0 # save a0
22 move t0, a1 # save a1
23 move t1, a2 # save a2
TEMPLATE_RETURN.S 16 move a0, rSELF
34 move t2, zero # disable chaining
48 move rFP, t0 # publish new FP
75 move a0, rSELF # Expecting rSELF in a0
  /external/chromium_org/net/disk_cache/
cache_util_win.cc 17 // I don't want to use the shell version of move because if something goes
18 // wrong, that version will attempt to move file by file and fail at the end.
20 LOG(ERROR) << "Unable to move the cache: " << GetLastError();
  /external/chromium_org/ui/gl/android/
scoped_java_surface.h 11 #include "base/move.h"
34 // Move constructor. Take the surface from another ScopedJavaSurface object,
57 // Performs destructive move from |other| to this.
  /external/e2fsprogs/lib/ext2fs/
brel.h 59 * Move the inode relocation table from one block number to
62 errcode_t (*move)(ext2_brel brel, blk_t old, blk_t new); member in struct:ext2_block_relocation_table
83 #define ext2fs_brel_move(brel, old, new) ((brel)->move((brel), old, new))
  /external/llvm/test/CodeGen/X86/
tailcallstack64.ll 10 ; Move param %in1 to temp register (%r10d).
14 ; Move param %in2 to stack.
16 ; Move result of addition to stack.
  /external/replicaisland/src/com/replica/replicaisland/
GenericAnimationComponent.java 45 case MOVE:
46 mSprite.playAnimation(Animation.MOVE);
78 public static final int MOVE = 1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
22 assert(std::char_traits<char>::move(s1, s1+1, 2) == s1);
27 assert(std::char_traits<char>::move(s1+1, s1, 2) == s1+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
23 assert(std::char_traits<char16_t>::move(s1, s1+1, 2) == s1);
28 assert(std::char_traits<char16_t>::move(s1+1, s1, 2) == s1+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
23 assert(std::char_traits<char32_t>::move(s1, s1+1, 2) == s1);
28 assert(std::char_traits<char32_t>::move(s1+1, s1, 2) == s1+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
move.pass.cpp 14 // static char_type* move(char_type* s1, const char_type* s2, size_t n);
22 assert(std::char_traits<wchar_t>::move(s1, s1+1, 2) == s1);
27 assert(std::char_traits<wchar_t>::move(s1+1, s1, 2) == s1+1);
  /cts/libs/vogar-expect/src/vogar/util/
MarkResetConsole.java 68 * \u001b[nA move the cursor up n lines
69 * \u001b[nB move the cursor down n lines
70 * \u001b[nC move the cursor right n lines
71 * \u001b[nD move the cursor left n columns
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_exception/d/
T_move_exception_3.d 25 move-exception v6
  /dalvik/vm/mterp/armv5te/
OP_MOVE_RESULT_WIDE.S 2 /* move-result-wide vAA */
  /dalvik/vm/mterp/mips/
OP_CHECK_CAST.S 38 move rBIX,a1 # avoid ClassObject getting clobbered
50 move a1,rBIX # r1<- desired class
63 move a1, a2 # a1 <- BBBB
69 move a1, v0 # a1 <- class resolved from BBB
  /development/samples/Snake/
_index.html 3 because when you catch one, not only will you become longer, but you'll move
  /external/chromium-trace/trace-viewer/src/ui/
mouse_tracker.js 13 * 'mouse-tracker-move' : mouse move
22 * 'mouse-tracker-move', 'mouse-tracker-end'.
52 e = this.remakeEvent_(e, 'mouse-tracker-move');
  /external/chromium_org/chrome_frame/
frame_w_controls.html 2 <!-- TODO(slightlyoff): Move to tests directory? -->
  /external/chromium_org/native_client_sdk/src/build_tools/
naclsdk.bat 19 move "%SDK_TOOLS_UPDATE%" "%SDK_TOOLS%"
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc 9 // TODO(bsy): move weak_ref module to the shared directory

Completed in 1016 milliseconds

<<21222324252627282930>>