HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 151 - 175 of 581) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/sync/engine/
all_status.cc 50 status.conflicting_count += snapshot->errors.num_conflicting_commits;
60 const sessions::ErrorCounters& errors(snapshot->errors);
61 if (errors.consecutive_errors > status.max_consecutive_errors)
62 status.max_consecutive_errors = errors.consecutive_errors;
65 if (errors.consecutive_transient_error_commits > 100)
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
38 For counts of detected and suppressed errors, rerun with: -v
39 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
47 For counts of detected and suppressed errors, rerun with: -v
48 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
61 For counts of detected and suppressed errors, rerun with: -v
62 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
80 For counts of detected and suppressed errors, rerun with: -v
82 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0
    [all...]
partiallydefinedeq.stderr.exp 17 For counts of detected and suppressed errors, rerun with: -v
19 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
handleerror02.js 85 * @param errors Value from value attribute of nested var element
88 function DOMErrorHandlerN10053(errors) {
89 this.errors = errors;
105 var errors = errorHandler.errors;
113 errors[errors.length] = error;
122 Use an error handler to continue from errors and check that more than one
129 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-ERRORS-DOMErrorHandler-handleErro
    [all...]
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 47 int errors = 0; local
70 ++errors;
74 if (errors != 0) {
76 str += base::IntToString16(errors) + ASCIIToUTF16(" errors");
  /external/chromium/chrome/common/extensions/
update_manifest.h 65 // errors().
69 const std::string& errors() { return errors_; } function in class:UpdateManifest
  /external/dbus/dbus/
dbus-address.h 31 #include <dbus/dbus-errors.h>
dbus-file.h 30 #include <dbus/dbus-errors.h>
dbus-md5.h 27 #include <dbus/dbus-errors.h>
dbus-resources.h 27 #include <dbus/dbus-errors.h>
dbus-sha.h 27 #include <dbus/dbus-errors.h>
  /external/freetype/include/freetype/internal/
ftrfork.h 62 /* offset (offsets[N]), and an error code (errors[N]). */
86 /* errors :: */
87 /* An array of FreeType error codes. `errors[N]' is the error */
88 /* code of Nth guessing rule function. If `errors[N]' is not */
97 FT_Error* errors );
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 23 shouldBeTrue('now - 1 <= t'); // Avoid rounding errors
28 shouldBeTrue('t <= then + 1'); // Avoid rounding errors
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python.py 56 errors = checker.check_all()
  /external/webkit/Tools/TestResultServer/handlers/
dashboardhandler.py 101 errors = []
104 errors.append("Failed to update file: %s" % file)
106 if errors:
107 messages = "; ".join(errors)
  /external/wpa_supplicant_8/wpa_supplicant/
config_winreg.c 59 int errors = 0; local
104 errors++;
111 errors++;
122 return errors ? -1 : 0;
210 int errors = 0; local
232 errors++;
241 errors++;
254 errors++;
260 errors++;
280 return errors ? -1 : 0
291 int errors = 0; local
385 int errors = 0; local
450 int errors = 0; local
634 int i, errors = 0; local
831 int i, errors = 0; local
979 int errors = 0; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
config_winreg.c 59 int errors = 0; local
104 errors++;
111 errors++;
122 return errors ? -1 : 0;
210 int errors = 0; local
232 errors++;
241 errors++;
253 errors++;
258 return errors ? -1 : 0;
269 int errors = 0 local
363 int errors = 0; local
428 int errors = 0; local
589 int i, errors = 0; local
786 int i, errors = 0; local
934 int errors = 0; local
    [all...]
  /development/testrunner/
adb_interface.py 29 import errors namespace
228 raise errors.InstrumentationError("no test results... device setup "
236 raise errors.InstrumentationError(short_msg_result)
240 raise errors.DeviceUnresponsiveError
324 except errors.WaitForResponseTimedOutError:
325 raise errors.WaitForResponseTimedOutError(
345 except errors.WaitForResponseTimedOutError :
413 except errors.AbortError, e:
423 raise errors.WaitForResponseTimedOutError()
451 raise errors.WaitForResponseTimedOutError
    [all...]
  /external/valgrind/main/drd/tests/
atomic_var.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_barrier_reinit.stderr.exp 10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_cancel_locked.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
pth_mutex_reinit.stderr.exp 11 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
sem_as_mutex3.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
sem_open3.stderr.exp 12 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
sem_open_traced.stderr.exp 9 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Completed in 454 milliseconds

1 2 3 4 5 67 8 91011>>