Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 - 21 of 21) sorted by relevance

/third_party/python/Lib/distutils/
H A Dfilelist.py29 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 Dcygwinccompiler.py103 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 Dcmd.py184 def debug_print(self, msg): member in Command
H A Dccompiler.py898 def debug_print(self, msg): member in CCompiler
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dimpl_debug.rs135 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 Devents.c535 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 Dwpa_supplicant_i.h1543 int only_first_ssid, int debug_print);
H A Dp2p_supplicant.c4467 p2p.debug_print = wpas_p2p_debug_print; in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Devents.c656 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 Dwpa_supplicant_i.h1924 int only_first_ssid, int debug_print);
H A Dp2p_supplicant.c5546 p2p.debug_print = wpas_p2p_debug_print;
/third_party/python/Lib/distutils/tests/
H A Dtest_cmd.py109 cmd.debug_print('xxx')
116 cmd.debug_print('xxx')
H A Dtest_filelist.py108 file_list.debug_print('xxx')
114 file_list.debug_print('xxx')
/third_party/python/Lib/distutils/command/
H A Dinstall.py559 self.debug_print("os.makedirs('%s', 0o700)" % path)
H A Dbuild_py.py229 self.debug_print("excluding %s" % setup_script)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.c5181 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 Dp2p.h589 * 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 Dp2p.c5395 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 Dp2p.h609 * debug_print - Debug print
614 void (*debug_print)(void *ctx, int level, const char *msg); member
/third_party/libdrm/
H A Dxf86drm.h122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0);
H A Dxf86drm.c592 (drm_server_info && drm_server_info->debug_print)) in drmMsg()
596 drm_server_info->debug_print(format,ap); in drmMsg()

Completed in 62 milliseconds