Home
last modified time | relevance | path

Searched refs:resArray (Results 1 – 10 of 10) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/shared/
Dmedia_debug_fast_dump_imp.hpp328 auto &resArray = m_gfxMemAsyncData.resPool[resInfo]; in operator ()() local
330 using CR = std::remove_reference<decltype(resArray)>::type::const_reference; in operator ()()
333 resArray.begin(), in operator ()()
334 resArray.end(), in operator ()()
339 if (resIt == resArray.end()) in operator ()()
344 resArray.emplace_back(std::move(tmpRes)); in operator ()()
345 --(resIt = resArray.end()); in operator ()()
347 else if (!m_allowDataLoss && !resArray.empty()) in operator ()()
353 resArray.begin(), in operator ()()
354 resArray.end(), in operator ()()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp259 UnicodeString **resArray = new UnicodeString*[col->count()]; in collectionToString() local
270 resArray[i++] = item; in collectionToString()
275 logln(*resArray[i]); in collectionToString()
278 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings); in collectionToString()
280 result = *resArray[0]; in collectionToString()
284 result += *resArray[i]; in collectionToString()
295 delete [] resArray; in collectionToString()
/external/cronet/tot/third_party/icu/source/test/intltest/
Dcanittst.cpp263 UnicodeString **resArray = new UnicodeString*[col->count()]; in collectionToString() local
274 resArray[i++] = item; in collectionToString()
279 logln(*resArray[i]); in collectionToString()
282 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings); in collectionToString()
284 result = *resArray[0]; in collectionToString()
288 result += *resArray[i]; in collectionToString()
299 delete [] resArray; in collectionToString()
/external/cronet/stable/third_party/icu/source/test/intltest/
Dcanittst.cpp263 UnicodeString **resArray = new UnicodeString*[col->count()]; in collectionToString() local
274 resArray[i++] = item; in collectionToString()
279 logln(*resArray[i]); in collectionToString()
282 qsort(resArray, col->count(), sizeof(UnicodeString *), compareUnicodeStrings); in collectionToString()
284 result = *resArray[0]; in collectionToString()
288 result += *resArray[i]; in collectionToString()
299 delete [] resArray; in collectionToString()
/external/cronet/tot/third_party/icu/source/test/cintltst/
Dcldrtest.c903 UResourceBundle *resArray; in VerifyTranslation() local
991 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation()
1000 end = ures_getSize(resArray); in VerifyTranslation()
1021 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
1032 ures_close(resArray); in VerifyTranslation()
1038 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation()
1046 end = ures_getSize(resArray); in VerifyTranslation()
1062 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
1073 ures_close(resArray); in VerifyTranslation()
Dcreststn.c790 UResourceBundle* resArray = NULL; in TestEmptyTypes() local
871 if(!U_SUCCESS(status) || resArray != NULL || len != 0) { in TestEmptyTypes()
903 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
904 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
919 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
920 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
/external/cronet/stable/third_party/icu/source/test/cintltst/
Dcldrtest.c903 UResourceBundle *resArray; in VerifyTranslation() local
991 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation()
1000 end = ures_getSize(resArray); in VerifyTranslation()
1021 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
1032 ures_close(resArray); in VerifyTranslation()
1038 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation()
1046 end = ures_getSize(resArray); in VerifyTranslation()
1062 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
1073 ures_close(resArray); in VerifyTranslation()
Dcreststn.c790 UResourceBundle* resArray = NULL; in TestEmptyTypes() local
871 if(!U_SUCCESS(status) || resArray != NULL || len != 0) { in TestEmptyTypes()
903 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
904 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
919 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
920 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
/external/icu/icu4c/source/test/cintltst/
Dcldrtest.c903 UResourceBundle *resArray; in VerifyTranslation() local
996 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation()
1005 end = ures_getSize(resArray); in VerifyTranslation()
1030 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
1041 ures_close(resArray); in VerifyTranslation()
1047 resArray = ures_getByKeyWithFallback(format, "wide", NULL, &errorCode); in VerifyTranslation()
1055 end = ures_getSize(resArray); in VerifyTranslation()
1075 … const UChar *fromBundleStr = ures_getStringByIndex(resArray, idx, &langSize, &errorCode); in VerifyTranslation()
1086 ures_close(resArray); in VerifyTranslation()
Dcreststn.c794 UResourceBundle* resArray = NULL; in TestEmptyTypes() local
875 if(!U_SUCCESS(status) || resArray != NULL || len != 0) { in TestEmptyTypes()
907 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
908 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()
923 resArray=ures_getByIndex(res, 0, resArray, &status); in TestEmptyTypes()
924 if(U_SUCCESS(status) || resArray != NULL){ in TestEmptyTypes()