/external/wpa_supplicant_8/hs20/server/ |
D | hs20_spp_server.c | 33 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) in debug_print() function 73 debug_print(ctx, 1, "Connection from %s", ctx->addr); in process() 76 debug_print(ctx, 1, "Requested test functionality: %s", in process() 84 debug_print(ctx, 1, "HS20REALM not set"); in process() 89 debug_print(ctx, 1, "HS20POST not set"); in process() 95 debug_print(ctx, 1, "IMSI %s", ctx->imsi); in process() 99 debug_print(ctx, 1, "EAP method %s", ctx->eap_method); in process() 103 debug_print(ctx, 1, "ID-HASH %s", ctx->id_hash); in process() 107 debug_print(ctx, 1, "Could not parse SOAP data"); in process() 113 debug_print(ctx, 1, "Could not get SPP message"); in process() [all …]
|
D | spp_server.c | 89 debug_print(ctx, 1, "DB: %s", sql); in db_add_session() 91 debug_print(ctx, 1, "Failed to add session entry into sqlite " in db_add_session() 111 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_password() 113 debug_print(ctx, 1, "Failed to update session password: %s", in db_update_session_password() 132 debug_print(ctx, 1, "DB: %s", sql); in db_update_session_machine_managed() 134 debug_print(ctx, 1, in db_update_session_machine_managed() 158 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_pps() 160 debug_print(ctx, 1, "Failed to add session pps: %s", in db_add_session_pps() 181 debug_print(ctx, 1, "DB: %s", sql); in db_add_session_devinfo() 183 debug_print(ctx, 1, "Failed to add session devinfo: %s", in db_add_session_devinfo() [all …]
|
D | spp_server.h | 26 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/python/cpython3/Lib/distutils/ |
D | filelist.py | 29 def __init__(self, warn=None, debug_print=None): argument 41 def debug_print(self, msg): member in FileList 116 self.debug_print("include " + ' '.join(patterns)) 123 self.debug_print("exclude " + ' '.join(patterns)) 130 self.debug_print("global-include " + ' '.join(patterns)) 137 self.debug_print("global-exclude " + ' '.join(patterns)) 145 self.debug_print("recursive-include %s %s" % 154 self.debug_print("recursive-exclude %s %s" % 163 self.debug_print("graft " + dir_pattern) 169 self.debug_print("prune " + dir_pattern) [all …]
|
D | cygwinccompiler.py | 105 self.debug_print("Python's GCC status: %s (details: %s)" % 116 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
|
D | cmd.py | 184 def debug_print(self, msg): member in Command
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 535 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() argument 558 if (debug_print) in wpa_supplicant_ssid_bss_match() 571 if (debug_print) in wpa_supplicant_ssid_bss_match() 579 if (debug_print) in wpa_supplicant_ssid_bss_match() 586 if (debug_print) in wpa_supplicant_ssid_bss_match() 593 if (debug_print) in wpa_supplicant_ssid_bss_match() 601 if (debug_print) in wpa_supplicant_ssid_bss_match() 608 if (debug_print) in wpa_supplicant_ssid_bss_match() 618 if (debug_print) in wpa_supplicant_ssid_bss_match() 627 if (debug_print) in wpa_supplicant_ssid_bss_match() [all …]
|
/external/python/setuptools/setuptools/command/ |
D | egg_info.py | 327 self.debug_print("include " + ' '.join(patterns)) 333 self.debug_print("exclude " + ' '.join(patterns)) 340 self.debug_print("global-include " + ' '.join(patterns)) 347 self.debug_print("global-exclude " + ' '.join(patterns)) 355 self.debug_print("recursive-include %s %s" % 364 self.debug_print("recursive-exclude %s %s" % 373 self.debug_print("graft " + dir_pattern) 379 self.debug_print("prune " + dir_pattern) 396 self.debug_print(" removing " + self.files[i])
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_ccompiler.py | 69 compiler.debug_print('xxx') 76 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/linux-kselftest/tools/testing/selftests/sparc64/drivers/ |
D | adi-test.c | 34 #define DEBUG_PRINT_L1(...) debug_print(DEBUG_LEVEL_1_BIT, __VA_ARGS__) 35 #define DEBUG_PRINT_L2(...) debug_print(DEBUG_LEVEL_2_BIT, __VA_ARGS__) 36 #define DEBUG_PRINT_L3(...) debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__) 37 #define DEBUG_PRINT_L4(...) debug_print(DEBUG_LEVEL_4_BIT, __VA_ARGS__) 38 #define DEBUG_PRINT_T(...) debug_print(DEBUG_TIMING_BIT, __VA_ARGS__) 40 static void debug_print(int level, const char *s, ...) in debug_print() function
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_cmd.py | 109 cmd.debug_print('xxx') 116 cmd.debug_print('xxx')
|
D | test_filelist.py | 108 file_list.debug_print('xxx') 114 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/tensorflow/tensorflow/python/autograph/pyct/ |
D | transformer.py | 293 def debug_print(self, node): member in Base
|
/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/python/cpython3/Lib/distutils/command/ |
D | build_py.py | 229 self.debug_print("excluding %s" % setup_script)
|
D | install.py | 536 self.debug_print("os.makedirs('%s', 0o700)" % path)
|