OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntests
(Results
1 - 4
of
4
) sorted by null
/external/iptables/include/linux/netfilter/
xt_u32.h
36
__u8
ntests
;
member in struct:xt_u32
/external/expat/tests/
minicheck.c
60
if (tc->allocated == tc->
ntests
) {
71
tc->tests[tc->
ntests
] = test;
72
tc->
ntests
++;
120
for (i = 0; i < tc->
ntests
; ++i) {
minicheck.h
59
int
ntests
;
member in struct:TCase
/external/iptables/extensions/
libxt_u32.c
49
for (testind = 0; testind < data->
ntests
; ++testind) {
139
data->
ntests
= ++testind;
Completed in 82 milliseconds