HomeSort by relevance Sort by last modified time
    Searched defs:Warning (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
ParserWarning.py 2 # This file is used to be the warning class of ECC tool
18 class Warning (Exception):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
ParserWarning.py 2 # Warning information of Eot
14 class Warning (Exception):
  /dalvik/dexgen/src/com/android/dexgen/util/
Warning.java 20 * Exception which is meant to indicate a non-fatal warning.
22 public class Warning extends RuntimeException {
28 public Warning(String message) {
  /dalvik/dx/src/com/android/dx/util/
Warning.java 20 * Exception which is meant to indicate a non-fatal warning.
22 public class Warning extends RuntimeException {
28 public Warning(String message) {
  /external/clang/test/CoverageMapping/
trycatch.cpp 9 class Warning {
33 catch(const Warning &w) { // CHECK-NEXT: File 0, [[@LINE]]:27 -> [[@LINE+2]]:4 = #4
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
message.h 24 Warning,
34 // Given a glslang warning/error message, processes it in the following way and
41 // * Places the rest of the message (the text past warning/error prefix, source
52 // "Warning, Message"
65 // suppress_warnings boolean is set then any warning messages are ignored. This
  /system/keymaster/
logger.cpp 57 int Logger::Warning(const char* fmt, ...) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h 30 const char *Warning() { return Red(); }
  /external/parameter-framework/upstream/parameter/log/include/log/
LogWrapper.h 76 mLogger.warning(mProlog + mLog.str());
131 /** Default warning logger type */
132 typedef details::LogWrapper<true> Warning;
  /frameworks/compile/mclinker/include/mcld/LD/
Resolver.h 31 enum Action { Success, Warning, Abort, LastAction };
  /external/google-breakpad/src/common/
stabs_to_module.cc 148 void StabsToModule::Warning(const char *format, ...) {
stabs_reader_unittest.cc 226 void Warning(const char *format, ...) { MockWarning(format); }
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 68 bool Warning(SMLoc L, const Twine &Msg) {
69 return getParser().Warning(L, Msg);
  /external/nist-sip/java/gov/nist/javax/sip/header/
Warning.java 45 public class Warning extends SIPHeader implements WarningHeader {
57 * the Warning header, for use in debugging
68 public Warning() {
69 super(WARNING);
121 "Code parameter in the Warning header is invalid: code="
132 throw new NullPointerException("the host parameter in the Warning header is null");
146 "The text parameter in the Warning header is null",
153 * $Log: Warning.java,v $
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmParserExtension.h 59 bool Warning(SMLoc L, const Twine &Msg) {
60 return getParser().Warning(L, Msg);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
UtilsMsgs.c 18 EFI tools utility functions to display warning, error, and informational
98 Typical error/warning message format:
177 Print a parser warning, using the source file name and line number
182 OffendingText - text to print in the warning message
183 MsgFmt - format string to print at the end of the warning message
194 PrintMessage ("warning", mSourceFileName, mSourceFileLineNum, ErrorCode, OffendingText, MsgFmt, List);
205 Warning (
216 Print a warning message.
219 FileName - name of the file where the warning was detected, or the name
220 of the application that detected the warning
    [all...]
  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 47 Warning,
  /external/llvm/lib/AsmParser/
LLLexer.h 66 void Warning(LocTy WarningLoc, const Twine &Msg) const;
67 void Warning(const Twine &Msg) const { return Warning(getLoc(), Msg); }
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.cpp 117 void HWCDebugHandler::Warning(DebugTag /*tag*/, const char *format, ...) {
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_debugger.cpp 119 void HWCDebugHandler::Warning(DebugTag tag, const char *format, ...) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.h 108 PyObject* Warning;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.c 2 EFI tools utility functions to display warning, error, and informational messages
86 Typical error/warning message format:
200 Print a parser warning, using the source file name and line number
205 OffendingText - text to print in the warning message
206 MsgFmt - format string to print at the end of the warning message
228 // See if we've exceeded our warning count
240 PrintMessage ("WARNING", mSourceFileName, mSourceFileLineNum, ErrorCode, OffendingText, MsgFmt, List);
243 // Don't set warning status accordingly
251 Warning (
262 Print a warning message.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiUtilityMsgs.c 18 EFI tools utility functions to display warning, error, and informational
108 Typical error/warning message format:
234 Print a parser warning, using the source file name and line number
239 OffendingText - text to print in the warning message
240 MsgFmt - format string to print at the end of the warning message
262 // See if we've exceeded our warning count
274 PrintMessage ("warning", mSourceFileName, mSourceFileLineNum, ErrorCode, OffendingText, MsgFmt, List);
285 Warning (
296 Print a warning message.
299 FileName - name of the file where the warning was detected, or the name
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConOut.c 192 BOOLEAN Warning;
195 Warning = FALSE;
244 Warning = TRUE;
323 if (Warning) {
  /external/clang/include/clang/Basic/
DiagnosticOptions.h 34 Warning = 1 << 2,
36 All = Note | Remark | Warning | Error

Completed in 799 milliseconds

1 2 3 4 5 6 7 8 910