Home
last modified time | relevance | path

Searched refs:COMP (Results 1 – 2 of 2) sorted by relevance

/system/sepolicy/tools/sepolicy-analyze/
Dsepolicy-analyze.c15 #define COMP(x) { #x, sizeof(#x) - 1, x ##_usage, x ##_func } macro
22 COMP(dups),
23 COMP(neverallow),
24 COMP(permissive),
25 COMP(typecmp),
26 COMP(booleans),
27 COMP(attribute)
/system/nfc/halimpl/pn54x/log/
DphNxpLog.h98 #define NXPLOG_FUNC_ENTRY(COMP) \ argument
99 LOG_PRI(ANDROID_LOG_VERBOSE, (COMP), "+:%s", (__func__))
100 #define NXPLOG_FUNC_EXIT(COMP) \ argument
101 LOG_PRI(ANDROID_LOG_VERBOSE, (COMP), "-:%s", (__func__))