Home
last modified time | relevance | path

Searched refs:errorStr (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
DFastTimes.c338 Str255 errorStr; in FindFunctionInSharedLib() local
346 kLoadCFrag, &connID, &entry, errorStr)) return(NULL); in FindFunctionInSharedLib()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSelfInitChecker.cpp68 const char *errorStr) const;
145 const char *errorStr) const { in checkForInvalidSelf()
163 BugReport *report = new BugReport(*BT, errorStr, N); in checkForInvalidSelf()
/external/deqp/modules/glshared/
DglsShaderLibrary.cpp176 void parseError (const std::string& errorStr);
227 void ShaderParser::parseError (const std::string& errorStr) in parseError() argument
230 …throw tcu::InternalError((string("Parser error: ") + errorStr + " near '" + atStr + " ...'").c_str… in parseError()
/external/chromium_org/third_party/tlslite/tlslite/
Dtlsrecordlayer.py519 def _sendError(self, alertDescription, errorStr=None): argument
524 raise TLSLocalAlert(alert, errorStr)