HomeSort by relevance Sort by last modified time
    Searched full:errors (Results 326 - 350 of 9212) sorted by null

<<11121314151617181920>>

  /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 */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
string_escape.py 17 return codecs.escape_encode(input, self.errors)[0]
21 return codecs.escape_decode(input, self.errors)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
string_escape.py 17 return codecs.escape_encode(input, self.errors)[0]
21 return codecs.escape_decode(input, self.errors)[0]
  /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/chromium_org/cc/test/
pixel_comparator.h 39 // Fuzzy pixel comparator. Counts small and arbitrary errors separately and
40 // computes average and maximum absolute errors per color channel.
51 // Computes error metrics and returns true if the errors don't exceed the
68 // Threshold for small errors.
  /external/chromium_org/chrome/browser/policy/
javascript_policy_handler.cc 23 PolicyErrorMap* errors) {
31 errors->AddError(key::kJavascriptEnabled,
37 errors->AddError(key::kDefaultJavaScriptSetting,
43 errors->AddError(key::kJavascriptEnabled,
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_manifest_unittest.cc 17 namespace errors = manifest_errors;
27 errors::kInvalidMatch,
35 ErrorUtils::FormatErrorMessage(errors::kInvalidMatch,
38 errors::kExpectString))
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_texture_compression_dxt3.txt 37 Errors
CHROMIUM_texture_compression_dxt5.txt 37 Errors
  /external/chromium_org/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/chromium_org/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 6 avoid errors when scanning sconsscripts."""
  /external/chromium_org/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/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: not %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 1040 milliseconds

<<11121314151617181920>>