/aosp_15_r20/art/test/802-deoptimization/src/ |
H A D | DeoptimizationController.java | 89 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing()
|
/aosp_15_r20/libcore/support/src/test/java/tests/support/ |
H A D | Support_ASimpleWriter.java | 34 public Support_ASimpleWriter(int bufferSize) { in Support_ASimpleWriter()
|
/aosp_15_r20/hardware/google/pixel/perfstatsd/include/ |
D | statstype.h | 38 size_t bufferSize() { return mBuffer.size(); } in bufferSize() function
|
/aosp_15_r20/external/brotli/java/org/brotli/wrapper/enc/ |
H A D | BrotliEncoderChannel.java | 32 int bufferSize) throws IOException { in BrotliEncoderChannel()
|
H A D | BrotliOutputStream.java | 29 public BrotliOutputStream(OutputStream destination, Encoder.Parameters params, int bufferSize) in BrotliOutputStream()
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkObjUtil.hpp | 168 …Buffer> makeBuffer(const DeviceInterface &vk, const VkDevice device, const VkDeviceSize bufferSize, in makeBuffer()
|
/aosp_15_r20/external/oboe/include/oboe/ |
H A D | LatencyTuner.h | 91 void setMinimumBufferSize(int32_t bufferSize) { in setMinimumBufferSize()
|
/aosp_15_r20/external/oboe/src/common/ |
H A D | QuirksManager.h | 71 virtual int32_t clipBufferSize(AudioStream &stream, int32_t bufferSize) { in clipBufferSize()
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/ |
H A D | chrome_traced_tracing_session.ts | 193 let bufferSize = 0; variable
|
/aosp_15_r20/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_enc.cpp | 120 EGLint rcQueryEGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcQueryEGLString_enc() 167 EGLint rcGetGLString_enc(void *self , EGLenum name, void* buffer, EGLint bufferSize) in rcGetGLString_enc() 1478 GLint rcCompose_enc(void *self , uint32_t bufferSize, void* buffer) in rcCompose_enc() 2340 void rcComposeAsync_enc(void *self , uint32_t bufferSize, void* buffer) in rcComposeAsync_enc() 2399 GLint rcComposeWithoutPost_enc(void *self , uint32_t bufferSize, void* buffer) in rcComposeWithoutPost_enc() 2444 void rcComposeAsyncWithoutPost_enc(void *self , uint32_t bufferSize, void* buffer) in rcComposeAsyncWithoutPost_enc() 2775 int rcGetHostExtensionsString_enc(void *self , uint32_t bufferSize, void* buffer) in rcGetHostExtensionsString_enc()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-binary-xml/android_common_apex30/javac/ |
D | modules-utils-binary-xml.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-binary-xml/android_common/javac/ |
D | modules-utils-binary-xml.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fSynchronizationTests.cpp | 237 const int bufferSize = bufferElements * (int)sizeof(uint32_t); in init() local 251 const int bufferSize = bufferElements * (int)sizeof(uint32_t); in init() local 281 const int bufferSize = bufferElements * (int)sizeof(uint32_t); in init() local 1767 …const int bufferSize = numElements * (int)((m_formatInteger) ? (sizeof(int32_t)) : (sizeof(glw::G… in genStorage() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryBindingTests.cpp | 148 VkDeviceSize bufferSize; member 175 … VkDeviceSize bufferSize, VkImageCreateFlags imageCreateFlags, in makeBindingCaseParameters() 1154 const VkDeviceSize bufferSize = allocationSizes[sizeNdx]; in createMemoryBindingTests() local
|
/aosp_15_r20/tools/security/fuzzing/llm/xmlreader_fuzzer/ |
H A D | XmlRead_Memory_Fuzzer.cpp | 48 int bufferSize = buffer.length(); in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/webrtc/modules/third_party/portaudio/ |
H A D | pa_ringbuffer.h | 92 ring_buffer_size_t bufferSize; /**< Number of elements in FIFO. Power of 2. member
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/ |
H A D | FileAsyncRequestBodySplitHelperTest.java | 63 long bufferSize = 55l; in split_differentChunkSize_shouldSplitCorrectly() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 148 const auto bufferSize = condSize + condOffset; in ConditionBuffer() local 230 const auto bufferSize = static_cast<VkDeviceSize>(sizeof(data)); in makeIndirectBuffer() local
|
/aosp_15_r20/system/chre/chpp/ |
H A D | transport.c | 923 size_t bufferSize = context->linkBufferSize; in chppAddFooter() local 1123 size_t bufferSize = context->linkBufferSize; in chppAppendToPendingTxPacket() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/reactivex/rxjava2/rxjava/2.2.9/ |
HD | rxjava-2.2.9.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/reactivex/
io/ ... |
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | ByteBufferBulkBenchmark.java | 43 @Param({"4096", "1232896"}) private int bufferSize; field in ByteBufferBulkBenchmark
|
/aosp_15_r20/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
H A D | SimpleAudioOutput.java | 63 int bufferSize = 8 * minBufferSizeBytes / 8; in createAudioTrack() local
|
/aosp_15_r20/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/ |
H A D | SimpleAudioOutput.java | 63 int bufferSize = 8 * minBufferSizeBytes / 8; in createAudioTrack() local
|
/aosp_15_r20/system/libfmq/include/fmq/ |
H A D | AidlMQDescriptorShim.h | 76 AidlMQDescriptorShim<T, flavor>::AidlMQDescriptorShim(size_t bufferSize, native_handle_t* nHandle, in AidlMQDescriptorShim()
|
/aosp_15_r20/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/ |
H A D | SimpleAudioOutput.java | 63 int bufferSize = 8 * minBufferSizeBytes / 8; in createAudioTrack() local
|