HomeSort by relevance Sort by last modified time
    Searched refs:Move (Results 51 - 75 of 421) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-macro-assembler-x64.cc 138 __ Move(rcx, value);
145 // Test that we can move a Smi value literally into a register.
187 __ Move(rcx, Smi::FromInt(x));
189 __ Move(rdx, Smi::FromInt(y));
390 __ Move(r8, Smi::FromInt(static_cast<int>(result)));
626 __ Move(rcx, Smi::FromInt(x));
647 __ Move(r8, Smi::FromInt(result));
783 __ Move(rcx, Smi::FromInt(x));
785 __ Move(rdx, Smi::FromInt(y_min));
833 __ Move(rdx, Smi::FromInt(y_max))
    [all...]
test-macro-assembler-x87.cc 124 __ Move(edx, Immediate(0)); // Test Move()
127 __ Move(ecx, Immediate(-1));
130 __ Move(ebx, Immediate(0x77));
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp 636 Move<VkBuffer> buffer = createBuffer(vk, vkDevice, &vertexBufferParams);
721 Move<VkRenderPass> renderPass;
722 Move<VkFramebuffer> framebuffer;
723 Move<VkPipelineLayout> pipelineLayout;
724 Move<VkPipeline> graphicsPipeline;
726 Move<VkShaderModule> vertexShaderModule;
727 Move<VkShaderModule> geometryShaderModule;
728 Move<VkShaderModule> fragmentShaderModule;
730 Move<VkCommandPool> cmdPool;
731 Move<VkCommandBuffer> cmdBuffer
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 350 Move<VkImageView> m_imageView;
351 Move<VkDescriptorSetLayout> m_descriptorSetLayout;
352 Move<VkDescriptorPool> m_descriptorPool;
353 Move<VkDescriptorSet> m_descriptorSet;
426 Move<VkBufferView> m_bufferView;
427 Move<VkDescriptorSetLayout> m_descriptorSetLayout;
428 Move<VkDescriptorPool> m_descriptorPool;
429 Move<VkDescriptorSet> m_descriptorSet;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.cpp 272 Move<VkCommandPool> makeCommandPool (const DeviceInterface& vk, const VkDevice device, const deUint32 queueFamilyIndex)
284 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool)
297 Move<VkPipelineLayout> makePipelineLayout (const DeviceInterface& vk,
314 Move<VkPipeline> makeComputePipeline (const DeviceInterface& vk,
342 Move<VkBufferView> makeBufferView (const DeviceInterface& vk,
362 Move<VkImageView> makeImageView (const DeviceInterface& vk,
383 Move<VkDescriptorSet> makeDescriptorSet (const DeviceInterface& vk,
399 Move<VkSemaphore> makeSemaphore (const DeviceInterface& vk, const VkDevice device)
  /external/libcxx/test/std/experimental/any/any.class/any.assign/
value.pass.cpp 16 // Test value copy and move assignment.
63 lhs = std::move(rhs);
102 lhs = std::move(rhs);
114 template <class Tp, bool Move = false>
120 Move ? lhs = std::move(rhs)
176 test_assign_throws<throws_on_move, /* Move = */ true>();
  /external/llvm/test/MC/Mips/
micromips-movcond-instructions.s 6 # for move conditional instructions.
8 # Move Conditional
  /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/opencv/otherlibs/highgui/
bitstrm.cpp 435 void RLBitStream::Move( int shift )
457 Move( table_bits );
460 Move( code_bits );
472 Move( bytes*8 );
559 Move( table_bits );
562 Move( code_bits );
573 void RMBitStream::Move( int shift )
583 Move( bytes*8 );
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Caret.cpp 123 Move(m_rcInvalid, FALSE, TRUE);
135 Move(m_rcInvalid, FALSE, TRUE);
PWL_Signature.cpp 131 m_pText->Move(rcText, TRUE, FALSE);
132 m_pImage->Move(rcText, TRUE, FALSE);
133 m_pDescription->Move(rcDescription, TRUE, FALSE);
PWL_ComboBox.cpp 411 m_pButton->Move(rcButton, TRUE, FALSE);
414 m_pEdit->Move(rcEdit, TRUE, FALSE);
418 m_pList->Move(rcList, TRUE, FALSE);
430 m_pButton->Move(rcButton, TRUE, FALSE);
442 m_pEdit->Move(rcEdit, TRUE, FALSE);
501 Move(rcWindow, TRUE, TRUE);
512 Move(m_rcOldWindow, TRUE, TRUE);
  /external/v8/src/debug/ia32/
debug-ia32.cc 79 __ Move(eax, Immediate(1));
93 __ Move(reg, Immediate(kDebugZapValue));
  /external/v8/src/debug/x64/
debug-x64.cc 81 __ Move(rbx, ExternalReference(Runtime::FunctionForId(Runtime::kDebugBreak),
115 __ Move(kScratchRegister, after_break_target);
  /external/v8/src/debug/x87/
debug-x87.cc 79 __ Move(eax, Immediate(1));
93 __ Move(reg, Immediate(kDebugZapValue));
  /frameworks/native/services/inputflinger/
Android.mk 38 # TODO: Move inputflinger to its own process and mark it hidden
  /frameworks/native/services/inputflinger/host/
Android.mk 35 # TODO: Move inputflinger to its own process and mark it hidden
  /external/curl/projects/
build-openssl.bat 201 rem Move the output directories
202 move out32.dbg "%OUTDIR%\LIB Debug"
203 move out32dll.dbg "%OUTDIR%\DLL Debug"
205 rem Move the PDB files
206 move tmp32.dbg\lib.pdb "%OUTDIR%\LIB Debug"
207 move tmp32dll.dbg\lib.pdb "%OUTDIR%\DLL Debug"
224 rem Move the output directories
225 move out32 "%OUTDIR%\LIB Release"
226 move out32dll "%OUTDIR%\DLL Release"
228 rem Move the PDB file
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 59 vk::Move<vk::VkPipeline> m_pipeline;
60 vk::Move<vk::VkPipelineLayout> m_pipelineLayout;
63 vk::Move<vk::VkImageView> m_attachmentView;
64 vk::Move<vk::VkImageView> m_depthiew;
66 vk::Move<vk::VkRenderPass> m_renderPass;
67 vk::Move<vk::VkFramebuffer> m_framebuffer;
362 vk::Move<vk::VkCommandPool> cmdPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo);
510 vk::Move<vk::VkCommandBuffer> recordRender (vk::VkCommandPool commandPool);
511 vk::Move<vk::VkCommandBuffer> recordCopyResults (vk::VkCommandPool commandPool);
546 vk::Move<vk::VkCommandPool> m_commandPool
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 24 LMoveOperands move = moves_[i]; local
28 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
47 // moves to perform, ignoring any move that is redundant (the source is
49 // unallocated, or the move was already eliminated).
52 LMoveOperands move = moves->at(i); local
53 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
60 // Each call to this function performs a move and deletes it from the move
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-0x.cpp 189 MoveRef Move(int);
191 Value x = Move(0);
192 Value y(Move(0));
209 // A simplified version of std::move.
211 T &&move(T &obj) { function in namespace:bitfields
219 int && ir4 = move(lvalue<IntBitfield>()).i; // no-warning
224 volatile int && vir4 = move(lvalue<IntBitfield>()).i; // no-warning
229 const int && cir4 = move(lvalue<IntBitfield>()).i; // no-warning
234 const volatile int && cvir4 = move(lvalue<IntBitfield>()).i; // no-warning
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp 135 Move<VkImage> m_colorImage;
137 Move<VkImageView> m_colorAttachmentView;
138 Move<VkRenderPass> m_renderPass;
139 Move<VkFramebuffer> m_framebuffer;
141 Move<VkShaderModule> m_vertexShaderModule;
142 Move<VkShaderModule> m_fragmentShaderModule;
144 Move<VkBuffer> m_vertexBuffer;
148 Move<VkPipelineLayout> m_pipelineLayout;
149 Move<VkPipeline> m_graphicsPipelines[BlendTest::QUAD_COUNT];
151 Move<VkCommandPool> m_cmdPool
    [all...]
  /external/libmpeg2/common/arm/
ideint_spatial_filter_a9.s 144 @ Move the differences to ARM registers
169 @ Move -1 if less than or equal to
196 @ Move -1 if less than or equal to
  /external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp 86 Move<VkDevice> createTestDevice (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, deUint32 *outQueueFamilyIndex)
154 vk::Move<VkBuffer> buffer;
223 vk::Move<VkImage> image;
224 vk::Move<VkImageView> imageView;
303 void createColorOnlyRenderPass (const DeviceInterface& vkd, VkDevice device, const RenderPassParameters& renderPassParameters, vk::Move<VkRenderPass>& renderPass)
398 void createCommandBuffer (const DeviceInterface& deviceInterface, const VkDevice device, const deUint32 queueFamilyNdx, vk::Move<VkCommandBuffer>* commandBufferRef, vk::Move<VkCommandPool>* commandPoolRef)
400 vk::Move<VkCommandPool> commandPool;
421 *commandBufferRef = vk::Move<VkCommandBuffer>(vk::check<VkCommandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get()));
571 vk::Move<VkBuffer> vertexBuffer
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 89 Move<VkInstance> createInstanceWithWsi (const PlatformInterface& vkp,
111 Move<VkDevice> createDeviceWithWsi (const InstanceInterface& vki,
777 static Move<VkRenderPass> createRenderPass (const DeviceInterface& vkd,
780 static Move<VkPipelineLayout> createPipelineLayout(const DeviceInterface& vkd,
782 static Move<VkPipeline> createPipeline (const DeviceInterface& vkd,
789 static Move<VkImageView> createAttachmentView(const DeviceInterface& vkd,
793 static Move<VkFramebuffer> createFramebuffer (const DeviceInterface& vkd,
799 static Move<VkBuffer> createBuffer (const DeviceInterface& vkd,
820 Move<VkRenderPass> TriangleRenderer::createRenderPass (const DeviceInterface& vkd,
893 Move<VkPipelineLayout> TriangleRenderer::createPipelineLayout (const DeviceInterface& vkd
    [all...]

Completed in 676 milliseconds

1 23 4 5 6 7 8 91011>>