HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 201 - 225 of 682) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/main/drd/tests/
tc15_laog_lockdel.stderr.exp 8 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
annotate_smart_pointer2.stderr.exp 13 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
hg03_inherit.stderr.exp 16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hold_lock_2.stderr.exp 17 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_barrier_race.stderr.exp 14 ERROR SUMMARY: 1 errors from 1 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.
badjump.stderr.exp 24 For counts of detected and suppressed errors, rerun with: -v
25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
noisy_child.stderr.exp 22 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partial_load_ok.stderr.exp 27 For counts of detected and suppressed errors, rerun with: -v
28 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /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/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...]
  /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);
  /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/valgrind/main/gdbserver_tests/
mssnapshot.stderrB.exp 6 v.info all_errors : show all errors found so far
8 v.info n_errs_found : show the nr of errors found so far
  /external/valgrind/main/memcheck/tests/darwin/
aio.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
23 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
  /development/testrunner/test_defs/
host_test.py 23 import errors namespace
85 errors.AbortError: if fatal error occurs
97 raise errors.AbortError(msg="Could not find jar %s" % path)

Completed in 902 milliseconds

1 2 3 4 5 6 7 891011>>