Searched refs:locText (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/glslang/Include/ |
D | InfoSink.h | 99 char locText[maxSize]; in location() local 100 snprintf(locText, maxSize, ":%d", loc.line); in location() 102 append(locText); in location()
|
D | PoolAlloc.h | 110 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;
|
/external/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.cpp | 153 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()
|
D | PoolAlloc.h | 86 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 154 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/ |
D | PythonBootstrapperApplication.cpp | 2137 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()
|