Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 25 of 25) sorted by relevance

/external/webkit/Tools/Scripts/
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/
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/
Dusbdevice_fs.h105 int error_count; member
139 compat_int_t error_count; member
Dusb.h871 int error_count; /* (return) number of ISO errors */ member
/external/chromium/chrome/browser/safe_browsing/
Dprotocol_manager.cc523 int SafeBrowsingProtocolManager::GetNextBackOffTime(int* error_count, in GetNextBackOffTime() argument
525 DCHECK(multiplier && error_count); in GetNextBackOffTime()
526 (*error_count)++; in GetNextBackOffTime()
527 if (*error_count > 1 && *error_count < 6) { in GetNextBackOffTime()
535 if (*error_count >= 6) in GetNextBackOffTime()
Dprotocol_manager.h261 int GetNextBackOffTime(int* error_count, int* multiplier);
/external/v8/tools/
Dpresubmit.py113 error_count = -1
121 error_count += 1
123 return error_count
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c706 int error_count = 0; in userial_read_thread() local
740 error_count = 0; in userial_read_thread()
767 ++error_count; in userial_read_thread()
768 if (rx_length <= 0 && ((error_count > 0) && ((error_count % iMaxError) == 0))) in userial_read_thread()
773 rx_length, error_count, errno); in userial_read_thread()
783 rx_length, error_count, errno); in userial_read_thread()
/external/libusb/libusb/os/
Dlinux_usbfs.h95 int error_count; member
/external/webkit/Tools/Scripts/webkitpy/style/
Dchecker.py701 self.error_count += 1
712 self.error_count = 0
Dchecker_unittest.py651 self.assertEquals(processor.error_count, 0)
665 self.assertEquals(processor.error_count, 1)
/external/ppp/pppd/
Dmain.c210 int error_count; variable
1107 errs = error_count;
1109 return (error_count != errs)? -1: 0;
1128 errs = error_count;
1130 return (error_count != errs)? -1: 0;
Dpppd.h244 extern int error_count; /* # of times error() has been called */
Dutils.c751 ++error_count; in error()
Dsys-solaris.c1549 ++error_count;
1599 ++error_count;
Dsys-linux.c1204 ++error_count; in tty_send_config()
/external/chromium/net/url_request/
Durl_request_test_util.h192 int error_count() const { return error_count_; } in error_count() function
Durl_request_unittest.cc297 EXPECT_EQ(1, network_delegate.error_count()); in TEST_F()
2448 EXPECT_EQ(1, network_delegate.error_count()); in TEST_F()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb707 ( error_count = @state.syntax_errors ) > 0 and return( error_count )
/external/elfutils/src/
Delflint.c112 ++error_count; \
114 static unsigned int error_count; variable
170 unsigned int prev_error_count = error_count; in main()
188 if (prev_error_count == error_count && !be_quiet) in main()
196 return error_count != 0; in main()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c4888 …ITE( "ioctl(USBDEVFS_SUBMITURB).error_count", (Addr)&vkuu->error_count, sizeof(vkuu->error_count)); in PRE()
5881 POST_MEM_WRITE((Addr)&(*vkuu)->error_count, sizeof((*vkuu)->error_count)); in POST()
/external/valgrind/main/include/vki/
Dvki-linux.h2374 int error_count; member
/external/chromium/chrome/browser/extensions/
Dextension_service_unittest.cc667 int error_count = errors.size(); in UpdateExtension() local
674 EXPECT_EQ(expected_error_count, error_count) << path.value(); in UpdateExtension()
/external/strace/
DChangeLog-CVS2591 (call_count, error_count, tv_count): Variables removed.
/external/webkit/Tools/
DChangeLog-2010-05-2416758 - Minor change: added error_count variable.
18732 Eliminated the error_count global variable and related
18747 - Added error_count and _write_error attributes to StyleChecker class.
18758 - Removed references to global error_count.