Home
last modified time | relevance | path

Searched defs:bufferCapacity (Results 1 – 18 of 18) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DAnalyzerActivity.java100 int bufferCapacity = outStream.getBufferCapacityInFrames(); in getCommonTestReport() local
101 …rt.append(String.format(Locale.getDefault(), "out.buffer.capacity.frames = %d\n", bufferCapacity)); in getCommonTestReport() local
DStreamConfigurationView.java406 int bufferCapacity = Integer.parseInt(text); in applyToModel() local
/external/icu/icu4c/source/common/
Dulocbuilder.cpp114 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLocaleID()
130 char* buffer, int32_t bufferCapacity, UErrorCode* err) { in ulocbld_buildLanguageTag()
Ducnvsel.cpp284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize()
Duloc.cpp733 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue()
863 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharedFlow.kt274 …val bufferCapacity = if (bufferCapacity0 < 0) Int.MAX_VALUE else bufferCapacity0 // coerce to MAX_… in emit() constant
304 private val bufferCapacity: Int, constant in kotlinx.coroutines.flow.SharedFlowImpl
/external/icu/icu4c/source/common/unicode/
Duniset.h302 int32_t bufferCapacity = 0; // capacity of buffer variable
/external/icu/libicu/cts_headers/unicode/
Duniset.h302 int32_t bufferCapacity = 0; // capacity of buffer variable
/external/cronet/third_party/icu/source/common/unicode/
Duniset.h302 int32_t bufferCapacity = 0; // capacity of buffer variable
/external/cronet/third_party/icu/source/common/
Duloc.cpp728 char* buffer, int32_t bufferCapacity, in uloc_getKeywordValue()
867 char* buffer, int32_t bufferCapacity, in uloc_setKeywordValue()
Ducnvsel.cpp284 void* buffer, int32_t bufferCapacity, UErrorCode* status) { in ucnvsel_serialize()
Dloclikely.cpp1187 int32_t bufferCapacity, in do_canonicalize()
/external/cronet/third_party/icu/source/i18n/
Dnumber_capi.cpp180 unumf_resultToString(const UFormattedNumber* uresult, char16_t* buffer, int32_t bufferCapacity, in unumf_resultToString()
/external/oboe/tests/
DtestStreamClosedMethods.cpp144 int32_t bufferCapacity = mStream->getBufferCapacityInFrames(); in TEST_F() local
/external/icu/icu4c/source/i18n/
Dnumber_capi.cpp178 unumf_resultToString(const UFormattedNumber* uresult, char16_t* buffer, int32_t bufferCapacity, in unumf_resultToString()
/external/icu/icu4c/source/tools/toolutil/
Dudbgutil.cpp573 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,… in udbg_getSystemParameterValueByIndex()
/external/cronet/third_party/icu/source/tools/toolutil/
Dudbgutil.cpp575 U_CAPI int32_t udbg_getSystemParameterValueByIndex(int32_t i, char *buffer, int32_t bufferCapacity,… in udbg_getSystemParameterValueByIndex()
/external/icu/libicu/src/
Dshim.cpp1030 …(const char * localeID, const char * keywordName, char * buffer, int32_t bufferCapacity, UErrorCod… in uloc_getKeywordValue()
1057 …st char * keywordName, const char * keywordValue, char * buffer, int32_t bufferCapacity, UErrorCod… in uloc_setKeywordValue()