HomeSort by relevance Sort by last modified time
    Searched defs:move (Results 76 - 100 of 636) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skqp/src/utils/win/
SkDWriteFontFileStream.cpp 103 bool SkDWriteFontFileStream::move(long offset) { function in class:SkDWriteFontFileStream
  /external/v8/src/compiler/
gap-resolver.cc 22 inline bool Blocks(MoveOperands* move, InstructionOperand destination) {
23 return !move->IsEliminated() && move->source().InterferesWith(destination);
26 // Splits a FP move between two location operands into the equivalent series of
27 // moves between smaller sub-operands, e.g. a double move to two single moves.
30 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep,
35 const LocationOperand& src_loc = LocationOperand::cast(move->source());
36 const LocationOperand& dst_loc = LocationOperand::cast(move->destination());
70 // Reuse 'move' for the first fragment. It is not pending.
71 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index))
91 MoveOperands* move = (*moves)[i]; local
111 auto move = (*moves)[i]; local
119 auto move = (*moves)[i]; local
129 auto move = (*moves)[i]; local
    [all...]
  /packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
TouchEventGenerator.java 107 * Adjusts the position of a finger for an upcoming move event.
109 * @see #move(long ms)
118 * Commits the finger position changes of {@link #position(int, int, int)} by generating a move
123 public TouchEventGenerator move(long ms) { method in class:TouchEventGenerator
129 * Commits the finger position changes of {@link #position(int, int, int)} by generating a move
134 public TouchEventGenerator move() { method in class:TouchEventGenerator
135 return move(TIME_INCREMENT_MS);
141 public TouchEventGenerator move(int id, int x, int y, long ms) { method in class:TouchEventGenerator
142 return position(id, x, y).move(ms);
148 public TouchEventGenerator move(int id, int x, int y) method in class:TouchEventGenerator
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
FileUtil.java 96 * Move all files and folders under a directory into the target.
101 LogUtil.e(LogUtil.BUGLE_TAG, "Can't move directory content since the source " +
113 Files.move(file, fileTarget);
115 LogUtil.e(LogUtil.BUGLE_TAG, "Failed to move files", e);
  /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/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 240 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
336 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 240 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
336 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ValueTracking.h 240 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
336 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ValueTracking.h 240 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
336 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ValueTracking.h 248 void move(uint64_t Delta) { function in struct:llvm::ConstantDataArraySlice
351 /// move the instruction as long as the correct dominance relationships for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 153 : _M_t(std::move(__p), std::move(__d)) function in class:unique_ptr::std
159 // Move constructors.
352 : _M_t(std::move(__p), std::move(__d)) function in class:unique_ptr::std
356 // Move constructor.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pod_char_traits.h 143 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unique_ptr.h 153 : _M_t(std::move(__p), std::move(__d)) function in class:unique_ptr::std
159 // Move constructors.
352 : _M_t(std::move(__p), std::move(__d)) function in class:unique_ptr::std
356 // Move constructor.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pod_char_traits.h 143 move(char_type* __s1, const char_type* __s2, size_t __n) function in struct:char_traits
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
264 def move(src, dst): function
265 """Recursively move a file or directory to another location. This is
297 raise Error, "Cannot move a directory '%s' into itself '%s'." % (src, dst)
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
264 def move(src, dst): function
265 """Recursively move a file or directory to another location. This is
297 raise Error, "Cannot move a directory '%s' into itself '%s'." % (src, dst)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
directory_iterator.cpp 70 : __stream_(__ds.__stream_), __root_(std::move(__ds.__root_)),
71 __entry_(std::move(__ds.__entry_)) { function in class:__dir_stream
131 : __stream_(other.__stream_), __root_(std::move(other.__root_)),
132 __entry_(std::move(other.__entry_))
243 __imp_->__stack_.push(_VSTD::move(new_s));
310 __imp_->__stack_.push(_VSTD::move(new_it));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 26 "copytree", "move", "rmtree", "Error", "SpecialFileError",
264 def move(src, dst): function
265 """Recursively move a file or directory to another location. This is
297 raise Error, "Cannot move a directory '%s' into itself '%s'." % (src, dst)

Completed in 948 milliseconds

1 2 34 5 6 7 8 91011>>