Home
last modified time | relevance | path

Searched full:move (Results 1 – 25 of 14053) sorted by relevance

12345678910>>...563

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/detail/
Dinvoker.hpp8 // Make use of Boost.Move
29 #include <boost/thread/detail/move.hpp>
65 invoker(BOOST_THREAD_RV_REF(invoker) f) : f_(boost::move(BOOST_THREAD_RV(f).f_)) in invoker()
77 f_ = boost::move(BOOST_THREAD_RV(f).f_); in operator =()
102 … return detail::invoke(boost::move(csbl::get<0>(f_)), boost::move(csbl::get<Indices>(f_))...); in execute()
126 invoker_ret(BOOST_THREAD_RV_REF(invoker_ret) f) : f_(boost::move(BOOST_THREAD_RV(f).f_)) in invoker_ret()
139 … return detail::invoke<R>(boost::move(csbl::get<0>(f_)), boost::move(csbl::get<Indices>(f_))...); in execute()
155 #define BOOST_THREAD_MOVE_PARAM(z, n, unused) , v##n(boost::move(arg##n))
157 #define BOOST_THREAD_MOVE_RHS_PARAM(z, n, unused) , v##n(boost::move(x.v##n))
158 #define BOOST_THREAD_MOVE_DCL(z, n, unused) , boost::move(v##n)
[all …]
/external/deqp-deps/glslang/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
70 0:14 move second child to first child ( temp int)
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
DstringToDouble.vert.out9 0:5 move second child to first child ( temp float)
14 0:6 move second child to first child ( temp float)
19 0:7 move second child to first child ( temp float)
24 0:8 move second child to first child ( temp float)
29 0:9 move second child to first child ( temp float)
34 0:10 move second child to first child ( temp double)
39 0:11 move second child to first child ( temp double)
44 0:12 move second child to first child ( temp double)
49 0:13 move second child to first child ( temp double)
54 0:14 move second child to first child ( temp double)
[all …]
Dnumeral.frag.out25 0:5 move second child to first child ( temp int)
30 0:6 move second child to first child ( temp int)
35 0:7 move second child to first child ( temp int)
40 0:8 move second child to first child ( temp int)
45 0:9 move second child to first child ( temp int)
50 0:10 move second child to first child ( temp int)
55 0:11 move second child to first child ( temp int)
60 0:12 move second child to first child ( temp int)
65 0:13 move second child to first child ( temp int)
70 0:14 move second child to first child ( temp int)
[all …]
/external/grpc-grpc/src/core/lib/promise/
Dseq.h55 return run_next(std::move(prior)); in CheckResultAndRunNext()
107 return promise_detail::Seq<F0, F1>(std::move(f0), std::move(f1), whence);
113 return promise_detail::Seq<F0, F1, F2>(std::move(f0), std::move(f1),
114 std::move(f2), whence);
121 std::move(f0), std::move(f1), std::move(f2), std::move(f3), whence);
127 return promise_detail::Seq<F0, F1, F2, F3, F4>(std::move(f0), std::move(f1),
128 std::move(f2), std::move(f3),
129 std::move(f4), whence);
138 std::move(f0), std::move(f1), std::move(f2), std::move(f3), std::move(f4),
139 std::move(f5), whence);
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkRefUtil.inl6 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* …
7 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Ins…
8 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMe…
9 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCrea…
10 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSem…
11 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCrea…
12 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQue…
13 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCr…
14 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBu…
15 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCrea…
[all …]
DvkRefUtilImpl.inl239 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
243 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
246 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
250 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
253 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
257 …return Move<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAl…
260 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
264 return Move<VkFence>(check<VkFence>(object), Deleter<VkFence>(vk, device, pAllocator));
267 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
271 return Move<VkSemaphore>(check<VkSemaphore>(object), Deleter<VkSemaphore>(vk, device, pAllocator));
[all …]
/external/angle/util/capture/
Dtrace_interpreter_autogen.cpp27 return CallCapture(EntryPoint::EGLAcquireExternalContextANGLE, std::move(params)); in ParseCallCapture()
33 return CallCapture(EntryPoint::EGLBindAPI, std::move(params)); in ParseCallCapture()
39 return CallCapture(EntryPoint::EGLBindTexImage, std::move(params)); in ParseCallCapture()
45 return CallCapture(EntryPoint::EGLChooseConfig, std::move(params)); in ParseCallCapture()
51 return CallCapture(EntryPoint::EGLClientWaitSync, std::move(params)); in ParseCallCapture()
58 return CallCapture(EntryPoint::EGLClientWaitSyncKHR, std::move(params)); in ParseCallCapture()
64 return CallCapture(EntryPoint::EGLCopyBuffers, std::move(params)); in ParseCallCapture()
71 return CallCapture(EntryPoint::EGLCopyMetalSharedEventANGLE, std::move(params)); in ParseCallCapture()
77 return CallCapture(EntryPoint::EGLCreateContext, std::move(params)); in ParseCallCapture()
84 return CallCapture(EntryPoint::EGLCreateDeviceANGLE, std::move(params)); in ParseCallCapture()
[all …]
/external/cronet/third_party/libc++/src/include/__algorithm/
Dpstl_equal.h18 #include <__utility/move.h>
49 std::move(__g_first1), in __equal()
50 std::move(__g_last1), in __equal()
51 std::move(__g_first2), in __equal()
54 std::move(__g_pred)); in __equal()
56 std::move(__first1), in __equal()
57 std::move(__last1), in __equal()
58 std::move(__first2), in __equal()
59 std::move(__pred)); in __equal()
74 …auto __res = std::__equal(__policy, std::move(__first1), std::move(__last1), std::move(__first2), … in equal()
[all …]
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit() local
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
70 // Just move the unit into the MacroProps by value, and delete it since we have ownership. in adoptUnit()
75 copy.fMacros.unit = std::move(*unit); in adoptUnit()
83 Derived move(std::move(*this)); in adoptUnit() local
87 move.fMacros.unit = std::move(*unit); in adoptUnit()
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth() local
60 move.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
61 move.fMacros.singleFormatter = true; in numberFormatterBoth()
62 touchRangeLocales(move.fMacros); in numberFormatterBoth()
[all …]
/external/sdv/vsomeip/third_party/boost/move/proj/vc7ide/
Dmove.vcproj74 OutputFile="$(OutDir)/move.lib"/>
99 Name="move"
102 RelativePath="..\..\..\..\boost\move\adl_move_swap.hpp">
105 RelativePath="..\..\..\..\boost\move\algorithm.hpp">
108 RelativePath="..\..\..\..\boost\move\core.hpp">
111 RelativePath="..\..\..\..\boost\move\default_delete.hpp">
114 RelativePath="..\..\..\..\boost\move\iterator.hpp">
117 RelativePath="..\..\..\..\boost\move\make_unique.hpp">
120 RelativePath="..\..\..\..\boost\move\move.hpp">
123 RelativePath="..\..\..\..\boost\move\traits.hpp">
[all …]
/external/cronet/third_party/icu/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
46 move.fMacros.notation = notation; in notation()
47 return move; in notation()
61 Derived move(std::move(*this)); in unit() local
63 move.fMacros.unit = unit; in unit()
64 return move; in unit()
70 // Just move the unit into the MacroProps by value, and delete it since we have ownership. in adoptUnit()
75 copy.fMacros.unit = std::move(*unit); in adoptUnit()
83 Derived move(std::move(*this)); in adoptUnit() local
87 move.fMacros.unit = std::move(*unit); in adoptUnit()
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
42 move.fMacros.formatter1 = formatter; in numberFormatterBoth()
43 move.fMacros.singleFormatter = true; in numberFormatterBoth()
44 touchRangeLocales(move.fMacros); in numberFormatterBoth()
45 return move; in numberFormatterBoth()
51 copy.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
59 Derived move(std::move(*this)); in numberFormatterBoth() local
60 move.fMacros.formatter1 = std::move(formatter); in numberFormatterBoth()
61 move.fMacros.singleFormatter = true; in numberFormatterBoth()
62 touchRangeLocales(move.fMacros); in numberFormatterBoth()
[all …]
/external/angle/src/libANGLE/capture/
Dcapture_gl_1_autogen.cpp31 return CallCapture(angle::EntryPoint::GLAccum, std::move(paramBuffer)); in CaptureAccum()
40 return CallCapture(angle::EntryPoint::GLBegin, std::move(paramBuffer)); in CaptureBegin()
68 paramBuffer.addParam(std::move(bitmapParam)); in CaptureBitmap()
75 paramBuffer.addParam(std::move(bitmapParam)); in CaptureBitmap()
78 return CallCapture(angle::EntryPoint::GLBitmap, std::move(paramBuffer)); in CaptureBitmap()
87 return CallCapture(angle::EntryPoint::GLCallList, std::move(paramBuffer)); in CaptureCallList()
106 paramBuffer.addParam(std::move(listsParam)); in CaptureCallLists()
113 paramBuffer.addParam(std::move(listsParam)); in CaptureCallLists()
116 return CallCapture(angle::EntryPoint::GLCallLists, std::move(paramBuffer)); in CaptureCallLists()
133 return CallCapture(angle::EntryPoint::GLClearAccum, std::move(paramBuffer)); in CaptureClearAccum()
[all …]
Dcapture_gles_2_0_autogen.cpp28 return CallCapture(angle::EntryPoint::GLActiveTexture, std::move(paramBuffer)); in CaptureActiveTexture()
41 return CallCapture(angle::EntryPoint::GLAttachShader, std::move(paramBuffer)); in CaptureAttachShader()
61 paramBuffer.addParam(std::move(nameParam)); in CaptureBindAttribLocation()
68 paramBuffer.addParam(std::move(nameParam)); in CaptureBindAttribLocation()
71 return CallCapture(angle::EntryPoint::GLBindAttribLocation, std::move(paramBuffer)); in CaptureBindAttribLocation()
84 return CallCapture(angle::EntryPoint::GLBindBuffer, std::move(paramBuffer)); in CaptureBindBuffer()
97 return CallCapture(angle::EntryPoint::GLBindFramebuffer, std::move(paramBuffer)); in CaptureBindFramebuffer()
110 return CallCapture(angle::EntryPoint::GLBindRenderbuffer, std::move(paramBuffer)); in CaptureBindRenderbuffer()
123 return CallCapture(angle::EntryPoint::GLBindTexture, std::move(paramBuffer)); in CaptureBindTexture()
140 return CallCapture(angle::EntryPoint::GLBlendColor, std::move(paramBuffer)); in CaptureBlendColor()
[all …]
Dcapture_gles_ext_autogen.cpp28 return CallCapture(angle::EntryPoint::GLBeginPerfMonitorAMD, std::move(paramBuffer)); in CaptureBeginPerfMonitorAMD()
45 paramBuffer.addParam(std::move(monitorsParam)); in CaptureDeletePerfMonitorsAMD()
52 paramBuffer.addParam(std::move(monitorsParam)); in CaptureDeletePerfMonitorsAMD()
55 return CallCapture(angle::EntryPoint::GLDeletePerfMonitorsAMD, std::move(paramBuffer)); in CaptureDeletePerfMonitorsAMD()
64 return CallCapture(angle::EntryPoint::GLEndPerfMonitorAMD, std::move(paramBuffer)); in CaptureEndPerfMonitorAMD()
81 paramBuffer.addParam(std::move(monitorsParam)); in CaptureGenPerfMonitorsAMD()
88 paramBuffer.addParam(std::move(monitorsParam)); in CaptureGenPerfMonitorsAMD()
91 return CallCapture(angle::EntryPoint::GLGenPerfMonitorsAMD, std::move(paramBuffer)); in CaptureGenPerfMonitorsAMD()
114 paramBuffer.addParam(std::move(dataParam)); in CaptureGetPerfMonitorCounterDataAMD()
120 paramBuffer.addParam(std::move(dataParam)); in CaptureGetPerfMonitorCounterDataAMD()
[all …]
Dcapture_gl_3_autogen.cpp34 return CallCapture(angle::EntryPoint::GLBeginConditionalRender, std::move(paramBuffer)); in CaptureBeginConditionalRender()
54 paramBuffer.addParam(std::move(nameParam)); in CaptureBindFragDataLocation()
61 paramBuffer.addParam(std::move(nameParam)); in CaptureBindFragDataLocation()
64 return CallCapture(angle::EntryPoint::GLBindFragDataLocation, std::move(paramBuffer)); in CaptureBindFragDataLocation()
74 return CallCapture(angle::EntryPoint::GLClampColor, std::move(paramBuffer)); in CaptureClampColor()
81 return CallCapture(angle::EntryPoint::GLEndConditionalRender, std::move(paramBuffer)); in CaptureEndConditionalRender()
101 return CallCapture(angle::EntryPoint::GLFramebufferTexture1D, std::move(paramBuffer)); in CaptureFramebufferTexture1D()
123 return CallCapture(angle::EntryPoint::GLFramebufferTexture3D, std::move(paramBuffer)); in CaptureFramebufferTexture3D()
133 return CallCapture(angle::EntryPoint::GLVertexAttribI1i, std::move(paramBuffer)); in CaptureVertexAttribI1i()
150 paramBuffer.addParam(std::move(vParam)); in CaptureVertexAttribI1iv()
[all …]
Dcapture_gles_3_0_autogen.cpp32 return CallCapture(angle::EntryPoint::GLBeginQuery, std::move(paramBuffer)); in CaptureBeginQuery()
44 return CallCapture(angle::EntryPoint::GLBeginTransformFeedback, std::move(paramBuffer)); in CaptureBeginTransformFeedback()
59 return CallCapture(angle::EntryPoint::GLBindBufferBase, std::move(paramBuffer)); in CaptureBindBufferBase()
78 return CallCapture(angle::EntryPoint::GLBindBufferRange, std::move(paramBuffer)); in CaptureBindBufferRange()
91 return CallCapture(angle::EntryPoint::GLBindSampler, std::move(paramBuffer)); in CaptureBindSampler()
105 return CallCapture(angle::EntryPoint::GLBindTransformFeedback, std::move(paramBuffer)); in CaptureBindTransformFeedback()
116 return CallCapture(angle::EntryPoint::GLBindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
145 return CallCapture(angle::EntryPoint::GLBlitFramebuffer, std::move(paramBuffer)); in CaptureBlitFramebuffer()
162 return CallCapture(angle::EntryPoint::GLClearBufferfi, std::move(paramBuffer)); in CaptureClearBufferfi()
181 paramBuffer.addParam(std::move(valueParam)); in CaptureClearBufferfv()
[all …]
/external/libffi/src/m68k/
Dsysv.S64 move.l %d2,-(%sp)
71 move.l 8(%fp),-(%sp)
76 move.l _current_shared_library_a5_offset_(%a5),%a0
77 move.l CALLFUNC(ffi_prep_args@GOT)(%a0),%a0
80 move.l #_GLOBAL_OFFSET_TABLE_@GOTPC,%a0
82 move.l CALLFUNC(ffi_prep_args@GOT)(%a0),%a0
91 move.l %d0,%a1
93 move.l %a0,%a1
97 move.l 24(%fp),%a0
104 move.l 20(%fp),%a1
[all …]
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dor.ll30 ; MM: move $2, $[[T0]]
45 ; MM: move $2, $[[T0]]
60 ; MM: move $2, $[[T0]]
77 ; MM32: move $2, $[[T0]]
97 ; MM32: move $2, $[[T0]]
98 ; MM32: move $3, $[[T1]]
142 ; ALL: move $2, $4
183 ; GP32: move $2, $4
188 ; MM32: move $2, $4
201 ; GP32: move $2, $4
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkRefUtilImpl.inl101 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
105 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
108 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
112 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
115 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
119 …return Move<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAl…
122 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
126 return Move<VkFence>(check<VkFence>(object), Deleter<VkFence>(vk, device, pAllocator));
129 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
133 return Move<VkSemaphore>(check<VkSemaphore>(object), Deleter<VkSemaphore>(vk, device, pAllocator));
[all …]
DvkRefUtil.inl6 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pC…
7 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Insta…
8 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemo…
9 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreate…
10 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemap…
11 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreate…
12 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQuery…
13 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCrea…
14 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBuff…
15 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreate…
[all …]
/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_unique_ptr_test.cpp115 boost::bind( fv1, _1 )( std::move( p1 ) ); in test()
122 boost::bind( fv2, _1, _2 )( std::move( p1 ), std::move( p2 ) ); in test()
130 boost::bind( fv3, _1, _2, _3 )( std::move( p1 ), std::move( p2 ), std::move( p3 ) ); in test()
139 …boost::bind( fv4, _1, _2, _3, _4 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( … in test()
149 …::bind( fv5, _1, _2, _3, _4, _5 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p… in test()
160 … _1, _2, _3, _4, _5, _6 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std… in test()
172 …_4, _5, _6, _7 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std::move( p… in test()
185 …_7, _8 )( std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std::move( p5 ), std… in test()
199 … std::move( p1 ), std::move( p2 ), std::move( p3 ), std::move( p4 ), std::move( p5 ), std::move( p… in test()

12345678910>>...563