HomeSort by relevance Sort by last modified time
    Searched defs:Move (Results 51 - 75 of 98) sorted by null

1 23 4

  /packages/apps/Gallery/src/com/android/camera/
HighlightView.java 46 public static final int MOVE = (1 << 5);
206 retval = MOVE;
232 // Not near any edge but inside the rectangle: move.
234 retval = MOVE;
246 } else if (edge == MOVE) {
392 enum ModifyMode { None, Move, Grow }
  /art/compiler/utils/mips/
assembler_mips.cc 434 void MipsAssembler::Move(Register rt, Register rs) {
724 void MipsAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t /*size*/) {
730 Move(dest.AsCoreRegister(), src.AsCoreRegister());
740 // Ensure that the first move doesn't clobber the input of the second
742 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow());
743 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh());
745 Move(dest.AsRegisterPairHigh(), src.AsRegisterPairHigh());
746 Move(dest.AsRegisterPairLow(), src.AsRegisterPairLow());
940 Move(tr.AsMips().AsCoreRegister(), S1);
    [all...]
  /external/chromium/base/
file_util_win.cc 67 // Move to the next drive letter string, which starts one
178 bool Move(const FilePath& from_path, const FilePath& to_path) {
198 // the move by using Copy and Delete. Ideally we could check whether
311 // Like Move, this function is not transactional, so we just
    [all...]
  /art/compiler/utils/arm/
assembler_arm.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]
  /external/chromium_org/v8/src/
serialize.cc 665 address_to_name_map_.Move(from, to);
707 void Move(Address from, Address to) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 360 /// load's chain operand and move load below the call's chain operand.
424 // writes to memory. It's not safe to move the callee (a load) across a store.
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/
log.cc 404 void Move(Address from, Address to) {
1089 address_to_name_map_->Move(from, to);
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h     [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h     [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h     [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h     [all...]

Completed in 674 milliseconds

1 23 4