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

1 2 3 4 5 6 7 8 91011>>

  /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/r16/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/android_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, ...) {
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Tooling/Core/
Diagnostic.h 52 Warning = DiagnosticsEngine::Warning,
78 /// \brief Diagnostic level. Can indicate either an error or a warning.

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>