HomeSort by relevance Sort by last modified time
    Searched defs:TRACE (Results 1 - 24 of 24) sorted by null

  /external/dropbear/
debug.h 36 /* Define this to compile in trace debugging printf()s.
65 #define TRACE(X) dropbear_trace X;
67 #define TRACE(X)
  /external/webkit/Source/ThirdParty/ANGLE/src/common/
debug.h 18 void trace(const char *format, ...);
21 // A macro to output a trace of a function call and its arguments to the debugging log
23 #define TRACE(message, ...) gl::trace("trace: %s"message"\n", __FUNCTION__, __VA_ARGS__)
25 #define TRACE(...) ((void)0)
29 #define FIXME(message, ...) gl::trace("fixme: %s"message"\n", __FUNCTION__, __VA_ARGS__)
32 #define ERR(message, ...) gl::trace("err: %s"message"\n", __FUNCTION__, __VA_ARGS__)
  /system/core/sh/
shell.h 48 * When debugging is on, debugging info will be written to ./trace and
78 #define TRACE(param) trace param
81 #define TRACE(param)