Searched refs:errors (Results 126 - 150 of 543) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Dleak-pool-3.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-4.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dleak-pool-5.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dmallinfo.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dnew_override.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsbfragment.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dcapget.stderr.exp13 For counts of detected and suppressed errors, rerun with: -v
14 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dlsframe1.stderr.exp11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dlsframe2.stderr.exp11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsigqueue.stderr.exp10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dcheckcharacternormalization02.js103 var errors = new Array();
131 errors = errorMonitor.allErrors;
132 for(var indexN100AA = 0;indexN100AA < errors.length; indexN100AA++) {
133 error = errors[indexN100AA];
H A Ddocumentnormalizedocument08.js100 var errors = new Array();
127 errors = errorMonitor.allErrors;
128 for(var indexN100A3 = 0;indexN100A3 < errors.length; indexN100A3++) {
129 error = errors[indexN100A3];
H A Dwellformed04.js94 var errors = new Array();
145 errors = errorMonitor.allErrors;
146 for(var indexN100AA = 0;indexN100AA < errors.length; indexN100AA++) {
147 error = errors[indexN100AA];
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py17 """Test case that runs a checker on a file, matching errors against annotations.
19 Runs the given checker on the given file, accumulating all errors. The list
20 of errors is then matched against those annotated in the file. Based heavily
100 errors = erroraccumulator.ErrorAccumulator()
101 self._runner.Run([filename], errors)
103 errors = errors.GetErrors()
106 error_msgs = [(error.token.line_number, error.code) for error in errors]
/external/icu4c/common/unicode/
H A Didna.h90 * The label might be modified according to the types of errors.
91 * Labels with severe errors will be left in (or turned into) their Unicode form.
113 * The label might be modified according to the types of errors.
136 * The domain name might be modified according to the types of errors.
137 * Labels with severe errors will be left in (or turned into) their Unicode form.
159 * The domain name might be modified according to the types of errors.
260 * Output container for IDNA processing errors.
270 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
272 * Were there IDNA processing errors?
273 * @return TRUE if there were processing errors
312 uint32_t errors, labelErrors; member in class:IDNAInfo
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmalintrules.py29 from closure_linter import errors namespace
61 Can be used to find common style errors in JavaScript, ActionScript and other
102 """Handle errors associated with a parameter missing a @param tag."""
161 self._HandleError(errors.LINE_TOO_LONG,
165 """Checks the given type for style errors.
176 self._HandleError(errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL,
183 self._HandleError(errors.JSDOC_ILLEGAL_QUESTION_WITH_PIPE,
189 self._HandleError(errors.MISSING_BRACES_AROUND_TYPE,
207 errors.MISSING_SPACE,
239 """Checks a token, given the current parser_state, for warnings and errors
[all...]
H A Dnot_strict_test.py19 Tests errors that can be thrown by gjslint when not in strict mode.
32 from closure_linter import errors namespace
70 errors.ByName))
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dcalc.rb71 errors = parser.reported_errors
72 return [ value, errors ]
87 parser_value, errors = evaluate( expression )
93 val, errors = evaluate "6 - (2*1"
95 errors.should have( 1 ).thing
96 errors.first.should =~ /mismatched/
/external/chromium/chrome/common/extensions/
H A Dextension.cc50 namespace errors = extension_manifest_errors;
718 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidRunAt,
730 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidRunAt,
741 errors::kInvalidAllFrames, base::IntToString(definition_index));
750 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidMatches,
756 *error = ExtensionErrorUtils::FormatErrorMessage(errors::kInvalidMatchCount,
764 errors::kInvalidMatch,
767 errors::kExpectString);
779 errors::kInvalidMatch,
812 *error = ExtensionErrorUtils::FormatErrorMessage(errors
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt015calc.py10 def _evaluate(self, expr, expected, errors=[]):
17 assert len(parser.reportedErrors) == len(errors), parser.reportedErrors
39 # FIXME: most parse errors result in TypeErrors in action code, because
/external/chromium/chrome/browser/net/
H A Durl_request_mock_net_error_job.h5 // A net::URLRequestJob class that simulates network errors (including https
18 const std::vector<int>& errors,
26 // URL is hit, the specified |errors| will be played. If any of these errors
28 // the error. |ssl_cert| can be NULL if |errors| does not contain any cert
29 // errors. |base| is the location on disk where the file mocking the URL
33 const std::vector<int>& errors,
46 // The errors to simulate.
49 // The certificate to use for SSL errors.
/external/valgrind/main/drd/tests/
H A Dannotate_hb_race.stderr.exp8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dannotate_ignore_rw.stderr.exp9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dannotate_publish_hg.stderr.exp7 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

Completed in 449 milliseconds

1234567891011>>