Searched refs:errors (Results 551 - 575 of 954) sorted by relevance

<<21222324252627282930>>

/external/valgrind/main/drd/tests/
H A Dannotate_ignore_write2.stderr.exp24 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
H A Dhg04_race.stderr.exp24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dhg05_race2.stderr.exp24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dhold_lock_1.stderr.exp27 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dtc21_pthonce.stderr.exp24 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
/external/valgrind/main/helgrind/tests/
H A Dhg02_deadlock.stderr.exp38 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dtc01_simple_race.stderr.exp42 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dtc05_simple_race.stderr.exp42 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dtc15_laog_lockdel.stderr.exp32 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dtc16_byterace.stderr.exp42 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
H A Dtc23_bogus_condwait.stderr.exp56 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm7 # until you get a good one; errors are not passed through to the parser.
35 errors and keep going, looking for a valid token.
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Drewrites.rb1133 result, errors = parse( <<-'END', :decl, 'int 34 x=1;', true )
1144 errors.should == [ 'line 1:4 extraneous input "34" expecting ID' ]
1150 result, errors = parse( <<-'END', :decl, 'int =1;', true )
1161 errors.should == [ 'line 1:4 missing ID at "="' ]
1167 result, errors = parse( <<-'END', :decl, 'x=1;', true )
1178 errors.should == [ 'line 1:0 mismatched input "x" expecting set nil' ]
1184 result, errors = parse( <<-'END', :a, 'abc', true )
1193 errors.should == [ "line 0:-1 missing INT at \"<EOF>\"" ]
1200 result, errors = parse( <<-'END', :a, 'abc ick 34', true )
1211 errors
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
H A Djsunittest.js813 errors: 0
820 results.errors += test.errors;
833 url += "errors=" + results.errors;
870 return new DrNicTest.Template('#{tests} tests, #{assertions} assertions, #{failures} failures, #{errors} errors').evaluate(this.getResult());
890 DrNicTest.Unit.Testcase.prototype.errors = 0;
919 var msg = '#{assertions} assertions, #{failures} failures, #{errors} errors\
[all...]
/external/chromium_org/chrome/utility/extensions/
H A Dunpacker.cc42 namespace errors = manifest_errors;
119 SetError(errors::kInvalidManifest);
132 SetError(errors::kInvalidManifest);
293 SetError(base::StringPrintf("%s %s", errors::kLocalesMessagesFileMissing,
/external/chromium_org/native_client_sdk/src/doc/
H A DMakefile44 @echo "Link check complete; look for any errors in the above output " \
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd162 object PyBytes_Decode(char *s, Py_ssize_t size, char *encoding, char *errors)
165 # using the codec registered for encoding. encoding and errors
171 object PyBytes_AsDecodedObject(object str, char *encoding, char *errors)
175 # errors have the same meaning as the parameters of the same name
180 object PyBytes_Encode(char *s, Py_ssize_t size, char *encoding, char *errors)
184 # object. encoding and errors have the same meaning as the
189 object PyBytes_AsEncodedObject(object str, char *encoding, char *errors)
192 # and return the result as Python object. encoding and errors have
H A Dstring.pxd162 object PyString_Decode(char *s, Py_ssize_t size, char *encoding, char *errors)
165 # using the codec registered for encoding. encoding and errors
171 object PyString_AsDecodedObject(object str, char *encoding, char *errors)
175 # errors have the same meaning as the parameters of the same name
180 object PyString_Encode(char *s, Py_ssize_t size, char *encoding, char *errors)
184 # object. encoding and errors have the same meaning as the
189 object PyString_AsEncodedObject(object str, char *encoding, char *errors)
192 # and return the result as Python object. encoding and errors have
/external/chromium_org/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp45 /* last output : errors=3121
142 int errors = 0; local
237 ++errors;
239 SkDebugf("errors=%d avgIter=%1.9g", errors, (double) iters / errors);
/external/chromium_org/tools/
H A Dlicenses.py390 errors = []
395 errors.append((path, e.args[0]))
398 for path, error in sorted(errors):
401 return len(errors) == 0
/external/e2fsprogs/lib/e2p/
H A De2p.h42 void print_fs_errors (FILE * f, unsigned short errors);
/external/qemu/proxy/
H A Dproxy_int.h40 fd_set* errors; member in struct:__anon29932
/external/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp45 /* last output : errors=3121
142 int errors = 0; local
237 ++errors;
239 SkDebugf("errors=%d avgIter=%1.9g", errors, (double) iters / errors);
/external/valgrind/main/memcheck/tests/
H A Dbig_blocks_freed_list.stderr.exp49 For counts of detected and suppressed errors, rerun with: -v
50 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
/external/chromium_org/build/android/
H A Dprovision_devices.py31 import errors namespace
145 except (errors.DeviceUnresponsiveError, device_errors.CommandFailedError):
201 except (errors.WaitForResponseTimedOutError,

Completed in 772 milliseconds

<<21222324252627282930>>