Home
last modified time | relevance | path

Searched refs:WarningMessage (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/
Dwarnings.py12 msg = WarningMessage(message, category, filename, lineno, file, line)
17 msg = WarningMessage(message, category, filename, lineno, None, line)
394 msg = WarningMessage(message, category, filename, lineno, source)
398 class WarningMessage(object): class
/third_party/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp94 if (warningFlags != 0 || !er.WarningMessage.IsEmpty()) in OpenResult()
109 if (!er.WarningMessage.IsEmpty()) in OpenResult()
112 *_so << "WARNINGS:" << endl << er.WarningMessage << endl; in OpenResult()
DExtractCallbackConsole.cpp689 if (warningFlags != 0 || !er.WarningMessage.IsEmpty()) in OpenResult()
709 if (!er.WarningMessage.IsEmpty()) in OpenResult()
712 *_so << "WARNINGS:" << endl << er.WarningMessage << endl; in OpenResult()
DList.cpp947 if (!er.WarningMessage.IsEmpty()) in ErrorInfo_Print()
948 PrintPropPair(so, "WARNING", er.WarningMessage, true); in ErrorInfo_Print()
1198 if (!arc.WarningMessage.IsEmpty()) in ListArchives()
/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.h167 UString WarningMessage; member
203 || !WarningMessage.IsEmpty(); in IsThereErrorOrWarning()
DOpenArchive.cpp1255 WarningMessage.Empty(); in ClearErrors()
1289 ErrorInfo.WarningMessage = (prop.vt == VT_BSTR ? prop.bstrVal : L"Unknown warning"); in ReadBasicProps()
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dexpect.py520 class WarningMessage(SpirvTest): class
541 WarningMessage):
557 CorrectAssemblyFilePreamble, WarningMessage):
/third_party/spirv-tools/test/tools/
Dexpect.py535 class WarningMessage(SpirvTest): class
556 WarningMessage):
572 CorrectAssemblyFilePreamble, WarningMessage):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dexpect.py520 class WarningMessage(SpirvTest): class
541 WarningMessage):
557 CorrectAssemblyFilePreamble, WarningMessage):
/third_party/python/Lib/test/support/
Dwarnings_helper.py65 elif attr in warnings.WarningMessage._WARNING_DETAILS:
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp513 if (!er.WarningMessage.IsEmpty()) in ErrorInfo_Print()
517 s += er.WarningMessage; in ErrorInfo_Print()
/third_party/python/Python/
D_warnings.c561 _Py_IDENTIFIER(WarningMessage); in call_show_warning()
/third_party/python/Doc/c-api/
Dexceptions.rst361 :exc:`ResourceWarning` and it passes *source* to :func:`warnings.WarningMessage`.
/third_party/python/Tools/c-analyzer/
DTODO480 Python/_warnings.c:call_show_warning():PyId_WarningMessage _Py_IDENTIFIER(WarningMessage)
/third_party/python/Misc/NEWS.d/
D3.6.0a1.rst1530 :class:`warnings.WarningMessage`. Add warnings._showwarnmsg() which uses
/third_party/python/Doc/whatsnew/
D3.6.rst1700 :class:`warnings.WarningMessage` (contributed by Victor Stinner in