/external/stressapptest/src/ |
D | os.cc | 160 string errtxt = ErrorString(err); in VirtualToPhysical() 240 string errtxt = ErrorString(err); in FlushPageCache() 251 string errtxt = ErrorString(err); in FlushPageCache() 546 string errtxt = ErrorString(err); in AllocateTestMem() 557 string errtxt = ErrorString(err); in AllocateTestMem() 563 string errtxt = ErrorString(err); in AllocateTestMem() 586 string errtxt = ErrorString(err); in AllocateTestMem() 595 string errtxt = ErrorString(err); in AllocateTestMem() 614 string errtxt = ErrorString(err); in AllocateTestMem() 716 string errtxt = ErrorString(errno); in PrepareTestMem() [all …]
|
D | sattypes.h | 181 inline string ErrorString(int error_num) { in ErrorString() function
|
/external/mesa3d/src/mesa/program/ |
D | program.c | 87 ctx->Program.ErrorString = strdup(""); in _mesa_init_program() 132 free((void *) ctx->Program.ErrorString); in _mesa_free_program_data() 173 free((void *) ctx->Program.ErrorString); in _mesa_set_program_error() 176 ctx->Program.ErrorString = strdup(string); in _mesa_set_program_error()
|
/external/skqp/tools/mdbviz/ |
D | Model.h | 26 static const char* ErrorString(ErrorCode);
|
D | Model.cpp | 54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() function in Model
|
D | mainwindow.cpp | 86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
|
/external/skia/tools/mdbviz/ |
D | Model.h | 26 static const char* ErrorString(ErrorCode);
|
D | Model.cpp | 54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() function in Model
|
D | mainwindow.cpp | 86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
|
/external/python/cpython2/Include/ |
D | pyexpat.h | 18 const XML_LChar * (*ErrorString)(enum XML_Error code); member
|
/external/python/cpython3/Include/ |
D | pyexpat.h | 18 const XML_LChar * (*ErrorString)(enum XML_Error code); member
|
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 375 std::string ErrorString; in initialiseDisassemblyMembers() local 380 TargetRegistry::lookupTarget(ArchName, ObjectTriple, ErrorString); in initialiseDisassemblyMembers() 384 "\", failed with error: " + ErrorString) in initialiseDisassemblyMembers()
|
/external/mesa3d/src/mesa/main/ |
D | getstring.c | 163 return (const GLubyte *) ctx->Program.ErrorString; in _mesa_GetString()
|
D | mtypes.h | 2281 const char *ErrorString; /* GL_PROGRAM_ERROR_STRING_ARB/NV */ member
|
/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 219 exc = SAXParseException(expat.ErrorString(e.code), e, self)
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 222 exc = SAXParseException(expat.ErrorString(e.code), e, self)
|
/external/python/cpython2/Lib/test/ |
D | test_pyexpat.py | 255 self.assertEqual(expat.ErrorString(cm.exception.code),
|
D | test_xml_etree.py | 2641 self.assertEqual(expat.ErrorString(self._get_error('foo').code),
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 272 self.assertEqual(expat.ErrorString(cm.exception.code),
|
/external/python/cpython3/Doc/library/ |
D | pyexpat.rst | 62 .. function:: ErrorString(errno) 261 :func:`ErrorString` function, or compared to one of the constants defined in the
|
/external/python/cpython2/Doc/library/ |
D | pyexpat.rst | 63 .. function:: ErrorString(errno) 287 :func:`ErrorString` function, or compared to one of the constants defined in the
|
/external/python/cpython3/Modules/ |
D | pyexpat.c | 1858 capi.ErrorString = XML_ErrorString; in MODULE_INITFUNC()
|
D | _elementtree.c | 3168 message ? message : EXPAT(ErrorString)(error_code), in expat_set_error()
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 2030 capi.ErrorString = XML_ErrorString; in MODULE_INITFUNC()
|
D | _elementtree.c | 2710 EXPAT(ErrorString)(EXPAT(GetErrorCode)(self->parser)),
|