Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dparse_data_structs.py385 def debug_print(self): global() member in ParseDataStructs
/linux/drivers/android/binder/range_alloc/
H A Darray.rs64 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
H A Dmod.rs144 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
H A Dtree.rs114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
/linux/drivers/android/binder/
H A Dfreeze.rs150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dthread.rs465 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print() method
1605 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
H A Dprocess.rs580 pub(crate) fn debug_print(&self, m: &SeqFile, ctx: &Context, print_all: bool) -> Result<()> { in debug_print() method
/linux/tools/testing/selftests/sparc64/drivers/
H A Dadi-test.c36 static void debug_print(int level, const char *s, ...) in debug_print() function