/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fIndirectComputeDispatchTests.cpp | 407 … uintptr_t bufferSize, uintptr_t offset, const UVec3 &workGroupSize, const UVec3 &numWorkGroups) in SingleDispatchCase() 477 uintptr_t bufferSize; in init() member
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/zip/ |
H A D | AbstractZipFileTest.java | 525 int bufferSize = 128; in testReadWithOffset() local 551 int bufferSize = 128; in testReadWithOffsetInvalid() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | FastDataTest.java | 80 private FastDataInput createFastDataInput(@NonNull InputStream in, int bufferSize) { in createFastDataInput() 89 private FastDataOutput createFastDataOutput(@NonNull OutputStream out, int bufferSize) { in createFastDataOutput()
|
/aosp_15_r20/frameworks/av/media/ndk/fuzzer/ |
H A D | ndk_async_codec_fuzzer.cpp | 242 size_t bufferSize = 0; in invokeInputBufferAPI() local 275 size_t bufferSize = 0; in invokeOutputBufferAPI() local
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontHost_win.cpp | 875 …DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, … in generateMetrics() local 1747 static void format_guid_b64(const GUID& guid, char* buffer, size_t bufferSize) { in format_guid_b64() 1760 static HRESULT create_unique_font_name(char* buffer, size_t bufferSize) { in create_unique_font_name() 1830 DWORD bufferSize = GetFontData(hdc, tables[i], 0, nullptr, 0); in onOpenStream() local 2044 DWORD bufferSize = GetFontData(hdc, tag, (DWORD) offset, data, (DWORD) length); in onGetTableData() local
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidDevice.java | 300 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport() 383 public void onGetReport(BluetoothDevice device, byte type, byte id, int bufferSize) { in onGetReport()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 88 int bufferSize) { in getReport() 198 int bufferSize); in getReportNative()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 2034 …DataPtr(const BufferLayout &layout, const BlockLayoutEntry &blockLayout, void *ptr, int bufferSize) in getBlockDataPtr() 2108 const int bufferSize = bufferSizes[blockNdx]; in initRefDataStorage() local 2150 vk::Move<vk::VkBuffer> createBuffer(Context &context, vk::VkDeviceSize bufferSize, vk::VkBufferUsag… in createBuffer() 2297 const uint32_t bufferSize = bufferSizes[blockNdx]; in iterate() local 2326 const int bufferSize = bufferSizes[blockNdx]; in iterate() local 2347 const uint32_t bufferSize = bufferSizes[blockNdx]; in iterate() local
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | BufferDataTest.cpp | 1436 GLsizei bufferSize = sizeof(GLfloat) * data.size(); in TEST_P() local 1935 size_t bufferSize = sizeof(GLfloat) * quadVertices.size() * 3; in TEST_P() local 1966 size_t bufferSize, in TestPageSharingBuffers() 2166 GLint bufferSize = sizeof(GLfloat) * 1024 * 10; in TEST_P() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsTextureBufferCase.cpp | 818 void logTextureInfo(TestLog &log, uint32_t format, size_t bufferSize, size_t offset, size_t size) in logTextureInfo() 833 …size_t bufferSize, size_t offset, size_t size, RenderBits preRender, glu::ShaderProgram *preRender… in runTests() 902 … size_t bufferSize, size_t offset, size_t size, RenderBits preRender, in TextureBufferCase()
|
/aosp_15_r20/system/chre/platform/shared/ |
H A D | host_protocol_chre.cc | 346 size_t bufferSize) { in encodeLogMessages() 355 size_t bufferSize, in encodeLogMessagesV2()
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedOutputStreamTest.java | 446 int bufferSize = 153; in testWriteStringNoTag_fastpath() local 467 final int bufferSize = 16 * 1024; in testWriteToByteBuffer() local
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedOutputStreamTest.java | 446 int bufferSize = 153; in testWriteStringNoTag_fastpath() local 467 final int bufferSize = 16 * 1024; in testWriteToByteBuffer() local
|
/aosp_15_r20/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 259 vkhpp::DeviceSize bufferSize, in CreateBuffer() 270 vkhpp::DeviceSize bufferSize, in CreateBufferWithData()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferTests.cpp | 65 VkDeviceSize getMaxBufferSize(const VkDeviceSize &bufferSize, const VkDeviceSize &alignment, in getMaxBufferSize() 673 uint64_t bufferSize; member
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 62 tcu::TestStatus runCompute(Context &context, uint32_t bufferSize, uint32_t numWGX, uint32_t numWGY,… in runCompute() 596 const uint32_t bufferSize = (uint32_t)sizeof(uint32_t) * m_caseDef.elements; in iterate() local 1190 const uint32_t bufferSize = m_xSize * 2 * (uint32_t)sizeof(uint32_t); in iterate() local
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/ |
D | NoCaptureAudioOutputPermissionTest.java | 42 int bufferSize = AudioRecord.getMinBufferSize(44100, in testCreateAudioRecord() local
|
/aosp_15_r20/frameworks/av/services/camera/virtualcamera/ |
H A D | VirtualCameraRenderThread.cc | 678 Resolution bufferSize = roundTo2DctSize(resolution); in createThumbnail() local 742 Resolution bufferSize = in renderIntoBlobStreamBuffer() local
|
/aosp_15_r20/frameworks/av/camera/ |
H A D | CameraMetadata.cpp | 173 size_t CameraMetadata::bufferSize() const { in bufferSize() function in android::CameraMetadata 321 size_t bufferSize = get_camera_metadata_size(mBuffer); in updateImpl() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
H A D | DefaultAudioTrackBufferSizeProviderAC3Test.java | 38 int bufferSize = in getBufferSizeInBytes_passthroughAC3_isPassthroughBufferSizeTimesMultiplicationFactor() local
|
H A D | DefaultAudioTrackBufferSizeProviderEncodedTest.java | 53 int bufferSize = in getBufferSizeInBytes_veryBigMinBufferSize_isMinBufferSize() local
|
/aosp_15_r20/external/oboe/samples/hello-oboe/src/main/cpp/ |
H A D | LatencyTuningCallback.cpp | 31 int bufferSize = oboeStream->getBufferSizeInFrames(); in onAudioReady() local
|
/aosp_15_r20/system/chre/util/include/chre/util/system/ |
H A D | debug_dump.h | 36 explicit DebugDumpWrapper(size_t bufferSize) in DebugDumpWrapper()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/serialization/ |
H A D | serializer.h | 27 explicit XNNSerializer(size_t bufferSize) in XNNSerializer()
|
/aosp_15_r20/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/ |
H A D | ReadByteStringBenchmark.java | 46 int bufferSize; field in ReadByteStringBenchmark
|