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

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/common/extensions/
extension_unpacker_unittest.cc 16 namespace errors = extension_manifest_errors;
49 EXPECT_EQ(errors::kInvalidDefaultLocale, unpacker_->error_message());
55 EXPECT_EQ(errors::kLocalesTreeMissing, unpacker_->error_message());
61 EXPECT_EQ(errors::kInvalidDefaultLocale, unpacker_->error_message());
75 EXPECT_EQ(errors::kLocalesNoDefaultMessages, unpacker_->error_message());
81 EXPECT_EQ(errors::kLocalesNoDefaultLocaleSpecified,
89 errors::kLocalesMessagesFileMissing +
96 EXPECT_EQ(errors::kLocalesNoDefaultMessages, unpacker_->error_message());
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
filetestcase.py 17 """Test case that runs a checker on a file, matching errors against annotations.
19 Runs the given checker on the given file, accumulating all errors. The list
20 of errors is then matched against those annotated in the file. Based heavily
100 errors = erroraccumulator.ErrorAccumulator()
101 self._runner.Run([filename], errors)
103 errors = errors.GetErrors()
106 error_msgs = [(error.token.line_number, error.code) for error in errors]
  /external/clang/test/PCH/
cxx11-enum-template.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
cxx11-user-defined-literals.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/emma/core/res/com/vladium/emma/data/
merge_usage.res 34 "quiet operation (ignore all but warnings and severe errors)";
39 "extra-quiet operation (ignore all but severe errors)";
  /external/valgrind/main/gdbserver_tests/
mcsignopass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
22 ERROR SUMMARY: 11 errors from 1 contexts (suppressed: 0 from 0)
mcsigpass.stderr.exp 21 For counts of detected and suppressed errors, rerun with: -v
22 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
mcwatchpoints.stderr.exp 26 For counts of detected and suppressed errors, rerun with: -v
27 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
  /external/valgrind/main/memcheck/tests/
describe-block.stderr.exp 14 For counts of detected and suppressed errors, rerun with: -v
15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 23 shouldBeTrue('now - 1 <= t'); // Avoid rounding errors
28 shouldBeTrue('t <= then + 1'); // Avoid rounding errors
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
runptests.c 48 int errors = 0; local
79 ++errors;
87 errors++;
101 ++errors;
116 ++errors;
124 printf ("\n%u tests, %d errors\n", (int) cnt, errors);
126 return errors != 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_idt77105.h 19 __u32 symbol_errors; /* wire symbol errors */
22 __u32 rx_hec_errors; /* Header Error Check errors on receive */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_idt77105.h 19 __u32 symbol_errors; /* wire symbol errors */
22 __u32 rx_hec_errors; /* Header Error Check errors on receive */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_idt77105.h 19 __u32 symbol_errors; /* wire symbol errors */
22 __u32 rx_hec_errors; /* Header Error Check errors on receive */
  /cts/tools/dasm/src/java_cup/
internal_error.java 4 /** Exception subclass for reporting internal errors in JavaCup. */
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t015calc.html 18 function _evaluate(expr, expected, errors) {
26 if (!errors) {
29 assertEquals(parser.reportedErrors.length, errors.length);
57 // FIXME: most parse errors result in TypeErrors in action code, because
  /external/bzip2/
words0 2 If compilation produces errors, or a large number of warnings,
  /external/chromium/chrome/browser/extensions/
extension_infobar_module_constants.h 17 // Errors.
  /external/chromium/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 6 avoid errors when scanning sconsscripts."""
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
errorrecord.py 23 from closure_linter import errors namespace
35 new_error: Whether this is a "new error" (see errors.NEW_ERRORS).
47 Errors are not able to be serialized (pickled) over processes because of
58 new_error = error.code in errors.NEW_ERRORS
  /external/clang/test/ARCMT/
migrate-emit-errors.m 1 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t -arcmt-migrate-emit-errors %s 2>&1 | FileCheck %s
  /external/clang/test/Frontend/
verify-fatal.c 1 // RUN: %clang_cc1 -Wfatal-errors -verify %s 2>&1 | FileCheck %s
  /external/clang/test/SemaTemplate/
crash-10438657.cpp 3 // CHECK: 10 errors
  /external/v8/test/mjsunit/
delay-syntax-error.js 28 // To be compatible with JSC syntax errors for illegal returns should be delayed
32 // Do not throw syntax errors for illegal return at compile time.
35 // Throw syntax errors for illegal break and continue at compile time.
39 // Throw syntax errors for illegal return, break and continue at runtime.
  /external/valgrind/main/drd/tests/
annotate_ignore_rw.stderr.exp 9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

Completed in 318 milliseconds

1 2 3 4 5 6 7 891011>>