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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
pth_uninitialized_cond.stderr.exp 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/main/exp-sgcheck/tests/
preen_invars.stderr.exp-glibc28-amd64 9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /device/asus/deb/
fstab.deb 7 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check
8 /dev/block/platform/msm_sdcc.1/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,data=ordered,nomblk_io_submit,errors=panic wait,check,encryptable=/dev/block/platform/msm_sdcc.1/by-name/metadata
10 /dev/block/platform/msm_sdcc.1/by-name/radio /firmware vfat ro,uid=1000,gid=1000,fmask=0337,dmask=0227,iocharset=iso8859-1,shortname=mixed,errors=remount-ro wait
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 7 # until you get a good one; errors are not passed through to the parser.
28 Errors from the lexer are never passed to the parser. Either you want
35 errors and keep going, looking for a valid token.
  /external/antlr/antlr-3.4/runtime/Python/tests/
t015calc.py 10 def _evaluate(self, expr, expected, errors=[]):
17 assert len(parser.reportedErrors) == len(errors), parser.reportedErrors
39 # FIXME: most parse errors result in TypeErrors in action code, because
  /external/chromium/net/base/
cert_status_flags.cc 44 // A certificate may have multiple errors. We report the most
47 // Unrecoverable errors
53 // Recoverable errors
  /external/clang/test/Lexer/
long-long.cpp 1 /* RUN: %clang_cc1 -x c -std=c89 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s
2 * RUN: %clang_cc1 -x c -std=c99 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s
3 * RUN: %clang_cc1 -x c++ -std=c++98 -fsyntax-only -verify -pedantic-errors -Wno-empty-translation-unit %s
  /external/clang/test/PCH/
empty-with-headers.c 1 // RUN: %clang_cc1 -fsyntax-only -std=c99 -pedantic-errors %s
3 // RUN: %clang_cc1 -fsyntax-only -std=c99 -pedantic-errors -include-pch %t %s
5 // RUN: %clang_cc1 -fsyntax-only -std=c99 -pedantic-errors -DINCLUDED %s -verify
  /external/clang/www/demo/
what is this directory.txt 4 Perhaps it could also be used for getting crash information and details on errors.... I'm not sure if this would require some major changes or not to report this info. Maybe also adding ways that people can use it to test for errors and a way to report such errors would also be good.
  /external/junit/src/org/junit/runners/model/
FrameworkMethod.java 58 * Adds to {@code errors} if this method:
66 public void validatePublicVoidNoArg(boolean isStatic, List<Throwable> errors) {
67 validatePublicVoid(isStatic, errors);
69 errors.add(new Exception("Method " + fMethod.getName() + " should have no parameters"));
74 * Adds to {@code errors} if this method:
81 public void validatePublicVoid(boolean isStatic, List<Throwable> errors) {
84 errors.add(new Exception("Method " + fMethod.getName() + "() " + state + " be static"));
87 errors.add(new Exception("Class " + fMethod.getDeclaringClass().getName() + " should be public"));
89 errors.add(new Exception("Method " + fMethod.getName() + "() should be public"));
91 errors.add(new Exception("Method " + fMethod.getName() + "() should be void"))
    [all...]
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
38 For counts of detected and suppressed errors, rerun with: -v
39 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
47 For counts of detected and suppressed errors, rerun with: -v
48 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
61 For counts of detected and suppressed errors, rerun with: -v
62 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
80 For counts of detected and suppressed errors, rerun with: -v
82 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0
    [all...]
partiallydefinedeq.stderr.exp2 2 Currently running on ppc32/64/arm: this test should give 3 errors, not 2.
22 For counts of detected and suppressed errors, rerun with: -v
24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
partiallydefinedeq.stderr.exp3 2 On s390 we might see 2 or 3 errors.
18 For counts of detected and suppressed errors, rerun with: -v
20 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
partiallydefinedeq.stderr.exp4 2 On s390 we might see 2 or 3 errors.
22 For counts of detected and suppressed errors, rerun with: -v
24 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
partiallydefinedeq.c 66 // Hence also on ARM we get 3 errors, not 2.
69 // level we have the 0x80808080 either in the literal pool (3 errors)
70 // or with the extended immediate facility in an instruction (2 errors).
74 fprintf(stderr, "Currently running on ppc32/64/arm: this test should give 3 errors, not 2.\n");
77 fprintf(stderr, "On s390 we might see 2 or 3 errors.\n");
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_eap_sim_common.c 42 int errors = 0; local
44 errors += test_eap_sim_prf();
46 return errors;
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 23 * method. The parser will then report all errors and warnings
27 * register an ErrorHandler, XML parsing errors will go unreported,
28 * except that <em>SAXParseException</em>s will be thrown for fatal errors.
29 * In order to detect validity errors, an ErrorHandler that does something
32 * <p>For XML processing errors, a SAX driver must use this interface
35 * errors and warnings. Note, however, that there is no requirement that
36 * the parser continue to report additional errors after a call to
39 * Also parsers may throw appropriate exceptions for non-XML errors.
41 * an IOException for errors accessing entities or the document.</p>
56 * are not errors or fatal errors as defined by the XM
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
xattr.h 39 is SIZE bytes long). Return 0 on success, -1 for errors. */
46 Return 0 on success, -1 for errors. */
52 bytes long). Return 0 on success, -1 for errors. */
57 SIZE bytes long). Return 0 on success, -1 for errors. */
63 Return 0 on success, -1 for errors. */
68 bytes long). Return 0 on success, -1 for errors. */
74 errors. */
80 last pathname component. Return 0 on success, -1 for errors. */
85 LIST (which is SIZE bytes big). Return 0 on success, -1 for errors. */
90 on success, -1 for errors. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
xattr.h 39 is SIZE bytes long). Return 0 on success, -1 for errors. */
46 Return 0 on success, -1 for errors. */
52 bytes long). Return 0 on success, -1 for errors. */
57 SIZE bytes long). Return 0 on success, -1 for errors. */
63 Return 0 on success, -1 for errors. */
68 bytes long). Return 0 on success, -1 for errors. */
74 errors. */
80 last pathname component. Return 0 on success, -1 for errors. */
85 LIST (which is SIZE bytes big). Return 0 on success, -1 for errors. */
90 on success, -1 for errors. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
xattr.h 39 is SIZE bytes long). Return 0 on success, -1 for errors. */
46 Return 0 on success, -1 for errors. */
52 bytes long). Return 0 on success, -1 for errors. */
57 SIZE bytes long). Return 0 on success, -1 for errors. */
63 Return 0 on success, -1 for errors. */
68 bytes long). Return 0 on success, -1 for errors. */
74 errors. */
80 last pathname component. Return 0 on success, -1 for errors. */
85 LIST (which is SIZE bytes big). Return 0 on success, -1 for errors. */
90 on success, -1 for errors. *
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_RFReader.h 123 * \retval Other errors Errors related to the other layers
147 * \retval Other errors Errors related to the other layers
200 * \retval Other errors Errors related to the other layers
226 * \retval Other errors Errors related to the other layers
246 * \retval Other errors Errors related to the other layer
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 61 flags.DEFINE_boolean('beep', True, 'Whether to beep when errors are found.')
90 errorrecord.ErrorRecords for any found errors.
110 errorrecord.ErrorRecords for any found errors.
120 """Check a path and return any errors.
126 A list of errorrecord.ErrorRecords for any found errors.
133 # Return any errors as error records.
151 """Print a detailed summary of the number of errors in each file."""
166 """Print a summary of the number of errors and files."""
173 print '%d files checked, no errors found.' % all_paths_count
182 print ('Found %d errors, including %d new errors, in %d files
    [all...]
  /external/junit/src/org/junit/runners/
BlockJUnit4ClassRunner.java 97 protected void collectInitializationErrors(List<Throwable> errors) {
98 super.collectInitializationErrors(errors);
100 validateNoNonStaticInnerClass(errors);
101 validateConstructor(errors);
102 validateInstanceMethods(errors);
103 validateFields(errors);
106 protected void validateNoNonStaticInnerClass(List<Throwable> errors) {
110 errors.add(new Exception(gripe));
115 * Adds to {@code errors} if the test class has more than one constructor,
119 protected void validateConstructor(List<Throwable> errors) {
170 RULE_VALIDATOR.validate(getTestClass(), errors); local
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_error_info.h 46 // Populates the specified |errors| vector with the errors contained in
47 // |cert_status|. Returns the number of errors found.
48 // Callers only interested in the error count can pass NULL for |errors|.
52 std::vector<SSLErrorInfo>* errors);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 15 * errors. The compile logs with errors are sent as email attachments using
48 String value = attributes.getValue("errors");
60 //keep track of compile logs containing errors
137 System.out.println(file.getName()+" has compile errors.");
185 System.out.println(file.getName()+" has compile errors.");
190 //send email notification that there are compile errors in the build
206 mailer.sendMultiPartMessage("Compile errors in build", "Compile errors in build. See attached compile logs.", logFiles);
211 System.out.println("Compile errors detected in "+nameWithPlugin)
    [all...]

Completed in 1510 milliseconds

1 2 3 4 5 6 7 8 91011>>