OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_count
(Results
26 - 50
of
106
) sorted by null
1
2
3
4
5
/prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h
82
int
error_count
;
member in struct:usbdevfs_urb
/prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
usbdevice_fs.h
82
int
error_count
;
member in struct:usbdevfs_urb
/prebuilt/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/kernel-headers/original/linux/
usbdevice_fs.h
105
int
error_count
;
member in struct:usbdevfs_urb
139
compat_int_t
error_count
;
member in struct:usbdevfs_urb32
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
...]
/development/testrunner/test_defs/
instrumentation_test.py
186
error_count
= 0
192
error_count
+=1
199
(total_count, fail_count,
error_count
))
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
usbdevice_fs.h
104
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);
/cts/tools/dasm/src/java_cup/
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 +
lexer.java
97
public static int
error_count
= 0;
field in class:lexer
178
error_count
++;
parser.cup
428
if (lexer.
error_count
== 0)
496
if (lexer.
error_count
== 0)
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
...]
utils.c
751
++
error_count
;
sys-solaris.c
[
all
...]
/cts/tools/dasm/etc/
java_cup.jar
java_cup.jar.old
java_cup-new.jar
/external/elfutils/src/
elflint.c
92
++
error_count
; \
94
static int
error_count
;
variable
160
unsigned int prev_error_count =
error_count
;
178
if (prev_error_count ==
error_count
&& !be_quiet)
186
return
error_count
!= 0;
[
all
...]
/external/chromium/webkit/glue/
inspector_strings.grd
201
<ph name="
ERROR_COUNT
">%1$d<ex>1</ex></ph> error, <ph name="WARNING_COUNT">%2$d<ex>1</ex></ph> warning
204
<ph name="
ERROR_COUNT
">%1$d<ex>1</ex></ph> error, <ph name="WARNINGS_COUNT">%2$d<ex>2</ex></ph> warnings
[
all
...]
Completed in 707 milliseconds
1
2
3
4
5