Home
last modified time | relevance | path

Searched defs:bufferB (Results 1 – 10 of 10) sorted by relevance

/external/okio/okio/src/jvmTest/kotlin/okio/
DSegmentSharingTest.kt108 val bufferB = bufferA.clone() in clonesAreEquivalent() constant
117 val bufferB = bufferA.clone() in mutateAfterClone() constant
127 val bufferB = Buffer().writeUtf8(vs).writeUtf8(ws) in concatenateSegmentsCanCombine() constant
140 val bufferB = Buffer() in shareAndSplit() constant
149 val bufferB = Buffer() in appendSnapshotToEmptyBuffer() constant
157 val bufferB = Buffer().writeUtf8(us) in appendSnapshotToNonEmptyBuffer() constant
164 val bufferB = bufferWithSegments(us) in copyToSegmentSharing() constant
/external/okhttp/okio/okio/src/test/java/okio/
DSegmentSharingTest.java116 Buffer bufferB = bufferA.clone(); in clonesAreEquivalent() local
125 Buffer bufferB = bufferA.clone(); in mutateAfterClone() local
135 Buffer bufferB = new Buffer().writeUtf8(vs).writeUtf8(ws); in concatenateSegmentsCanCombine() local
148 Buffer bufferB = new Buffer(); in shareAndSplit() local
157 Buffer bufferB = new Buffer(); in appendSnapshotToEmptyBuffer() local
165 Buffer bufferB = new Buffer().writeUtf8(us); in appendSnapshotToNonEmptyBuffer() local
172 Buffer bufferB = concatenateBuffers(us); in copyToSegmentSharing() local
/external/llvm-project/clang/test/Sema/
Dwarn-fortify-source.c183 char bufferB[B]; in call_memcpy_dep() local
/external/OpenCL-CTS/test_conformance/buffers/
Dtest_buffer_migrate.cpp113 cl_mem *bufferA, *bufferB, *bufferC; in test_buffer_migrate() local
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp680 deUint32 bufferB; in init() member
696 const deUint32 bufferB = xfbBufferNumbers[xfbBufferNdx].bufferB; in init() local
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp247 glu::Buffer bufferB (m_context.getRenderContext()); in iterate() local
332 glu::Buffer bufferB (m_context.getRenderContext()); in iterate() local
432 glu::Buffer bufferB (m_context.getRenderContext()); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp3026 …const vk::Unique<vk::VkBuffer> bufferB (createExternalBuffer(vkd, *device, queueFamilyIndex, con… in testMemoryImportTwice() local
3080 …const vk::Unique<vk::VkBuffer> bufferB (createExternalBuffer(vkd, *device, queueFamilyIndex, con… in testMemoryMultipleImports() local
3540 …const vk::Unique<vk::VkBuffer> bufferB (createExternalBuffer(vkd, *device, queueFamilyIndex, con… in testBufferBindExportImportBind() local
3577 …const vk::Unique<vk::VkBuffer> bufferB (createExternalBuffer(vkd, *device, queueFamilyIndex, con… in testBufferExportBindImportBind() local
3613 …const vk::Unique<vk::VkBuffer> bufferB (createExternalBuffer(vkd, *device, queueFamilyIndex, con… in testBufferExportImportBindBind() local
DvktApiCommandBuffersTests.cpp3748 …const Unique<VkBuffer> bufferB (createColorDataBuffer(dataOffsetB, bufferSizeB, colorB1, c… in orderBindPipelineTest() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp1596 …vk::VkBuffer bufferB = **buffers[(setNdx * getInterfaceNumResources(shaderInterface) + 1) … in createDescriptorSets() local
1639 vk::VkBuffer bufferB, in writeDescriptorSet()
1705 vk::VkBuffer bufferB, in writeDescriptorSetWithTemplate()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp2111 …const Unique<VkBuffer> bufferB (createExternalBuffer(vkd, *device, queueFamilyIndex, externalMem… in testImportAndUnimportExternalMemory() local