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

  /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/chromium_org/third_party/libsrtp/srtp/test/
lfsr.c 169 #define debug_print 0 macro
179 #if debug_print
188 #if debug_print
224 #if debug_print
233 #if debug_print
262 #if debug_print
271 #if debug_print
  /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/chromium_org/third_party/libsrtp/srtp/crypto/include/
err.h 158 #define debug_print(mod, format, arg) \ macro
166 #define debug_print(mod, format, arg) macro
  /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 205 Bool resteerOK, debug_print; local
219 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
350 if (debug_print && n_instrs > 0)
753 if (debug_print) {
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 419 * debug_print - Debug print
424 void (*debug_print)(void *ctx, int level, const char *msg); member in struct:p2p_config
    [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drm.h 71 int (*debug_print)(const char *format, va_list ap); member in struct:_drmServerInfo

Completed in 515 milliseconds