HomeSort by relevance Sort by last modified time
    Searched refs:Warning (Results 301 - 325 of 910) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8909/sdm/include/utils/
debug.h 43 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
95 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { }
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
debug.h 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
94 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { }
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
88 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { }
  /hardware/qcom/display/msm8998/sdm/include/utils/
debug.h 42 #define DLOGW_IF(tag, format, ...) DLOG(tag, Warning, format, ##__VA_ARGS__)
95 virtual void Warning(DebugTag /*tag*/, const char */*format*/, ...) { }
  /prebuilts/gdb/darwin-x86/lib/python2.7/
warnings.py 15 """Issue a deprecation warning for Python 3.x related changes.
25 """Hook to write a warning to a file; replace if you like."""
31 pass # the file (probably stderr) is invalid - this warning gets lost.
37 """Function to format a warning the standard way."""
45 def filterwarnings(action, message="", category=Warning, module="", lineno=0,
51 'message' -- a regex that the warning message must match
52 'category' -- a class that the warning must be a subclass of
63 assert issubclass(category, Warning), "category must be a Warning subclass"
74 def simplefilter(action, category=Warning, lineno=0, append=0)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
warnings.py 15 """Issue a deprecation warning for Python 3.x related changes.
25 """Hook to write a warning to a file; replace if you like."""
31 pass # the file (probably stderr) is invalid - this warning gets lost.
37 """Function to format a warning the standard way."""
45 def filterwarnings(action, message="", category=Warning, module="", lineno=0,
51 'message' -- a regex that the warning message must match
52 'category' -- a class that the warning must be a subclass of
63 assert issubclass(category, Warning), "category must be a Warning subclass"
74 def simplefilter(action, category=Warning, lineno=0, append=0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 15 """Issue a deprecation warning for Python 3.x related changes.
25 """Hook to write a warning to a file; replace if you like."""
31 pass # the file (probably stderr) is invalid - this warning gets lost.
37 """Function to format a warning the standard way."""
45 def filterwarnings(action, message="", category=Warning, module="", lineno=0,
51 'message' -- a regex that the warning message must match
52 'category' -- a class that the warning must be a subclass of
63 assert issubclass(category, Warning), "category must be a Warning subclass"
74 def simplefilter(action, category=Warning, lineno=0, append=0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 15 """Issue a deprecation warning for Python 3.x related changes.
25 """Hook to write a warning to a file; replace if you like."""
31 pass # the file (probably stderr) is invalid - this warning gets lost.
37 """Function to format a warning the standard way."""
45 def filterwarnings(action, message="", category=Warning, module="", lineno=0,
51 'message' -- a regex that the warning message must match
52 'category' -- a class that the warning must be a subclass of
63 assert issubclass(category, Warning), "category must be a Warning subclass"
74 def simplefilter(action, category=Warning, lineno=0, append=0)
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 411 // noreturn, that don't return. If people would like this warning to be more
846 /// as a warning. If a particular use is one we omit warnings for, returns
855 // specifically avoid warning about self references which take the
    [all...]
  /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.h 46 // When we call Error() or Warning(), the module keeps track of the worst
89 Warning (
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.h 28 unsigned Error, Warning, ShuffleError;
56 s.Warning = CHECK_SUCCESS;
67 { s.Warning = w; s.Register = r; };
201 /// add a new error/warning
206 unsigned getWarning() { getErrInfo(); return CrntErrInfo.s.Warning; };
  /external/parameter-framework/upstream/parameter/
SubsystemObject.h 95 core::log::details::Warning warning() const { return _logger.warning(); } function in class:CSubsystemObject
  /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;
  /external/python/cpython2/Modules/_sqlite/
connection.h 108 PyObject* Warning;
  /external/python/cpython3/Modules/_sqlite/
connection.h 97 PyObject* Warning;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmParser.h 71 /// Warning - Emit a warning at the location \arg L, with the message \arg
75 virtual bool Warning(SMLoc L, const Twine &Msg) = 0;
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 42 Warning,
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 31 MsgHandler warning(unsigned int pID);
53 inline mcld::MsgHandler mcld::warning(unsigned int pID) { function in class:mcld
54 return getDiagnosticEngine().report(pID, DiagnosticEngine::Warning);
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/verifier/
DatabaseVerifier.kt 21 import androidx.room.vo.Warning
74 context.logger.w(Warning.CANNOT_CREATE_VERIFICATION_DATABASE, element,
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_debugger.h 61 virtual void Warning(DebugTag tag, const char *format, ...);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_debugger.h 58 virtual void Warning(DebugTag tag, const char *format, ...);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.h 59 virtual void Warning(DebugTag tag, const char *format, ...);
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_debugger.h 57 virtual void Warning(DebugTag tag, const char *format, ...);
  /system/keymaster/android_keymaster/
logger.cpp 57 int Logger::Warning(const char* fmt, ...) {

Completed in 999 milliseconds

<<11121314151617181920>>