/external/srtp/test/ |
lfsr.c | 134 #define debug_print 0 macro 144 #if debug_print 153 #if debug_print 189 #if debug_print 198 #if debug_print 227 #if debug_print 236 #if debug_print
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 30 def __init__(self, warn=None, debug_print=None): 42 def debug_print(self, msg): member in class:FileList 124 self.debug_print("include " + ' '.join(patterns)) 131 self.debug_print("exclude " + ' '.join(patterns)) 138 self.debug_print("global-include " + ' '.join(patterns)) 145 self.debug_print("global-exclude " + ' '.join(patterns)) 153 self.debug_print("recursive-include %s %s" % 162 self.debug_print("recursive-exclude %s %s" % 171 self.debug_print("graft " + dir_pattern) 177 self.debug_print("prune " + dir_pattern [all...] |
cmd.py | 186 def debug_print(self, msg): member in class:Command
|
ccompiler.py | 863 def debug_print(self, msg): member in class:CCompiler [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
filelist.py | 30 def __init__(self, warn=None, debug_print=None): 42 def debug_print(self, msg): member in class:FileList 124 self.debug_print("include " + ' '.join(patterns)) 131 self.debug_print("exclude " + ' '.join(patterns)) 138 self.debug_print("global-include " + ' '.join(patterns)) 145 self.debug_print("global-exclude " + ' '.join(patterns)) 153 self.debug_print("recursive-include %s %s" % 162 self.debug_print("recursive-exclude %s %s" % 171 self.debug_print("graft " + dir_pattern) 177 self.debug_print("prune " + dir_pattern [all...] |
cmd.py | 186 def debug_print(self, msg): member in class:Command
|
ccompiler.py | 863 def debug_print(self, msg): member in class:CCompiler [all...] |
/external/srtp/crypto/include/ |
err.h | 158 #define debug_print(mod, format, arg) \ macro 166 #define debug_print(mod, format, arg) macro
|
/external/valgrind/main/VEX/priv/ |
guest_generic_bb_to_IR.c | 204 Bool resteerOK, debug_print; local 218 debug_print = toBool(vex_traceflags & VEX_TRACE_FE); 349 if (debug_print && n_instrs > 0) 751 if (debug_print) { [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p.h | 379 * debug_print - Debug print 384 void (*debug_print)(void *ctx, int level, const char *msg); member in struct:p2p_config [all...] |