OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPrint
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/include/
testUtil.h
49
void
testPrint
(FILE *stream, const char *fmt, ...);
51
testPrint
(stdout, __VA_ARGS__); \
54
testPrint
(stderr, __VA_ARGS__); \
/system/extras/tests/lib/testUtil/
testUtil.c
145
void
testPrint
(FILE *stream, const char *fmt, ...)
Completed in 863 milliseconds