| /linux/rust/syn/gen/ |
| H A D | debug.rs | 7 use std::fmt::{self, Debug}; 10 impl Debug for crate::Abi { 20 impl Debug for crate::AngleBracketedGenericArguments { 38 impl Debug for crate::Arm { 52 impl Debug for crate::AssocConst { 64 impl Debug for crate::AssocType { 76 impl Debug for crate::AttrStyle { 91 impl Debug for crate::Attribute { 103 impl Debug for crate::BareFnArg { 114 impl Debug for crate::BareVariadic { [all …]
|
| /linux/drivers/gpu/nova-core/gsp/fw/r570_144/ |
| H A D | bindings.rs | 28 impl<T> ::core::fmt::Debug for __IncompleteArrayField<T> { 323 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 347 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 363 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 375 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 382 #[derive(Debug, Copy, Clone, MaybeZeroable)] 399 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 406 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 415 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] 422 #[derive(Debug, Default, Copy, Clone, MaybeZeroable)] [all …]
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 171 use core::fmt::{self, Debug, Display}; 319 impl Debug for TokenStream { 321 Debug::fmt(&self.inner, f) in fmt() 331 impl Debug for LexError { 333 Debug::fmt(&self.inner, f) in fmt() 527 impl Debug for Span { 529 Debug::fmt(&self.inner, f) in fmt() 613 impl Debug for TokenTree { 618 TokenTree::Group(t) => Debug::fmt(t, f), in fmt() 625 TokenTree::Punct(t) => Debug::fmt(t, f), in fmt() [all …]
|
| H A D | wrapper.rs | 14 use core::fmt::{self, Debug, Display}; 257 impl Debug for TokenStream { 260 TokenStream::Compiler(tts) => Debug::fmt(&tts.clone().into_token_stream(), f), in fmt() 261 TokenStream::Fallback(tts) => Debug::fmt(tts, f), in fmt() 287 impl Debug for LexError { 290 LexError::Compiler(e) => Debug::fmt(e, f), in fmt() 291 LexError::Fallback(e) => Debug::fmt(e, f), in fmt() 294 Debug::fmt(&fallback, f) in fmt() 541 impl Debug for Span { 544 Span::Compiler(s) => Debug::fmt(s, f), in fmt() [all …]
|
| H A D | extra.rs | 10 use core::fmt::{self, Debug}; 149 impl Debug for DelimSpan { 151 Debug::fmt(&self.join(), f) in fmt()
|
| H A D | location.rs | 9 #[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
| H A D | fallback.rs | 18 use core::fmt::{self, Debug, Display, Write}; 52 #[derive(Debug)] 241 impl Debug for TokenStream { 674 impl Debug for Span { 765 impl Debug for Group { 899 impl Debug for Ident { 1184 impl Debug for Literal {
|
| /linux/rust/syn/ |
| H A D | thread.rs | 3 use std::fmt::{self, Debug}; 39 impl<T: Debug> Debug for ThreadBound<T> { 42 Some(value) => Debug::fmt(value, formatter), in fmt()
|
| H A D | error.rs | 11 use std::fmt::{self, Debug, Display}; 352 impl Debug for Error { 368 impl Debug for ErrorMessage { 370 Debug::fmt(&self.message, formatter) in fmt()
|
| H A D | parse.rs | 196 use std::fmt::{self, Debug, Display}; 284 impl<'a> Debug for ParseBuffer<'a> { 286 Debug::fmt(&self.cursor().token_stream(), f) in fmt() 1399 impl Debug for Nothing {
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | dcsr.txt | 2 Debug Control and Status Register (DCSR) Binding 11 Debug Control and Status Register Memory Map 166 CoreNet Debug Controller 169 the CoreNet Debug controller. 184 The CoreNet Debug controller occupies two regions in the DCSR space 187 The first register range describes the CoreNet Debug Controller 190 The second register range describes the CoreNet Debug Controller 200 Data Path Debug controller 203 the DPAA Debug Controller. This controller controls debug configuration 212 or Debug IP of the form "fsl,<soc>-dcsr-dpaa" in addition to the [all …]
|
| /linux/rust/kernel/alloc/kvec/ |
| H A D | errors.rs | 11 impl<T> fmt::Debug for PushError<T> { 28 impl fmt::Debug for RemoveError { 48 impl<T> fmt::Debug for InsertError<T> {
|
| /linux/rust/pin-init/examples/ |
| H A D | big_struct_in_place.rs | 6 #[derive(Debug)] 17 #[derive(Debug)]
|
| H A D | linked_list.rs | 24 #[derive(Debug)] 96 #[derive(Clone, Debug)]
|
| /linux/rust/kernel/ |
| H A D | fmt.rs | 7 pub use core::fmt::{Arguments, Debug, Error, Formatter, Result, Write}; 31 impl_fmt_adapter_forward!(Debug, LowerHex, UpperHex, Octal, Binary, Pointer, LowerExp, UpperExp);
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 311 impl<T: AtomicType + core::fmt::Debug> core::fmt::Debug for Atomic<T> 316 core::fmt::Debug::fmt(&self.load(Relaxed), f) in fmt()
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | debug.rst | 4 ACPI CA Debug Output 117 Enable all AML "Debug" output (stores to the Debug object while interpreting
|
| /linux/drivers/pinctrl/stm32/ |
| H A D | Kconfig | 62 tristate "STMicroelectronics STM32 Hardware Debug Port (HDP) pin control" 69 The Hardware Debug Port allows the observation of internal signals.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci-drivers-xhci_hcd | 6 USB3 controllers) are often implemented with the Debug 14 to the Debug Capability. Otherwise, it will be assigned 75 The default value is 1 (GNU Remote Debug command).
|
| /linux/kernel/configs/ |
| H A D | debug.config | 84 # Debug Oops, Lockups and Hangs 99 # Debug kernel data structures
|
| /linux/rust/kernel/pci/ |
| H A D | irq.rs | 23 #[derive(Debug, Clone, Copy)] 45 #[derive(Debug, Clone, Copy, Default)]
|
| H A D | id.rs | 38 #[derive(Debug, Clone, Copy, PartialEq, Eq)] 63 _ => <Self as fmt::Debug>::fmt(self, f), 98 impl fmt::Debug for Class { 148 _ => <Self as fmt::Debug>::fmt(self, f), 170 impl fmt::Debug for Vendor {
|
| /linux/rust/kernel/net/phy/ |
| H A D | reg.rs | 55 #[derive(Copy, Clone, Debug)] 138 #[derive(Copy, Clone, Debug)]
|
| /linux/tools/memory-model/litmus-tests/ |
| H A D | SB+rfionceonce-poonceonces.litmus | 31 locations [0:r1; 1:r3; x; y] (* Debug aid: Print things not in "exists". *)
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 107 为了动态限制该为哪些函数生成报告,查阅 `Debug 文件系统接口`_ 黑名单/白名单特性。 141 Debug 文件系统接口
|