/external/valgrind/main/drd/tests/ |
annotate_ignore_write.stderr.exp | 19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
fp_race.stderr.exp | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
pth_cond_race.stderr.exp | 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
rwlock_type_checking.stderr.exp | 16 ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)
|
sem_as_mutex.stderr.exp | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
sem_open.stderr.exp | 21 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
trylock.stderr.exp | 20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/helgrind/tests/ |
free_is_write.stderr.exp | 30 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
hg03_inherit.stderr.exp | 28 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
rwlock_race.stderr.exp | 34 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
tc10_rec_lock.stderr.exp | 33 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
|
tc13_laog1.stderr.exp | 27 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/memcheck/tests/ |
err_disable3.stderr.exp | 2 --------- p: disabling errors (expect 0) ---------
|
/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/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 125 int errors = 0; local 131 errors++; 146 return errors; 153 int errors = 0, end = 0; local 176 errors++; 185 errors++; 191 errors++; 197 errors++; 200 errors += wpa_config_validate_network(ssid, *line); 202 if (errors) { 214 int errors = 0, end = 0; local 354 int errors = 0, line = 0; local [all...] |
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
downloads_api.cc | 113 namespace errors = download_extension_errors; 470 *error = errors::kInvalidOrderBy; 495 *error = errors::kInvalidQueryLimit; 508 *error = errors::kInvalidState; 519 *error = errors::kInvalidDangerType; 537 *error = errors::kInvalidFilter; [all...] |
/external/chromium_org/ |
PRESUBMIT_test.py | 342 errors = PRESUBMIT._CheckForVersionControlConflictsInFile( 344 self.assertEqual(3, len(errors)) 345 self.assertTrue('1' in errors[0]) 346 self.assertTrue('3' in errors[1]) 347 self.assertTrue('5' in errors[2]) 403 errors = PRESUBMIT._CheckForInvalidOSMacrosInFile( 405 self.assertEqual(len(lines), len(errors)) 406 self.assertTrue(':1 OS_WINDOWS' in errors[0]) 407 self.assertTrue('(did you mean OS_WIN?)' in errors[0]) 411 errors = PRESUBMIT._CheckForInvalidOSMacrosInFile [all...] |
/external/chromium_org/chrome/common/extensions/ |
command.cc | 21 namespace errors = manifest_errors; 56 errors::kInvalidKeyBindingUnknownPlatform, 68 errors::kInvalidKeyBinding, 179 errors::kInvalidKeyBinding, 201 errors::kInvalidKeyBinding, 214 errors::kInvalidKeyBindingMediaKeyWithModifier, 404 errors::kInvalidKeyBindingDescription, 427 errors::kInvalidKeyBinding, 463 errors::kInvalidKeyBinding, 480 errors::kInvalidKeyBindingMissingPlatform [all...] |
/external/chromium_org/extensions/renderer/resources/ |
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 234 * |errors| property will contain a list of errors, if any. 306 var originalErrors = this.errors; 309 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-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...] |