/external/ltp/testcases/kernel/io/disktest/ |
timer.c | 92 PDBG3(DBUG, args, "In timer %lu, %d\n", time(NULL), env->bContinue); 98 PDBG3(DBUG, args, "Continue timing %lu, %lu, %d\n", time(NULL), 145 PDBG3(DBUG, args, "average number of seconds per IO: %0.8lf\n", 162 PDBG3(DBUG, args, "io timeout count: %lu\n", 169 PDBG3(DBUG, args, "io timeout reset\n"); 198 PDBG3(DBUG, args, "Out of timer %lu, %lu, %d, %d\n", time(NULL), 204 PDBG3(DBUG, args,
|
sfunc.h | 110 START, END, STAT, INFO, DBUG, WARN, ERR
|
childmain.c | 187 PDBG4(DBUG, args, 196 PDBG4(DBUG, args, 251 PDBG4(DBUG, args, "W:%.2f%% R:%.2f%%\n", 458 PDBG5(DBUG, args, "%I64d, %I64d, %I64d, %I64d\n", env->wcount, 461 PDBG5(DBUG, args, "%lld, %lld, %lld, %lld\n", env->wcount, env->rcount, 687 PDBG5(DBUG, args, 709 PDBG5(DBUG, args, 732 PDBG3(DBUG, args, 741 PDBG3(DBUG, args, 812 PDBG5(DBUG, args, "Thread %d: I/O Time: %ld usecs\n" [all...] |
parse.c | 229 PDBG5(DBUG, args, "Parsed Transfer size: %ld\n", 490 PDBG3(DBUG, args, "Parsed sync interval: %ld\n", [all...] |
sfunc.c | 212 case DBUG:
|
/build/make/tools/libhost/ |
CopyFile.c | 43 # define DBUG(x) printf x 45 # define DBUG(x) ((void)0) 174 DBUG(("--- unable to set timestamps on '%s': %s\n", 184 DBUG(("--- unable to set perms on '%s' to 0%o: %s\n", 192 DBUG(("--- unable to set owner of '%s' to %d/%d: %s\n", 214 DBUG(("--- copying regular '%s' to '%s'\n", src, dst)); 235 DBUG(("--- source is not newer: '%s'\n", src)); 250 DBUG(("--- opening '%s'\n", dst)); 314 DBUG(("--- RSRC: %s --> %s\n", srcRsrcName, dstRsrcName)); 369 DBUG(("--- copying symlink '%s' to '%s'\n", src, dst)) [all...] |
/dalvik/tools/hprof-conv/ |
HprofConv.c | 32 # define DBUG(...) fprintf(stderr, __VA_ARGS__) 34 # define DBUG(...) 352 DBUG("CDL: 1st count is %d\n", count); 360 DBUG("ERROR: invalid basicType %d\n", basicType); 373 DBUG("CDL: 2nd count is %d\n", count); 394 DBUG("CDL: 3rd count is %d\n", count); 402 DBUG("Total class dump len: %d\n", buf - origBuf); 464 DBUG("--- 0x%02x ", subType); 574 DBUG("(%d)\n", 1 + subLen); 578 DBUG("(adv %d)\n", 1 + subLen) [all...] |
/build/make/tools/acp/ |
acp.c | 28 # define DBUG(x) printf x 30 # define DBUG(x) ((void)0) 92 DBUG(("--- dest exists and is a dir, setting flag\n")); 248 DBUG(("EXIT: %d\n", retVal));
|