Home
last modified time | relevance | path

Searched defs:MSGFMT (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/selinux/gui/po/
H A DMakefile21 MSGFMT = msgfmt macro
/aosp_15_r20/external/selinux/python/po/
H A DMakefile21 MSGFMT = msgfmt macro
/aosp_15_r20/external/selinux/policycoreutils/po/
H A DMakefile21 MSGFMT = msgfmt macro
/aosp_15_r20/external/selinux/sandbox/po/
H A DMakefile21 MSGFMT = msgfmt macro
/aosp_15_r20/frameworks/native/vulkan/vkprofiles/generated/
H A Dvulkan_profiles.cpp54 #define VP_DEBUG_MSGF(MSGFMT, ...) { char msg[1024]; snprintf(msg, sizeof(msg) - 1, (MSGFMT), __VA_… argument
56 #define VP_DEBUG_COND_MSGF(COND, MSGFMT, ...) if (COND) VP_DEBUG_MSGF(MSGFMT, __VA_ARGS__) argument