Searched refs:errors (Results 201 - 225 of 543) sorted by relevance

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dsem_as_mutex3.stderr.exp12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dsem_open3.stderr.exp12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dsem_open_traced.stderr.exp9 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dtc01_simple_race.stderr.exp13 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dtc12_rwl_trivial.stderr.exp10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dtc15_laog_lockdel.stderr.exp8 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/helgrind/tests/
H A Dtc12_rwl_trivial.stderr.exp18 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/
H A Dvcpu_fbench.stdout.exp10 No errors in results.
H A Dbadjump.stderr.exp24 For counts of detected and suppressed errors, rerun with: -v
25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/clang/utils/
H A DSummarizeErrors47 errors = multidict()
51 d = errors
56 errors = errors.items()
83 (errors, 'Errors'),
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt057autoAST.py847 found, errors = self.execParser(grammar, "decl", "int 34 x=1;",
850 errors)
867 found, errors = self.execParser(grammar, "decl", "int =1;",
869 self.assertEquals(["line 1:4 missing ID at u'='"], errors)
886 found, errors = self.execParser(grammar, "decl", "x=1;",
888 self.assertEquals(["line 1:0 mismatched input u'x' expecting set None"], errors)
903 found, errors = self.execParser(grammar, "a", "abc", expectErrors=True)
904 self.assertEquals(["line 1:3 missing INT at '<EOF>'"], errors)
920 found, errors = self.execParser(grammar, "a", "abc", expectErrors=True)
921 self.assertEquals(["line 1:3 mismatched input '<EOF>' expecting INT"], errors)
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java69 Errors.printErrors(report.errors());
116 // only run the consistency check if we haven't had XML parse errors
203 private Set<ErrorMessage> errors; field in class:ApiCheck.Report
205 private Report(int code, Set<ErrorMessage> errors) { argument
207 this.errors = errors;
214 public Set<ErrorMessage> errors() { method in class:ApiCheck.Report
215 return errors;
/external/bison/src/
H A Dconflicts.c180 | ERRORS can be used to store discovered explicit errors. |
184 resolve_sr_conflict (state *s, int ruleno, symbol **errors)
238 errors[nerrs++] = symbols[i];
245 /* Some tokens have been explicitly made errors. Allocate a
247 state_errs_set (s, nerrs, errors);
266 set_conflicts (state *s, symbol **errors)
286 resolve_sr_conflict (s, i, errors);
310 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors);
319 set_conflicts (states[i], errors);
183 resolve_sr_conflict(state *s, int ruleno, symbol **errors) argument
265 set_conflicts(state *s, symbol **errors) argument
309 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors); local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb48 * as errors within the function itself don't make it fail
49 * to predict that it's a function. Weird errors previously.
51 * because it makes debugging, actions, and errors harder.
/external/mesa3d/src/glsl/glcpp/
H A Dpp.c148 int errors; local
164 errors = parser->error;
166 return errors;
/external/chromium/chrome/browser/ssl/
H A Dssl_error_info.h46 // Populates the specified |errors| vector with the errors contained in
47 // |cert_status|. Returns the number of errors found.
48 // Callers only interested in the error count can pass NULL for |errors|.
52 std::vector<SSLErrorInfo>* errors);
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.h65 // errors().
69 const std::string& errors() { return errors_; } function in class:UpdateManifest
/external/compiler-rt/make/
H A Doptions.mk35 # FIXME: Remove these pipes once ranlib errors are fixed.
41 # FIXME: Remove these pipes once ranlib errors are fixed.
/external/dbus/dbus/
H A Ddbus-keyring.h27 #include <dbus/dbus-errors.h>
H A Ddbus-nonce.h28 #include <dbus/dbus-errors.h>
H A Ddbus-pipe.h37 #include <dbus/dbus-errors.h>
H A Ddbus-signature.h32 #include <dbus/dbus-errors.h>
H A Ddbus-spawn.h29 #include <dbus/dbus-errors.h>
H A Ddbus.h33 #include <dbus/dbus-errors.h>
/external/valgrind/main/gdbserver_tests/
H A Dmssnapshot.stderrB.exp6 v.info all_errors : show all errors found so far
8 v.info n_errs_found : show the nr of errors found so far

Completed in 614 milliseconds

1234567891011>>