Searched refs:resIndex (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | aliastst.cpp | 180 resIndex = ures_open(NULL,"res_index", &status); in LocaleAliasTest() 183 resIndex=NULL; in LocaleAliasTest() 192 ures_close(resIndex); in ~LocaleAliasTest() 198 if(resIndex==NULL){ in isLocaleAvailable() 203 ures_getStringByKey(resIndex, loc,&len, &status); in isLocaleAvailable()
|
H A D | aliastst.h | 27 UResourceBundle* resIndex; member in LocaleAliasTest
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cloctst.c | 3239 static UBool isLocaleAvailable(UResourceBundle* resIndex, const char* loc){ in isLocaleAvailable() argument 3242 ures_getStringByKey(resIndex, loc,&len, &status); in isLocaleAvailable() 3253 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); in TestCalendar() local 3268 if(!isLocaleAvailable(resIndex, newLoc)){ in TestCalendar() 3281 ures_close(resIndex); in TestCalendar() 3289 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); in TestDateFormat() local 3302 if(!isLocaleAvailable(resIndex, newLoc)){ in TestDateFormat() 3324 ures_close(resIndex); in TestDateFormat() 3332 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); in TestCollation() local 3346 if(!isLocaleAvailable(resIndex, newLo in TestCollation() 3456 UResourceBundle *resIndex = ures_open(NULL,"res_index", &status); TestULocale() local 3501 UResourceBundle *resIndex = NULL; TestUResourceBundle() local [all...] |
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | Tests.cpp | 1312 for(size_t resIndex = resources.size(); resIndex--; )
in TestMultithreading() 1315 CHECK_HR( resources[resIndex].resource->Map(0, NULL, &mappedPtr) );
in TestMultithreading() 1317 ValidateData(mappedPtr, resources[resIndex].size, resources[resIndex].dataSeed);
in TestMultithreading() 1320 if((resIndex % 3) == 1)
in TestMultithreading() 1322 resources[resIndex].resource->Unmap(0, &EMPTY_RANGE);
in TestMultithreading()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 529 for (GLsizei resIndex = 0; resIndex < param.dataNElements; ++resIndex) in WriteResourceIDPointerParamReplay() 531 ParamT id = returnedIDs[resIndex]; in WriteResourceIDPointerParamReplay() 532 if (resIndex > 0) in WriteResourceIDPointerParamReplay()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 10035 unsigned resIndex = 0; in emit_memory_register() local 10046 resIndex = inst->Src[regIndex].Register.Index; in emit_memory_register() 10055 resIndex = reg->Register.Index; in emit_memory_register() 10067 resIndex = reg->Register.Index; in emit_memory_register() 10076 emit_dword(emit, resIndex); in emit_memory_register()
|
Completed in 33 milliseconds