OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_test
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/none/tests/amd64/
faultstatus.c
19
static const struct test *
cur_test
;
variable in typeref:struct:test
62
ok = ok && testsig(sig,
cur_test
->sig);
63
ok = ok && testcode(si->si_code,
cur_test
->code);
64
if (
cur_test
->addr)
65
ok = ok && testaddr(si->si_addr,
cur_test
->addr);
125
cur_test
= &tests[i];
/external/valgrind/main/none/tests/
faultstatus.c
40
static const struct test *
cur_test
;
variable in typeref:struct:test
91
ok = ok && testsig(sig,
cur_test
->sig);
92
ok = ok && testcode(si->si_code,
cur_test
->code);
93
if (
cur_test
->addr)
94
ok = ok && testaddr(si->si_addr,
cur_test
->addr);
164
cur_test
= &tests[i];
/external/valgrind/main/none/tests/x86/
faultstatus.c
20
static const struct test *
cur_test
;
variable in typeref:struct:test
65
ok = ok && testsig(sig,
cur_test
->sig);
66
ok = ok && testcode(si->si_code,
cur_test
->code);
67
if (
cur_test
->addr)
68
ok = ok && testaddr(si->si_addr,
cur_test
->addr);
149
cur_test
= &tests[i];
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
2126
uint8
cur_test
; \/* test phase *\/
member in struct:wl_ota_test_args
[
all
...]
Completed in 55 milliseconds