HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 226 - 250 of 565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
wellformed01.js 95 var errors = new Array();
141 errors = errorMonitor.allErrors;
142 for(var indexN100A9 = 0;indexN100A9 < errors.length; indexN100A9++) {
143 error = errors[indexN100A9];
157 assertSize("oneError",1,errors);
wellformed03.js 94 var errors = new Array();
142 errors = errorMonitor.allErrors;
143 for(var indexN100AA = 0;indexN100AA < errors.length; indexN100AA++) {
144 error = errors[indexN100AA];
158 assertSize("oneError",1,errors);
  /external/protobuf/src/google/protobuf/
wire_format_unittest.cc 806 vector<string> errors; local
810 errors = log.GetMessages(ERROR);
813 ASSERT_EQ(1, errors.size());
817 errors[0]);
820 ASSERT_EQ(0, errors.size());
829 vector<string> errors; local
833 errors = log.GetMessages(ERROR);
836 ASSERT_EQ(1, errors.size());
840 errors[0]);
843 ASSERT_EQ(0, errors.size())
850 vector<string> errors; local
864 vector<string> errors; local
878 vector<string> errors; local
892 vector<string> errors; local
    [all...]
message.cc 94 void Message::FindInitializationErrors(vector<string>* errors) const {
95 return ReflectionOps::FindInitializationErrors(*this, "", errors);
99 vector<string> errors; local
100 FindInitializationErrors(&errors);
101 return JoinStrings(errors, ", ");
  /external/libxslt/libxslt/
preproc.c 81 style->errors++;
94 style->errors++;
123 style->errors++;
150 style->errors++;
176 style->errors++;
203 style->errors++;
286 style->errors++;
296 style->errors++;
309 style->errors++;
364 style->errors++
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 159 $errors = 0; variable
194 ++$errors;
201 ++$errors;
215 ++$errors;
221 if ( $errors > 0 )
251 // no errors - echo continue form
  /external/icu4c/common/
rbbicst.pl 191 $errors++;
195 $errors++;
199 die if ($errors>0);
  /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...]
  /development/testrunner/
runtest.py 44 import errors namespace
173 raise errors.AbortError
215 except errors.ParseError:
216 raise errors.AbortError
354 raise errors.AbortError
413 except errors.WaitForResponseTimedOutError:
418 except errors.AbortError, error:
421 except errors.WaitForResponseTimedOutError:
  /external/chromium/chrome/browser/extensions/
test_extension_prefs.cc 109 std::string errors; local
111 path, location, manifest, Extension::STRICT_ERROR_CHECKS, &errors);
  /external/v8/tools/gcmole/
gcmole.lua 251 errors_found and "Errors found" or "No errors found")
257 local status, errors = pcall(CheckCorrectnessForArch, arch)
259 print(string.format("There was an error: %s", errors))
260 errors = true
262 return errors
265 local errors = false
272 errors = SafeCheckCorrectnessForArch(arch, report) or errors
275 os.exit(errors and 1 or 0
    [all...]
  /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)
annotate_trace_memory.stderr.exp 20 ERROR SUMMARY: 1 errors from 1 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/exp-ptrcheck/tests/
hp_bounds.stderr.exp 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
hp_dangle.stderr.exp 19 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
pth_create.stderr.exp 19 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
pth_specific.stderr.exp 17 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
zero.stderr.exp 18 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/valgrind/main/helgrind/tests/
hg02_deadlock.stderr.exp 24 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
rwlock_race.stderr.exp 25 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

Completed in 1223 milliseconds

1 2 3 4 5 6 7 8 91011>>