/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | SegmentSharingTest.kt | 107 val bufferA = bufferWithSegments(xs, ys, zs) in clonesAreEquivalent() constant 115 val bufferA = Buffer() in mutateAfterClone() constant 125 val bufferA = Buffer().writeUtf8(ys).writeUtf8(us) in concatenateSegmentsCanCombine() constant 138 val bufferA = Buffer().writeUtf8("xxxx") in shareAndSplit() constant 147 val bufferA = bufferWithSegments(xs, ys) in appendSnapshotToEmptyBuffer() constant 155 val bufferA = bufferWithSegments(xs, ys) in appendSnapshotToNonEmptyBuffer() constant 163 val bufferA = bufferWithSegments(ws, xs + "aaaa", ys, "bbbb$zs") in copyToSegmentSharing() constant
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | SegmentSharingTest.java | 115 Buffer bufferA = concatenateBuffers(xs, ys, zs); in clonesAreEquivalent() local 123 Buffer bufferA = new Buffer(); in mutateAfterClone() local 133 Buffer bufferA = new Buffer().writeUtf8(ys).writeUtf8(us); in concatenateSegmentsCanCombine() local 146 Buffer bufferA = new Buffer().writeUtf8("xxxx"); in shareAndSplit() local 155 Buffer bufferA = concatenateBuffers(xs, ys); in appendSnapshotToEmptyBuffer() local 163 Buffer bufferA = concatenateBuffers(xs, ys); in appendSnapshotToNonEmptyBuffer() local 171 Buffer bufferA = concatenateBuffers(ws, xs + "aaaa", ys, "bbbb" + zs); in copyToSegmentSharing() local
|
/external/llvm-project/clang/test/Sema/ |
D | warn-fortify-source.c | 182 char bufferA[A]; in call_memcpy_dep() local
|
/external/OpenCL-CTS/test_conformance/buffers/ |
D | test_buffer_migrate.cpp | 113 cl_mem *bufferA, *bufferB, *bufferC; in test_buffer_migrate() local
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 679 deUint32 bufferA; in init() member 695 const deUint32 bufferA = xfbBufferNumbers[xfbBufferNdx].bufferA; in init() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 246 glu::Buffer bufferA (m_context.getRenderContext()); in iterate() local 331 glu::Buffer bufferA (m_context.getRenderContext()); in iterate() local 431 glu::Buffer bufferA (m_context.getRenderContext()); in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 3025 …const vk::Unique<vk::VkBuffer> bufferA (createExternalBuffer(vkd, *device, queueFamilyIndex, con… in testMemoryImportTwice() local 3529 …const vk::Unique<vk::VkBuffer> bufferA (createExternalBuffer(vkd, *device, queueFamilyIndex,… in testBufferBindExportImportBind() local 3567 …const vk::Unique<vk::VkBuffer> bufferA (createExternalBuffer(vkd, *device, queueFamilyIndex,… in testBufferExportBindImportBind() local 3604 …const vk::Unique<vk::VkBuffer> bufferA (createExternalBuffer(vkd, *device, queueFamilyIndex,… in testBufferExportImportBindBind() local
|
D | vktApiCommandBuffersTests.cpp | 3745 …const Unique<VkBuffer> bufferA (createColorDataBuffer(dataOffsetA, bufferSizeA, colorA1, c… in orderBindPipelineTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1595 …vk::VkBuffer bufferA = **buffers[(setNdx * getInterfaceNumResources(shaderInterface)) % bu… in createDescriptorSets() local 1637 vk::VkBuffer bufferA, in writeDescriptorSet() 1703 vk::VkBuffer bufferA, in writeDescriptorSetWithTemplate()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 2110 …const Unique<VkBuffer> bufferA (createExternalBuffer(vkd, *device, queueFamilyIndex, externalMem… in testImportAndUnimportExternalMemory() local
|