/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | debug_output.c | 80 enum mesa_debug_severity severity; member 217 enum mesa_debug_severity severity, in debug_message_store() 342 enum mesa_debug_severity severity, in debug_namespace_set_all() 345 uint32_t mask, val; in debug_namespace_set_all() local 375 enum mesa_debug_severity severity) in debug_namespace_get() 563 enum mesa_debug_severity severity, in debug_set_message_enable_all() 602 enum mesa_debug_severity severity) in _mesa_debug_is_message_enabled() 624 enum mesa_debug_severity severity, in debug_log_message() 698 enum mesa_debug_severity severity; in _debug_message() local 803 _mesa_set_debug_state_int(struct gl_context *ctx, GLenum pname, GLint val) in _mesa_set_debug_state_int() [all …]
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | logging.h | 124 LoggingSeverity severity() const { return severity_; } in severity() function 142 void set_severity(LoggingSeverity severity) { severity_ = severity; } in set_severity() 188 LogMetadata(const char* file, int line, LoggingSeverity severity) in LogMetadata() 218 LoggingSeverity severity; member 250 T val; member 259 std::string val; member
|
/aosp_15_r20/system/libbase/ |
H A D | logging.cpp | 108 const auto val = getenv("ANDROID_FILE__dev_kmsg"); in OpenKmsg() local 176 static int32_t LogSeverityToPriority(LogSeverity severity) { in LogSeverityToPriority() 238 static void KernelLogLine(const char* msg, int length, android::base::LogSeverity severity, in KernelLogLine() 278 void KernelLogger(android::base::LogId, android::base::LogSeverity severity, const char* tag, in KernelLogger() 284 void StderrLogger(LogId, LogSeverity severity, const char* tag, const char* file, unsigned int line, in StderrLogger() 294 void StdioLogger(LogId, LogSeverity severity, const char* /*tag*/, const char* /*file*/, in StdioLogger() 322 static void LogdLogChunk(LogId id, LogSeverity severity, const char* tag, const char* message) { in LogdLogChunk() 337 void LogdLogger::operator()(LogId id, LogSeverity severity, const char* tag, const char* file, in operator ()() 411 auto severity = PriorityToLogSeverity(log_message->priority); in SetLogger() local 434 LogMessageData(const char* file, unsigned int line, LogSeverity severity, const char* tag, in LogMessageData() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | logging.h | 119 #define LOG(severity) _TF_LOG_##severity argument 233 #define LOG_EVERY_N(severity, n) \ argument 239 #define LOG_FIRST_N(severity, n) \ argument 245 #define LOG_EVERY_POW_2(severity) \ argument 255 #define LOG_EVERY_N_SEC(severity, n_seconds) \ argument 463 #define CHECK_NOTNULL(val) \ argument 530 static absl::LogSeverity AsAbslLogSeverity(int severity) { in AsAbslLogSeverity() 535 explicit TFLogEntry(int severity, absl::string_view message) in TFLogEntry() 538 explicit TFLogEntry(int severity, absl::string_view fname, int line, in TFLogEntry()
|
/aosp_15_r20/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
H A D | EASLibVst.c | 154 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) in EAS_ReportEx() 210 void EAS_Report (int severity, const char *fmt, ...) in EAS_Report() 254 void EAS_ReportX (int severity, const char *fmt, ...) in EAS_ReportX() 299 EAS_EXPORT void EAS_DLLSetDebugLevel (int severity) in EAS_DLLSetDebugLevel() 308 void EAS_SetDebugLevel (int severity) in EAS_SetDebugLevel() 470 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) in EAS_HWMemSet()
|
H A D | EASLib.c | 172 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) in EAS_ReportEx() 228 void EAS_Report (int severity, const char *fmt, ...) in EAS_Report() 272 void EAS_ReportX (int severity, const char *fmt, ...) in EAS_ReportX() 317 EAS_EXPORT void EAS_DLLSetDebugLevel (int severity) in EAS_DLLSetDebugLevel() 326 void EAS_SetDebugLevel (int severity) in EAS_SetDebugLevel() 775 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) in EAS_HWMemSet()
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | logging_is_not_google_glog.h | 126 #define DLOG(severity) LOG(severity) argument 182 #define TORCH_CHECK_NOTNULL(val) \ argument 188 #define TORCH_DCHECK_NOTNULL(val) \ argument 193 #define TORCH_DCHECK_NOTNULL(val) \ argument
|
H A D | Logging.cpp | 125 const char* val = getenv("PYTORCH_API_USAGE_STDERR"); in IsAPIUsageDebugMode() local 413 MessageLogger::MessageLogger(const char* file, int line, int severity) in MessageLogger()
|
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | IDiagnostics.h | 124 void SetVerbose(bool val) override { in SetVerbose() 157 android::base::LogSeverity severity; in Log() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | manifest-merger.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
HD | ecj-4.6.1.jar | ... originatingFileName
String message
int id
String[] stringArguments
int severity
int startPosition
int endPosition
int line
int column
public int ... |
HD | ecj-4.4.jar | ... originatingFileName
String message
int id
String[] stringArguments
int severity
int startPosition
int endPosition
int line
int column
public int ... |
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/ |
H A D | tncc.c | 204 static TNC_Result TNC_9048_LogMessage(TNC_IMCID imcID, TNC_UInt32 severity, in TNC_9048_LogMessage() 898 TCHAR name[255], *val; in tncc_read_config_reg() local
|
/aosp_15_r20/external/libxml2/python/ |
H A D | libxml.c | 1577 int severity; in libxml_xmlParserCtxtErrorHandler() local 1726 libxml_xmlValidCtxtGenericErrorFuncHandler(void *ctx, ATTRIBUTE_UNUSED int severity, char *str) in libxml_xmlValidCtxtGenericErrorFuncHandler() 1749 libxml_xmlValidCtxtGenericWarningFuncHandler(void *ctx, ATTRIBUTE_UNUSED int severity, char *str) in libxml_xmlValidCtxtGenericWarningFuncHandler() 1879 xmlParserSeverities severity, in libxml_xmlTextReaderErrorCallback() 2199 xmlXPathObjectPtr val; in libxml_xmlXPathRegisterVariable() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 1215 …GLW_APIENTRY debug_proc(glw::GLenum source, glw::GLenum type, glw::GLuint id, glw::GLenum severity, in debug_proc() 1497 const glw::GLbyte val = ptr[i]; in calculate_values_from_source() local 1511 const glw::GLubyte val = ptr[i]; in calculate_values_from_source() local 1525 const glw::GLshort val = ptr[i]; in calculate_values_from_source() local 1539 const glw::GLushort val = ptr[i]; in calculate_values_from_source() local 1553 const glw::GLint val = ptr[i]; in calculate_values_from_source() local 1567 const glw::GLuint val = ptr[i]; in calculate_values_from_source() local 1581 const glw::GLfloat val = ptr[i]; in calculate_values_from_source() local 1593 const glw::GLhalf val = ptr[i]; in calculate_values_from_source() local
|
/aosp_15_r20/art/runtime/verifier/ |
H A D | method_verifier.cc | 1115 const uint32_t val = is_lit16 ? inst->VRegC_22s() : inst->VRegC_22b(); in CheckLiteralOp() local 2654 int32_t val = static_cast<int32_t>(inst->VRegB_11n() << 28) >> 28; in CodeFlowVerifyInstruction() local 2659 int16_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2664 int32_t val = inst->VRegB_31i(); in CodeFlowVerifyInstruction() local 2669 int32_t val = static_cast<int32_t>(inst->VRegB_21h() << 16); in CodeFlowVerifyInstruction() local 2675 int64_t val = static_cast<int16_t>(inst->VRegB_21s()); in CodeFlowVerifyInstruction() local 2682 int64_t val = static_cast<int32_t>(inst->VRegB_31i()); in CodeFlowVerifyInstruction() local 2689 int64_t val = inst->VRegB_51l(); in CodeFlowVerifyInstruction() local 2696 int64_t val = static_cast<uint64_t>(inst->VRegB_21h()) << 48; in CodeFlowVerifyInstruction() local 5342 LogSeverity severity; in VerifyMethod() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ |
D | clang.rs | 1300 let val = self.clang_size_of(ctx); in size() localVariable 1313 let val = self.clang_size_of(ctx); in fallible_size() localVariable 1324 let val = self.clang_align_of(ctx); in align() localVariable 1337 let val = self.clang_align_of(ctx); in fallible_align() localVariable 1901 pub(crate) fn severity(&self) -> CXDiagnosticSeverity { in severity() method
|
/aosp_15_r20/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
H A D | BearerData.java | 875 int val = 0; in encodeDtmfSmsAddress() local 1527 int val = 0x0F & (rawData[i / 2] >>> (4 - ((i % 2) * 4))); in decodeDtmfSmsAddress() local 1967 int severity = SmsCbCmasInfo.CMAS_SEVERITY_UNKNOWN; in decodeCmasUserData() local
|
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/ |
HD | jakarta.xml.bind-api-2.3.2.jar | ... javax.xml.bind.ValidationEvent {
private int severity
private String message
private Throwable linkedException
private javax.xml ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.3.1/ |
HD | jaxb-api-2.3.1.jar | ... implements java.security.PrivilegedExceptionAction {
final synthetic Class val$implClass
void <init> (java.lang ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/javax/xml/bind/jaxb-api/2.2.12-b140109.1041/ |
HD | jaxb-api-2.2.12-b140109.1041.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/xml/
javax/ ... |
/aosp_15_r20/external/libxml2/ |
H A D | xmlreader.c | 544 xmlParserSeverities severity; in xmlTextReaderStructuredRelay() local 777 int val, s; in xmlTextReaderPushData() local 1162 int val; in xmlTextReaderDoExpand() local 1198 int val, olddepth = 0; in xmlTextReaderRead() local
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xmlreader.c | 489 xmlParserSeverities severity; in xmlTextReaderStructuredRelay() local 722 int val, s; in xmlTextReaderPushData() local 1128 int val; in xmlTextReaderDoExpand() local 1212 int val, olddepth = 0; in xmlTextReaderRead() local
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/ |
HD | org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/CellBroadcastService/CellBroadcastServiceModule/android_common_apex30/javac/ |
D | CellBroadcastServiceModule.jar | ... inStream
int protocolVersion
int messageClass
int category
int responseType
int severity
int urgency
int certainty
private static boolean isCmasAlertCategory (int ... |