HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 126 - 150 of 4729) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/common/
json_schema_validator_unittest.cc 24 for (size_t i = 0; i < validator.errors().size(); ++i) {
26 << validator.errors()[i].path << ": "
27 << validator.errors()[i].message;
42 ASSERT_EQ(1u, validator.errors().size()) << test_source;
43 EXPECT_EQ(expected_error_path, validator.errors()[0].path) << test_source;
44 EXPECT_EQ(expected_error_message, validator.errors()[0].message)
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorMonitor.java 29 private final List errors = new ArrayList(); field in class:DOMErrorMonitor
44 errors.add(new DOMErrorImpl(error));
49 * Gets list of errors
51 * @return return errors
54 return new ArrayList(errors);
58 Iterator iter = errors.iterator();
  /device/moto/wingray/taudio/
tplay.c 27 // struct tegra_audio_error_counts errors, errors_tot;
81 FAILIF(ioctl(ofd_c, TEGRA_AUDIO_OUT_GET_ERROR_COUNT, &errors) < 0,
84 if (errors.late_dma || errors.full_empty) {
85 printf("out %d (%d late, %d underrun errors)\n", nw,
86 errors.late_dma, errors.full_empty);
87 errors_tot.late_dma += errors.late_dma;
88 errors_tot.full_empty += errors.full_empty;
97 printf("played with %d late, %d underflow errors\n"
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sonet.h 10 __HANDLE_ITEM(section_bip); /* section parity errors (B1) */ \
11 __HANDLE_ITEM(line_bip); /* line parity errors (B2) */ \
12 __HANDLE_ITEM(path_bip); /* path parity errors (B3) */ \
13 __HANDLE_ITEM(line_febe); /* line parity errors at remote */ \
14 __HANDLE_ITEM(path_febe); /* path parity errors at remote */ \
15 __HANDLE_ITEM(corr_hcs); /* correctable header errors */ \
16 __HANDLE_ITEM(uncorr_hcs); /* uncorrectable header errors */ \
  /external/doclava/src/com/google/doclava/
TodoFile.java 59 public int errors; field in class:TodoFile.PackageStats
83 String base = classBase + ".errors.";
84 int errors = 0; local
88 setHDF(data, base + errors, cl.position(), "&lt;class comment&gt;", MISSING);
89 errors++;
98 setHDF(data, base + errors, m.position(), m.prettySignature(), MISSING);
103 errors++;
112 setHDF(data, base + errors, m.position(), m.name() + m.prettySignature(), MISSING);
117 errors++;
127 setHDF(data, base + errors, f.position(), f.name(), MISSING)
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
handleerror02.js 85 * @param errors Value from value attribute of nested var element
88 function DOMErrorHandlerN10053(errors) {
89 this.errors = errors;
105 var errors = errorHandler.errors;
113 errors[errors.length] = error;
122 Use an error handler to continue from errors and check that more than one
129 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-ERRORS-DOMErrorHandler-handleErro
    [all...]
  /external/clang/test/Misc/
diag-mapping.c 12 // Mapping unrelated diags to errors doesn't affect this one.
18 // This should emit an error with -pedantic-errors.
19 // RUN: %clang_cc1 %s -pedantic-errors 2>&1 | grep "error:"
22 // RUN: %clang_cc1 %s -pedantic-errors -Wextra-tokens 2>&1 | grep "warning:"
25 // RUN: %clang_cc1 %s -pedantic-errors -Wno-extra-tokens 2>&1 | not grep diagnostic
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 29 import com.google.doclava.Errors;
30 import com.google.doclava.Errors.ErrorMessage;
69 Errors.printErrors(report.errors());
90 level = Errors.ERROR;
92 level = Errors.WARNING;
94 level = Errors.HIDDEN;
96 Errors.setErrorLevel(Integer.parseInt(a[1]), level);
99 return new Report(2, Errors.getErrors());
113 return new Report(1, Errors.getErrors())
193 private Set<ErrorMessage> errors; field in class:ApiCheck.Report
204 public Set<ErrorMessage> errors() { method in class:ApiCheck.Report
    [all...]
  /external/valgrind/main/memcheck/tests/
error_counts.c 20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS);
erringfds.stderr.exp 10 For counts of detected and suppressed errors, rerun with: -v
11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/wpa_supplicant/tests/
test_ms_funcs.c 60 int errors = 0; local
69 errors++;
75 errors++;
84 errors++;
90 errors++;
100 errors++;
106 errors++;
112 errors++;
115 if (errors)
116 printf("FAILED! %d errors\n", errors)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_ms_funcs.c 60 int errors = 0; local
69 errors++;
75 errors++;
84 errors++;
90 errors++;
100 errors++;
106 errors++;
112 errors++;
115 if (errors)
116 printf("FAILED! %d errors\n", errors)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_error_reporter.h 15 // report errors. This is a singleton that lives on the UI thread, with the
19 // process and plumbing the errors out to the browser.
21 // report errors that are specific to a particular extension.
31 // Report an error. Errors always go to VLOG(1). Optionally, they can also
35 // Get the errors that have been reported so far.
38 // Clear the list of errors reported so far.
  /external/e2fsprogs/debian/
comerr-dev.doc-base 6 to return errors to their callers, and for programs
7 to describe errors and exceptional conditions to their users.
  /external/e2fsprogs/lib/ext2fs/
tst_byteswap.c 50 int errors = 0; local
60 errors++;
65 errors++;
78 errors++;
83 errors++;
88 if (!errors)
89 printf("No errors found in the byteswap implementation!\n");
91 return errors;
  /external/valgrind/main/drd/tests/
read_after_free.stderr.exp 8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
16 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/linux/
lsframe1.stderr.exp 11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
lsframe2.stderr.exp 11 For counts of detected and suppressed errors, rerun with: -v
12 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /dalvik/vm/mterp/x86-atom/
TODO.txt 25 array bounds errors.
26 (md) Use dvmThrowClassCastException(actual, desired) for class cast errors.
28 for array store errors.
29 (md) Use dvmThrowNegativeArraySizeException(len) forarray alloc errors
  /external/bluetooth/bluez/doc/
input-api.txt 18 Possible errors: org.bluez.Error.AlreadyConnected
25 To abort a connection attempt in case of errors or
28 Possible errors: org.bluez.Error.Failed
35 Possible Errors: org.bluez.Error.InvalidArguments
  /external/clang/test/CodeGenObjC/
2009-02-05-VolatileProp.m 1 // RUN: %clang -fexceptions -S -emit-llvm %s -o /dev/null -pedantic-errors
  /external/clang/test/Frontend/
ir-support-errors.ll 6 ; CHECK: {{.*}}ir-support-errors.ll:7:16: error: expected value token
  /external/clang/test/Parser/
PR11000.cpp 9 // CHECK: 6 errors generated.
cxx-member-init-missing-paren-crash.cpp 2 // Note: The important part here is that we don't crash, not any specific errors
  /external/clang/test/Preprocessor/
c90.c 1 /* RUN: %clang_cc1 %s -std=c89 -Eonly -verify -pedantic-errors

Completed in 372 milliseconds

1 2 3 4 56 7 8 91011>>