Searched defs:TEST_LOG (Results 1 – 3 of 3) sorted by relevance
17 #define TEST_LOG(...) \ macro23 #define TEST_LOG printf macro
30 #define TEST_LOG(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro33 #define TEST_LOG printf macro
41 TEST_LOG = 'test.log' variable