Home
last modified time | relevance | path

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

12345678910>>...283

/third_party/libphonenumber/resources/carrier/en/
D66.txt17 6661010|True Move
18 6661012|True Move
19 6661013|True Move
20 6661014|True Move
21 6661015|True Move
22 6661016|True Move
23 6661017|True Move
93 66637|True Move
94 66638|True Move
95 66639|True Move
[all …]
/third_party/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 …]
Dhlsl.getdimensions.dx10.frag.out10 0:65 move second child to first child ( temp uint)
16 0:65 move second child to first child ( temp uint)
20 0:66 move second child to first child ( temp uint)
26 0:66 move second child to first child ( temp uint)
29 0:66 move second child to first child ( temp uint)
34 0:69 move second child to first child ( temp uint)
40 0:69 move second child to first child ( temp uint)
44 0:70 move second child to first child ( temp uint)
50 0:70 move second child to first child ( temp uint)
53 0:70 move second child to first child ( temp uint)
[all …]
Dhlsl.type.type.conversion.all.frag.out112 0:19 move second child to first child ( temp float)
117 0:20 move second child to first child ( temp 2-component vector of float)
123 0:21 move second child to first child ( temp 2-component vector of float)
129 0:22 move second child to first child ( temp 3-component vector of float)
136 0:23 move second child to first child ( temp 3-component vector of float)
143 0:24 move second child to first child ( temp 4-component vector of float)
151 0:25 move second child to first child ( temp 4-component vector of float)
159 0:26 move second child to first child ( temp 4-component vector of float)
167 0:27 move second child to first child ( temp 2X2 matrix of float)
175 0:28 move second child to first child ( temp 2X2 matrix of float)
[all …]
/third_party/vk-gl-cts/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.inl227 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
231 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
234 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
238 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
241 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
245 …return Move<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAl…
248 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
252 return Move<VkFence>(check<VkFence>(object), Deleter<VkFence>(vk, device, pAllocator));
255 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
259 return Move<VkSemaphore>(check<VkSemaphore>(object), Deleter<VkSemaphore>(vk, device, pAllocator));
[all …]
/third_party/vk-gl-cts/build/external/vulkancts/framework/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.inl221 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
225 return Move<VkInstance>(check<VkInstance>(object), Deleter<VkInstance>(vk, object, pAllocator));
228 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const InstanceInter…
232 …return Move<VkDevice>(check<VkDevice>(object), Deleter<VkDevice>(vkp, instance, object, pAllocator…
235 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo…
239 …return Move<VkDeviceMemory>(check<VkDeviceMemory>(object), Deleter<VkDeviceMemory>(vk, device, pAl…
242 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreateInfo* pCr…
246 return Move<VkFence>(check<VkFence>(object), Deleter<VkFence>(vk, device, pAllocator));
249 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSemaphoreCre…
253 return Move<VkSemaphore>(check<VkSemaphore>(object), Deleter<VkSemaphore>(vk, device, pAllocator));
[all …]
/third_party/node/deps/v8/src/compiler/backend/
Dgap-resolver.cc19 // Splits a FP move between two location operands into the equivalent series of
20 // moves between smaller sub-operands, e.g. a double move to two single moves.
23 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split() argument
28 const LocationOperand& src_loc = LocationOperand::cast(move->source()); in Split()
29 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split()
63 // Reuse 'move' for the first fragment. It is not pending. in Split()
64 move->set_source(AllocatedOperand(src_kind, smaller_rep, src_index)); in Split()
65 move->set_destination(AllocatedOperand(dst_kind, smaller_rep, dst_index)); in Split()
74 return move; in Split()
79 MoveOperandKind GetKind(const InstructionOperand& move) { in GetKind() argument
[all …]
/third_party/skia/third_party/externals/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 …]
/third_party/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 …]
/third_party/node/deps/icu-small/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 …]
/third_party/skia/src/sksl/dsl/
DDSLCore.cpp81 auto result = std::make_unique<SkSL::Program>(std::move(source), in ReleaseProgram()
82 std::move(instance.fConfig), in ReleaseProgram()
84 std::move(instance.fProgramElements), in ReleaseProgram()
85 std::move(instance.fSharedElements), in ReleaseProgram()
86 std::move(instance.fModifiersPool), in ReleaseProgram()
87 std::move(compiler.fSymbolTable), in ReleaseProgram()
88 std::move(instance.fPool), in ReleaseProgram()
107 return success ? std::move(result) : nullptr; in ReleaseProgram()
133 ThreadContext::Compiler().convertIdentifier(-1, name), std::move(argArray)); in Call()
162 return SkSL::Block::MakeUnscoped(pos.line(), std::move(statements)); in Declare()
[all …]
/third_party/vk-gl-cts/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 …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp29 return CallCapture(angle::EntryPoint::GLActiveTexture, std::move(paramBuffer)); in CaptureActiveTexture()
42 return CallCapture(angle::EntryPoint::GLAttachShader, std::move(paramBuffer)); in CaptureAttachShader()
62 paramBuffer.addParam(std::move(nameParam)); in CaptureBindAttribLocation()
69 paramBuffer.addParam(std::move(nameParam)); in CaptureBindAttribLocation()
72 return CallCapture(angle::EntryPoint::GLBindAttribLocation, std::move(paramBuffer)); in CaptureBindAttribLocation()
85 return CallCapture(angle::EntryPoint::GLBindBuffer, std::move(paramBuffer)); in CaptureBindBuffer()
98 return CallCapture(angle::EntryPoint::GLBindFramebuffer, std::move(paramBuffer)); in CaptureBindFramebuffer()
111 return CallCapture(angle::EntryPoint::GLBindRenderbuffer, std::move(paramBuffer)); in CaptureBindRenderbuffer()
124 return CallCapture(angle::EntryPoint::GLBindTexture, std::move(paramBuffer)); in CaptureBindTexture()
141 return CallCapture(angle::EntryPoint::GLBlendColor, std::move(paramBuffer)); in CaptureBlendColor()
[all …]
Dcapture_gles_ext_autogen.cpp40 std::move(paramBuffer)); in CaptureDrawArraysInstancedBaseInstanceANGLE()
66 paramBuffer.addParam(std::move(indicesParam)); in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE()
73 paramBuffer.addParam(std::move(indicesParam)); in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE()
81 std::move(paramBuffer)); in CaptureDrawElementsInstancedBaseVertexBaseInstanceANGLE()
104 paramBuffer.addParam(std::move(firstsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
111 paramBuffer.addParam(std::move(firstsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
121 paramBuffer.addParam(std::move(countsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
128 paramBuffer.addParam(std::move(countsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
138 paramBuffer.addParam(std::move(instanceCountsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
145 paramBuffer.addParam(std::move(instanceCountsParam)); in CaptureMultiDrawArraysInstancedBaseInstanceANGLE()
[all …]
Dcapture_gles_3_0_autogen.cpp33 return CallCapture(angle::EntryPoint::GLBeginQuery, std::move(paramBuffer)); in CaptureBeginQuery()
45 return CallCapture(angle::EntryPoint::GLBeginTransformFeedback, std::move(paramBuffer)); in CaptureBeginTransformFeedback()
60 return CallCapture(angle::EntryPoint::GLBindBufferBase, std::move(paramBuffer)); in CaptureBindBufferBase()
79 return CallCapture(angle::EntryPoint::GLBindBufferRange, std::move(paramBuffer)); in CaptureBindBufferRange()
92 return CallCapture(angle::EntryPoint::GLBindSampler, std::move(paramBuffer)); in CaptureBindSampler()
106 return CallCapture(angle::EntryPoint::GLBindTransformFeedback, std::move(paramBuffer)); in CaptureBindTransformFeedback()
117 return CallCapture(angle::EntryPoint::GLBindVertexArray, std::move(paramBuffer)); in CaptureBindVertexArray()
147 return CallCapture(angle::EntryPoint::GLBlitFramebuffer, std::move(paramBuffer)); in CaptureBlitFramebuffer()
164 return CallCapture(angle::EntryPoint::GLClearBufferfi, std::move(paramBuffer)); in CaptureClearBufferfi()
183 paramBuffer.addParam(std::move(valueParam)); in CaptureClearBufferfv()
[all …]
Dcapture_gles_1_0_autogen.cpp33 return CallCapture(angle::EntryPoint::GLAlphaFunc, std::move(paramBuffer)); in CaptureAlphaFunc()
46 return CallCapture(angle::EntryPoint::GLAlphaFuncx, std::move(paramBuffer)); in CaptureAlphaFuncx()
63 return CallCapture(angle::EntryPoint::GLClearColorx, std::move(paramBuffer)); in CaptureClearColorx()
72 return CallCapture(angle::EntryPoint::GLClearDepthx, std::move(paramBuffer)); in CaptureClearDepthx()
81 return CallCapture(angle::EntryPoint::GLClientActiveTexture, std::move(paramBuffer)); in CaptureClientActiveTexture()
95 paramBuffer.addParam(std::move(eqnParam)); in CaptureClipPlanef()
102 paramBuffer.addParam(std::move(eqnParam)); in CaptureClipPlanef()
105 return CallCapture(angle::EntryPoint::GLClipPlanef, std::move(paramBuffer)); in CaptureClipPlanef()
122 paramBuffer.addParam(std::move(equationParam)); in CaptureClipPlanex()
129 paramBuffer.addParam(std::move(equationParam)); in CaptureClipPlanex()
[all …]
Dcapture_gles_3_1_autogen.cpp33 return CallCapture(angle::EntryPoint::GLActiveShaderProgram, std::move(paramBuffer)); in CaptureActiveShaderProgram()
56 return CallCapture(angle::EntryPoint::GLBindImageTexture, std::move(paramBuffer)); in CaptureBindImageTexture()
67 return CallCapture(angle::EntryPoint::GLBindProgramPipeline, std::move(paramBuffer)); in CaptureBindProgramPipeline()
84 return CallCapture(angle::EntryPoint::GLBindVertexBuffer, std::move(paramBuffer)); in CaptureBindVertexBuffer()
105 paramBuffer.addParam(std::move(stringsParam)); in CaptureCreateShaderProgramv()
112 paramBuffer.addParam(std::move(stringsParam)); in CaptureCreateShaderProgramv()
117 paramBuffer.addReturnValue(std::move(returnValueCapture)); in CaptureCreateShaderProgramv()
119 return CallCapture(angle::EntryPoint::GLCreateShaderProgramv, std::move(paramBuffer)); in CaptureCreateShaderProgramv()
139 paramBuffer.addParam(std::move(pipelinesPackedParam)); in CaptureDeleteProgramPipelines()
148 paramBuffer.addParam(std::move(pipelinesPackedParam)); in CaptureDeleteProgramPipelines()
[all …]
Dcapture_gles_3_2_autogen.cpp27 return CallCapture(angle::EntryPoint::GLBlendBarrier, std::move(paramBuffer)); in CaptureBlendBarrier()
44 return CallCapture(angle::EntryPoint::GLBlendEquationSeparatei, std::move(paramBuffer)); in CaptureBlendEquationSeparatei()
54 return CallCapture(angle::EntryPoint::GLBlendEquationi, std::move(paramBuffer)); in CaptureBlendEquationi()
73 return CallCapture(angle::EntryPoint::GLBlendFuncSeparatei, std::move(paramBuffer)); in CaptureBlendFuncSeparatei()
88 return CallCapture(angle::EntryPoint::GLBlendFunci, std::move(paramBuffer)); in CaptureBlendFunci()
107 return CallCapture(angle::EntryPoint::GLColorMaski, std::move(paramBuffer)); in CaptureColorMaski()
148 return CallCapture(angle::EntryPoint::GLCopyImageSubData, std::move(paramBuffer)); in CaptureCopyImageSubData()
166 paramBuffer.addParam(std::move(userParamParam)); in CaptureDebugMessageCallback()
173 paramBuffer.addParam(std::move(userParamParam)); in CaptureDebugMessageCallback()
176 return CallCapture(angle::EntryPoint::GLDebugMessageCallback, std::move(paramBuffer)); in CaptureDebugMessageCallback()
[all …]

12345678910>>...283