/frameworks/compile/mclinker/include/mcld/ADT/ |
TreeBase.h | 34 inline void move(NodeBase *&X) function in namespace:mcld::proxy 70 inline void move() { function in class:mcld::TreeIteratorBase 71 proxy::move<DIRECT>(m_pNode); 93 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X) function in namespace:mcld::proxy 97 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X) function in namespace:mcld::proxy
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
move.pass.cpp | 31 std::vector<MoveOnly, test_allocator<MoveOnly> > l2 = std::move(l); 44 std::vector<MoveOnly, other_allocator<MoveOnly> > l2 = std::move(l); 53 std::vector<int> c2 = std::move(c1); 66 std::vector<MoveOnly, min_allocator<MoveOnly> > l2 = std::move(l); 75 std::vector<int, min_allocator<int>> c2 = std::move(c1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/ |
move01.pass.cpp | 14 // Test unique_ptr move assignment 16 // test move assignment. Should only require a MoveConstructible deleter, or if 42 s2 = std::move(s1); 54 s2 = std::move(s1); 70 s2 = std::move(s1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/ |
move01.pass.cpp | 14 // Test unique_ptr move ctor 16 // test move ctor. Should only require a MoveConstructible deleter, or if 55 std::unique_ptr<A[]> s2 = std::move(s); 64 std::unique_ptr<A[], Deleter<A[]> > s2 = std::move(s); 76 std::unique_ptr<A[], NCDeleter&> s2 = std::move(s);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/ |
move01.pass.cpp | 14 // Test unique_ptr move assignment 16 // test move assignment. Should only require a MoveConstructible deleter, or if 41 s2 = std::move(s1); 52 s2 = std::move(s1); 66 s2 = std::move(s1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/ |
convert_move.pass.cpp | 44 t1 = std::move(t0); 52 t1 = std::move(t0); 61 t1 = std::move(t0); 73 t1 = std::move(t0); 83 t1 = std::move(t0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
convert_move.pass.cpp | 42 T1 t1 = std::move(t0); 49 T1 t1 = std::move(t0); 57 T1 t1 = std::move(t0); 67 T1 t1 = std::move(t0); 77 T1 t1 = std::move(t0);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file bits/move.h 75 * @brief Move a value. 82 move(_Tp&& __t) function 102 #define _GLIBCXX_MOVE(__val) std::move(__val)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file bits/move.h 75 * @brief Move a value. 82 move(_Tp&& __t) function 102 #define _GLIBCXX_MOVE(__val) std::move(__val)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file move.h 42 // 20.2.2, forward/move 74 move(_Tp&& __t) function 83 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file bits/move.h 75 * @brief Move a value. 82 move(_Tp&& __t) function 102 #define _GLIBCXX_MOVE(__val) std::move(__val)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file bits/move.h 75 * @brief Move a value. 82 move(_Tp&& __t) function 102 #define _GLIBCXX_MOVE(__val) std::move(__val)
|
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 60 // "move-focus", "move-viewport", "select-all" and "toggle-cursor-visible" 64 g_signal_connect(handler, "move-focus", G_CALLBACK(MoveFocus), NULL); 65 g_signal_connect(handler, "move-viewport", G_CALLBACK(MoveViewport), NULL); 99 // "move-focus", "move-viewport", "select-all" and "toggle-cursor-visible" 103 g_signal_override_class_handler("move-focus", 107 g_signal_override_class_handler("move-viewport", 271 g_signal_stop_emission_by_name(text_view, "move-viewport"); 323 g_signal_stop_emission_by_name(widget, "move-focus") [all...] |
/external/valgrind/main/none/tests/mips32/ |
branches.c | 7 "move $" #RD ", %1\n\t" \ 13 "move %0, $" #RD "\n\t" \ 26 "move $" #RD ", %1\n\t" \ 32 "move %0, $" #RD "\n\t" \ 45 "move $" #RD ", %1\n\t" \ 55 "move %0, $" #RD "\n\t" \ 68 "move $" #RD ", %1\n\t" \ 80 "move %0, $" #RD "\n\t" \ 93 "move $" #RD ", %1\n\t" \ 105 "move %0, $" #RD "\n\t" [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
TransformState.cpp | 65 m_lastPlanarPoint.move(adjustedOffset); 67 m_lastPlanarQuad.move(adjustedOffset); 70 void TransformState::move(const LayoutSize& offset, TransformAccumulation accumulate) function in class:WebCore::TransformState 84 // Just move the point and/or quad. 117 move(LayoutSize(transformFromContainer.e(), transformFromContainer.f()), accumulate); 162 point.move((m_direction == ApplyTransformDirection) ? m_accumulatedOffset : -m_accumulatedOffset); 178 quad.move((m_direction == ApplyTransformDirection) ? m_accumulatedOffset : -m_accumulatedOffset);
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
mouse.py | 101 """Move the mouse cursor to a specified location, taking the specified time. 104 pos: position (in screen coordinates) to move to 105 duration: amount of time the move should take 124 # Move the mouse one step 199 # move the mouse (instantly) to the upper right corner 202 # move the mouse (over five seconds) to the lower left corner 214 # move the mouse away and then click the left button to dismiss the
|
/external/smali/smali-integration-tests/src/test/smali/jumbo-type-tests/ |
Format41c.smali | 47 move-result-object v0 56 move-result v5 67 move-result v1 72 move-result v5 106 move-object/16 v1, v256 111 move-result-object v2 152 move-object/16 v1, v256
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/ |
deleter.h | 14 // Example move-only deleter 129 Deleter<T> t(std::move(x)); 130 x = std::move(y); 131 y = std::move(t); 176 CDeleter<T> t(std::move(x)); 177 x = std::move(y); 178 y = std::move(t);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file bits/move.h 102 move(_Tp&& __t) noexcept 116 * Same as std::move unless the type's move constructor could throw and the 123 { return std::move(__x); } 143 #define _GLIBCXX_MOVE(__val) std::move(__val)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file bits/move.h 102 move(_Tp&& __t) noexcept 116 * Same as std::move unless the type's move constructor could throw and the 123 { return std::move(__x); } 143 #define _GLIBCXX_MOVE(__val) std::move(__val)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
move.h | 0 // Move, forward and identity for C++0x + swap -*- C++ -*- 25 /** @file bits/move.h 101 move(_Tp&& __t) noexcept 115 * Same as std::move unless the type's move constructor could throw and the 122 { return std::move(__x); } 142 #define _GLIBCXX_MOVE(__val) std::move(__val)
|
/external/chromium_org/content/browser/renderer_host/input/ |
touch_event_queue_unittest.cc | 282 // Send a few touch-move events, followed by a touch-release event. All the 283 // touch-move events should be coalesced into a single event. 292 // ACK the press. Coalesced touch-move events should be sent. 322 // Send a few touch-move events, followed by a touch-release event. All the 323 // touch-move events should be coalesced into a single event. 334 // The coalesced touch-move event has been sent to the renderer. Any new 335 // touch-move event should not be coalesced with the sent event. 349 // Move the finger. 357 // Move both fingers. 362 // Move only one finger now [all...] |
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_CMPL_DOUBLE_VFP.S | 33 move rOBJ, a0 # save a0 34 move rBIX, a1 # save a1 67 move v0, rTEMP # v0<- vAA
|
TEMPLATE_INVOKE_METHOD_CHAIN.S | 14 move a3, a1 # a3<- returnCell 46 move rFP, a1 # fp = newFp 55 move a1, rSELF
|
TEMPLATE_INVOKE_METHOD_NO_OPT.S | 11 move a3, a1 # a3<- returnCell 54 move rFP, a1 # fp = newFp 64 move a1, rSELF
|