Searched refs:ntests (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dtest.cc19 static int ntests; variable
22 tests[ntests].fn = fn;
23 tests[ntests++].name = name;
39 for (int i = 0; i < ntests; i++) {
/external/regex-re2/util/
H A Dtest.cc17 static int ntests; variable
20 tests[ntests].fn = fn;
21 tests[ntests++].name = name;
33 for (int i = 0; i < ntests; i++) {
/external/iptables/include/linux/netfilter/
H A Dxt_u32.h38 __u8 ntests; member in struct:xt_u32
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_u32.h38 __u8 ntests; member in struct:xt_u32
/external/expat/tests/
H A Dminicheck.c60 if (tc->allocated == tc->ntests) {
71 tc->tests[tc->ntests] = test;
72 tc->ntests++;
120 for (i = 0; i < tc->ntests; ++i) {
H A Dminicheck.h60 int ntests; member in struct:TCase
/external/chromium_org/third_party/re2/re2/testing/
H A Dparse_test.cc201 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, argument
203 Regexp** re = new Regexp*[ntests];
204 for (int i = 0; i < ntests; i++) {
218 for (int i = 0; i < ntests; i++) {
219 for (int j = 0; j < ntests; j++) {
226 for (int i = 0; i < ntests; i++)
/external/regex-re2/re2/testing/
H A Dparse_test.cc201 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, argument
203 Regexp** re = new Regexp*[ntests];
204 for (int i = 0; i < ntests; i++) {
218 for (int i = 0; i < ntests; i++) {
219 for (int j = 0; j < ntests; j++) {
226 for (int i = 0; i < ntests; i++)
/external/iptables/extensions/
H A Dlibxt_u32.c49 for (testind = 0; testind < data->ntests; ++testind) {
135 data->ntests = ++testind;
/external/valgrind/main/none/tests/amd64/
H A Dsse4-64.c3542 const Int ntests = 8; local
3543 V128 spec[ntests];
3555 for (i = 0; i < ntests; i++) {
3556 for (j = 0; j < ntests; j++) {

Completed in 136 milliseconds