/external/chromium_org/chrome/browser/component_updater/ |
update_response.h | 116 // errors(). 120 const std::string& errors() const { return errors_; } function in class:component_updater::UpdateResponse
|
/external/chromium_org/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 94 int errors = 0; variable 140 ++errors; 150 if (errors != 0) { 152 str += base::IntToString(errors) + " errors";
|
/external/chromium_org/chrome/browser/extensions/api/spellcheck/ |
spellcheck_api.cc | 16 namespace errors = manifest_errors;
|
/external/chromium_org/chrome/browser/extensions/ |
requirements_checker.cc | 31 base::Callback<void(std::vector<std::string> errors)> callback) {
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_error_info.h | 51 // Populates the specified |errors| vector with the errors contained in 52 // |cert_status|. Returns the number of errors found. 53 // Callers only interested in the error count can pass NULL for |errors|. 58 std::vector<SSLErrorInfo>* errors);
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
template_renderer.py | 48 return render_data.text, render_data.errors
|
/external/chromium_org/extensions/common/manifest_handlers/ |
permissions_parser.cc | 32 namespace errors = manifest_errors; 112 *error = ErrorUtils::FormatErrorMessageUTF16(errors::kInvalidPermissions, 163 *error = base::ASCIIToUTF16(errors::kExperimentalFlagRequired); 218 ErrorUtils::FormatErrorMessage(errors::kInvalidPermissionScheme,
|
/external/chromium_org/ppapi/generators/ |
idl_generator.py | 40 self.errors = 0 45 self.errors += 1 64 self.errors = 0 71 # Generate list of files to ignore due to errors 73 # If this file has errors, skip it 74 if filenode.GetProperty('ERRORS') > 0: 129 return self.errors 184 # Ignore files with errors 197 errcnt = filenode.GetProperty('ERRORS') 198 ErrOut.Log('%s : Skipped because of %d errors.' % [all...] |
/external/chromium_org/ppapi/tests/ |
test_utils.h | 128 // you can use failed() and errors(). 139 // error_message->assign(callback.errors()); 160 const std::string& errors() { return errors_; } function in class:TestCompletionCallback 227 const std::string& errors() { return callback_.errors(); } function in class:TestCompletionCallbackWithOutput 259 // Verifies that the callback didn't record any errors. If the callback is run 266 (callback).errors().c_str()); \
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
result.py | 33 failures and errors that occurred among those test runs. The collections 43 self.errors = [] 108 self.errors.append((test, self._exc_info_to_string(err, test))) 138 return (len(self.failures) + len(self.errors) == 0) 181 return "<%s run=%i errors=%i failures=%i>" % \ 182 (util.strclass(self.__class__), self.testsRun, len(self.errors),
|
runner.py | 114 self.printErrorList('ERROR', self.errors) 117 def printErrorList(self, flavour, errors): 118 for test, err in errors: 132 It prints out the names of tests as they are run, errors as they 189 failed, errored = map(len, (result.failures, result.errors)) 193 infos.append("errors=%d" % errored)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
checkerbase.py | 29 from closure_linter import errors namespace 52 checker: Class to report errors to. 75 """Checks a token, given the current parser_state, for warnings and errors. 107 error_handler: Object that handles errors. 108 lint_rules: LintRules object defining lint errors given a token 144 """Returns true if the style checker has found any errors. 147 True if the style checker has found any errors. 152 """Checks the file, printing warnings and errors as they are found. 166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None) 184 """Checks a file, given as an iterable of lines, for warnings and errors [all...] |
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 148 /* errors :: */ 149 /* An array of FreeType error codes. `errors[N]' is the error */ 150 /* code of Nth guessing rule function. If `errors[N]' is not */ 159 FT_Error* errors );
|
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
cloudstorage_api.py | 35 from . import errors namespace 75 errors.AuthorizationError: if authorization failed. 76 errors.NotFoundError: if an object that's expected to exist doesn't. 109 errors.NotFoundError: if the file doesn't exist prior to deletion. 116 errors.check_status(status, [204], filename, resp_headers=resp_headers) 132 errors.AuthorizationError: if authorization failed. 133 errors.NotFoundError: if an object that's expected to exist doesn't. 139 errors.check_status(status, [200], filename, resp_headers=headers) 165 errors.AuthorizationError: if authorization failed. 166 errors.NotFoundError: if an object that's expected to exist doesn't [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
jamotest.cpp | 399 int32_t errors = 0; local 408 ++errors; 430 if (errors != 0) { 431 errln((UnicodeString)"Test word failures: " + errors + " out of " + total);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
reflection_ops.cc | 225 vector<string>* errors) { 233 errors->push_back(prefix + descriptor->field(i)->name()); 253 errors); 259 errors);
|
/external/chromium_org/third_party/tlslite/tlslite/ |
api.py | 7 from .errors import *
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
error_util.js | 18 // Overrides console.error() to count errors. 30 // Overrides console.assert() to count errors.
|
/external/freetype/include/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 148 /* errors :: */ 149 /* An array of FreeType error codes. `errors[N]' is the error */ 150 /* code of Nth guessing rule function. If `errors[N]' is not */ 159 FT_Error* errors );
|
/external/icu/icu4c/source/test/intltest/ |
jamotest.cpp | 399 int32_t errors = 0; local 408 ++errors; 430 if (errors != 0) { 431 errln((UnicodeString)"Test word failures: " + errors + " out of " + total);
|
/external/libpng/ |
test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
/external/lldb/test/unittest2/ |
result.py | 33 failures and errors that occurred among those test runs. The collections 43 self.errors = [] 108 self.errors.append((test, self._exc_info_to_string(err, test))) 138 return (len(self.failures) + len(self.errors) == 0) 181 return "<%s run=%i errors=%i failures=%i>" % \ 182 (util.strclass(self.__class__), self.testsRun, len(self.errors),
|
runner.py | 109 self.printErrorList('ERROR', self.errors) 112 def printErrorList(self, flavour, errors): 113 for test, err in errors: 127 It prints out the names of tests as they are run, errors as they 184 failed, errored = map(len, (result.failures, result.errors)) 188 infos.append("errors=%d" % errored)
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 148 /* errors :: */ 149 /* An array of FreeType error codes. `errors[N]' is the error */ 150 /* code of Nth guessing rule function. If `errors[N]' is not */ 159 FT_Error* errors );
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
ftrfork.h | 124 /* offset (offsets[N]), and an error code (errors[N]). */ 148 /* errors :: */ 149 /* An array of FreeType error codes. `errors[N]' is the error */ 150 /* code of Nth guessing rule function. If `errors[N]' is not */ 159 FT_Error* errors );
|