Searched refs:ERROR (Results 1 - 25 of 2240) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dpth_barrier2.stderr.exp0 ERROR SUMMARY: 32 errors
H A Dpth_barrier3.stderr.exp0 ERROR SUMMARY: 31 errors
H A Domp_matinv_racy.stderr.exp0 ERROR SUMMARY: 76 errors from 7 contexts
H A Domp_prime_racy.stderr.exp0 ERROR SUMMARY: 3 errors from 3 contexts
H A Dpth_barrier.stderr.exp0 ERROR SUMMARY: 1 errors from 1 contexts
H A Dpth_once.stderr.exp0 ERROR SUMMARY: 0 errors from 0 contexts
H A Dtc05_simple_race.stderr.exp0 ERROR SUMMARY: 2 errors from 2 contexts
H A Dtc06_two_races.stderr.exp0 ERROR SUMMARY: 4 errors from 4 contexts
H A Dthreaded-fork.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_hbefore.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_rwlock.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_smart_pointer.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dannotate_static.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dbar_trivial.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dboost_thread.stderr.exp6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dbug-235681.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dcircular_buffer.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dcustom_alloc.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dfp_race2.stderr.exp3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dfree_is_write.stderr.exp4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/chromium_org/media/mp4/
H A Drcheck.h13 DLOG(ERROR) << "Failure while parsing MP4: " << #x; \
/external/chromium/sdch/open-vcdiff/src/
H A Dlogging.h23 // Windows API defines ERROR
24 #ifdef ERROR
25 #undef ERROR macro
26 #endif // ERROR
33 ERROR, enumerator in enum:open_vcdiff::LogLevel
40 #define DFATAL ERROR
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_utils.h19 LOG_IF(ERROR, gl_error != GL_NO_ERROR) << "GL Error :" << gl_error; \
/external/chromium/chrome/common/
H A Dmulti_process_lock_linux.cc28 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
33 LOG(ERROR) << "Socket name too long (" << name_.length()
54 PLOG(ERROR) << "Couldn't create sun_path - " << name_;
70 PLOG(ERROR) << "Couldn't create socket - " << name_;
80 PLOG(ERROR) << "Couldn't bind socket - "
84 PLOG(ERROR) << "close";
92 DLOG(ERROR) << "Over-unlocked MultiProcessLock - " << name_;
96 PLOG(ERROR) << "close";
/external/chromium_org/third_party/cld/base/
H A Dlog_severity.h16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4; variable
18 // DFATAL is FATAL in debug mode, ERROR in normal mode
20 #define DFATAL_LEVEL ERROR

Completed in 325 milliseconds

1234567891011>>