/external/valgrind/main/drd/tests/ |
sem_open_traced.stderr.exp | 9 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
tc01_simple_race.stderr.exp | 13 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
tc12_rwl_trivial.stderr.exp | 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
tc15_laog_lockdel.stderr.exp | 8 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/helgrind/tests/ |
tc12_rwl_trivial.stderr.exp | 18 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/memcheck/tests/ |
vcpu_fbench.stdout.exp | 10 No errors in results.
|
/bionic/libc/arch-mips/string/ |
mips_strlen.c | 148 chk (unsigned mine, unsigned libs, int *errors) 154 (*errors)++; 161 int errors = 0; local 178 fprintf(stderr,"%s+%d: %s\n",#__x,__y,chk(a,b,&errors));\ 221 return errors;
|
/build/tools/ |
merge-event-log-tags.py | 38 errors = [] variable 131 errors.extend(tagfile.errors) 134 if errors: 135 for fn, ln, msg in errors:
|
/external/clang/utils/ |
SummarizeErrors | 47 errors = multidict() 51 d = errors 56 errors = errors.items() 83 (errors, 'Errors'),
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t057autoAST.py | 847 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/ |
ApiCheck.java | 29 import com.google.doclava.Errors; 30 import com.google.doclava.Errors.ErrorMessage; 69 Errors.printErrors(report.errors()); 90 level = Errors.ERROR; 92 level = Errors.WARNING; 94 level = Errors.HIDDEN; 96 Errors.setErrorLevel(Integer.parseInt(a[1]), level); 99 return new Report(2, Errors.getErrors()); 113 return new Report(1, Errors.getErrors()) 203 private Set<ErrorMessage> errors; field in class:ApiCheck.Report 214 public Set<ErrorMessage> errors() { method in class:ApiCheck.Report [all...] |
/external/bison/src/ |
conflicts.c | 180 | 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); 261 | conflicts. ERRORS can be used as storage to compute the list of | 266 set_conflicts (state *s, symbol **errors) 286 resolve_sr_conflict (s, i, errors); 310 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors) 309 symbol **errors = xnmalloc (ntokens + 1, sizeof *errors); local [all...] |
/development/testrunner/coverage/ |
coverage_targets.py | 24 import errors namespace 61 errors.ParseError if file_path cannot be parsed 68 raise errors.ParseError 71 raise errors.ParseError
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 48 * 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/icu4c/i18n/ |
regexcst.pl | 192 $errors++; 196 $errors++; 200 die if ($errors>0);
|
/external/mesa3d/src/glsl/glcpp/ |
pp.c | 148 int errors; local 164 errors = parser->error; 166 return errors;
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
InstrumentationTestSuiteBuilderTest.java | 77 private Set<String> errors = new HashSet<String>(); field in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder 81 errors.add(testName(test)); 104 return errors.contains(testName);
|
UnitTestSuiteBuilderTest.java | 70 private Set<String> errors = new HashSet<String>(); field in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder 74 errors.add(testName(test)); 97 return errors.contains(testName);
|
/development/testrunner/ |
run_command.py | 26 import errors namespace 56 except errors.WaitForResponseTimedOutError: 77 errors.WaitForResponseTimedOutError if command did not complete within 79 errors.AbortError is command returned error code and SetAbortOnError is on. 138 raise errors.WaitForResponseTimedOutError 145 raise errors.AbortError(msg=output)
|
/external/chromium/chrome/browser/ssl/ |
ssl_error_info.h | 46 // 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/compiler-rt/make/ |
options.mk | 35 # FIXME: Remove these pipes once ranlib errors are fixed. 41 # FIXME: Remove these pipes once ranlib errors are fixed.
|
/external/dbus/dbus/ |
dbus-keyring.h | 27 #include <dbus/dbus-errors.h>
|
dbus-nonce.h | 28 #include <dbus/dbus-errors.h>
|
dbus-pipe.h | 37 #include <dbus/dbus-errors.h>
|
dbus-signature.h | 32 #include <dbus/dbus-errors.h>
|