/external/fio/ |
backend.c | 429 dprint(FD_VERIFY, "starting loop\n"); 630 dprint(FD_VERIFY, "exiting loop\n"); 1053 dprint(FD_MEM, "io_u alloc %p, index %u\n", io_u, i); 1057 dprint(FD_MEM, "io_u %p, mem %p\n", io_u, io_u->buf); 1280 dprint(FD_PROCESS, "jobs pid=%d started\n", (int) td->pid); 1298 dprint(FD_MUTEX, "up startup_mutex\n"); 1300 dprint(FD_MUTEX, "wait on td->mutex\n"); 1302 dprint(FD_MUTEX, "done waiting on td->mutex\n"); [all...] |
diskutil.c | 51 dprint(FD_DISKUTIL, "open stat file: %s\n", du->path); 63 dprint(FD_DISKUTIL, "%s: %s", du->path, p); 74 dprint(FD_DISKUTIL, "%s: stat read ok? %d\n", du->path, ret == 1); 116 dprint(FD_DISKUTIL, "update io ticks\n"); 286 dprint(FD_DISKUTIL, "add maj/min %d/%d: %s\n", majdev, mindev, path); 317 dprint(FD_DISKUTIL, "found %s in list\n", __du->dus.name); 326 dprint(FD_DISKUTIL, "add %s to list\n", du->dus.name); 445 dprint(FD_DISKUTIL, "%s belongs to maj/min %d/%d\n", filename, majdev,
|
gettime.c | 175 dprint(FD_TIME, "CPU clock going back in time\n"); 309 dprint(FD_TIME, "cycles[%d]=%llu\n", i, 314 dprint(FD_TIME, "avg: %llu\n", (unsigned long long) avg); 315 dprint(FD_TIME, "mean=%f, S=%f\n", mean, S); 319 dprint(FD_TIME, "inv_cycles_per_usec=%lu\n", inv_cycles_per_usec);
|
parse.c | 422 dprint(FD_PARSE, "__handle_option=%s, type=%d, ptr=%s\n", o->name, 474 dprint(FD_PARSE, " ret=%d, out=%llu\n", ret, ull); 585 dprint(FD_PARSE, " out=%f\n", uf); 739 dprint(FD_PARSE, " ret=%d, out=%d\n", ret, il); 799 dprint(FD_PARSE, "handle_option=%s, ptr=%s\n", o->name, __ptr); 1147 dprint(FD_PARSE, "filling default options\n"); 1196 dprint(FD_PARSE, "init options\n"); 1210 dprint(FD_PARSE, "free options\n");
|
ioengine.h | 224 dprint(FD_IO, "%s: io_u %p: off=%llu/len=%lu/ddir=%d", p, io_u,
|
iolog.c | 145 dprint(FD_IO, "iolog: get %llu/%lu/%s\n", io_u->offset, 254 dprint(FD_IO, "iolog: overlap %llu/%lu, %llu/%lu",
|
/external/qemu/hw/android/goldfish/ |
audio.c | 28 extern void dprint(const char* fmt, ...); 636 dprint("warning: opening audio output failed\n"); 657 dprint("warning: opening audio input failed\n");
|
nand.c | 821 dprint( "mapping '%.*s' NAND image to %s", devname_len, devname, rwfilename);
|
/bionic/libc/dns/resolv/ |
res_send.c | 543 Dprint(((statp->options & RES_DEBUG) && 592 Dprint((statp->options & RES_DEBUG) || 875 Dprint(statp->options & RES_DEBUG, 886 Dprint(statp->options & RES_DEBUG, 1117 Dprint(statp->options & RES_DEBUG, 1148 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n")); 1171 Dprint(statp->options & RES_DEBUG, [all...] |
/external/fio/engines/ |
rbd.c | 290 dprint(FD_IO, "%s: Warning: unhandled ddir: %d\n", __func__, 373 dprint(FD_IO, "rbd-engine: image size: %lu\n", info.size);
|
windowsaio.c | 159 dprint(FD_FILE, "fd open %s\n", f->file_name); 224 dprint(FD_FILE, "fd close %s\n", f->file_name);
|
rdma.c | 141 dprint(FD_IO, 680 dprint(FD_IO, "fio: recv FINISH message\n"); 872 dprint(FD_IO, "fio: close information sent success\n");
|
/external/qemu/android/ |
main-common.c | 44 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0) 387 dprint("could not find virtual device named '%s'", opts->avd);
|
cmdline-option.c | 280 dprint( "ignoring unknown " ENV_DEBUG " item '%s'", x );
|
sync-utils.c | 30 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
|
qemulator.c | 21 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0) 440 //dprint( "onion alpha set to %d (%.f %%)", alpha, alpha/2.56 );
|
main.c | 75 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0) [all...] |
main-common-ui.c | 37 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
|
/external/bison/build-aux/ |
gnupload | 195 dprint() function 201 dbg=dprint
|
/prebuilts/android-emulator/linux-x86_64/ |
emulator | |
/external/qemu/android/utils/ |
timezone.c | 117 dprint( "### WARNING: Could not read %s, something is very wrong on your system", 125 dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name", 131 dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE );
|
/prebuilts/tools/linux-x86/emulator/ |
emulator | |
/external/qemu/slirp-android/ |
slirp.c | 30 #include "android/utils/debug.h" /* for dprint */ 233 dprint( "cannot create slirp log file in temporary directory" ); 238 dprint( "sending slirp logs with mask %x to %s", slirp_logmask, slirp_logfile ); [all...] |
/external/qemu/android/qemu-launcher/ |
emulator-qemu.cpp | 48 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 217 #define DPRINT(...) fprintf(stderr,__VA_ARGS__) 219 #define DPRINT(...) [all...] |