Home
last modified time | relevance | path

Searched refs:__TH_LOG (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/
Dkselftest_harness.h101 __TH_LOG(fmt, ##__VA_ARGS__); \
105 #define __TH_LOG(fmt, ...) \ macro
608 __TH_LOG("Expected %s (%llu) %s %s (%llu)", \
622 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dtest_harness.h205 __TH_LOG(fmt, ##__VA_ARGS__); \
209 #define __TH_LOG(fmt, ...) \ macro
361 __TH_LOG("Expected %s (%llu) %s %s (%llu)", \
374 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \
/external/seccomp-tests/linux/
Dtest_harness.h208 __TH_LOG(fmt, ##__VA_ARGS__); \
213 #define __TH_LOG(fmt, ...) \ macro
380 __TH_LOG("Expected %s (%llu) %s %s (%llu)", \
393 __TH_LOG("Expected '%s' %s '%s'.", __exp, #_t, __seen); \