HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 651 - 675 of 1660) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/common/
rbbicst.pl 191 $errors++;
195 $errors++;
199 die if ($errors>0);
  /external/chromium_org/tools/telemetry/telemetry/page/
profile_generator.py 49 if results.errors or results.failures:
51 if results.errors or results.failures:
53 '\n'.join(zip(*results.errors + results.failures)[0]))
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
WindowAndroid.java 36 // A string used as a key to store intent errors in a bundle
211 Object errors = bundle.getSerializable(WINDOW_CALLBACK_ERRORS);
212 if (errors instanceof HashMap) {
214 HashMap<Integer, String> intentErrors = (HashMap<Integer, String>) errors;
  /external/icu/icu4c/source/common/
rbbicst.pl 191 $errors++;
195 $errors++;
199 die if ($errors>0);
  /external/stressapptest/src/
sat.h 91 int errors() const { return errorcount_; } function in class:Sat
107 // Causes false errors for unittesting.
108 // Setting to "true" causes errors to be injected.
109 void set_error_injection(bool errors) { error_injection_ = errors; }
165 bool error_injection_; // Simulate errors, for unittests.
166 bool crazy_error_injection_; // Simulate lots of errors.
167 uint64 max_errorcount_; // Number of errors before forced exit.
217 bool error_poll_; // Poll for system errors.
238 int statuscount_; // Total test errors seen
    [all...]
  /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/third_party/webrtc/tools/frame_analyzer/
video_quality_analysis.cc 94 bool errors = false; local
111 errors = true;
114 return !errors;
121 bool errors = false; local
162 errors = true;
166 return !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...]
  /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/chromium_org/third_party/skia/gm/
gmmain.cpp 366 * We even record successes, and errors that we regard as
395 * Return the number of significant (non-ignorable) errors we have
536 * errors.
785 * Compares actual hash digest to expectations, returning the set of errors
801 * report errors across rendering modes, such as pipe vs tiled.
809 ErrorCombination errors; local
818 errors.add(kMissingExpectations_ErrorType);
834 errors.add(kExpectationsMismatch_ErrorType);
836 errors.add(kRenderModeMismatch_ErrorType);
927 ErrorCombination errors; local
1002 ErrorCombination errors; local
1052 ErrorCombination errors; local
1144 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, &bitmap, true); local
1171 ErrorCombination errors; local
1215 ErrorCombination errors; local
    [all...]
  /external/skia/gm/
gmmain.cpp 366 * We even record successes, and errors that we regard as
395 * Return the number of significant (non-ignorable) errors we have
536 * errors.
785 * Compares actual hash digest to expectations, returning the set of errors
801 * report errors across rendering modes, such as pipe vs tiled.
809 ErrorCombination errors; local
818 errors.add(kMissingExpectations_ErrorType);
834 errors.add(kExpectationsMismatch_ErrorType);
836 errors.add(kRenderModeMismatch_ErrorType);
927 ErrorCombination errors; local
1002 ErrorCombination errors; local
1052 ErrorCombination errors; local
1144 ErrorCombination errors = generate_image(gm, gRec, gpuTarget, &bitmap, true); local
1171 ErrorCombination errors; local
1215 ErrorCombination errors; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestResult.java 80 public Enumeration<TestFailure> errors() { method in class:SensorCtsTestResult
81 return mWrappedTestResult.errors();
  /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-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/build/android/buildbot/
bb_device_status_check.py 82 errors = []
84 errors += ['Device critically low in battery. Turning off device.']
89 errors += ['Setup wizard not disabled. Was it provisioned correctly?']
92 errors += ['Mantaray device not connected to AC power.']
105 return device_type, device_build, battery_level, full_report, errors, True
315 types, builds, batteries, reports, errors = [], [], [], [], []
318 types, builds, batteries, reports, errors, fail_step_lst = (
330 for serial, dev_errors in zip(devices, errors):
332 err_msg += ['%s errors:' % serial]
343 subject = 'Device status check errors on %s, %s.' % (slave_name, bot_name
    [all...]
  /external/chromium_org/chrome/browser/resources/ssl/
ssl_errors_common.js 23 // This allows errors to be skippped by typing "danger" into the page.
  /external/chromium_org/tools/telemetry/telemetry/results/
buildbot_page_measurement_results.py 26 return self.errors or self.failures
62 # If there were any page errors, we typically will print nothing.
102 [len(self.errors)], 'count', 'unimportant')
  /external/chromium_org/url/
url_canon_icu.cc 172 if (U_SUCCESS(err) && info.errors == 0) {
177 // TODO(jungshik): Look at info.errors to handle them case-by-case basis
179 if (err != U_BUFFER_OVERFLOW_ERROR || info.errors != 0)
  /external/chromium_org/v8/tools/testrunner/local/
commands.py 72 # Try to change the error mode to avoid dialogs on fatal errors. Don't
144 # fd_out|err can lead to reference errors here.
148 errors = file(errname).read()
151 return output.Output(exit_code, timed_out, out, errors)
  /external/junit/src/org/junit/runners/
Parameterized.java 113 protected void validateConstructor(List<Throwable> errors) {
114 validateOnlyOneConstructor(errors);
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp 1706 StreamString errors; local
1952 StreamString errors; local
    [all...]
  /external/lldb/test/unittest2/test/
test_result.py 10 # TestResult.errors, TestResult.failures, TestResult.testsRun or
22 self.assertEqual(len(result.errors), 0)
53 self.assertEqual(len(result.errors), 0)
74 self.assertEqual(len(result.errors), 0)
83 self.assertEqual(len(result.errors), 0)
103 # "errors - A list containing 2-tuples of TestCase instances and
127 self.assertEqual(len(result.errors), 0)
142 # "errors - A list containing 2-tuples of TestCase instances and
170 self.assertEqual(len(result.errors), 0)
190 # "errors - A list containing 2-tuples of TestCase instances an
    [all...]
  /external/valgrind/main/drd/tests/
annotate_ignore_rw2.stderr.exp 19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)

Completed in 890 milliseconds

<<21222324252627282930>>