Searched defs:error_count (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_test_util.h192 int error_count() const { return error_count_; } function in class:TestNetworkDelegate
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h105 int error_count; member in struct:usbdevfs_urb
139 compat_int_t error_count; member in struct:usbdevfs_urb32
H A Dusb.h734 * @error_count: Returns the number of ISO transfers that reported errors.
837 * error_count. Completion callbacks for ISO transfers will normally
871 int error_count; /* (return) number of ISO errors */ member in struct:urb
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc523 int SafeBrowsingProtocolManager::GetNextBackOffTime(int* error_count, argument
525 DCHECK(multiplier && error_count);
526 (*error_count)++;
527 if (*error_count > 1 && *error_count < 6) {
535 if (*error_count >= 6)
/external/elfutils/src/
H A Delflint.c92 ++error_count; \
94 static int error_count; variable
160 unsigned int prev_error_count = error_count;
178 if (prev_error_count == error_count && !be_quiet)
186 return error_count != 0;
/external/pcre/
H A Dpcregrep.c164 static int error_count = 0; variable
972 if (error_count++ > 20)
/external/ppp/pppd/
H A Dmain.c210 int error_count; variable
1094 * send_config procedure called error() (or incremented error_count
1107 errs = error_count;
1109 return (error_count != errs)? -1: 0;
1115 * recv_config procedure called error() (or incremented error_count
1128 errs = error_count;
1130 return (error_count != errs)? -1: 0;
/external/chromium/chrome/browser/extensions/
H A Dextension_service_unittest.cc667 int error_count = errors.size(); local
674 EXPECT_EQ(expected_error_count, error_count) << path.value();
/external/valgrind/main/include/vki/
H A Dvki-linux.h2365 int error_count; member in struct:vki_usbdevfs_urb

Completed in 161 milliseconds