/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | TraceBuffer.java | 104 public TraceBuffer(int bufferCapacity) { in TraceBuffer() 108 public TraceBuffer(int bufferCapacity, Consumer<T> protoDequeuedCallback) { in TraceBuffer() 112 public TraceBuffer(int bufferCapacity, ProtoProvider protoProvider, in TraceBuffer()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
H A D | TraceBufferTest.java | 92 final int bufferCapacity = objectSize * 2 + 1; in test_addItemMustOverwriteOne() local 128 final int bufferCapacity = objectSize * 2; in test_addItemMustOverwriteMultiple() local
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/ |
H A D | AnalyzerActivity.java | 100 int bufferCapacity = outStream.getBufferCapacityInFrames(); in getCommonTestReport() local 101 …rt.append(String.format(Locale.getDefault(), "out.buffer.capacity.frames = %d\n", bufferCapacity)); in getCommonTestReport() local
|
H A D | StreamConfigurationView.java | 406 int bufferCapacity = Integer.parseInt(text); in applyToModel() local
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ulocbuilder.cpp | 114 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLocaleID() 130 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLanguageTag()
|
H A D | uloc.cpp | 733 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue() 863 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue()
|
H A D | ucnvsel.cpp | 284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ulocbuilder.cpp | 114 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLocaleID() 129 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLanguageTag()
|
H A D | uloc.cpp | 709 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue() 849 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue()
|
H A D | ucnvsel.cpp | 284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize()
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ |
H A D | SharedFlow.kt | 284 …val bufferCapacity = if (bufferCapacity0 < 0) Int.MAX_VALUE else bufferCapacity0 // coerce to MAX_… in emit() constant 314 private val bufferCapacity: Int, constant in kotlinx.coroutines.flow.SharedFlowImpl
|
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
H A D | AudioTrackLatencyTest.java | 140 int bufferCapacity = track.getBufferCapacityInFrames(); in testSetBufferSizeOnTrack() local 458 int bufferCapacity = track.getBufferCapacityInFrames(); in testGetUnderrunCount() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/av/media/libaaudio/src/aaudio-aidl-cpp-source/gen/include/aaudio/ |
D | StreamParameters.h | 39 int32_t bufferCapacity = 0; variable
|
/aosp_15_r20/frameworks/av/media/libaaudio/tests/ |
H A D | test_recovery.cpp | 34 int32_t bufferCapacity; in main() local
|
H A D | test_open_params.cpp | 49 int32_t bufferCapacity; in testOpenOptions() local
|
/aosp_15_r20/external/icu/libicu/cts_headers/unicode/ |
H A D | uniset.h | 302 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 298 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 298 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/unicode/ |
H A D | uniset.h | 302 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/aosp_15_r20/external/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 302 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 298 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 298 int32_t bufferCapacity = 0; // capacity of buffer variable
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | IpConnectivityMetrics.java | 156 public int bufferCapacity() { in bufferCapacity() method in IpConnectivityMetrics
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | LegacyProtoLogImpl.java | 86 public LegacyProtoLogImpl(File file, String viewerConfigFilename, int bufferCapacity, in LegacyProtoLogImpl()
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | number_capi.cpp | 178 unumf_resultToString(const UFormattedNumber* uresult, char16_t* buffer, int32_t bufferCapacity, in unumf_resultToString()
|