Home
last modified time | relevance | path

Searched refs:resultAvailable (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DFullDuplexStream.cpp57 oboe::ResultWithValue<int32_t> resultAvailable = getInputStream()->getAvailableFrames(); in onAudioReady() local
58 if (!resultAvailable) { in onAudioReady()
60 __func__, convertToText(resultAvailable.error())); in onAudioReady()
63 int32_t framesAvailable = resultAvailable.value(); in onAudioReady()
74 oboe::ResultWithValue<int32_t> resultAvailable = getInputStream()->getAvailableFrames(); in onAudioReady() local
75 if (!resultAvailable) { in onAudioReady()
76 LOGE("%s() getAvailableFrames() returned %s\n", __func__, convertToText(resultAvailable.error())); in onAudioReady()
79 int32_t framesAvailable = resultAvailable.value(); in onAudioReady()
/third_party/icu/icu4c/source/common/
H A Dlocalematcher.cpp791 uloc_acceptLanguage(char *result, int32_t resultAvailable, in uloc_acceptLanguage() argument
797 if ((result == nullptr ? resultAvailable != 0 : resultAvailable < 0) || in uloc_acceptLanguage()
807 result, resultAvailable, outResult, *status); in uloc_acceptLanguage()
811 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, in uloc_acceptLanguageFromHTTP() argument
817 if ((result == nullptr ? resultAvailable != 0 : resultAvailable < 0) || in uloc_acceptLanguageFromHTTP()
825 result, resultAvailable, outResult, *status); in uloc_acceptLanguageFromHTTP()
/third_party/node/deps/icu-small/source/common/
H A Dlocalematcher.cpp791 uloc_acceptLanguage(char *result, int32_t resultAvailable, in uloc_acceptLanguage() argument
797 if ((result == nullptr ? resultAvailable != 0 : resultAvailable < 0) || in uloc_acceptLanguage()
807 result, resultAvailable, outResult, *status); in uloc_acceptLanguage()
811 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, in uloc_acceptLanguageFromHTTP() argument
817 if ((result == nullptr ? resultAvailable != 0 : resultAvailable < 0) || in uloc_acceptLanguageFromHTTP()
825 result, resultAvailable, outResult, *status); in uloc_acceptLanguageFromHTTP()
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocalematcher.cpp809 uloc_acceptLanguage(char *result, int32_t resultAvailable, in uloc_acceptLanguage() argument
815 if ((result == nullptr ? resultAvailable != 0 : resultAvailable < 0) || in uloc_acceptLanguage()
825 result, resultAvailable, outResult, *status); in uloc_acceptLanguage()
829 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, in uloc_acceptLanguageFromHTTP() argument
835 if ((result == nullptr ? resultAvailable != 0 : resultAvailable < 0) || in uloc_acceptLanguageFromHTTP()
843 result, resultAvailable, outResult, *status); in uloc_acceptLanguageFromHTTP()
/third_party/icu/icu4c/source/common/unicode/
H A Duloc.h1093 * @param resultAvailable the size of the result buffer.
1104 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable,
1117 * @param resultAvailable the size of the result buffer.
1129 uloc_acceptLanguage(char *result, int32_t resultAvailable,
/third_party/node/deps/icu-small/source/common/unicode/
H A Duloc.h1093 * @param resultAvailable the size of the result buffer.
1104 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable,
1117 * @param resultAvailable the size of the result buffer.
1129 uloc_acceptLanguage(char *result, int32_t resultAvailable,
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duloc.h1093 * @param resultAvailable the size of the result buffer.
1104 uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable,
1117 * @param resultAvailable the size of the result buffer.
1129 uloc_acceptLanguage(char *result, int32_t resultAvailable,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DQueryGL.cpp199 GLuint resultAvailable = 0; in flush() local
200 mFunctions->getQueryObjectuiv(id, GL_QUERY_RESULT_AVAILABLE, &resultAvailable); in flush()
201 if (resultAvailable == GL_FALSE) in flush()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp368 deUint32 resultAvailable = GL_FALSE; in iterate() local
369 glGetQueryObjectuiv(queryIds[0], GL_QUERY_RESULT_AVAILABLE, &resultAvailable); in iterate()
371 if (resultAvailable == GL_FALSE) in iterate()
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1830 int32_t uloc_acceptLanguage(char *result, int32_t resultAvailable, UAcceptResult *outResult, const char **acceptList, in uloc_acceptLanguage() argument
1833 return U_ICU_ENTRY_POINT_RENAME(uloc_acceptLanguage)(result, resultAvailable, outResult, acceptList, in uloc_acceptLanguage()
1836 int32_t uloc_acceptLanguageFromHTTP(char *result, int32_t resultAvailable, UAcceptResult *outResult, in uloc_acceptLanguageFromHTTP() argument
1840 return U_ICU_ENTRY_POINT_RENAME(uloc_acceptLanguageFromHTTP)(result, resultAvailable, outResult, httpAcceptLanguage, in uloc_acceptLanguageFromHTTP()

Completed in 19 milliseconds