Lines Matching defs:format
136 #define printf(format, ...) \ argument
144 #define perror(format, ...) \ argument
174 #define HLOG(level, format, ...) \ argument
187 #define HLOGV_FIRST(first, format, ...) \ argument
200 #define HLOGV_FIRST_LOCAL(local_limit, format, ...) \ argument
212 #define HLOGV_IF(condition, format, ...) \ argument
220 #define HLOGDUMMY(format, ...) while (0) argument
224 #define HLOGM(format, ...) HLOG(LEVEL_MUCH, format, ##__VA_ARGS__) argument
229 #define HLOGV(format, ...) HLOG(LEVEL_VERBOSE, format, ##__VA_ARGS__) argument
233 #define HLOGD(format, ...) HLOG(LEVEL_DEBUG, format, ##__VA_ARGS__) argument
238 #define HLOGI(format, ...) HLOG(LEVEL_INFO, format, ##__VA_ARGS__) argument
242 #define HLOGW(format, ...) HLOG(LEVEL_WARNING, format, ##__VA_ARGS__) argument
246 #define HLOGE(format, ...) HLOG(LEVEL_ERROR, format, ##__VA_ARGS__) argument
250 #define HLOGEP(format, ...) \ argument
255 #define HLOGF(format, ...) \ argument
260 #define HLOG_ASSERT_MESSAGE(condition, format, ...) \ argument