Home
last modified time | relevance | path

Searched defs:warning (Results 26 – 50 of 1197) sorted by relevance

12345678910>>...48

/aosp_15_r20/hardware/interfaces/tetheroffload/aidl/vts/functional/
H A DVtsHalTetheroffloadTargetTest.cpp297 const int64_t warning = 5000LL; in TEST_P() local
415 const int64_t warning = 12345LL; in TEST_P() local
425 const int64_t warning = 4000LL; in TEST_P() local
435 const int64_t warning = 0LL; in TEST_P() local
445 const int64_t warning = LLONG_MAX; in TEST_P() local
454 const int64_t warning = -1LL; in TEST_P() local
/aosp_15_r20/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
H A DCodePrinter.kt75 private fun warning(message: String, psiElement: PsiElement? = null) { in warning() method
79 private fun warning(message: String, uElement: UElement) { in warning() method
/aosp_15_r20/external/pytorch/torch/csrc/autograd/utils/
H A Dwarnings.cpp5 void DelayWarningHandler::process(const c10::Warning& warning) { in process()
15 for (const auto& warning : warnings_) { in replay_warnings() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/
H A DLottieLogger.java12 void warning(String message); in warning() method
14 void warning(String message, Throwable exception); in warning() method
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
H A 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
H A 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
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DWarningParser.java53 public WarningParser(String warning) { in WarningParser()
83 Warning warning = new Warning(); in parse() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/sanity/
Dcheck_version.py46warning = 'Version key "%%s" value "%%s" should have a major version %s and minor version %s' % ( variable
54 warning = 'Version key "%s" value "%s" should have a -dev tag' variable
/aosp_15_r20/external/grpc-grpc/tools/run_tests/sanity/
H A Dcheck_version.py49 warning = ( variable
59 warning = 'Version key "%s" value "%s" should have a -dev tag' variable
/aosp_15_r20/external/libnl/include/base/
H A Dnl-base-utils.h44 #define _NL_PRAGMA_WARNING_DO(warning) \ argument
47 #define _NL_PRAGMA_WARNING_DO(warning) \ argument
59 #define _NL_PRAGMA_WARNING_DISABLE(warning) \ argument
64 #define _NL_PRAGMA_WARNING_DISABLE(warning) \ argument
69 #define _NL_PRAGMA_WARNING_DISABLE(warning) argument
/aosp_15_r20/external/autotest/client/common_lib/
H A Dsmogcheck_pca9555.py109 def _computeLEDmask(self, bit_value, failure, warning): argument
153 def setLEDs(self, bit_value, failure, warning): argument
/aosp_15_r20/cts/hostsidetests/harmfulappwarning/src/android/harmfulappwarning/cts/
H A DHarmfulAppWarningTest.java101 String warning = getDevice().executeShellCommand( in verifyHarmfulAppWarningSet() local
107 String warning = getDevice().executeShellCommand( in verifyHarmfulAppWarningUnset() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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
/aosp_15_r20/external/parameter-framework/upstream/test/functional-tests/include/
H A DStoreLogger.hpp54 warning enumerator
65 void warning(const std::string &strLog) override in warning() function in parameterFramework::StoreLogger
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DWithColor.cpp85 raw_ostream &WithColor::warning() { return warning(errs()); } in warning() function in WithColor
101 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() function in WithColor
/aosp_15_r20/tools/metalava/metalava/src/test/java/com/android/tools/metalava/compatibility/
H A DCompatibilityCheckAndroidApisTest.kt60 fun warning(vararg issues: String): List<String> { in toString() method
/aosp_15_r20/external/pytorch/c10/macros/
H A DMacros.h558 #define C10_DIAGNOSTIC_PUSH_AND_IGNORED_IF_DEFINED(warning) \ argument
567 #define C10_DIAGNOSTIC_PUSH_AND_IGNORED_IF_DEFINED(warning) \ argument
576 #define C10_DIAGNOSTIC_PUSH_AND_IGNORED_IF_DEFINED(warning) argument
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadHardwareInterfaceTest.java230 final long warning = 12345; in testSetDataWarningAndLimitFailureWithHidl_1_0() local
240 final long warning = 12345; in testSetDataWarningAndLimit() local
DOffloadHalHidlImplTest.java187 final long warning = 12345; in doTestSetDataWarningAndLimit() local
210 final long warning = 12345; in testSetDataWarningAndLimitFailure() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/logging/
H A DPlatformLogger.java320 public void warning(String msg) { in warning() method in PlatformLogger
324 public void warning(String msg, Throwable t) { in warning() method in PlatformLogger
328 public void warning(String msg, Object... params) { in warning() method in PlatformLogger
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/
Dtheme.rs89 pub warning: Style, field
191 pub warning: String, field
/aosp_15_r20/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DOffloadHalAidlImpl.java145 final long warning = Long.MAX_VALUE; in setDataLimit() local
158 public boolean setDataWarningAndLimit(@NonNull String iface, long warning, long limit) { in setDataWarningAndLimit()
/aosp_15_r20/out/soong/.intermediates/tools/apksig/apksigner/linux_glibc_common/javac/
Dapksigner.jar ... error com.android.apksig.ApkVerifier$IssueWithParams warning com.android.apksig.ApkVerifier$IssueWithParams error ...
/aosp_15_r20/external/pytorch/c10/util/
H A DException.cpp199 void warn(const Warning& warning) { in warn()
246 void WarningHandler::process(const Warning& warning) { in process()

12345678910>>...48