/external/wpa_supplicant_8/hs20/server/ |
D | hs20_spp_server.c | 32 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) in debug_print() function 72 debug_print(ctx, 1, "Connection from %s", ctx->addr); in process() 79 debug_print(ctx, 1, "HS20REALM not set"); in process() 84 debug_print(ctx, 1, "HS20POST not set"); in process() 90 debug_print(ctx, 1, "Could not parse SOAP data"); in process() 96 debug_print(ctx, 1, "Could not get SPP message"); in process() 105 debug_print(ctx, 1, "Request HTTP authentication"); in process() 109 debug_print(ctx, 1, "No response"); in process() 115 debug_print(ctx, 1, "SOAP envelope building failed"); in process() 121 debug_print(ctx, 1, "Could not get node string"); in process() [all …]
|
D | spp_server.c | 75 debug_print(ctx, 1, "DB: %s", sql); in db_add_session() 77 debug_print(ctx, 1, "Failed to add session entry into sqlite " in db_add_session() 97 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_password() 99 debug_print(ctx, 1, "Failed to update session password: %s", in db_update_session_password() 118 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_machine_managed() 120 debug_print(ctx, 1, in db_update_session_machine_managed() 144 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_pps() 146 debug_print(ctx, 1, "Failed to add session pps: %s", in db_add_session_pps() 167 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_devinfo() 169 debug_print(ctx, 1, "Failed to add session devinfo: %s", in db_add_session_devinfo() [all …]
|
D | spp_server.h | 22 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
|
/external/python/cpython2/Lib/distutils/ |
D | filelist.py | 30 def __init__(self, warn=None, debug_print=None): argument 42 def debug_print(self, msg): member in 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 …]
|
D | emxccompiler.py | 50 self.debug_print("Python's GCC status: %s (details: %s)" % 60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
|
D | cygwinccompiler.py | 97 self.debug_print("Python's GCC status: %s (details: %s)" % 108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
|
D | cmd.py | 186 def debug_print(self, msg): member in Command
|
D | ccompiler.py | 864 def debug_print(self, msg): member in CCompiler
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 506 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() argument 529 if (debug_print) in wpa_supplicant_ssid_bss_match() 538 if (debug_print) in wpa_supplicant_ssid_bss_match() 545 if (debug_print) in wpa_supplicant_ssid_bss_match() 552 if (debug_print) in wpa_supplicant_ssid_bss_match() 559 if (debug_print) in wpa_supplicant_ssid_bss_match() 566 if (debug_print) in wpa_supplicant_ssid_bss_match() 576 if (debug_print) in wpa_supplicant_ssid_bss_match() 585 if (debug_print) in wpa_supplicant_ssid_bss_match() 595 if (debug_print) in wpa_supplicant_ssid_bss_match() [all …]
|
D | wpa_supplicant_i.h | 1408 int only_first_ssid, int debug_print);
|
D | p2p_supplicant.c | 4321 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_ccompiler.py | 45 compiler.debug_print('xxx') 52 compiler.debug_print('xxx')
|
D | test_cmd.py | 109 cmd.debug_print('xxx') 116 cmd.debug_print('xxx')
|
D | test_filelist.py | 106 file_list.debug_print('xxx') 112 file_list.debug_print('xxx')
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | firmware_log.py | 65 global debug_print 67 debug_print = debug.print_msg 523 debug_print(' key: %s' % str(key)) 611 debug_print(' fw(%s) round(%s)' % (fw, round_name))
|
/external/valgrind/VEX/priv/ |
D | guest_generic_bb_to_IR.c | 208 Bool resteerOK, debug_print; in bb_to_IR() local 222 debug_print = toBool(vex_traceflags & VEX_TRACE_FE); in bb_to_IR() 360 if (debug_print && n_instrs > 0) in bb_to_IR() 779 if (debug_print) { in bb_to_IR()
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_py.py | 230 self.debug_print("excluding %s" % setup_script)
|
D | install.py | 554 self.debug_print("os.makedirs('%s', 0700)" % path)
|
/external/libdrm/ |
D | xf86drm.h | 110 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); member
|
D | xf86drm.c | 153 (drm_server_info && drm_server_info->debug_print)) in drmMsg() 157 drm_server_info->debug_print(format,ap); in drmMsg()
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p.c | 5198 if (!p2p->cfg->debug_print) in p2p_dbg() 5205 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_dbg() 5214 if (!p2p->cfg->debug_print) in p2p_info() 5221 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_info() 5230 if (!p2p->cfg->debug_print) in p2p_err() 5237 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_err()
|
D | p2p.h | 589 void (*debug_print)(void *ctx, int level, const char *msg); member
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 764 .. method:: CCompiler.debug_print(msg)
|