HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 626 - 650 of 1521) sorted by null

<<21222324252627282930>>

  /development/testrunner/coverage/
coverage.py 30 import errors namespace
256 except errors.ParseError:
257 raise errors.AbortError
273 os.system("tidy -m -errors -quiet %s" % html_file_path)
291 raise errors.AbortError(msg)
306 raise errors.AbortError(msg)
334 except errors.AbortError:
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTemplates.java 352 System.out.println(equeue.errors);
355 for (int i = 0; i < equeue.errors.size(); i++) {
356 Message m = (Message)equeue.errors.get(i);
361 assertTrue("no error; "+expectedMessage.msgID+" expected", equeue.errors.size()>0);
362 assertTrue("too many errors; "+equeue.errors, equeue.errors.size()<=1);
372 assertTrue("unexpected errors: "+equeue, equeue.errors.size()==0);
  /external/chromium_org/chrome/browser/search_engines/
default_search_policy_handler.cc 130 PolicyErrorMap* errors) {
131 if (!CheckIndividualPolicies(policies, errors))
144 errors->AddError(policy_name, IDS_POLICY_DEFAULT_SEARCH_DISABLED);
155 errors->AddError(key::kDefaultSearchProviderSearchURL, url ?
255 PolicyErrorMap* errors) {
259 if (!(*handler)->CheckPolicySettings(policies, errors))
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 45 exquisitely sensitive to errors. The performance of this
63 Special note regarding errors in accuracy: this program has
87 encounter errors, please remember that they are just as likely
708 int i, j, k, errors; local
841 errors = 0;
852 printf("(Errors) ");
857 errors++;
865 if (errors > 0) {
867 errors, errors > 1 ? "s" : "")
    [all...]
err_disable3.stderr.exp 2 --------- p: disabling errors (expect 0) ---------
  /external/valgrind/main/perf/
fbench.c 41 exquisitely sensitive to errors. The performance of this
59 Special note regarding errors in accuracy: this program has
83 encounter errors, please remember that they are just as likely
704 int i, j, k, errors; local
837 errors = 0;
848 printf("(Errors) ");
853 errors++;
861 if (errors > 0) {
863 errors, errors > 1 ? "s" : "")
    [all...]
  /external/skia/gm/
gmmain.cpp 341 * We even record successes, and errors that we regard as
370 * Return the number of significant (non-ignorable) errors we have
511 * errors.
758 * Compares actual hash digest to expectations, returning the set of errors
774 * report errors across rendering modes, such as pipe vs tiled.
782 ErrorCombination errors; local
791 errors.add(kMissingExpectations_ErrorType);
807 errors.add(kExpectationsMismatch_ErrorType);
809 errors.add(kRenderModeMismatch_ErrorType);
831 add_actual_results_to_json_summary(completeName, actualBitmapAndDigest.fDigest, errors,
903 ErrorCombination errors; local
978 ErrorCombination errors; local
1043 ErrorCombination errors; local
1135 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, &bitmap, true); local
1162 ErrorCombination errors; local
1206 ErrorCombination errors; local
    [all...]
  /development/testrunner/
make_tree.py 22 import errors namespace
101 raise errors.AbortError("%s does not exist" % mk_path)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
auto-ast.rb 540 result, errors = parse( <<-'END', :decl, 'int 34 x=1;', true )
550 errors.should == [ "line 1:4 extraneous input \"34\" expecting ID" ]
555 result, errors = parse( <<-'END', :decl, 'int =1;', true )
565 errors.should == [ "line 1:4 missing ID at \"=\"" ]
570 result, errors = parse( <<-'END', :decl, 'x=1;', true )
581 errors.should == [ "line 1:0 mismatched input \"x\" expecting set nil" ]
586 result, errors = parse( <<-'END', :a, 'abc', true )
595 errors.should == [ "line 0:-1 missing INT at \"<EOF>\"" ]
600 result, errors = parse( <<-'END', :a, 'abc', true )
610 errors.should == [ "line 0:-1 mismatched input \"<EOF>\" expecting INT"
    [all...]
  /external/chromium/chrome/browser/extensions/
test_extension_prefs.cc 109 std::string errors; local
111 path, location, manifest, Extension::STRICT_ERROR_CHECKS, &errors);
  /external/chromium-trace/trace-viewer/src/tracing/
timeline_view.css 170 .view-import-errors-button {
175 .view-import-errors-button:hover {
180 .view-import-errors-overlay {
189 .import-errors-dialog-text {
  /external/chromium_org/chrome/browser/resources/ssl/
ssl_errors_common.js 22 // This allows errors to be skippped by typing "proceed" into the page.
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util.cc 29 namespace errors = extensions::manifest_errors;
52 errors::kLocalesInvalidLocale,
118 *error = errors::kInvalidDefaultLocale;
140 *error = errors::kInvalidName;
179 *error = errors::kInvalidFileBrowserHandler;
195 *error = errors::kInvalidMediaGalleriesHandler;
210 *error = errors::kInvalidInputComponents;
367 *error = errors::kLocalesNoValidLocaleNamesListed;
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test_results.py 71 if self.errors:
72 logging.error('Errored pages:\n%s', '\n'.join(zip(*self.errors)[0]))
  /external/junit/src/org/junit/runners/
Parameterized.java 113 protected void validateConstructor(List<Throwable> errors) {
114 validateOnlyOneConstructor(errors);
  /external/valgrind/main/drd/tests/
annotate_ignore_rw2.stderr.exp 19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
annotate_ignore_write.stderr.exp 19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
pth_cond_race.stderr.exp 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
rwlock_type_checking.stderr.exp 16 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)
trylock.stderr.exp 20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 4 v.info all_errors : show all errors found so far
6 v.info n_errs_found : show the nr of errors found so far
33 v.info all_errors : show all errors found so far
35 v.info n_errs_found : show the nr of errors found so far
  /external/valgrind/main/helgrind/tests/
free_is_write.stderr.exp 30 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
hg03_inherit.stderr.exp 30 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
tc10_rec_lock.stderr.exp 33 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc13_laog1.stderr.exp 27 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

Completed in 1563 milliseconds

<<21222324252627282930>>