Home
last modified time | relevance | path

Searched refs:testPrint (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h49 void testPrint(FILE *stream, const char *fmt, ...);
51 testPrint(stdout, __VA_ARGS__); \
54 testPrint(stderr, __VA_ARGS__); \
/aosp12/system/extras/tests/audio/alsa/
H A Dpcmtest.cpp40 testPrint(stdout, __VA_ARGS__); \
58 void testPrint(FILE* stream, const char* fmt, ...) { in testPrint() function
/aosp12/system/extras/tests/lib/testUtil/
H A DtestUtil.c143 void testPrint(FILE *stream, const char *fmt, ...) in testPrint() function
/aosp12/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java297 public void testPrint() throws Throwable {