HomeSort by relevance Sort by last modified time
    Searched defs:dprintf (Results 1 - 18 of 18) sorted by null

  /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
  /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/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");
  /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");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stdio2.h 171 dprintf (int __fd, __const char *__restrict __fmt, ...) function
189 # define dprintf(fd, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 171 dprintf (int __fd, __const char *__restrict __fmt, ...) function
189 # define dprintf(fd, ...) \ macro
  /external/chromium_org/third_party/libxml/src/
trio.h 200 #define dprintf trio_dprintf macro
  /external/chromium_org/third_party/libxslt/libxslt/
trio.h 200 #define dprintf trio_dprintf macro
  /external/libxml2/
trio.h 200 #define dprintf trio_dprintf macro
  /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));
  /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...]
  /external/bison/linux-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...]
  /external/qemu/target-i386/
kvm.c 36 #define dprintf(fmt, ...) \ macro
39 #define dprintf(fmt, ...) \ macro
728 dprintf("injected interrupt %d\n", irq);
742 dprintf("setting tpr\n");
790 dprintf("handle_hlt\n");
  /bionic/libc/dns/
gethnamaddr.c 109 static void dprintf(const char *, res_state, ...)
145 dprintf(const char *msg, res_state res, ...) function
161 # define dprintf(msg, res, num) ((void)0) /*nada*/ macro
422 dprintf("size (%d) too big\n", res, n);
428 dprintf("Too many addresses (%d)\n",
1296 dprintf("res_nsearch failed (%d)\n", res, n);
1383 dprintf("res_nquery failed (%d)\n", res, n);
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
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
  /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...]

Completed in 448 milliseconds