HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 276 - 300 of 566) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 261 List<String> errors = tracker.getErrors(); local
263 if (errors.size() > 0) {
264 assertEquals(errors.get(0), db.error_string(Constants.SQLITE_LOCKED));
265 for (String s : errors) {
335 List<String> errors = tracker.getErrors(); local
336 if (errors.size() > 0) {
337 // assertEquals(errors.get(0),
339 for (String s: errors) {
366 // errors = tracker.getErrors();
367 // if (errors.size() > 0)
425 List<String> errors = tracker.getErrors(); local
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
wellformed02.js 95 var errors = new Array();
142 errors = errorMonitor.allErrors;
143 assertSize("noError",0,errors);
canonicalform05.js 100 var errors = new Array();
138 errors = errorMonitor.allErrors;
139 for(var indexN100C4 = 0;indexN100C4 < errors.length; indexN100C4++) {
140 error = errors[indexN100C4];
documentnormalizedocument05.js 100 var errors = new Array();
132 errors = errorMonitor.allErrors;
133 for(var indexN100B6 = 0;indexN100B6 < errors.length; indexN100B6++) {
134 error = errors[indexN100B6];
  /external/libxslt/libxslt/
xslt.c 139 style->errors++;
743 ret->errors = 0;
863 * Returns 0 if OK, -1 on API or internal errors.
1192 if (style != NULL) style->errors++;
1232 style->errors++;
1246 style->errors++;
1261 style->errors++;
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 792 errors = []
860 def IsInitialized(self, errors=None):
864 errors: A list which, if provided, will be populated with the field
    [all...]
  /build/tools/
event_log_tags.py 36 self.errors.append((self.filename, linenum, msg))
47 self.errors = []
java-event-log-tags.py 85 if tagfile.errors:
86 for fn, ln, msg in tagfile.errors:
  /development/testrunner/test_defs/
xml_suite_helper.py 25 import errors namespace
94 raise errors.ParseError(msg=error_msg)
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 184 int i, errors = 0;
203 errors++;
209 errors++;
215 errors++;
221 errors++;
227 errors ++;
230 errors ++;
233 return errors;
  /external/valgrind/main/drd/tests/
annotate_hb_err.stderr.exp 25 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
annotate_ignore_write2.stderr.exp 24 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
fp_race.stderr.exp 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hg04_race.stderr.exp 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hg05_race2.stderr.exp 24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hold_lock_1.stderr.exp 27 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
sem_as_mutex.stderr.exp 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
sem_open.stderr.exp 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
hg04_race.stderr.exp 35 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hg05_race2.stderr.exp 35 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc01_simple_race.stderr.exp 28 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc05_simple_race.stderr.exp 28 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc16_byterace.stderr.exp 28 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc21_pthonce.stderr.exp 35 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
tc23_bogus_condwait.stderr.exp 40 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)

Completed in 212 milliseconds

<<11121314151617181920>>