Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 23 of 23) sorted by relevance

/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c32 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 …]
Dspp_server.c75 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 …]
Dspp_server.h22 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...)
/external/python/cpython2/Lib/distutils/
Dfilelist.py30 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 …]
Demxccompiler.py50 self.debug_print("Python's GCC status: %s (details: %s)" %
60 self.debug_print(self.compiler_type + ": gcc %s, ld %s\n" %
Dcygwinccompiler.py97 self.debug_print("Python's GCC status: %s (details: %s)" %
108 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
Dcmd.py186 def debug_print(self, msg): member in Command
Dccompiler.py864 def debug_print(self, msg): member in CCompiler
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c506 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 …]
Dwpa_supplicant_i.h1408 int only_first_ssid, int debug_print);
Dp2p_supplicant.c4321 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
/external/python/cpython2/Lib/distutils/tests/
Dtest_ccompiler.py45 compiler.debug_print('xxx')
52 compiler.debug_print('xxx')
Dtest_cmd.py109 cmd.debug_print('xxx')
116 cmd.debug_print('xxx')
Dtest_filelist.py106 file_list.debug_print('xxx')
112 file_list.debug_print('xxx')
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_log.py65 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/
Dguest_generic_bb_to_IR.c208 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/
Dbuild_py.py230 self.debug_print("excluding %s" % setup_script)
Dinstall.py554 self.debug_print("os.makedirs('%s', 0700)" % path)
/external/libdrm/
Dxf86drm.h110 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); member
Dxf86drm.c153 (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/
Dp2p.c5198 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()
Dp2p.h589 void (*debug_print)(void *ctx, int level, const char *msg); member
/external/python/cpython2/Doc/distutils/
Dapiref.rst764 .. method:: CCompiler.debug_print(msg)