OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testno
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Sema/
const-eval-64.c
4
#define EVAL_EXPR(
testno
, expr) int test##
testno
= sizeof(struct{char qq[expr];});
const-eval.c
3
#define EVAL_EXPR(
testno
, expr) int test##
testno
= sizeof(struct{char qq[expr];});
/ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c
27
int
testno
, i, j, k, l;
local
66
for (
testno
= 0;
testno
< 4; ++
testno
)
73
printf ("test %d pattern %d",
testno
, i);
74
if (
testno
< 2)
77
REG_EXTENDED | (
testno
? REG_NOSUB : 0));
91
| (
testno
== 3 ? RE_NO_SUB : 0));
102
if (
testno
== 3)
106
if (
testno
< 2
[
all
...]
/external/pixman/test/
composite.c
232
int
testno
)
343
printf ("---- Test %d failed ----\n",
testno
);
Completed in 232 milliseconds