HomeSort by relevance Sort by last modified time
    Searched refs:ERROR (Results 1 - 25 of 3130) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
pth_barrier2.stderr.exp 0 ERROR SUMMARY: 32 errors
pth_barrier3.stderr.exp 0 ERROR SUMMARY: 31 errors
omp_matinv_racy.stderr.exp 0 ERROR SUMMARY: 76 errors from 7 contexts
omp_prime_racy.stderr.exp 0 ERROR SUMMARY: 3 errors from 3 contexts
pth_barrier.stderr.exp 0 ERROR SUMMARY: 1 errors from 1 contexts
pth_once.stderr.exp 0 ERROR SUMMARY: 0 errors from 0 contexts
tc05_simple_race.stderr.exp 0 ERROR SUMMARY: 2 errors from 2 contexts
tc06_two_races.stderr.exp 0 ERROR SUMMARY: 4 errors from 4 contexts
threaded-fork.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_hbefore.stderr.exp 3 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_rwlock.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_sem.stderr.exp 4 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/clang/test/SemaCXX/
writable-strings-deprecated.cpp 6 // RUN: %clang_cc1 -fsyntax-only -Werror=deprecated -Wno-error=deprecated-increment-bool -verify %s -DERROR
16 #ifdef ERROR
17 // expected-error@-3 {{ISO C++11 does not allow conversion from string literal to 'char *'}}
21 #elif defined(ERROR)
22 // expected-error@-8 {{deprecated}}
  /cts/libs/vogar-expect/src/vogar/
Result.java 32 ERROR,
  /external/chromium_org/media/formats/mp4/
rcheck.h 13 DLOG(ERROR) << "Failure while parsing MP4: " << #x; \
  /art/runtime/
log_severity.h 22 const int VERBOSE = 0, DEBUG = 1, INFO = 2, WARNING = 3, ERROR = 4, FATAL = 5;
  /cts/tools/dasm/src/java_cup/
parse_action.java 5 * Full entries will either be SHIFT(state_num), REDUCE(production), or ERROR.
6 * Objects of this base class will default to ERROR, while the other two
32 /** Constant for action type -- error action. */
33 public static final int ERROR = 0;
49 /** Quick access to the type -- base class defaults to error. */
50 public int kind() {return ERROR;}
57 /* we match all error actions */
58 return other != null && other.kind() == ERROR;
83 public String toString() {return "ERROR";}
  /external/chromium_org/ui/ozone/platform/dri/
virtual_terminal_manager.cc 30 LOG(ERROR) << "Failed to open '" << kTTYDevice << "' " << strerror(errno);
33 LOG(ERROR) << "Failed to switch to VT: " << kVT
34 << " error: " << strerror(errno);;
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"
    [all...]
  /external/llvm/test/MC/MachO/ARM/
bad-darwin-directives.s 2 @ 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 directiv
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gl_utils.h 14 // Define this for extra GL error debugging (slower).
19 LOG_IF(ERROR, gl_error != GL_NO_ERROR) << "GL Error :" << gl_error; \
  /external/chromium_org/sdch/
logging_forward.h 18 #define VCD_ERROR LOG(ERROR)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
function.js 2 return 1; // ERROR - no @return annotation.
8 function badFuncAnnotatedButNoReturn() // ERROR - no @return annotation.
15 function badFuncAnnotatedButNoReturnValue() // ERROR - no returned value.
31 function badReturnsShouldBeReturnFunc() // ERROR - @returns, should be @return.
39 function badReturnShouldBeTypedFunc() // ERROR - number, not {number}.
48 function badParamAnnotationsFunc(foo, bar) // ERROR - @param's should be well-formed
57 function badReturnsShouldBeReturnNoValueFunc() // ERROR - @returns, should be @return.
65 function badReturnsShouldBeAbsentFunc() // ERROR - @returns, should be absent.
80 badApiMethodNoAnnotation: function() // ERROR - public method.
100 obj["c"] = obj["d"] = function(val) { // ERROR - no @thi
    [all...]
  /external/llvm/test/MC/ARM/
thumb-hints.s 5 @ 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: wf
    [all...]
  /external/chromium_org/base/mac/
scoped_mach_port.cc 16 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr)
24 MACH_LOG_IF(ERROR, kr != KERN_SUCCESS, kr)
  /external/chromium_org/third_party/cld/base/
log_severity.h 16 const int INFO = 0, WARNING = 1, ERROR = 2, FATAL = 3, NUM_SEVERITIES = 4;
18 // DFATAL is FATAL in debug mode, ERROR in normal mode
20 #define DFATAL_LEVEL ERROR

Completed in 4640 milliseconds

1 2 3 4 5 6 7 8 91011>>