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

1234567891011>>

/external/valgrind/memcheck/tests/
H A Ddemangle.stderr.exp14 For counts of detected and suppressed errors, rerun with: -v
16 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dpartiallydefinedeq.stderr.exp17 For counts of detected and suppressed errors, rerun with: -v
19 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dvcpu_fbench.stdout.exp10 No errors in results.
/external/chromium-trace/trace-viewer/tracing/build/
H A Dcss_presubmit_checker.py44 errors = []
50 errors.append(' %s;\nExpected: %s' % (
52 return errors
101 errors = []
103 errors.append(' ' + b.group(1).strip().splitlines()[-1:][0])
104 return errors
129 errors = []
133 errors.append(' ' + first_line)
134 return errors
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
H A Djavascriptlintrules.py31 from closure_linter import errors namespace
47 """JavaScript lint rules that catch JavaScript specific style errors."""
58 """Handle errors associated with a parameter missing a param tag."""
59 self._HandleError(errors.MISSING_PARAMETER_DOCUMENTATION,
79 """Checks a token, given the current parser_state, for warnings and errors.
140 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_PREFIX,
146 self._HandleError(errors.JSDOC_MISSING_OPTIONAL_TYPE,
157 self._HandleError(errors.MISSING_JSDOC_TAG_TYPE,
163 errors.OUT_OF_ORDER_JSDOC_TAG_TYPE,
176 errors
[all...]
H A Dfull_test.py35 from closure_linter import errors namespace
110 checker.GJsLintRunner(), errors.ByName))
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c53 int errors = 0; local
98 errors++;
105 errors++;
116 return errors ? -1 : 0;
204 int errors = 0; local
227 errors++;
236 errors++;
249 errors++;
255 errors++;
279 return errors
290 int errors = 0; local
376 int errors = 0; local
441 int errors = 0; local
636 int i, errors = 0; local
833 int i, errors = 0; local
986 int errors = 0; local
[all...]
/external/lldb/test/unittest2/test/
H A Dtest_new_tests.py31 self.assertEqual(len(result.errors), 0)
42 self.assertEqual(len(result.errors), 0)
/external/llvm/lib/Support/Unix/
H A DTimeValue.inc41 // errors concern the timezone parameter which we're passing in as 0.
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-obj-errors.s6 @These tests look for errors that should be reported for invalid object layout
7 @with the ldr pseudo. They are tested separately from parse errors because they
/external/valgrind/drd/tests/
H A Datomic_var.stderr.exp12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dcustom_alloc_fiw.stderr.exp12 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dpth_barrier_reinit.stderr.exp10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dpth_cond_destroy_busy.stderr.exp12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dpth_mutex_reinit.stderr.exp11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dread_and_free_race.stderr.exp14 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
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/helgrind/tests/
H A Dtc12_rwl_trivial.stderr.exp21 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/v8/tools/
H A Drun_perf.py132 def __init__(self, traces=None, errors=None):
134 self.errors = errors or []
137 return {"traces": self.traces, "errors": self.errors}
145 self.errors += other.errors
234 self.errors = []
242 self.errors.append("Regexp \"%s\" didn't match for test %s."
247 self.errors
[all...]
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp754 ResultCollector errors (getTestContext());
758 errors.check(m_type.exists(*name), "Gen* should have created an object, but didn't");
760 errors.check(!m_type.exists(*name), "Gen* should not have created an object, but did");
765 ResultCollector errors (getTestContext());
769 errors.check(!m_type.exists(name), "Object still exists after deletion");
774 ResultCollector errors (getTestContext());
779 errors.check(m_type.exists(*name), "Object does not exist after binding");
786 ResultCollector errors (getTestContext());
793 errors.check(gl().getError() == GL_NO_ERROR, "Deleting bound object failed");
794 errors
[all...]

Completed in 408 milliseconds

1234567891011>>