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

  /build/make/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/mesa3d/src/gallium/auxiliary/util/
u_debug.h 45 /* Haiku provides debug_printf in libroot with OS.h */
88 debug_printf(const char *format, ...) _util_printf_format(1,2);
91 debug_printf(const char *format, ...) function
116 debug_printf args; \
130 * Dump a blob in hex to the same place that debug_printf sends its
314 * debug_printf("%s = %s\n",

Completed in 75 milliseconds