Home
last modified time | relevance | path

Searched defs:severity (Results 1 – 9 of 9) sorted by relevance

/external/sonivox/arm-wt-22k/host_src/
Deas_report.c144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) in EAS_ReportEx()
187 void EAS_Report (int severity, const char *fmt, ...) in EAS_Report()
217 void EAS_ReportX (int severity, const char *fmt, ...) in EAS_ReportX()
248 void EAS_SetDebugLevel (int severity) in EAS_SetDebugLevel()
/external/sonivox/arm-hybrid-22k/host_src/
Deas_report.c144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) in EAS_ReportEx()
187 void EAS_Report (int severity, const char *fmt, ...) in EAS_Report()
217 void EAS_ReportX (int severity, const char *fmt, ...) in EAS_ReportX()
248 void EAS_SetDebugLevel (int severity) in EAS_SetDebugLevel()
/external/sonivox/arm-fm-22k/host_src/
Deas_report.c144 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) in EAS_ReportEx()
187 void EAS_Report (int severity, const char *fmt, ...) in EAS_Report()
217 void EAS_ReportX (int severity, const char *fmt, ...) in EAS_ReportX()
248 void EAS_SetDebugLevel (int severity) in EAS_SetDebugLevel()
/external/tcpdump/
Dprint-syslog.c89 u_int16_t facility,severity; in syslog_print() local
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
DEASLibVst.c154 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()
DEASLib.c172 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()
/external/gtest/include/gtest/internal/
Dgtest-port.h600 #define GTEST_LOG_(severity, msg)\ argument
/external/gtest/src/
Dgtest-port.cc390 void GTestLog(GTestLogSeverity severity, const char* file, in GTestLog()
/external/libxml2/
Dxmlreader.c4631 xmlTextReaderGenericError(void *ctxt, xmlParserSeverities severity, char *str) { in xmlTextReaderGenericError()