Searched defs:TRACE (Results 1 - 3 of 3) sorted by relevance

/system/core/sh/
H A Dshell.h78 #define TRACE(param) trace param macro
81 #define TRACE(param) macro
/system/core/liblog/
H A Dfake_log_device.c39 #define TRACE(...) printf("fake_log_device: " __VA_ARGS__)
41 #define TRACE(...) ((void)0) macro
195 TRACE("Found ANDROID_LOG_TAGS='%s'\n", tags);
213 TRACE("ERROR: env tag too long (%d chars max)\n", kMaxTagLen-1);
247 TRACE("ERROR: garbage in tag env; expected whitespace\n");
248 TRACE(" env='%s'\n", tags);
255 TRACE("+++ global min prio %d\n", logState->globalMinPriority);
259 TRACE("+++ entry %d: %s:%d\n",
359 TRACE("LOG %d: %s %s", logPrio, tag, msg);
559 TRACE("
[all...]
/system/core/sdcard/
H A Dsdcard.c63 #define TRACE(x...) fprintf(stderr,x) macro
65 #define TRACE(x...) do {} while (0) macro
153 TRACE("ACQUIRE %p (%s) rc=%d\n", node, node->name, node->refcount);
160 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
164 TRACE("DESTROY %p (%s)\n", node, node->name);
523 TRACE("[%d] LOOKUP %s @ %llx (%s)\n", handler->token, name, hdr->nodeid,
541 TRACE("[%d] FORGET #%lld @ %llx (%s)\n", handler->token, req->nlookup,
561 TRACE("[%d] GETATTR flags=%x fh=%llx @ %llx (%s)\n", handler->token,
580 TRACE("[%d] SETATTR fh=%llx valid=%x @ %llx (%s)\n", handler->token,
620 TRACE("[
[all...]

Completed in 294 milliseconds