Searched refs:error_count (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Tools/Scripts/
H A Dcheck-webkit-style123 error_count = style_processor.error_count
128 % (error_count, file_count))
130 sys.exit(error_count > 0 or (file_count == 0 and delete_only_file_count == 0))
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dgjslint.py168 error_count = len(error_records)
172 if error_count is 0:
181 if error_count or new_error_count:
184 error_count,
/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/libusb/libusb/os/
H A Dlinux_usbfs.h95 int error_count; member in struct:usbfs_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)
H A Dprotocol_manager.h260 // 2nd and 5th, and 'error_count' is incremented with each call.
261 int GetNextBackOffTime(int* error_count, int* multiplier);
/external/v8/tools/
H A Dpresubmit.py113 error_count = -1
121 error_count += 1
123 return error_count
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c706 int error_count = 0; local
740 error_count = 0;
767 ++error_count;
768 if (rx_length <= 0 && ((error_count > 0) && ((error_count % iMaxError) == 0)))
773 rx_length, error_count, errno);
783 rx_length, error_count, errno);
/external/chromium/net/url_request/
H A Durl_request_test_util.h192 int error_count() const { return error_count_; } function in class:TestNetworkDelegate
H A Durl_request_unittest.cc297 EXPECT_EQ(1, network_delegate.error_count());
2448 EXPECT_EQ(1, network_delegate.error_count());
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dchecker.py669 error_count: An integer that is the total number of reported
701 self.error_count += 1
712 self.error_count = 0
H A Dchecker_unittest.py651 self.assertEquals(processor.error_count, 0)
665 self.assertEquals(processor.error_count, 1)
/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;
H A Dpppd.h244 extern int error_count; /* # of times error() has been called */
H A Dsys-solaris.c1549 ++error_count;
1599 ++error_count;
H A Dutils.c751 ++error_count;
H A Dsys-linux.c1204 ++error_count;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb707 ( error_count = @state.syntax_errors ) > 0 and return( error_count )
/external/elfutils/src/
H A Delflint.c112 ++error_count; \
114 static unsigned int error_count; variable
170 unsigned int prev_error_count = error_count;
188 if (prev_error_count == error_count && !be_quiet)
196 return error_count != 0;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-linux.c4888 PRE_MEM_WRITE( "ioctl(USBDEVFS_SUBMITURB).error_count", (Addr)&vkuu->error_count, sizeof(vkuu->error_count));
5881 POST_MEM_WRITE((Addr)&(*vkuu)->error_count, sizeof((*vkuu)->error_count));
/external/valgrind/main/include/vki/
H A Dvki-linux.h2374 int error_count; member in struct:vki_usbdevfs_urb
/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();

Completed in 578 milliseconds