/external/webkit/Tools/Scripts/ |
D | check-webkit-style | 123 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/ |
D | usbdevice_fs.h | 105 int error_count; member 139 compat_int_t error_count; member
|
D | usb.h | 871 int error_count; /* (return) number of ISO errors */ member
|
/external/chromium/chrome/browser/safe_browsing/ |
D | protocol_manager.cc | 523 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()
|
D | protocol_manager.h | 261 int GetNextBackOffTime(int* error_count, int* multiplier);
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
D | checker.py | 701 self.error_count += 1 712 self.error_count = 0
|
D | checker_unittest.py | 651 self.assertEquals(processor.error_count, 0) 665 self.assertEquals(processor.error_count, 1)
|
/external/ppp/pppd/ |
D | main.c | 210 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;
|
D | pppd.h | 244 extern int error_count; /* # of times error() has been called */
|
D | utils.c | 751 ++error_count; in error()
|
D | sys-solaris.c | 1549 ++error_count; 1599 ++error_count;
|
D | sys-linux.c | 1204 ++error_count; in tty_send_config()
|
/external/chromium/net/url_request/ |
D | url_request_test_util.h | 192 int error_count() const { return error_count_; } in error_count() function
|
D | url_request_unittest.cc | 297 EXPECT_EQ(1, network_delegate.error_count()); in TEST_F() 2448 EXPECT_EQ(1, network_delegate.error_count()); in TEST_F()
|
/external/elfutils/src/ |
D | elflint.c | 92 ++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/ |
D | pcregrep.c | 164 static int error_count = 0; variable 972 if (error_count++ > 20) in match_patterns()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-linux.c | 4805 …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/ |
D | vki-linux.h | 2365 int error_count; member
|
/external/chromium/chrome/browser/extensions/ |
D | extension_service_unittest.cc | 667 int error_count = errors.size(); in UpdateExtension() local 674 EXPECT_EQ(expected_error_count, error_count) << path.value(); in UpdateExtension()
|
/external/strace/ |
D | ChangeLog | 590 (call_count, error_count, tv_count): Variables removed.
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 16758 - 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.
|