/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 269 drv->errors++; 270 if (drv->errors > DRV_NUMBER_SEQUENTIAL_ERRORS) { 271 drv->errors = 0; 275 drv->errors = 0; 341 drv->errors++; 342 if (drv->errors > DRV_NUMBER_SEQUENTIAL_ERRORS) { 343 drv->errors = 0; 347 drv->errors = 0;
|
/external/chromium_org/chrome/common/extensions/ |
command.cc | 22 namespace errors = manifest_errors; 58 errors::kInvalidKeyBindingUnknownPlatform, 70 errors::kInvalidKeyBinding, 181 errors::kInvalidKeyBinding, 203 errors::kInvalidKeyBinding, 216 errors::kInvalidKeyBindingMediaKeyWithModifier, 395 errors::kInvalidKeyBindingDescription, 418 errors::kInvalidKeyBinding, 455 errors::kInvalidKeyBinding, 472 errors::kInvalidKeyBindingMissingPlatform [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
json_schema.js | 64 * Validates an instance against a schema and accumulates errors. Usage: 68 * if (validator.errors.length == 0) 71 * console.log(validator.errors); 73 * The errors property contains a list of objects. Each object has two 79 this.errors = []; 109 * Builds an error message. Key is the property in the |errors| object, and 233 * |errors| property will contain a list of errors, if any. 305 var originalErrors = this.errors; 308 this.errors = [] [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
srp.c | 287 int errors=0; local 582 errors++; 605 errors++; 632 errors++; 642 errors++; 659 errors++; 668 errors++; 688 errors++; 735 ret = (errors != 0); 737 if (errors != 0 [all...] |
/external/openssl/apps/ |
srp.c | 287 int errors=0; local 582 errors++; 605 errors++; 632 errors++; 642 errors++; 659 errors++; 668 errors++; 688 errors++; 735 ret = (errors != 0); 737 if (errors != 0 [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
EnvironmentCheck.java | 143 * sometimes reports errors that will not actually affect 206 * errors - namely when a developer recompiles xalan.jar on their 257 boolean errors = false; 276 errors |= logFoundJars(v, keyStr); 287 errors = true; 301 return errors; 350 * as having errors 359 boolean errors = false; 378 errors = true; 385 errors = true [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
ListeningPortsTest.java | 184 String errors = ""; local 192 errors += "\nFound port listening on addr=" 199 if (!errors.equals("")) { 200 throw new ListeningPortsAssertionError(errors);
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t058rewriteAST.py | [all...] |
/external/chromium/chrome/browser/sync/sessions/ |
session_state_unittest.cc | 114 ErrorCounters errors; local 115 errors.num_conflicting_commits = 250; 117 errors.ToValue()); 144 errors, 159 ExpectDictionaryValue(*expected_errors_value, *value, "errors");
|
/external/chromium/chrome/common/extensions/ |
extension_unpacker.cc | 29 namespace errors = extension_manifest_errors; 35 // Errors 98 SetError(errors::kInvalidManifest); 111 SetError(errors::kInvalidManifest); 296 SetError(base::StringPrintf("%s %s", errors::kLocalesMessagesFileMissing,
|
/external/chromium-trace/trace-viewer/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/build/android/pylib/base/ |
test_dispatcher.py | 173 raise android_commands.errors.DeviceUnresponsiveError(msg) 217 except android_commands.errors.DeviceUnresponsiveError as e: 259 except android_commands.errors.DeviceUnresponsiveError as e: 365 except android_commands.errors.DeviceUnresponsiveError as e:
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
login_screen_power_management_policy.h | 31 bool Init(const std::string& json, PolicyErrorMap* errors);
|
/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/error_console/ |
error_console.h | 34 // The ErrorConsole is a central object to which all extension errors are 35 // reported. This includes errors detected in extensions core, as well as 36 // runtime Javascript errors. 63 // Get a collection of weak pointers to all errors relating to the extension 67 // Add or remove observers of the ErrorConsole to be notified of any errors 73 const ErrorMap& errors() const { return errors_; } function in class:extensions::ErrorConsole 79 // subscribing to the appropriate notifications and fetching manifest errors. 82 // removing all current errors. 90 // Add manifest errors from an extension's install warnings. 93 // Remove all errors which happened while incognito; we have to do this onc [all...] |
/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_frame/tools/ |
smoke_test.py | 74 errors = builder.LastBuildInfo 76 if errors != 0: 77 print '%d errors while building config %s.' % (errors, config) 78 sys.exit(errors)
|
/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 229 const std::string& errors() { return callback_.errors(); } function in class:internal::TestCompletionCallbackWithOutputBase 305 // Verifies that the callback didn't record any errors. If the callback is run 312 (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/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);
|