HomeSort by relevance Sort by last modified time
    Searched refs:error_count (Results 26 - 50 of 63) sorted by null

12 3

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
usbdevice_fs.h 82 int error_count; member in struct:usbdevfs_urb
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 523 int SafeBrowsingProtocolManager::GetNextBackOffTime(int* error_count,
525 DCHECK(multiplier && error_count);
526 (*error_count)++;
527 if (*error_count > 1 && *error_count < 6) {
535 if (*error_count >= 6)
protocol_manager.h 260 // 2nd and 5th, and 'error_count' is incremented with each call.
261 int GetNextBackOffTime(int* error_count, int* multiplier);
  /development/testrunner/test_defs/
instrumentation_test.py 186 error_count = 0
192 error_count+=1
199 (total_count, fail_count, error_count))
  /external/v8/tools/
presubmit.py 113 error_count = -1
121 error_count += 1
123 return error_count
  /cts/tools/dasm/src/java_cup/
lexer.java 97 public static int error_count = 0; field in class:lexer
178 error_count++;
Main.java 164 if (lexer.error_count == 0)
573 lexer.error_count++;
626 System.err.println(" " + lexer.error_count + " error" +
627 plural(lexer.error_count) + " and " + lexer.warning_count +
parser.java 600 if (lexer.error_count == 0)
713 if (lexer.error_count == 0)
    [all...]
production.java 324 lexer.error_count++;
  /external/chromium/net/url_request/
url_request_test_util.h 192 int error_count() const { return error_count_; } function in class:TestNetworkDelegate
  /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/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...]
  /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 

Completed in 2018 milliseconds

12 3