Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 21 of 21) 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/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/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/elfutils/src/
Delflint.c92 ++error_count; \
94 static int error_count; variable
160 unsigned int prev_error_count = error_count; in main()
178 if (prev_error_count == error_count && !be_quiet) in main()
186 return error_count != 0; in main()
/external/pcre/
Dpcregrep.c164 static int error_count = 0; variable
972 if (error_count++ > 20) in match_patterns()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c4805 …ITE( "ioctl(USBDEVFS_SUBMITURB).error_count", (Addr)&vkuu->error_count, sizeof(vkuu->error_count)); in PRE()
5709 POST_MEM_WRITE((Addr)&(*vkuu)->error_count, sizeof((*vkuu)->error_count)); in POST()
/external/valgrind/main/include/vki/
Dvki-linux.h2365 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/
DChangeLog590 (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.