/external/gtest/src/ |
gtest-port.cc | 389 // Logs a message at the given severity level. 390 void GTestLog(GTestLogSeverity severity, const char* file, 393 severity == GTEST_INFO ? "[ INFO ]" : 394 severity == GTEST_WARNING ? "[WARNING]" : 395 severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]"; 397 if (severity == GTEST_FATAL) {
|
/external/llvm/utils/unittest/googletest/ |
gtest-port.cc | 460 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) 461 : severity_(severity) { 463 severity == GTEST_INFO ? "[ INFO ]" : 464 severity == GTEST_WARNING ? "[WARNING]" : 465 severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]"; 470 // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program.
|
/external/protobuf/gtest/src/ |
gtest-port.cc | 417 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) 418 : severity_(severity) { 420 severity == GTEST_INFO ? "[ INFO ]" : 421 severity == GTEST_WARNING ? "[WARNING]" : 422 severity == GTEST_ERROR ? "[ ERROR ]" : "[ FATAL ]"; 427 // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParser.java | 442 * @param severity The severity of the marker to put (IMarker.SEVERITY_*) 448 String message, String root, IProject project, String markerId, int severity) { 514 int tmpSeverity = marker.getAttribute(IMarker.SEVERITY, -1); 515 if (tmpSeverity != severity) { 537 startOffset, endOffset, severity);
|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.c | 103 typedef void (*EAS_LOG_FUNC)(EAS_INT severity, char *msg); 172 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) 177 switch (severity) 195 /* check severity level */ 196 if (severity > severityLevel) 215 logCallback(severity, messageBuffer); 220 printf("Unrecognized error: Severity=%d; HashCode=%lu; SerialNum=%d\n", severity, hashCode, serialNum); 228 void EAS_Report (int severity, const char *fmt, ...) 232 switch (severity) [all...] |
EASLibVst.c | 101 typedef void (*EAS_LOG_FUNC)(EAS_INT severity, char *msg); 154 void EAS_ReportEx (int severity, unsigned long hashCode, int serialNum, ...) 159 switch (severity) 177 /* check severity level */ 178 if (severity > severityLevel) 197 logCallback(severity, messageBuffer); 202 printf("Unrecognized error: Severity=%d; HashCode=%lu; SerialNum=%d\n", severity, hashCode, serialNum); 210 void EAS_Report (int severity, const char *fmt, ...) 214 switch (severity) [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-port.h | 101 // GTEST_LOG() - logs messages at the specified severity level. 385 // GTEST_LOG() - logs messages at the specified severity level. 396 void GTestLog(GTestLogSeverity severity, const char* file, 399 #define GTEST_LOG(severity, msg)\ 401 ::testing::internal::GTEST_##severity, __FILE__, __LINE__, \
|
/external/chromium/testing/gmock/include/gmock/internal/ |
gmock-internal-utils.h | 305 // Severity level of a log. 320 // Returns true iff a log with the given severity is visible according 322 bool LogIsVisible(LogSeverity severity); 324 // Prints the given message to stdout iff 'severity' >= the level 331 void Log(LogSeverity severity, const string& message, int stack_frames_to_skip);
|
/external/chromium/testing/gmock/test/ |
gmock-internal-utils_test.cc | 383 // and log severity. 384 void TestLogWithSeverity(const string& verbosity, LogSeverity severity, 389 Log(severity, "Test log.\n", 0); 393 severity == WARNING ? 504 // and log severity.
|
/external/collada/src/modules/LIBXMLPlugin/ |
daeLIBXMLPlugin.cpp | 151 xmlParserSeverities severity, 153 if(severity == XML_PARSER_SEVERITY_VALIDITY_WARNING || 154 severity == XML_PARSER_SEVERITY_WARNING) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 110 return new Status(IStatus.OK, // severity 116 return new Status(IStatus.OK, // severity 122 return new Status(IStatus.ERROR, // severity
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintListDialog.java | 420 int severity = marker.getAttribute(IMarker.SEVERITY, 0); local 422 switch (severity) {
|
/external/dbus/dbus/ |
dbus-sysdeps.h | 439 void _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) _DBUS_GNUC_PRINTF (2, 3); 440 void _dbus_system_logv (DBusSystemLogSeverity severity, const char *msg, va_list args);
|
dbus-sysdeps-util-win.c | 268 * @param severity a severity value 274 _dbus_system_log (DBusSystemLogSeverity severity, const char *msg, ...) 280 _dbus_system_logv (severity, msg, args); 288 * @param severity a severity value 292 * If the FATAL severity is given, this function will terminate the program 296 _dbus_system_logv (DBusSystemLogSeverity severity, const char *msg, va_list args) 301 switch(severity) 312 if (severity == DBUS_SYSTEM_LOG_FATAL [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 133 // GTEST_LOG_() - logs messages at the specified severity level. 687 // GTEST_LOG_(severity) - logs messages at the specified severity level. The 699 // Formats log entry severity, provides a stream object for streaming the 704 GTestLog(GTestLogSeverity severity, const char* file, int line); 706 // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. 717 #define GTEST_LOG_(severity) \ 718 ::testing::internal::GTestLog(::testing::internal::GTEST_##severity, \ [all...] |
/external/svox/pico/lib/ |
picodbg.h | 75 * its severity. The following levels are supported: 179 /* Log levels sorted by severity */
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionAPISchema.json | 321 "name": "severity", 376 "Severity": {
|
/frameworks/base/media/libstagefright/chromium_http/ |
support.cpp | 51 int severity, 57 switch(severity) {
|
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/ |
TranslationDetector.java | 25 import com.android.tools.lint.detector.api.Severity; 62 CATEGORY_CORRECTNESS, 8, Severity.ERROR);
|
/external/chromium/base/ |
vlog.cc | 116 // Log severity is the negative verbosity.
|
/libcore/luni/src/test/java/libcore/xml/ |
NormalizeTest.java | 609 public void assertAllErrors(int severity, String type) { 610 assertAllErrors("Expected one or more " + type + " errors", severity, type); 613 public void assertAllErrors(String message, int severity, String type) { 616 assertEquals(message, severity, error.getSeverity());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidClasspathContainerPage.java | 163 * that two status with the same severity exists, the status with lower
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
LogCatMonitor.java | 136 * it is of severity level error or higher, and it belongs to an app currently in the workspace.
|
/external/gtest/include/gtest/internal/ |
gtest-port.h | 124 // GTEST_LOG_() - logs messages at the specified severity level. 593 // GTEST_LOG_() - logs messages at the specified severity level. 604 void GTestLog(GTestLogSeverity severity, const char* file, 607 #define GTEST_LOG_(severity, msg)\ 609 ::testing::internal::GTEST_##severity, __FILE__, __LINE__, \
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-port.h | 153 // GTEST_LOG_() - logs messages at the specified severity level. 877 // GTEST_LOG_(severity) - logs messages at the specified severity level. The 889 // Formats log entry severity, provides a stream object for streaming the 894 GTestLog(GTestLogSeverity severity, const char* file, int line); 896 // Flushes the buffers and, if severity is GTEST_FATAL, aborts the program. 907 #define GTEST_LOG_(severity) [all...] |