/third_party/python/Lib/distutils/ |
H A D | filelist.py | 29 def __init__(self, warn=None, debug_print=None): 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("prun [all...] |
H A D | cygwinccompiler.py | 103 self.debug_print("Python's GCC status: %s (details: %s)" % 114 self.debug_print(self.compiler_type + ": gcc %s, ld %s, dllwrap %s\n" %
|
H A D | cmd.py | 184 def debug_print(self, msg): member in Command
|
H A D | ccompiler.py | 898 def debug_print(self, msg): member in CCompiler
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | impl_debug.rs | 135 fn debug_print( in impl_debug() functions 161 TypeKind::ObjCSel => debug_print(name, quote! { #name_ident }), in impl_debug() 167 debug_print(name, quote! { #name_ident }) in impl_debug() 187 debug_print(name, quote! { #name_ident }) in impl_debug() 238 _ => debug_print(name, quote! { #name_ident }), in impl_debug()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | events.c | 535 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() 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() 533 wpa_supplicant_ssid_bss_match(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_bss *bss, int debug_print) wpa_supplicant_ssid_bss_match() argument 788 rate_match(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, int debug_print) rate_match() argument 1011 wpa_scan_res_match(struct wpa_supplicant *wpa_s, int i, struct wpa_bss *bss, struct wpa_ssid *group, int only_first_ssid, int debug_print) wpa_scan_res_match() argument [all...] |
H A D | wpa_supplicant_i.h | 1543 int only_first_ssid, int debug_print);
|
H A D | p2p_supplicant.c | 4467 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | events.c | 656 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() 712 if (debug_print) in wpa_supplicant_ssid_bss_match() 726 if (debug_print) in wpa_supplicant_ssid_bss_match() 735 if (debug_print) in wpa_supplicant_ssid_bss_match() 742 if (debug_print) in wpa_supplicant_ssid_bss_match() 749 if (debug_print) in wpa_supplicant_ssid_bss_match() 757 if (debug_print) in wpa_supplicant_ssid_bss_match() 764 if (debug_print) in wpa_supplicant_ssid_bss_match() 781 if (debug_print) in wpa_supplicant_ssid_bss_match() 789 if (debug_print) in wpa_supplicant_ssid_bss_match() 654 wpa_supplicant_ssid_bss_match(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_bss *bss, int debug_print) wpa_supplicant_ssid_bss_match() argument 949 rate_match(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, struct wpa_bss *bss, int debug_print) rate_match() argument 1285 wpa_scan_res_ok(struct wpa_supplicant *wpa_s, struct wpa_ssid *ssid, const u8 *match_ssid, size_t match_ssid_len, struct wpa_bss *bss, int bssid_ignore_count, bool debug_print) wpa_scan_res_ok() argument 1674 wpa_scan_res_match(struct wpa_supplicant *wpa_s, int i, struct wpa_bss *bss, struct wpa_ssid *group, int only_first_ssid, int debug_print) wpa_scan_res_match() argument [all...] |
H A D | wpa_supplicant_i.h | 1924 int only_first_ssid, int debug_print);
|
H A D | p2p_supplicant.c | 5546 p2p.debug_print = wpas_p2p_debug_print;
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_cmd.py | 109 cmd.debug_print('xxx') 116 cmd.debug_print('xxx')
|
H A D | test_filelist.py | 108 file_list.debug_print('xxx') 114 file_list.debug_print('xxx')
|
/third_party/python/Lib/distutils/command/ |
H A D | install.py | 559 self.debug_print("os.makedirs('%s', 0o700)" % path)
|
H A D | build_py.py | 229 self.debug_print("excluding %s" % setup_script)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.c | 5181 if (!p2p->cfg->debug_print) in p2p_dbg() 5188 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_dbg() 5197 if (!p2p->cfg->debug_print) in p2p_info() 5204 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_info() 5213 if (!p2p->cfg->debug_print) in p2p_err() 5220 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_err()
|
H A D | p2p.h | 589 * debug_print - Debug print 594 void (*debug_print)(void *ctx, int level, const char *msg); member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p.c | 5395 if (!p2p->cfg->debug_print) 5402 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); 5411 if (!p2p->cfg->debug_print) 5418 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); 5427 if (!p2p->cfg->debug_print) 5434 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf);
|
H A D | p2p.h | 609 * debug_print - Debug print 614 void (*debug_print)(void *ctx, int level, const char *msg); member
|
/third_party/libdrm/ |
H A D | xf86drm.h | 122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0);
|
H A D | xf86drm.c | 592 (drm_server_info && drm_server_info->debug_print)) in drmMsg() 596 drm_server_info->debug_print(format,ap); in drmMsg()
|