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

1 2 3 4 5 67 8 91011>>

  /external/e2fsprogs/lib/e2p/
pe.c 2 * pe.c - Print a second extended filesystem errors behavior
23 void print_fs_errors (FILE * f, unsigned short errors)
25 switch (errors)
  /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/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
errorhandler.py 19 Error handlers aggregate a set of errors from multiple files and can optionally
20 perform some action based on the reported errors, for example, logging the error
36 """Notifies this ErrorHandler that subsequent errors are in filename.
53 Should be called after all errors in a file have been handled.
57 """Returns the accumulated errors.
60 A sequence of errors.
erroraccumulator.py 17 """Linter error handler class that accumulates an array of errors."""
27 """Error handler object that accumulates errors in a list."""
41 """Returns the accumulated errors.
44 A sequence of errors.
  /external/clang/test/Analysis/diagnostics/
false-positive-suppression.c 12 FREE_POINTER(p); // no-warning: we are suppressing errors coming from sys/queue macros.
21 MYMACRO(p); // no-warning: we are suppressing errors coming from sys/queue macros.
  /external/clang/test/Misc/
serialized-diags-no-category.c 8 // This test case tests that we can handle both fatal errors and errors without categories.
  /external/clang/test/PCH/
cxx-trailing-return.cpp 1 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t-cxx11
2 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t-cxx11 -verify %s
cxx11-exception-spec.cpp 1 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -emit-pch %s -o %t
2 // RUN: %clang_cc1 -pedantic-errors -std=c++11 -include-pch %t -verify %s
  /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/llvm/test/CodeGen/Mips/
inlineasm-cnstrnt-bad-I-1.ll 6 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
11 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'I'
inlineasm-cnstrnt-bad-J.ll 6 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
11 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'J'
inlineasm-cnstrnt-bad-K.ll 6 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
11 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'K'
inlineasm-cnstrnt-bad-L.ll 6 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
11 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'L'
inlineasm-cnstrnt-bad-N.ll 7 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
12 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'N'
inlineasm-cnstrnt-bad-O.ll 7 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
12 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'O'
inlineasm-cnstrnt-bad-P.ll 7 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
12 ;CHECK-ERRORS: error: invalid operand for inline asm constraint 'P'
  /external/llvm/test/MC/AsmParser/
directive_file-errors.s 2 // RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
9 // CHECK-ERRORS:6:9: error: input can't have .file dwarf directives when -g is used to generate dwarf debug info for assembly code
  /external/valgrind/main/memcheck/tests/
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/valgrind/main/memcheck/tests/linux/
capget.stderr.exp2 14 For counts of detected and suppressed errors, rerun with: -v
15 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
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)
  /external/junit/src/org/junit/experimental/theories/
Theories.java 29 protected void collectInitializationErrors(List<Throwable> errors) {
30 super.collectInitializationErrors(errors);
31 validateDataPointFields(errors);
34 private void validateDataPointFields(List<Throwable> errors) {
39 errors.add(new Error("DataPoint field " + each.getName() + " must be static"));
43 protected void validateConstructor(List<Throwable> errors) {
44 validateOnlyOneConstructor(errors);
48 protected void validateTestMethods(List<Throwable> errors) {
51 each.validatePublicVoid(false, errors);
53 each.validatePublicVoidNoArg(false, errors);
    [all...]
  /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: use of undefined value '%x'

Completed in 223 milliseconds

1 2 3 4 5 67 8 91011>>