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

  /libcore/ojluni/src/test/
gen-test-list 25 function debug_print { function
45 debug_print "File: $file_name"
54 debug_print "Package: <$package_name>"
67 debug_print "File: $file"
73 debug_print "Has TestNG files"
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) function
72 debug_print(ctx, 1, "Connection from %s", ctx->addr);
79 debug_print(ctx, 1, "HS20REALM not set");
84 debug_print(ctx, 1, "HS20POST not set");
90 debug_print(ctx, 1, "Could not parse SOAP data");
96 debug_print(ctx, 1, "Could not get SPP message");
105 debug_print(ctx, 1, "Request HTTP authentication");
109 debug_print(ctx, 1, "No response");
115 debug_print(ctx, 1, "SOAP envelope building failed");
121 debug_print(ctx, 1, "Could not get node string")
    [all...]
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /cts/tools/testng/
gen-test-list-xml.py 118 debug_print("get_or_create_suite, package_list = " + str(package_list))
119 debug_print("name = " + self.name)
139 debug_print("add_class_and_method, fq_class_name=" + fq_class_name + ", method=" + method)
175 def debug_print(x): function
233 debug_print(argv['input-filename'])
234 debug_print(argv['output-filename'])
  /external/srtp/crypto/include/
err.h 158 #define debug_print(mod, format, arg) \ macro
166 #define debug_print(mod, format, arg) macro
  /external/valgrind/VEX/priv/
guest_generic_bb_to_IR.c 208 Bool resteerOK, debug_print; local
222 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
353 if (debug_print && n_instrs > 0)
755 if (debug_print) {
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 584 * debug_print - Debug print
589 void (*debug_print)(void *ctx, int level, const char *msg); member in struct:p2p_config
    [all...]

Completed in 1027 milliseconds