HomeSort by relevance Sort by last modified time
    Searched refs:error_count (Results 51 - 74 of 74) sorted by null

1 23

  /external/chromium/net/url_request/
url_request_test_util.h 192 int error_count() const { return error_count_; } function in class:TestNetworkDelegate
url_request_unittest.cc 297 EXPECT_EQ(1, network_delegate.error_count());
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 669 error_count: An integer that is the total number of reported
701 self.error_count += 1
712 self.error_count = 0
checker_unittest.py 651 self.assertEquals(processor.error_count, 0)
665 self.assertEquals(processor.error_count, 1)
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 260 // 2nd and 5th, and 'error_count' is incremented with each call.
261 int GetNextBackOffTime(int* error_count, int* multiplier);
  /external/ppp/pppd/
main.c 210 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;
    [all...]
pppd.h 244 extern int error_count; /* # of times error() has been called */
    [all...]
sys-solaris.c     [all...]
utils.c 754 ++error_count;
sys-linux.c 1204 ++error_count;
    [all...]
  /cts/tools/dasm/src/java_cup/
parser.java 600 if (lexer.error_count == 0)
713 if (lexer.error_count == 0)
    [all...]
production.java 324 lexer.error_count++;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 707 ( error_count = @state.syntax_errors ) > 0 and return( error_count )
    [all...]
  /external/kernel-headers/original/linux/
usb.h 734 * @error_count: Returns the number of ISO transfers that reported errors.
871 int error_count; \/* (return) number of ISO errors *\/ member in struct:urb
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/elfutils/src/
elflint.c 112 ++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;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlibint.h 760 int error_count; member in struct:_XAsyncEState
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 760 int error_count; member in struct:_XAsyncEState
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlibint.h 760 int error_count; member in struct:_XAsyncEState
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
  /external/valgrind/main/include/vki/
vki-linux.h 2441 int error_count; member in struct:vki_usbdevfs_urb
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 667 int error_count = errors.size(); local
674 EXPECT_EQ(expected_error_count, error_count) << path.value();
    [all...]

Completed in 511 milliseconds

1 23