Home
last modified time | relevance | path

Searched defs:warning (Results 1 – 25 of 183) sorted by relevance

12345678

/external/libnl/include/netlink-private/
Dutils.h32 #define _NL_PRAGMA_WARNING_DO(warning) _NL_STRINGIFY(GCC diagnostic ignored warning) argument
34 #define _NL_PRAGMA_WARNING_DO(warning) _NL_STRINGIFY(clang diagnostic ignored warning) argument
44 #define _NL_PRAGMA_WARNING_DISABLE(warning) \ argument
49 #define _NL_PRAGMA_WARNING_DISABLE(warning) \ argument
54 #define _NL_PRAGMA_WARNING_DISABLE(warning) argument
/external/proguard/src/proguard/classfile/util/
DWarningPrinter.java75 public void print(String className, String warning) in print()
98 public void print(String className1, String className2, String warning) in print()
121 private void print(String warning) in print()
/external/perfetto/ui/src/assets/
Ddetails.scss269 .warning { class
275 .warning i.material-icons { class
279 .warning .tooltip { class
298 .warning:hover .tooltip { class
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieLogger.java12 void warning(String message); in warning() method
14 void warning(String message, Throwable exception); in warning() method
/external/nist-sip/java/gov/nist/javax/sip/parser/
DWarningParser.java53 public WarningParser(String warning) { in WarningParser()
83 Warning warning = new Warning(); in parse() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DLogcatLogger.java33 public void warning(String message) { in warning() method in LogcatLogger
37 public void warning(String message, Throwable exception) { in warning() method in LogcatLogger
DLogger.java25 public static void warning(String message) { in warning() method in Logger
29 public static void warning(String message, Throwable exception) { in warning() method in Logger
/external/angle/src/compiler/translator/
DDiagnostics.cpp61 void TDiagnostics::warning(const angle::pp::SourceLocation &loc, in warning() function in sh::TDiagnostics
76 void TDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() function in sh::TDiagnostics
101 void PerformanceDiagnostics::warning(const TSourceLoc &loc, const char *reason, const char *token) in warning() function in sh::PerformanceDiagnostics
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_version.py45warning = 'Version key "%%s" value "%%s" should have a major version %s and minor version %s' % ( variable
53 warning = 'Version key "%s" value "%s" should have a -dev tag' variable
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_version.py48warning = 'Version key "%%s" value "%%s" should have a major version %s and minor version %s' % ( variable
56 warning = 'Version key "%s" value "%s" should have a -dev tag' variable
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DLogger.h52 void warning(const std::string& w) { } in warning() function
63 void warning(const std::string& w) { warnings.push_back(w); } in warning() function
/external/deqp-deps/glslang/SPIRV/
DLogger.h52 void warning(const std::string& w) { } in warning() function
63 void warning(const std::string& w) { warnings.push_back(w); } in warning() function
/external/autotest/client/common_lib/
Dsmogcheck_pca9555.py109 def _computeLEDmask(self, bit_value, failure, warning): argument
153 def setLEDs(self, bit_value, failure, warning): argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DWithColor.cpp62 raw_ostream &WithColor::warning() { return warning(errs()); } in warning() function in WithColor
76 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() function in WithColor
/external/vboot_reference/tests/
Dcommon.sh38 function warning { function
/external/parameter-framework/upstream/test/functional-tests/include/
DStoreLogger.hpp54 warning enumerator
65 void warning(const std::string &strLog) override in warning() function in parameterFramework::StoreLogger
/external/llvm-project/llvm/lib/Support/
DWithColor.cpp62 raw_ostream &WithColor::warning() { return warning(errs()); } in warning() function in WithColor
78 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() function in WithColor
/external/parameter-framework/upstream/parameter/log/include/log/
DLogger.h69 details::Warning warning() { return details::Warning(mLogger, mProlog); } in warning() function
/external/parameter-framework/upstream/parameter/
DParameterMgrLogger.h48 void warning(const std::string &log) override { _parameterMgrConnector.warning(log); } in warning() function
DSubsystemObject.h95 core::log::details::Warning warning() const { return _logger.warning(); } in warning() function
/external/llvm-project/clang/test/SemaObjC/
Ddiagnose_if.m8 -(void)meth _diagnose_if(1, "don't use this", "warning"); // expected-note 1{{from 'diagnose_if'}}
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java117 public void warning(SAXParseException exception) throws SAXException in warning() method in DefaultErrorHandler
198 public void warning(TransformerException exception) throws TransformerException in warning() method in DefaultErrorHandler
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dandroid-cloexec-pipe.cpp5 void warning() { in warning() function
/external/libxml2/
DSAX.c42 initxmlDefaultSAXHandler(xmlSAXHandlerV1 *hdlr, int warning) in initxmlDefaultSAXHandler()
/external/antlr/tool/src/main/java/org/antlr/tool/
DANTLRErrorListener.java40 public void warning(Message msg); in warning() method

12345678