/external/valgrind/main/drd/tests/ |
annotate_ignore_write.stderr.exp | 19 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
|
annotate_trace_memory.stderr.exp | 20 ERROR SUMMARY: 1 errors from 1 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)
|
trylock.stderr.exp | 20 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
/external/valgrind/main/gdbserver_tests/ |
mchelp.stdoutB.exp | 4 v.info all_errors : show all errors found so far 6 v.info n_errs_found : show the nr of errors found so far 33 v.info all_errors : show all errors found so far 35 v.info n_errs_found : show the nr of errors found so far
|
/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 | 30 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) ---------
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
checkcharacternormalization02.js | 103 var errors = new Array(); 131 errors = errorMonitor.allErrors; 132 for(var indexN100AA = 0;indexN100AA < errors.length; indexN100AA++) { 133 error = errors[indexN100AA];
|
documentnormalizedocument08.js | 100 var errors = new Array(); 127 errors = errorMonitor.allErrors; 128 for(var indexN100A3 = 0;indexN100A3 < errors.length; indexN100A3++) { 129 error = errors[indexN100A3];
|
wellformed04.js | 94 var errors = new Array(); 145 errors = errorMonitor.allErrors; 146 for(var indexN100AA = 0;indexN100AA < errors.length; indexN100AA++) { 147 error = errors[indexN100AA];
|
/hardware/broadcom/wlan/bcm4329/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 266 drv->errors++; 267 if (drv->errors > WEXT_NUMBER_SEQUENTIAL_ERRORS) { 268 drv->errors = 0; 272 drv->errors = 0; 338 drv->errors++; 339 if (drv->errors > WEXT_NUMBER_SEQUENTIAL_ERRORS) { 340 drv->errors = 0; 344 drv->errors = 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/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...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
config_file.c | 97 int errors = 0; local 103 errors++; 113 errors++; 126 return errors; 133 int errors = 0, end = 0; local 155 errors++; 164 errors++; 170 errors++; 176 errors++; 179 errors += wpa_config_validate_network(ssid, *line) 508 int errors = 0, line = 0; local [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
ListeningPortsTest.java | 182 String errors = ""; local 190 errors += "\nFound port listening on addr=" 196 if (!errors.equals("")) { 197 fail(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/dbus/dbus/ |
dbus-transport-protected.h | 27 #include <dbus/dbus-errors.h>
|