Home
last modified time | relevance | path

Searched refs:ErrorString (Results 1 – 25 of 28) sorted by relevance

12

/external/stressapptest/src/
Dos.cc152 string errtxt = ErrorString(err); in VirtualToPhysical()
225 string errtxt = ErrorString(err); in FlushPageCache()
236 string errtxt = ErrorString(err); in FlushPageCache()
531 string errtxt = ErrorString(err); in AllocateTestMem()
542 string errtxt = ErrorString(err); in AllocateTestMem()
548 string errtxt = ErrorString(err); in AllocateTestMem()
571 string errtxt = ErrorString(err); in AllocateTestMem()
580 string errtxt = ErrorString(err); in AllocateTestMem()
599 string errtxt = ErrorString(err); in AllocateTestMem()
701 string errtxt = ErrorString(errno); in PrepareTestMem()
[all …]
Dsattypes.h181 inline string ErrorString(int error_num) { in ErrorString() function
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.h132 const char *ErrorString; variable
180 ErrorString(0), ValueList(C), MDValueList(C) { in BitcodeReader()
200 ErrorString = Str; in Error()
203 const char *getErrorString() const { return ErrorString; } in getErrorString()
/external/mesa3d/src/mesa/program/
Dprogram.c85 ctx->Program.ErrorString = strdup(""); in _mesa_init_program()
129 free((void *) ctx->Program.ErrorString); in _mesa_free_program_data()
170 free((void *) ctx->Program.ErrorString); in _mesa_set_program_error()
173 ctx->Program.ErrorString = strdup(string); in _mesa_set_program_error()
/external/skia/tools/mdbviz/
DModel.h26 static const char* ErrorString(ErrorCode);
DModel.cpp54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() function in Model
Dmainwindow.cpp86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
/external/skqp/tools/mdbviz/
DModel.h26 static const char* ErrorString(ErrorCode);
DModel.cpp54 const char* Model::ErrorString(ErrorCode err) { in ErrorString() function in Model
Dmainwindow.cpp86 this->statusBar()->showMessage(Model::ErrorString(err)); in loadFile()
/external/python/cpython2/Include/
Dpyexpat.h18 const XML_LChar * (*ErrorString)(enum XML_Error code); member
/external/python/cpython3/Include/
Dpyexpat.h18 const XML_LChar * (*ErrorString)(enum XML_Error code); member
/external/mesa3d/src/mesa/main/
Dgetstring.c153 return (const GLubyte *) ctx->Program.ErrorString; in _mesa_GetString()
Dmtypes.h2078 const char *ErrorString; /* GL_PROGRAM_ERROR_STRING_ARB/NV */ member
/external/syslinux/efi64/include/efi/
Defipxebc.h98 CHAR8 ErrorString[127]; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defipxebc.h98 CHAR8 ErrorString[127]; member
/external/syslinux/efi32/include/efi/
Defipxebc.h98 CHAR8 ErrorString[127]; member
/external/python/cpython3/Lib/xml/sax/
Dexpatreader.py212 exc = SAXParseException(expat.ErrorString(e.code), e, self)
/external/python/cpython2/Lib/xml/sax/
Dexpatreader.py215 exc = SAXParseException(expat.ErrorString(e.code), e, self)
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py271 self.assertEqual(expat.ErrorString(cm.exception.code),
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py255 self.assertEqual(expat.ErrorString(cm.exception.code),
/external/python/cpython2/Doc/library/
Dpyexpat.rst63 .. function:: ErrorString(errno)
287 :func:`ErrorString` function, or compared to one of the constants defined in the
/external/python/cpython3/Doc/library/
Dpyexpat.rst62 .. function:: ErrorString(errno)
261 :func:`ErrorString` function, or compared to one of the constants defined in the
/external/python/cpython3/Modules/
Dpyexpat.c1874 capi.ErrorString = XML_ErrorString; in MODULE_INITFUNC()
/external/python/cpython2/Modules/
Dpyexpat.c2032 capi.ErrorString = XML_ErrorString; in MODULE_INITFUNC()

12