HomeSort by relevance Sort by last modified time
    Searched refs:DE_PRINTF_FUNC_ATTR (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/delibs/debase/
deString.h 43 deInt32 deSprintf (char* string, size_t size, const char* format, ...) DE_PRINTF_FUNC_ATTR(3, 4);
deDefs.h 328 # define DE_PRINTF_FUNC_ATTR(FORMAT_STRING, FIRST_ARG) __attribute__ ((format(printf, FORMAT_STRING, FIRST_ARG)))
330 # define DE_PRINTF_FUNC_ATTR(FORMAT_STRING, FIRST_ARG)
  /external/deqp/framework/common/
tcuDefs.hpp 41 void die (const char* format, ...) DE_PRINTF_FUNC_ATTR(1, 2);
44 void print (const char* format, ...) DE_PRINTF_FUNC_ATTR(1, 2);
  /external/deqp/framework/qphelper/
qpTestLog.h 196 deBool qpTestLog_writeMessage (qpTestLog* log, const char* format, ...) DE_PRINTF_FUNC_ATTR(2,3);

Completed in 139 milliseconds