OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_error
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libregex/tests/
regex_test.cpp
28
static int
nr_error
= 0;
variable
56
++
nr_error
;
92
return
nr_error
? EXIT_FAILURE : EXIT_SUCCESS;
/external/oprofile/libdb/tests/
db_test.c
24
static int
nr_error
;
variable
130
nr_error
++;
152
++
nr_error
;
183
if (
nr_error
)
184
printf("%d error occured\n",
nr_error
);
186
return
nr_error
? EXIT_FAILURE : EXIT_SUCCESS;
Completed in 207 milliseconds