Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libdav1d/include/common/
H A Dvalidate.h35 #define debug_print(...) do {} while (0) macro
38 #define debug_print(...) fprintf(stderr, __VA_ARGS__) macro
/aosp_15_r20/external/libsrtp2/crypto/include/
H A Derr.h112 #define debug_print(mod, format, arg) \ macro
120 #define debug_print(mod, format, arg) \ macro
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libdram/
H A Ddram-print.h102 #define debug_print(format, ...) printk(BIOS_DEBUG, format, ##__VA_ARGS__) macro
104 #define debug_print(format, ...) do {} while (0) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dfilelist.py29 def __init__(self, warn=None, debug_print=None): argument
41 def debug_print(self, msg): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dfilelist.py29 def __init__(self, warn=None, debug_print=None): argument
41 def debug_print(self, msg): member in FileList
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dfilelist.py29 def __init__(self, warn=None, debug_print=None): argument
41 def debug_print(self, msg): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dfilelist.py29 def __init__(self, warn=None, debug_print=None): argument
41 def debug_print(self, msg): member in FileList
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dfilelist.py29 def __init__(self, warn=None, debug_print=None): argument
41 def debug_print(self, msg): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py32 def __init__(self, warn=None, debug_print=None): argument
44 def debug_print(self, msg): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py32 def __init__(self, warn=None, debug_print=None): argument
44 def debug_print(self, msg): member in FileList
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py32 def __init__(self, warn=None, debug_print=None): argument
44 def debug_print(self, msg): member in FileList
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfilelist.py32 def __init__(self, warn=None, debug_print=None): argument
44 def debug_print(self, msg): member in FileList
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c33 #define debug_print(...) printf(__VA_ARGS__) macro
35 #define debug_print(...) ((void)0) macro
/aosp_15_r20/external/arm-trusted-firmware/lib/xlat_tables/
H A Dxlat_tables_common.c33 #define debug_print(...) printf(__VA_ARGS__) macro
35 #define debug_print(...) ((void)0) macro
/aosp_15_r20/libcore/ojluni/src/test/
H A Dgen-test-list25 function debug_print { function
/aosp_15_r20/art/tools/
H A Dtest_presubmit.py51 def debug_print(msg): function
/aosp_15_r20/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c33 void debug_print(struct hs20_svc *ctx, int print, const char *fmt, ...) in debug_print() function
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c652 struct wpa_bss *bss, int debug_print) in wpa_supplicant_ssid_bss_match()
957 struct wpa_bss *bss, int debug_print) in rate_match()
1266 bool debug_print) in wpa_scan_res_ok()
1637 int only_first_ssid, int debug_print) in wpa_scan_res_match()
/aosp_15_r20/art/test/988-method-trace/
H A Dgen_srcs.py114 def debug_print(x): function
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dimpl_debug.rs135 fn debug_print( in impl_debug() function
/aosp_15_r20/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/
H A Dtest_rolling_shutter_skew.py672 def debug_print(s, *args, **kwargs): function
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/
H A Dtransformer.py266 def debug_print(self, node): member in NodeStateTracker

123