OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testPrint
(Results
1 - 3
of
3
) 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__); \
/hardware/ril/mock-ril/src/cpp/
js_support.cpp
336
void
testPrint
(v8::Handle<v8::Context> context) {
337
LOGD("
testPrint
E:");
344
LOGD("
testPrint
X:");
409
testPrint
(context);
/system/extras/tests/lib/testUtil/
testUtil.c
145
void
testPrint
(FILE *stream, const char *fmt, ...)
Completed in 1289 milliseconds