/external/chromium_org/chrome/browser/component_updater/ |
update_checker.cc | 142 error_message = update_response.errors();
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_menu_model.cc | 690 // how update the menu if new errors are added. 699 const GlobalErrorService::GlobalErrorList& errors = local 700 GlobalErrorServiceFactory::GetForProfile(browser_->profile())->errors(); 702 it = errors.begin(); it != errors.end(); ++it) {
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings.cc | 327 // There are no major errors. Check for minor errors. 408 // HTTP or HTTPS with errors (not warnings). 417 std::vector<SSLErrorInfo> errors; local 419 url, &errors); 420 for (size_t i = 0; i < errors.size(); ++i) { 422 site_identity_details_ += errors[i].short_description();
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
content_provider.py | 112 spelling errors and missing files that are in other directories, and this
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
automation.cc | 29 namespace errors = manifest_errors;
|
/external/chromium_org/components/json_schema/ |
json_schema_validator.h | 133 // Errors will result in CHECK at runtime; this constructor should not be used 143 // and valid. Errors will result in CHECK at runtime; this constructor should 165 // Returns any errors from the last call to to Validate(). 166 const std::vector<Error>& errors() const { function in class:JSONSchemaValidator 171 // otherwise. If false is returned any errors are available from the errors() 247 // Errors accumulated since the last call to Validate().
|
/external/chromium_org/extensions/renderer/resources/ |
schema_utils.js | 20 if (schemaValidator.errors.length == 0) 24 err = schemaValidator.errors[i]; i++) {
|
/external/chromium_org/ppapi/generators/ |
idl_lint.py | 37 def Arrive(self, node, errors): 38 __pychecker__ = 'unusednames=node,errors' 115 if filenode.GetProperty('ERRORS') > 0: 116 ErrOut.Log('%s : Skipped due to errors.' % name)
|
/external/chromium_org/third_party/angle/tests/angle_tests/ |
OcclusionQueriesTest.cpp | 125 TEST_F(OcclusionQueriesTest, errors)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
indentation.py | 22 from closure_linter import errors namespace 109 Can be used to find common indentation errors in JavaScript, ActionScript and 128 """Checks a token for indentation errors. 165 errors.MALFORMED_END_OF_SCOPE_COMMENT, 173 errors.MISSING_END_OF_SCOPE_COMMENT, 223 errors.WRONG_INDENTATION,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uidna.h | 149 * Output container for IDNA processing errors. 154 * if(U_SUCCESS(errorCode) && info.errors!=0) { ... } 169 * Bit set indicating IDNA processing errors. 0 if no errors. 173 uint32_t errors; member in struct:UIDNAInfo 190 * If any processing step fails, then pInfo->errors will be non-zero and 192 * The label might be modified according to the types of errors. 193 * Labels with severe errors will be left in (or turned into) their Unicode form. 219 * If any processing step fails, then pInfo->errors will be non-zero. 220 * The label might be modified according to the types of errors [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
fakevideorenderer.h | 83 int errors() const { return errors_; } function in class:cricket::FakeVideoRenderer
|
/external/chromium_org/v8/src/ |
harmony-math.js | 63 // This is to prevent numerical errors caused by large negative x. 118 // Kahan summation to avoid rounding errors.
|
/external/icu/icu4c/source/common/unicode/ |
uidna.h | 166 * 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/ |
usage-lldb-loggings | 37 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/ |
leak-segv-jmp.stderr.exp | 81 For counts of detected and suppressed errors, rerun with: -v 82 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
leak_cpp_interior.stderr.exp | 85 For counts of detected and suppressed errors, rerun with: -v 86 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
sigkill.stderr.exp | 198 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/ |
ctrl_iface_named_pipe.c | 68 int errors; member in struct:wpa_ctrl_dst 511 dst->errors++; 512 if (dst->errors > 10) 515 dst->errors = 0;
|
ctrl_iface_udp.c | 40 int errors; member in struct:wpa_ctrl_dst 486 dst->errors++; 487 if (dst->errors > 10) { 493 dst->errors = 0;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 9 from distutils.errors import DistutilsSetupError
|
install_lib.py | 12 from distutils.errors import DistutilsOptionError
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 15 from distutils.errors import (DistutilsSetupError, DistutilsArgError, 135 # command-line errors are the end user's fault, so turn them into
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_bdist_rpm.py | 16 from distutils.errors import DistutilsExecError
|
test_build_clib.py | 9 from distutils.errors import DistutilsSetupError
|