HomeSort by relevance Sort by last modified time
    Searched refs:dprintf (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/qemu/
migration-dummy-android.c 24 #define dprintf(fmt, ...) \ macro
27 #define dprintf(fmt, ...) \ macro
kvm-all.c 37 #define dprintf(fmt, ...) \ macro
40 #define dprintf(fmt, ...) \ macro
167 dprintf("kvm_init_vcpu\n");
171 dprintf("kvm_create_vcpu failed\n");
180 dprintf("KVM_GET_VCPU_MMAP_SIZE failed\n");
188 dprintf("mmap'ing vcpu state failed\n");
340 dprintf("ioctl failed %d\n", errno);
609 dprintf("kvm_cpu_exec()\n");
613 dprintf("interrupt exit requested\n");
623 dprintf("io window exit\n")
    [all...]
  /sdk/sdklauncher/src/source/
sdklauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
117 dprintf("CreateProcess returned %d\n", ret);
134 dprintf("CreateProcess returned %d\n", ret);
142 dprintf("Cleanup.\n");
149 dprintf("Verbose debug mode.\n");
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
dprintf.c 1 /* $OpenBSD: dprintf.c,v 1.1 2013/01/30 00:08:13 brad Exp $ */
2 /* $FreeBSD: src/lib/libc/stdio/dprintf.c,v 1.2 2012/11/17 01:49:39 svnexp Exp $ */
39 dprintf(int fd, const char * __restrict fmt, ...) function
  /sdk/avdlauncher/src/source/
avdlauncher.c 35 void dprintf(char *msg, ...) { function
100 dprintf("Program dir: %s\n", program_dir);
114 dprintf("CreateProcess returned %d\n", ret);
122 dprintf("Cleanup.\n");
129 dprintf("Verbose debug mode.\n");
  /hardware/libhardware/modules/camera/
Stream.cpp 228 dprintf(fd, "Stream ID: %d (%p)\n", mId, mStream);
229 dprintf(fd, "Stream Type: %s (%d)\n", typeToString(mType), mType);
230 dprintf(fd, "Width: %"PRIu32" Height: %"PRIu32"\n", mWidth, mHeight);
231 dprintf(fd, "Stream Format: %s (%d)", formatToString(mFormat), mFormat);
233 dprintf(fd, "Gralloc Usage Mask: %#"PRIx32"\n", mUsage);
234 dprintf(fd, "Max Buffer Count: %"PRIu32"\n", mMaxBuffers);
235 dprintf(fd, "Buffers Registered: %s\n", mRegistered ? "true" : "false");
236 dprintf(fd, "Number of Buffers: %"PRIu32"\n", mNumBuffers);
238 dprintf(fd, "Buffer %"PRIu32"/%"PRIu32": %p\n", i, mNumBuffers,
Camera.cpp 476 dprintf(fd, "Camera ID: %d (Busy: %d)\n", mId, mBusy);
479 dprintf(fd, "Most Recent Settings: (%p)\n", mSettings);
481 dprintf(fd, "Number of streams: %d\n", mNumStreams);
483 dprintf(fd, "Stream %d/%d:\n", i, mNumStreams);
  /external/qemu/slirp/
bootp.c 46 #define dprintf(fmt, ...) \ macro
49 #define dprintf(fmt, ...) macro
131 dprintf("dhcp: tag=%d len=%d\n", tag, len);
166 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
168 dprintf(" req_addr=%08x\n", ntohl(preq_addr->s_addr));
170 dprintf("\n");
199 dprintf("no address left\n");
240 dprintf("%s addr=%08x\n",
299 dprintf("nak'ed addr=%08x\n", ntohl(preq_addr->s_addr));
  /external/qemu/slirp-android/
bootp.c 47 #define dprintf(fmt, ...) \ macro
50 #define dprintf(fmt, ...) macro
136 dprintf("dhcp: tag=%d len=%d\n", tag, len);
171 dprintf("bootp packet op=%d msgtype=%d", bp->bp_op, dhcp_msg_type);
173 dprintf(" req_addr=%08x\n", ntohl(*(uint32_t*)preq_addr));
175 dprintf("\n");
204 dprintf("no address left\n");
244 dprintf("%s addr=%08x\n",
303 dprintf("nak'ed addr=%08x\n", ip_geth(*preq_addr));
  /frameworks/av/services/camera/libcameraservice/utils/
CameraTraces.cpp 77 dprintf(fd, "Camera traces (%zu):\n", pcsList.size());
80 dprintf(fd, " No camera traces collected.\n");
  /ndk/sources/host-tools/nawk-20071023/
main.c 137 dprintf( ("program = |%s|\n", argv[1]) );
146 dprintf( ("argc=%d, argv[0]=%s\n", argc, argv[0]) );
154 dprintf( ("errorflag=%d\n", errorflag) );
lib.c 115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
124 dprintf( ("argno=%d, file=|%s|\n", argno, file) );
137 dprintf( ("opening file %s\n", file) );
217 dprintf( ("readrec saw <%s>, returns %d\n", buf, c == EOF && rr == buf ? 0 : 1) );
232 dprintf( ("getargv(%d) returns |%s|\n", n, s) );
251 dprintf( ("command line set %s to |%s|\n", s, p) );
427 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) );
436 dprintf( ("refldbld: i=%d\n", i) );
439 dprintf( ("match %s (%d chars)\n", patbeg, patlen) );
445 dprintf( ("no match %s\n", rec) )
    [all...]
tran.c 214 dprintf( ("setsymtab found %p: n=%s s=\"%s\" f=%g t=%o\n",
233 dprintf( ("setsymtab set %p: n=%s s=\"%s\" f=%g t=%o\n",
292 dprintf( ("setting field %d to %g\n", fldno, f) );
301 dprintf( ("setfval %p: %s = %g, t=%o\n", vp, NN(vp->nval), f, vp->tval) );
320 dprintf( ("starting setsval %p: %s = \"%s\", t=%o, r,f=%d,%d\n",
329 dprintf( ("setting field %d to %s (%p)\n", fldno, s, s) );
340 dprintf( ("setsval %p: %s = \"%s (%p) \", t=%o r,f=%d,%d\n",
358 dprintf( ("getfval %p: %s = %g, t=%o\n", vp, NN(vp->nval), vp->fval, vp->tval) );
384 dprintf( ("getsval %p: %s = \"%s (%p)\", t=%o\n", vp, NN(vp->nval), vp->sval, vp->sval, vp->tval) );
awk.h 35 #define NN(p) ((p) ? (p) : "(null)") /* guaranteed non-null for dprintf
40 # define dprintf(x) if (dbg) printf x macro
42 # define dprintf(x) macro
  /frameworks/av/services/medialog/
MediaLogService.cpp 63 dprintf(fd, "Permission Denial: can't dump media.log from pid=%d, uid=%d\n",
77 dprintf(fd, "\n%s:\n", namedReader.name());
  /frameworks/av/services/audioflinger/
FastMixer.cpp 513 dprintf(fd, " FastMixer not initialized\n");
547 dprintf(fd, " FastMixer command=%s writeSequence=%u framesWritten=%u\n"
602 dprintf(fd, " Simple moving statistics over last %.1f seconds:\n",
604 dprintf(fd, " wall clock time in ms per mix cycle:\n"
608 dprintf(fd, " raw CPU load in us per mix cycle:\n"
613 dprintf(fd, " No FastMixer statistics available currently\n");
616 dprintf(fd, " CPU clock frequency in MHz:\n"
619 dprintf(fd, " adjusted CPU load in MHz (i.e. normalized for CPU clock frequency):\n"
632 dprintf(fd, " Distribution of mix cycle times in ms for the tails (> ~3 stddev outliers):\n"
647 dprintf(fd, " Fast tracks: kMaxFastTracks=%u activeMask=%#x\n"
    [all...]
StateQueue.cpp 31 dprintf(fd, "State queue observer: stateChanges=%u\n", mStateChanges);
36 dprintf(fd, "State queue mutator: pushDirty=%u pushAck=%u blockedSequence=%u\n",
AudioWatchdog.cpp 37 dprintf(fd, "Watchdog: underruns=%u, logs=%u, most recent underrun log at %s",
  /system/media/camera/src/
camera_metadata.c 851 dprintf(fd, "%*sDumping camera metadata array: Not allocated\n",
856 dprintf(fd,
861 dprintf(fd, "%*sVersion: %d, Flags: %08x\n",
882 dprintf(fd, "%*s%s.%s (%05x): %s[%" PRIu32 "]\n",
935 dprintf(fd, "%*s[", indentation + 4, "");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio-ldbl.h 68 __LDBL_REDIR_DECL (dprintf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio-ldbl.h 68 __LDBL_REDIR_DECL (dprintf)
  /system/core/libutils/
Printer.cpp 119 dprintf(mFd, mFormatString, mPrefix, string);
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio.in.h 223 # define dprintf rpl_dprintf
226 extern int dprintf (int fd, const char *format, ...)
230 # undef dprintf
231 # define dprintf(d,f,a) \
232 (GL_LINK_WARNING ("dprintf is unportable - " \
233 "use gnulib module dprintf for portability"), \
234 dprintf (d, f, a))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c 41 #define dprintf(x...) do { if (g && g->p.show_details >= 1) printf(x); } while (0) macro
295 dprintf("binding to node %d, mask: %016lx => %d\n", node, nodemask, ret);
427 dprintf("got CPU list: {%s}\n", p0.cpu_list_str);
441 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks);
464 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
501 dprintf("CPUs: %d_%d-%d#%dx%d\n", bind_cpu_0, bind_len, bind_cpu_1, step, mul);
559 dprintf("got NODE list: {%s}\n", p0.node_list_str);
573 dprintf("g->p.nr_tasks: %d\n", g->p.nr_tasks);
595 dprintf("\ntoken: {%s}, end: {%s}\n", tok, tok_end);
620 dprintf("NODEs: %d-%d #%d\n", bind_node_0, bind_node_1, step)
    [all...]
  /external/bison/darwin-lib/
stdio.h 448 # define dprintf rpl_dprintf
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
462 _GL_CXXALIASWARN (dprintf);
464 # undef dprintf macro
466 _GL_WARN_ON_USE (dprintf, "dprintf is unportable - "
467 "use gnulib module dprintf for portability")
    [all...]

Completed in 553 milliseconds

1 2 3