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

  /build/tools/atree/
atree.cpp 81 debug_printf(const char* format, ...) function
274 debug_printf("deleting %s\n", it->c_str());
288 debug_printf("remove %s\n", it->outPath.c_str());
300 debug_printf("mkdir %s\n", it->c_str());
315 debug_printf("copy %s(%ld) ==> %s(%ld)",
321 debug_printf(" done.\n");
326 debug_printf(" skipping.\n");
330 debug_printf("strip %s\n", it->outPath.c_str());
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 81 debug_printf(const char *format, ...) _util_printf_format(1,2);
84 debug_printf(const char *format, ...) function
96 /* Haiku provides debug_printf in libroot with OS.h */
112 debug_printf args; \
126 * Dump a blob in hex to the same place that debug_printf sends its
273 * debug_printf("%s = %s\n",
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.h 80 debug_printf(const char *format, ...) _util_printf_format(1,2);
83 debug_printf(const char *format, ...) function
95 /* Haiku provides debug_printf in libroot with OS.h */
111 debug_printf args; \
125 * Dump a blob in hex to the same place that debug_printf sends its
272 * debug_printf("%s = %s\n",
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_pcb.h 332 void (*debug_printf)(const char *format, ...); member in struct:sctp_base_info

Completed in 79 milliseconds