OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_func_t
(Results
1 - 3
of
3
) sorted by null
/development/ndk/tests/dlclose-destruction/jni/
main.c
4
typedef void (*
test_func_t
)(int *px);
typedef
10
test_func_t
test_func;
/external/valgrind/main/VEX/switchback/
test_ppc_jm1.c
70
typedef void (*
test_func_t
) (void);
typedef
74
test_func_t
func;
84
typedef void (*test_loop_t) (const unsigned char *name,
test_func_t
func);
669
typedef void (*
test_func_t
) (void);
typedef
673
test_func_t
func;
683
typedef void (*test_loop_t) (const unsigned char *name,
test_func_t
func);
[
all
...]
/external/valgrind/main/none/tests/ppc32/
jm-insns.c
326
typedef void (*
test_func_t
) (void);
typedef
330
test_func_t
func;
340
typedef void (*test_loop_t) (const char *name,
test_func_t
func,
[
all
...]
Completed in 53 milliseconds