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.c64 #define TRACE(x...) fprintf(stderr,x) macro
66 #define TRACE(x...) do {} while (0) macro
378 TRACE("dec_refcount %p(%s) -> %d\n", node, node->name, node->refcount);
439 TRACE("RELEASE %p (%s) rc=%d\n", node, node->name, node->refcount);
453 TRACE("DESTROY %p (%s)\n", node, node->name);
548 TRACE("LOOKUP %llx %s\n", hdr->nodeid, (char*) data);
554 TRACE("FORGET %llx (%s) #%lld\n", hdr->nodeid, node->name, req->nlookup);
564 TRACE("GETATTR flags=%x fh=%llx\n", req->getattr_flags, req->fh);
580 TRACE("SETATTR fh=%llx id=%llx valid=%x\n",
617 TRACE("Callin
[all...]

Completed in 80 milliseconds