Home
last modified time | relevance | path

Searched refs:locText (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DInfoSink.h99 char locText[maxSize]; in location() local
100 snprintf(locText, maxSize, ":%d", loc.line); in location()
102 append(locText); in location()
DPoolAlloc.h110 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp153 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock()
163 locText, size, data()); in checkGuardBlock()
166 locText, size, data()); in checkGuardBlock()
DPoolAlloc.h86 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;
/external/deqp-deps/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp154 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock()
167 locText, size, data()); in checkGuardBlock()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2137 LOC_STRING *locText = nullptr; in UpdateUIStrings() local
2140 hr = LocGetString(_wixLoc, locName, &locText); in UpdateUIStrings()
2145 SUCCEEDED(hr) && locText ? locText->wzText : likeInstalling in UpdateUIStrings()
2151 LOC_STRING *locText = nullptr; in UpdateUIStrings() local
2154 hr = LocGetString(_wixLoc, locName, &locText); in UpdateUIStrings()
2159 SUCCEEDED(hr) && locText ? locText->wzText : likeInstallation in UpdateUIStrings()
2340 LOC_STRING *locText = nullptr; in ProcessPageControls() local
2341 hr = LocGetString(_wixLoc, controlName, &locText); in ProcessPageControls()
2342 if (SUCCEEDED(hr) && locText && locText->wzText && locText->wzText[0]) { in ProcessPageControls()
2344 hr = BalFormatString(locText->wzText, &text); in ProcessPageControls()