Home
last modified time | relevance | path

Searched defs:debug_print (Results 1 – 21 of 21) sorted by relevance

/external/libsrtp2/crypto/include/
Derr.h112 #define debug_print(mod, format, arg) \ macro
120 #define debug_print(mod, format, arg) \ macro
/external/python/cpython3/Lib/distutils/
Dfilelist.py29 def __init__(self, warn=None, debug_print=None): argument
41 def debug_print(self, msg): member in FileList
Dcmd.py184 def debug_print(self, msg): member in Command
Dccompiler.py898 def debug_print(self, msg): member in CCompiler
/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
Dcmd.py186 def debug_print(self, msg): member in Command
Dccompiler.py864 def debug_print(self, msg): member in CCompiler
/external/python/setuptools/setuptools/_distutils/
Dfilelist.py32 def __init__(self, warn=None, debug_print=None): argument
44 def debug_print(self, msg): member in FileList
Dcmd.py184 def debug_print(self, msg): member in Command
Dccompiler.py905 def debug_print(self, msg): member in CCompiler
/external/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c33 #define debug_print(...) printf(__VA_ARGS__) macro
35 #define debug_print(...) ((void)0) macro
/external/wpa_supplicant_8/hs20/server/
Dhs20_spp_server.c33 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) in debug_print() function
/external/rust/crates/bindgen/codegen/
Dimpl_debug.rs135 fn debug_print( in impl_debug() function
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtransformer.py266 def debug_print(self, node): member in NodeStateTracker
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c229 void debug_print(const char *label, const upb_msg *msg, const upb_msgdef *m, in debug_print() function
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c617 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match()
904 struct wpa_bss *bss, int debug_print) in rate_match()
1247 bool debug_print) in wpa_scan_res_ok()
1593 int only_first_ssid, int debug_print) in wpa_scan_res_match()
/external/linux-kselftest/tools/testing/selftests/sparc64/drivers/
Dadi-test.c36 static void debug_print(int level, const char *s, ...) in debug_print() function
/external/libaom/tools/auto_refactor/
Dauto_refactor.py22 def debug_print(frameinfo): function
/external/wpa_supplicant_8/src/p2p/
Dp2p.h608 void (*debug_print)(void *ctx, int level, const char *msg); member
/external/libdrm/
Dxf86drm.h122 int (*debug_print)(const char *format, va_list ap) DRM_PRINTFLIKE(1,0); member
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dcodegen_pwpb.py88 def debug_print(*args, **kwargs): function