OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debug_printf
(Results
1 - 3
of
3
) sorted by null
/build/tools/atree/
atree.cpp
81
debug_printf
(const char* format, ...)
function
254
debug_printf
("deleting %s\n", it->c_str());
268
debug_printf
("remove %s\n", it->outPath.c_str());
280
debug_printf
("mkdir %s\n", it->c_str());
295
debug_printf
("copy %s(%ld) ==> %s(%ld)",
301
debug_printf
(" done.\n");
306
debug_printf
(" skipping.\n");
310
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",
Completed in 2132 milliseconds