Searched refs:ERROR (Results 1 - 25 of 2267) 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_sem.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)
/external/clang/test/SemaCXX/
H A Dwritable-strings-deprecated.cpp16 #ifdef ERROR
21 #elif defined(ERROR)
/external/chromium_org/media/formats/mp4/
H A Drcheck.h13 DLOG(ERROR) << "Failure while parsing MP4: " << #x; \
/external/chromium_org/ui/ozone/platform/dri/
H A Dvirtual_terminal_manager.cc30 LOG(ERROR) << "Failed to open '" << kTTYDevice << "' " << strerror(errno);
33 LOG(ERROR) << "Failed to switch to VT: " << kVT
37 LOG(ERROR) << "Failed to get VT mode: " << strerror(errno);
40 LOG(ERROR) << "Failed to set graphics mode: " << strerror(errno);
43 LOG(ERROR) << "Failed to get terminal attributes";
50 LOG(ERROR) << "Failed to set raw attributes";
53 LOG(ERROR) << "Failed to get keyboard mode";
56 LOG(ERROR) << "Failed to set keyboard mode";
64 LOG(ERROR) << "Failed to restore VT mode";
67 LOG(ERROR) << "Faile
[all...]
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-directives.s2 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
5 @ RUN: | FileCheck --check-prefix CHECK-ERROR %s
10 @ CHECK-ERROR: error: unknown directive
13 @ CHECK-ERROR: error: unknown directive
16 @ CHECK-ERROR: error: unknown directive
19 @ CHECK-ERROR: error: unknown directive
22 @ CHECK-ERROR: error: unknown directive
25 @ CHECK-ERROR: error: unknown directive
28 @ CHECK-ERROR: error: unknown directive
/external/chromium_org/chrome/browser/mac/
H A Dsecurity_wrappers.cc17 OSSTATUS_LOG(ERROR, status);
23 OSSTATUS_LOG(ERROR, status);
31 OSSTATUS_LOG(ERROR, status);
/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_org/sdch/
H A Dlogging_forward.h18 #define VCD_ERROR LOG(ERROR)
/external/llvm/test/MC/ARM/
H A Dthumb-hints.s5 @ RUN: FileCheck %s --check-prefix CHECK-ERROR < %t2
36 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
37 @ CHECK-ERROR-NEXT: yield
39 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
40 @ CHECK-ERROR-NEXT: wfe
42 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
43 @ CHECK-ERROR-NEXT: wfi
45 @ CHECK-ERROR: error: instruction requires: armv6m or armv6t2
46 @ CHECK-ERROR-NEXT: sev
48 @ CHECK-ERROR
[all...]
/external/chromium_org/base/mac/
H A Dscoped_mach_port.cc16 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr)
24 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr)
/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 342 milliseconds

1234567891011>>