Home
last modified time | relevance | path

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

12

/third_party/python/Lib/distutils/
Dfilelist.py29 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 …]
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" %
Dcmd.py184 def debug_print(self, msg): member in Command
Dccompiler.py898 def debug_print(self, msg): member in CCompiler
/third_party/flutter/skia/third_party/externals/sdl/src/
DSDL_assert.c62 debug_print(const char *fmt, ...) __attribute__((format (printf, 1, 2)));
66 debug_print(const char *fmt, ...) in debug_print() function
93 debug_print("\n\nSDL assertion report.\n"); in SDL_GenerateAssertionReport()
94 debug_print("All SDL assertions between last init/quit:\n\n"); in SDL_GenerateAssertionReport()
97 debug_print( in SDL_GenerateAssertionReport()
108 debug_print("\n"); in SDL_GenerateAssertionReport()
169 debug_print("\n\n%s\n\n", message); in SDL_PromptAssertion()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Devents.c535 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 …]
Dwpa_supplicant_i.h1543 int only_first_ssid, int debug_print);
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/
Devents.c560 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match() argument
587 if (debug_print) in wpa_supplicant_ssid_bss_match()
601 if (debug_print) in wpa_supplicant_ssid_bss_match()
610 if (debug_print) in wpa_supplicant_ssid_bss_match()
617 if (debug_print) in wpa_supplicant_ssid_bss_match()
624 if (debug_print) in wpa_supplicant_ssid_bss_match()
632 if (debug_print) in wpa_supplicant_ssid_bss_match()
639 if (debug_print) in wpa_supplicant_ssid_bss_match()
648 if (debug_print) in wpa_supplicant_ssid_bss_match()
656 if (debug_print) in wpa_supplicant_ssid_bss_match()
[all …]
Dwpa_supplicant_i.h1846 int only_first_ssid, int debug_print);
/third_party/rust/crates/bindgen/bindgen/codegen/
Dimpl_debug.rs135 fn debug_print( in impl_debug() function
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/python/Lib/distutils/tests/
Dtest_cmd.py109 cmd.debug_print('xxx')
116 cmd.debug_print('xxx')
Dtest_filelist.py108 file_list.debug_print('xxx')
114 file_list.debug_print('xxx')
/third_party/flutter/engine/flutter/flow/
DBUILD.gn15 "debug_print.cc",
16 "debug_print.h",
/third_party/python/Lib/distutils/command/
Dbuild_py.py229 self.debug_print("excluding %s" % setup_script)
Dinstall.py559 self.debug_print("os.makedirs('%s', 0o700)" % path)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
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()
Dp2p.h594 void (*debug_print)(void *ctx, int level, const char *msg); member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p.c5226 if (!p2p->cfg->debug_print) in p2p_dbg()
5233 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_DEBUG, buf); in p2p_dbg()
5242 if (!p2p->cfg->debug_print) in p2p_info()
5249 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_INFO, buf); in p2p_info()
5258 if (!p2p->cfg->debug_print) in p2p_err()
5265 p2p->cfg->debug_print(p2p->cfg->cb_ctx, MSG_ERROR, buf); in p2p_err()
Dp2p.h601 void (*debug_print)(void *ctx, int level, const char *msg); member
/third_party/libdrm/
Dxf86drm.h122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); member
Dxf86drm.c592 (drm_server_info && drm_server_info->debug_print)) in drmMsg()
596 drm_server_info->debug_print(format,ap); in drmMsg()
/third_party/flutter/build/
DBUILD.gn343 "$flutter_root/engine/flutter/flow/debug_print.cc",
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_flutter27 FILE: ../../../flutter/flow/debug_print.cc
28 FILE: ../../../flutter/flow/debug_print.h
/third_party/python/Doc/distutils/
Dapiref.rst789 .. method:: CCompiler.debug_print(msg)

12