Home
last modified time | relevance | path

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

12345678910>>...714

/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/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/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/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.inl257 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
261 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
264 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
268 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
271 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
275 …return Move<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAl…
278 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
282 return Move<VkFence>(check<VkFence>(object), Deleter<VkFence>(vk, device, pAllocator));
285 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
289 return Move<VkSemaphore>(check<VkSemaphore>(object), Deleter<VkSemaphore>(vk, device, pAllocator));
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/
Dpstl.exception_handling.pass.cpp101 …assert_non_throwing([=, &policy] { (void)std::all_of(policy, std::move(first1), std::move(last1), … in main()
104 …assert_non_throwing([=, &policy] { (void)std::any_of(policy, std::move(first1), std::move(last1), … in main()
107 …assert_non_throwing([=, &policy] { (void)std::none_of(policy, std::move(first1), std::move(last1),… in main()
113 (void)std::copy(policy, std::move(first1), std::move(last1), std::move(dest)); in main()
117 …ert_non_throwing([=, &policy] { (void)std::copy_n(policy, std::move(first1), n, std::move(dest)); … in main()
124 …assert_non_throwing([=, &policy] { (void)std::count(policy, std::move(first1), std::move(last1), v… in main()
127 …assert_non_throwing([=, &policy] { (void)std::count_if(policy, std::move(first1), std::move(last1)… in main()
135 (void)std::equal(policy, std::move(first1), std::move(last1), std::move(first2)); in main()
140 … (void)std::equal(policy, std::move(first1), std::move(last1), std::move(first2), binary_pred); in main()
145 …(void)std::equal(policy, std::move(first1), std::move(last1), std::move(first2), std::move(last2)); in main()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/
Dpstl.exception_handling.pass.cpp101 …assert_non_throwing([=, &policy] { (void)std::all_of(policy, std::move(first1), std::move(last1), … in main()
104 …assert_non_throwing([=, &policy] { (void)std::any_of(policy, std::move(first1), std::move(last1), … in main()
107 …assert_non_throwing([=, &policy] { (void)std::none_of(policy, std::move(first1), std::move(last1),… in main()
113 (void)std::copy(policy, std::move(first1), std::move(last1), std::move(dest)); in main()
117 …ert_non_throwing([=, &policy] { (void)std::copy_n(policy, std::move(first1), n, std::move(dest)); … in main()
124 …assert_non_throwing([=, &policy] { (void)std::count(policy, std::move(first1), std::move(last1), v… in main()
127 …assert_non_throwing([=, &policy] { (void)std::count_if(policy, std::move(first1), std::move(last1)… in main()
135 (void)std::equal(policy, std::move(first1), std::move(last1), std::move(first2)); in main()
140 … (void)std::equal(policy, std::move(first1), std::move(last1), std::move(first2), binary_pred); in main()
145 …(void)std::equal(policy, std::move(first1), std::move(last1), std::move(first2), std::move(last2)); in main()
[all …]
/external/cronet/stable/third_party/libc++/src/include/__algorithm/
Dpstl.h33 # include <__utility/move.h>
47 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in any_of()
60 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in all_of()
73 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in none_of()
91 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__resul… in copy()
110 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), std::move(__result)); in copy_n()
124 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in count_if()
138 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in count()
158 std::move(__first1), in equal()
159 std::move(__last1), in equal()
[all …]
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/
Dpstl.h33 # include <__cxx03/__utility/move.h>
47 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in any_of()
60 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in all_of()
73 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in none_of()
91 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__resul… in copy()
110 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), std::move(__result)); in copy_n()
124 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in count_if()
138 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in count()
158 std::move(__first1), in equal()
159 std::move(__last1), in equal()
[all …]
/external/cronet/tot/third_party/libc++/src/include/__algorithm/
Dpstl.h33 # include <__utility/move.h>
47 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in any_of()
60 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in all_of()
73 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in none_of()
91 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__resul… in copy()
110 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), std::move(__result)); in copy_n()
124 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in count_if()
138 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in count()
158 std::move(__first1), in equal()
159 std::move(__last1), in equal()
[all …]
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/
Dpstl.h33 # include <__cxx03/__utility/move.h>
47 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in any_of()
60 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in all_of()
73 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in none_of()
91 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__resul… in copy()
110 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__n), std::move(__result)); in copy_n()
124 …std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), std::move(__pred)… in count_if()
138 std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), __value); in count()
158 std::move(__first1), in equal()
159 std::move(__last1), in equal()
[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/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/angle/src/libANGLE/capture/
Dcapture_cl_autogen.cpp40 paramBuffer.addParam(std::move(platformsParam)); in CaptureGetPlatformIDs()
47 paramBuffer.addParam(std::move(platformsParam)); in CaptureGetPlatformIDs()
56 paramBuffer.addParam(std::move(num_platformsParam)); in CaptureGetPlatformIDs()
63 paramBuffer.addParam(std::move(num_platformsParam)); in CaptureGetPlatformIDs()
68 paramBuffer.addReturnValue(std::move(returnValueCapture)); in CaptureGetPlatformIDs()
70 return CallCapture(angle::EntryPoint::CLGetPlatformIDs, std::move(paramBuffer)); in CaptureGetPlatformIDs()
94 paramBuffer.addParam(std::move(param_valueParam)); in CaptureGetPlatformInfo()
101 paramBuffer.addParam(std::move(param_valueParam)); in CaptureGetPlatformInfo()
112 paramBuffer.addParam(std::move(param_value_size_retParam)); in CaptureGetPlatformInfo()
119 paramBuffer.addParam(std::move(param_value_size_retParam)); in CaptureGetPlatformInfo()
[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 …]
/external/cronet/tot/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/cronet/stable/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/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/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 …]
/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 …]

12345678910>>...714