Home
last modified time | relevance | path

Searched defs:Warning (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1522 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind << LockName); in warnLockMismatch() local
1547 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_cannot_resolve_lock) in handleInvalidLockExp() local
1562 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_unlock_kind_mismatch) in handleIncorrectUnlockKind() local
1594 PartialDiagnosticAt Warning(LocEndOfScope, S.PDiag(DiagID) << Kind in handleMutexHeldEndOfScope() local
1608 PartialDiagnosticAt Warning(Loc1, in handleExclusiveAndShared() local
1624 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) in handleNoMutexHeld() local
1652 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1682 PartialDiagnosticAt Warning(Loc, S.PDiag(DiagID) << Kind in handleMutexNotHeld() local
1697 PartialDiagnosticAt Warning(Loc, in handleNegativeNotHeld() local
1705 PartialDiagnosticAt Warning(Loc, S.PDiag(diag::warn_fun_excludes_mutex) in handleFunExcludesLock() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/proto/google/cloud/compute/v1/
H A Dcompute.proto156 optional Warning warning = 50704284; field
178 optional Warning warning = 50704284; field
188 optional Warning warning = 50704284; field
871 optional Warning warning = 50704284; field
893 optional Warning warning = 50704284; field
903 optional Warning warning = 50704284; field
2514 optional Warning warning = 50704284; field
2536 optional Warning warning = 50704284; field
2623 optional Warning warning = 50704284; field
2991 optional Warning warning = 50704284; field
[all …]
/aosp_15_r20/external/googleapis/google/cloud/compute/v1/
H A Dcompute.proto173 optional Warning warning = 50704284; field
195 optional Warning warning = 50704284; field
205 optional Warning warning = 50704284; field
922 optional Warning warning = 50704284; field
944 optional Warning warning = 50704284; field
954 optional Warning warning = 50704284; field
2868 optional Warning warning = 50704284; field
2890 optional Warning warning = 50704284; field
2977 optional Warning warning = 50704284; field
3365 optional Warning warning = 50704284; field
[all …]
/aosp_15_r20/external/pytorch/c10/util/
H A DException.cpp203 Warning::Warning( in Warning() function in c10::Warning
213 Warning::Warning( in Warning() function in c10::Warning
220 Warning::Warning( in Warning() function in c10::Warning
/aosp_15_r20/dalvik/dx/src/com/android/dx/util/
H A DWarning.java22 public class Warning extends RuntimeException { class
28 public Warning(String message) { in Warning() method in Warning
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/util/
H A DWarning.java22 public class Warning extends RuntimeException { class
28 public Warning(String message) { in Warning() method in Warning
/aosp_15_r20/external/googleapis/google/cloud/compute/v1small/
H A Dcompute_small.proto213 optional Warning warning = 50704284; field
235 optional Warning warning = 50704284; field
245 optional Warning warning = 50704284; field
524 message Warning { message
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java45 public class Warning extends SIPHeader implements WarningHeader { class
68 public Warning() { in Warning() method in Warning
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/utils/
Ddeprecation.py25 message: Union[Warning, str],
26 category: Type[Warning],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/utils/
Ddeprecation.py25 message: Union[Warning, str],
26 category: Type[Warning],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/utils/
Ddeprecation.py25 message: Union[Warning, str],
26 category: Type[Warning],
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/utils/
Ddeprecation.py25 message: Union[Warning, str],
26 category: Type[Warning],
/aosp_15_r20/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h66 Warning = 3, ///< Present this diagnostic as a warning. enumerator
120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DNullabilityAnnotationsValidator.kt70 private data class Warning( in <lambda>() dataClass
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DDiagnosticIDs.h87 Warning = 3, ///< Present this diagnostic as a warning. enumerator
181 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DDiagnosticIDs.h89 Warning = 3, ///< Present this diagnostic as a warning. enumerator
183 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DDiagnosticIDs.h87 Warning = 3, ///< Present this diagnostic as a warning. enumerator
181 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DDiagnosticIDs.h87 Warning = 3, ///< Present this diagnostic as a warning. enumerator
181 Ignored, Note, Remark, Warning, Error, Fatal enumerator
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DWarning.java30 public final class Warning extends com.google.protobuf.GeneratedMessageV3 class
36 private Warning(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Warning() method in Warning
40 private Warning() { in Warning() method in Warning
/aosp_15_r20/external/crosvm/common/
H A Dchromeos_warning.md1 # Warning chapter
/aosp_15_r20/external/pytorch/.circleci/
H A DREADME.md1 Warning chapter
/aosp_15_r20/build/bazel/api_surfaces/
H A DREADME.md6 ## Warning section in Aliases to API surface stubs
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/battery/unified/
DColorProfile.java14 /*public static final*/ Warning /* = new Warning() */, enumConstant
/aosp_15_r20/frameworks/base/cmds/idmap2/include/idmap2/
H A DLogInfo.h60 inline void Warning(const LogMessage& msg) { in Warning() function
/aosp_15_r20/external/armnn/include/armnn/
H A DUtils.hpp17 Warning, enumerator

12345678910>>...15