Searched refs:errors (Results 676 - 700 of 954) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/mojo/tools/pylib/
H A Dmojo_python_tests_runner.py137 return set(test.id() for test, _ in result.failures + result.errors)
/external/chromium_org/third_party/cython/src/pyximport/
H A Dpyxbuild.py10 from distutils.errors import DistutilsArgError, DistutilsError, CCompilerError
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duidna.h166 * Output container for IDNA processing errors.
171 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... }
186 * Bit set indicating IDNA processing errors. 0 if no errors.
190 uint32_t errors; member in struct:UIDNAInfo
206 * If any processing step fails, then pInfo->errors will be non-zero and
208 * The label might be modified according to the types of errors.
209 * Labels with severe errors will be left in (or turned into) their Unicode form.
235 * If any processing step fails, then pInfo->errors will be non-zero.
236 * The label might be modified according to the types of errors
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h83 int errors() const { return errors_; } function in class:cricket::FakeVideoRenderer
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dprogress_reporter.py81 return self.failures + self.errors
/external/doclava/res/assets/templates/
H A Dtodo.cs87 <?cs each:err=cl.errors ?>
/external/icu/icu4c/source/common/unicode/
H A Duidna.h166 * Output container for IDNA processing errors.
171 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... }
186 * Bit set indicating IDNA processing errors. 0 if no errors.
190 uint32_t errors; member in struct:UIDNAInfo
206 * If any processing step fails, then pInfo->errors will be non-zero and
208 * The label might be modified according to the types of errors.
209 * Labels with severe errors will be left in (or turned into) their Unicode form.
235 * If any processing step fails, then pInfo->errors will be non-zero.
236 * The label might be modified according to the types of errors
[all...]
/external/lldb/examples/test/
H A Dusage-lldb-loggings37 Session logs for test failures/errors/unexpected successes will go into directory '2012-08-22-11_36_37'
102 Session logs for test failures/errors/unexpected successes will go into directory '2012-08-22-13_21_46'
/external/valgrind/main/memcheck/tests/
H A Dleak-segv-jmp.stderr.exp81 For counts of detected and suppressed errors, rerun with: -v
82 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
H A Dleak_cpp_interior.stderr.exp85 For counts of detected and suppressed errors, rerun with: -v
86 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dsigkill.stderr.exp198 For counts of detected and suppressed errors, rerun with: -v
199 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c68 int errors; member in struct:wpa_ctrl_dst
511 dst->errors++;
512 if (dst->errors > 10)
515 dst->errors = 0;
H A Dctrl_iface_udp.c40 int errors; member in struct:wpa_ctrl_dst
486 dst->errors++;
487 if (dst->errors > 10) {
493 dst->errors = 0;
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestCharDFAConversion.java170 Message msg = (Message)equeue.errors.get(0);
350 Message msg = (Message)equeue.errors.get(0);
/external/chromium_org/extensions/common/api/sockets/
H A Dsockets_manifest_permission.cc25 namespace errors = sockets_errors;
41 errors::kErrorInvalidHostPattern, host_pattern);
/external/chromium_org/extensions/common/
H A Dmessage_bundle.cc26 namespace errors = manifest_errors;
122 errors::kReservedMessageFound, it->first);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm33 ; individual errors are max. 15bit+sign, so squares are 30bit, and
/external/chromium_org/third_party/markdown/
H A D__init__.py399 errors="xmlcharrefreplace")
404 output_file = writer(output, errors="xmlcharrefreplace")
/external/chromium_org/v8/tools/unittests/
H A Drun_perf_test.py154 def _VerifyErrors(self, errors):
155 self.assertEquals(errors, self._LoadResults()["errors"])
/external/libvorbis/doc/
H A DMakefile.am29 vorbis-errors.txt \
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_error_sse2.asm33 ; individual errors are max. 15bit+sign, so squares are 30bit, and
/external/valgrind/main/drd/tests/
H A Dannotate_barrier.stderr.exp47 ERROR SUMMARY: 11 errors from 7 contexts (suppressed: 0 from 0)
/external/valgrind/main/helgrind/tests/
H A Dtc06_two_races.stderr.exp70 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs_unittest.cc450 std::string errors; local
452 path, Manifest::INTERNAL, manifest, Extension::NO_FLAGS, id, &errors);
453 ASSERT_TRUE(extension.get()) << errors;
575 std::string errors; variable
577 path, Manifest::INTERNAL, manifest, Extension::NO_FLAGS, id_, &errors);
578 ASSERT_TRUE(new_extension.get()) << errors;
/external/chromium_org/chrome/browser/ui/webui/
H A Dpolicy_ui.cc162 // CloudPolicyStore errors take precedence to show in the status message.
163 // Other errors (such as transient policy fetching problems) get displayed
379 // the optional errors in |errors| to determine the status of each policy.
381 policy::PolicyErrorMap* errors,
431 // TODO(bartfab): Add an observer that watches for client errors. Observing
706 policy::PolicyErrorMap* errors,
720 base::string16 error = errors->GetErrors(entry->first);
737 // Get a list of all the errors in the policy values.
740 policy::PolicyErrorMap errors; local
705 GetPolicyValues(const policy::PolicyMap& map, policy::PolicyErrorMap* errors, base::DictionaryValue* values) const argument
[all...]

Completed in 1090 milliseconds

<<21222324252627282930>>