HomeSort by relevance Sort by last modified time
    Searched defs:Move (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/perfetto/src/protozero/
message_handle.cc 43 Move(std::move(other));
52 Move(std::move(other));
56 void MessageHandleBase::Move(MessageHandleBase&& other) {
  /external/libchrome/base/posix/
file_descriptor_shuffle.cc 66 if (!delegate->Move(i->source, i->dest))
91 bool FileDescriptorTableInjection::Move(int src, int dest) {
  /external/pdfium/xfa/fwl/
cfwl_messagemouse.h 22 Move,
  /external/perfetto/src/ipc/
deferred.cc 27 : callback_(std::move(callback)) {}
34 // Can't just use "= default" here because the default move operator for
38 Move(other);
44 Move(other);
48 void DeferredBase::Move(DeferredBase& other) {
49 callback_ = std::move(other.callback_);
55 callback_ = std::move(callback);
68 callback_(std::move(async_result));
  /frameworks/av/media/libstagefright/codecs/common/include/
voMem.h 49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 41 // Move moves n % r.Len() elements backward (n < 0) or forward (n >= 0)
44 func (r *Ring) Move(n int) *Ring {
115 return r.Link(r.Move(n + 1))
  /prebuilts/go/linux-x86/src/container/ring/
ring.go 41 // Move moves n % r.Len() elements backward (n < 0) or forward (n >= 0)
44 func (r *Ring) Move(n int) *Ring {
115 return r.Link(r.Move(n + 1))
  /external/opencv/cvaux/src/
_cvvectrack.h 116 void Move(CvRect& r, int dx, int dy)
123 void Move(CvPoint& p, int dx, int dy)
  /external/deqp/external/vulkancts/framework/vulkan/
vkRef.hpp 300 class Move : public RefBase<T>
304 Move (Checked<U> object, Deleter<U> deleter)
308 Move (RefData<T> data)
311 Move (Move<T>& other)
314 Move (void)
319 Move<T>& operator= (Move<T>& other);
320 Move<T>& operator= (RefData<T> data);
326 inline Move<T>& Move<T>::operator= (Move<T>& other
    [all...]
  /external/libchrome/base/files/
file_util.cc 46 bool Move(const FilePath& from_path, const FilePath& to_path) {
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 345 static int Move;
354 CountCopyAndMove(CountCopyAndMove &&) { Move++; }
356 Move++;
361 int CountCopyAndMove::Move = 0;
378 CountCopyAndMove::Move = 0;
385 // Check that move was called the expected number of times
386 EXPECT_EQ(ExpectedMaxInitialEntries, CountCopyAndMove::Move);
397 // Check that move was called the expected number of times
398 // This relies on move-construction elision, and cannot be reliably tested.
399 // EXPECT_EQ(ExpectedMaxInitialEntries + 2, CountCopyAndMove::Move);
    [all...]
  /external/v8/src/
splay-tree-inl.h 28 // Splay on the key to move the last node on the search path
92 // Splay on the key to move the node with the given key or the last
116 // Splay on the key to move the node with the given key or the last
160 bool SplayTree<Config, Allocator>::Move(const Key& old_key,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ASTDiff/
ASTDiff.h 33 Move, // (Src, Dst, Pos): move Src to be a child of Dst at offset Pos.
34 UpdateMove // Same as Move plus Update.
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 40 #ifdef Move
41 #undef Move
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 366 void ArmVIXLJNIMacroAssembler::Move(ManagedRegister m_dst,
396 // Ensure that the first move doesn't clobber the input of the second.
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 297 void X86JNIMacroAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) {
318 UNIMPLEMENTED(FATAL) << ": Move " << dest << ", " << src;
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 347 void X86_64JNIMacroAssembler::Move(ManagedRegister mdest, ManagedRegister msrc, size_t size) {
368 UNIMPLEMENTED(FATAL) << ": Move " << dest << ", " << src;
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 204 def Move(bucket1, bucket2, remote_path):
353 shutil.move(partial_download_path.name, local_path)

Completed in 883 milliseconds

1 2 3 4 5