HomeSort by relevance Sort by last modified time
    Searched refs:severity (Results 101 - 125 of 363) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES31Ext.spec 2 void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
3 void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf )
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/test/
test.c 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...)
49 if (severity < NESTEGG_LOG_WARNING)
53 switch (severity) {
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...)
49 if (severity < NESTEGG_LOG_WARNING)
53 switch (severity) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 43 log_callback(nestegg * ctx, unsigned int severity, char const * fmt, ...)
49 if (severity < NESTEGG_LOG_WARNING)
53 switch (severity) {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
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/llvm/utils/unittest/googletest/src/
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/mesa3d/src/gtest/src/
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.
  /external/chromium_org/third_party/libjingle/source/talk/base/
schanneladapter.cc 66 void DescribeBuffer(LoggingSeverity severity, const char* prefix,
68 LOG_V(severity)
76 void DescribeBuffers(LoggingSeverity severity, const char* prefix,
78 if (!LOG_CHECK_LEVEL_V(severity))
80 LOG_V(severity) << prefix << "(";
82 DescribeBuffer(severity, " ", sbd->pBuffers[i]);
84 LOG_V(severity) << ")";
  /external/chromium_org/third_party/webrtc/base/
schanneladapter.cc 49 void DescribeBuffer(LoggingSeverity severity, const char* prefix,
51 LOG_V(severity)
59 void DescribeBuffers(LoggingSeverity severity, const char* prefix,
61 if (!LOG_CHECK_LEVEL_V(severity))
63 LOG_V(severity) << prefix << "(";
65 DescribeBuffer(severity, " ", sbd->pBuffers[i]);
67 LOG_V(severity) << ")";
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.cc 61 bool JavascriptErrorDetectingLogHandler(int severity,
70 if (severity == logging::LOG_ERROR ||
71 (severity == logging::LOG_INFO && contains_uncaught)) {
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
  /external/libvpx/libvpx/test/
webm_video_source.h 62 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format,
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
  /external/llvm/include/llvm-c/
lto.h 289 * Diagnostic severity.
302 * \p severity defines the severity.
304 * The diagnostic is not prefixed by any of severity keyword, e.g., 'error: '.
310 lto_codegen_diagnostic_severity_t severity, const char *diag, void *ctxt);
  /frameworks/base/opengl/java/android/opengl/
GLES31Ext.java 262 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
267 int severity,
274 // C function void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
279 int severity,
285 // C function void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf )
291 int severity,
298 void onMessage(int source, int type, int id, int severity, String message);
    [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 203 int severity; local
207 severity = cursor.getInt(cmasSeverityColumn);
209 severity = SmsCbCmasInfo.CMAS_SEVERITY_UNKNOWN;
230 cmasInfo = new SmsCbCmasInfo(messageClass, cmasCategory, responseType, severity,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
webm_video_source.h 62 nestegg_log_cb(nestegg *context, unsigned int severity, char const *format,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 148 typedef void (* nestegg_log)(nestegg * context, unsigned int severity, char const * format, ...);
  /prebuilts/devtools/tools/lib/
lint.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.0/
lint-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.4.2/
lint-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.0/
lint-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.5.1/
lint-22.5.1.jar 

Completed in 1163 milliseconds

1 2 3 45 6 7 8 91011>>