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

<<61626364656667686970>>

  /external/replicaisland/res/values/
rokudou.xml 40 Android. The time for pleasantries has ended. Kabocha has The Source, and it will not be long until he learns how to channel its power. We must move quickly if we are to stop him. You are our only hope now.
44 My sensors indicate a large disturbance field not far from here. That must be the location of Kabocha?s secret lab. He?s surely shielded it, which means the readings I am picking up are actually a tiny fraction of the power he is generating. It must be The Source! We must move quickly if we are to stop him and his insane scheme.
  /external/replicaisland/src/com/replica/replicaisland/
SleeperComponent.java 23 * hiding and appearing based on their distance from the player. They do not move or normally
72 parentObject.setCurrentAction(GameObject.ActionType.MOVE);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 29 public boolean move(int i) { method in class:ShadowCursorWrapper
30 return wrappedCursor.move(i);
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/SpecialInstructionPaddingTest/
SpecialInstructionPaddingTest.smali 18 move-result v0
77 move-result v0
  /external/valgrind/main/memcheck/tests/
fprw.stderr.exp 1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
  /frameworks/base/core/java/android/database/
CrossProcessCursor.java 66 * may have. If it returns false the move function will also do so and the
75 * @return True if the move is successful, false otherwise.
CursorWrapper.java 157 public boolean move(int offset) { method in class:CursorWrapper
158 return mCursor.move(offset);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
splice_after_flist.pass.cpp 53 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2));
69 c1.splice_after(next(c1.cbefore_begin(), p), std::move(c2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move02.pass.cpp 14 // Test unique_ptr move ctor
19 // test move ctor. Should only require a MoveConstructible deleter, or if
move_convert08.fail.cpp 14 // Test unique_ptr converting move ctor
19 // test converting move ctor. Should only require a MoveConstructible deleter, or if
move_convert11.fail.cpp 14 // Test unique_ptr converting move ctor
19 // test converting move ctor. Should only require a MoveConstructible deleter, or if
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
auto_ptr.pass.cpp 62 std::shared_ptr<B> p(std::move(ptr));
80 std::shared_ptr<B> p(std::move(ptr));
unique_ptr.pass.cpp 61 std::shared_ptr<B> p(std::move(ptr));
75 std::shared_ptr<B> p(std::move(ptr));
  /packages/apps/Protips/res/values/
arrays.xml 43 <!-- Tip: Longpress to move icons/widgets around. -->
51 <!-- Tip: Swipe to switch workspaces; drag items to move them to other
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ThreadSafeCursorWrapper.java 136 LogUtils.e(LOG_TAG, "Unexpected failure to move to current position, pos=%d", pos);
141 public boolean move(int offset) { method in class:ThreadSafeCursorWrapper
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
utility 82 # include <bits/move.h>
90 * forward/move helpers, ratio, function object, metaprogramming and
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
forward_list 80 : _Base(std::move(__list._M_base()), __al)
108 : _Base(std::move(__list._M_base()))
265 return iterator(_Base::insert_after(__pos.base(), std::move(__val)),
414 _Base::splice_after(__pos.base(), std::move(__list._M_base()));
435 _Base::splice_after(__pos.base(), std::move(__list._M_base()),
480 _Base::splice_after(__pos.base(), std::move(__list._M_base()),
561 _Base::merge(std::move(__list._M_base()));
580 _Base::merge(std::move(__list._M_base()), __comp);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
forward_list 80 : _Base(std::move(__list._M_base()), __al)
108 : _Base(std::move(__list._M_base()))
265 return iterator(_Base::insert_after(__pos.base(), std::move(__val)),
414 _Base::splice_after(__pos.base(), std::move(__list._M_base()));
435 _Base::splice_after(__pos.base(), std::move(__list._M_base()),
480 _Base::splice_after(__pos.base(), std::move(__list._M_base()),
561 _Base::merge(std::move(__list._M_base()));
580 _Base::merge(std::move(__list._M_base()), __comp);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
utility 82 # include <bits/move.h>
90 * forward/move helpers, ratio, function object, metaprogramming and
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
utility 82 # include <bits/move.h>
90 * forward/move helpers, ratio, function object, metaprogramming and
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
utility 82 # include <bits/move.h>
90 * forward/move helpers, ratio, function object, metaprogramming and
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
cmpxchg.h 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqzl $1, 1b \n" "2: \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else if (cpu_has_llsc) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqz $1, 3f \n" "2: \n" " .subsection 2 \n" "3: b 1b \n" " .previous \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else { unsigned long __flags; raw_local_irq_save(__flags); __ret = *m; if (__ret == old) *m = new; raw_local_irq_restore(__flags); } __ret; })
div64.h 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
cmpxchg.h 24 #define __cmpxchg_asm(ld, st, m, old, new) ({ __typeof(*(m)) __ret; if (cpu_has_llsc && R10000_LLSC_WAR) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqzl $1, 1b \n" "2: \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else if (cpu_has_llsc) { __asm__ __volatile__( " .set push \n" " .set noat \n" " .set mips3 \n" "1: " ld " %0, %2 # __cmpxchg_asm \n" " bne %0, %z3, 2f \n" " .set mips0 \n" " move $1, %z4 \n" " .set mips3 \n" " " st " $1, %1 \n" " beqz $1, 3f \n" "2: \n" " .subsection 2 \n" "3: b 1b \n" " .previous \n" " .set pop \n" : "=&r" (__ret), "=R" (*m) : "R" (*m), "Jr" (old), "Jr" (new) : "memory"); } else { unsigned long __flags; raw_local_irq_save(__flags); __ret = *m; if (__ret == old) *m = new; raw_local_irq_restore(__flags); } __ret; })
div64.h 25 #define do_div64_32(res, high, low, base) ({ unsigned long __quot32, __mod32; unsigned long __cf, __tmp, __tmp2, __i; __asm__(".set push\n\t" ".set noat\n\t" ".set noreorder\n\t" "move %2, $0\n\t" "move %3, $0\n\t" "b 1f\n\t" " li %4, 0x21\n" "0:\n\t" "sll $1, %0, 0x1\n\t" "srl %3, %0, 0x1f\n\t" "or %0, $1, %5\n\t" "sll %1, %1, 0x1\n\t" "sll %2, %2, 0x1\n" "1:\n\t" "bnez %3, 2f\n\t" " sltu %5, %0, %z6\n\t" "bnez %5, 3f\n" "2:\n\t" " addiu %4, %4, -1\n\t" "subu %0, %0, %z6\n\t" "addiu %2, %2, 1\n" "3:\n\t" "bnez %4, 0b\n\t" " srl %5, %1, 0x1f\n\t" ".set pop" : "=&r" (__mod32), "=&r" (__tmp), "=&r" (__quot32), "=&r" (__cf), "=&r" (__i), "=&r" (__tmp2) : "Jr" (base), "0" (high), "1" (low)); (res) = __quot32; __mod32; })

Completed in 577 milliseconds

<<61626364656667686970>>