/kernel/linux/linux-6.6/rust/macros/ |
H A D | quote.rs | 52 (@proc $v:ident $span:ident) => {}; 53 (@proc $v:ident $span:ident #$id:ident $($tt:tt)*) => { 59 (@proc $v:ident $span:ident #(#$id:ident)* $($tt:tt)*) => { 67 (@proc $v:ident $span:ident ( [all...] |
H A D | vtable.rs | 14 TokenTree::Ident(ident) => match ident.to_string().as_str() { 34 TokenTree::Ident(ident) if ident.to_string() == "fn" => { 36 Some(TokenTree::Ident(ident)) => ident.to_string(), 42 TokenTree::Ident(ident) if ident.to_string() == "const" => { 44 Some(TokenTree::Ident(ident)) => ident [all...] |
H A D | paste.rs | 13 Some(TokenTree::Ident(ident)) => { in concat() 14 let mut value = ident.to_string(); in concat() 18 segments.push((value, ident.span())); in concat() 21 let Some(TokenTree::Ident(ident)) = tokens.next() else { in concat() 26 match ident.to_string().as_str() { in concat()
|
H A D | concat_idents.rs | 8 if let Some(TokenTree::Ident(ident)) = it.next() { in expect_ident() 9 ident in expect_ident()
|
H A D | helpers.rs | 6 if let Some(TokenTree::Ident(ident)) = it.next() { 7 Some(ident.to_string())
|
H A D | module.rs | 113 Some(TokenTree::Ident(ident)) => ident.to_string(), in parse()
|
/kernel/linux/linux-6.6/rust/kernel/init/ |
H A D | macros.rs | 517 // Inherit all attributes and the type/ident tokens for the signature. 533 @args($($pinned_drop:ident)?), 536 $vis:vis struct $name:ident 585 @name($name:ident), 590 @fields_munch($field:ident : $($($(::)?core::)?marker::)?PhantomPinned, $($rest:tt)*), 597 @pinned_drop($($pinned_drop:ident)?), 623 @name($name:ident), 628 @fields_munch($field:ident : $type:ty, $($rest:tt)*), 635 @pinned_drop($($pinned_drop:ident)?), 656 @name($name:ident), [all...] |
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | init.rs | 273 (let $var:ident $(: $t:ty)? = $val:expr) => { 349 (let $var:ident $(: $t:ty)? = $val:expr) => { 354 (let $var:ident $(: $t:ty)? =? $val:expr) => { 557 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? { 614 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? { 628 ($(&$this:ident in)? $t:ident $(::<$($generics:ty),* $(,)?>)? { 663 ($(&$this:ident i [all...] |
/kernel/linux/linux-6.6/rust/ |
H A D | compiler_builtins.rs | 29 ($reason: tt, { $($ident: ident, )* }) => { 32 #[export_name = concat!("__rust", stringify!($ident))] 33 pub extern "C" fn $ident() {
|
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | is_zero.rs | 79 ($first_arg:ident $(,$rest:ident)*) => { 128 ($($t:ident,)+) => {$(
|
H A D | partial_eq.rs | 10 ([$($vars:tt)*] $lhs:ty, $rhs:ty $(where $ty:ty: $bound:ident)?, #[$stability:meta]) => {
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/ |
H A D | Makefile | 13 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | Makefile | 40 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
|
/test/testfwk/xdevice/plugins/devicetest/report/ |
H A D | generation.py | 55 buffer_hdl.thread = threading.currentThread().ident
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | logger.py | 540 % (create_time, threading.current_thread().ident, name, 549 create_time, threading.current_thread().ident, 582 result_data = "{} [{}] {}\n".format(result_data, threading.current_thread().ident, log_queue.get())
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | concurrent.py | 128 redirect_driver_log_begin(self.ident, self.get_driver_log_file(test)) 156 redirect_driver_log_end(self.ident) 768 redirect_driver_log_begin(self.ident, self.get_driver_log_file(test)) 805 redirect_driver_log_end(self.ident)
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | script_asm.pl | 957 while ($ident = pop(@external_patches)) { 959 printf OUTPUT "\t{0x%08x, &%s},\n", $off, $ident;
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | script_asm.pl | 957 while ($ident = pop(@external_patches)) { 959 printf OUTPUT "\t{0x%08x, &%s},\n", $off, $ident;
|
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | slice.rs | 361 ($t:ty, $slice:ident, $f:ident) => {{ in sort_by_cached_key()
|
/kernel/linux/linux-6.6/tools/testing/selftests/nolibc/ |
H A D | Makefile | 122 CFLAGS ?= -Os -fno-ident -fno-asynchronous-unwind-tables -std=c89 -W -Wall -Wextra \
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 489 return threading.current_thread().ident
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 4254 my ($ident, $from, $to) = ($1, $2, $2); 4264 ## print "1: from<$from> to<$to> ident<$ident>\n"; 4269 my $sub_from = $ident; 4270 my $sub_to = $ident; 4279 my ($match, $from, $to, $ident) = ($1, $2, $2, $3); 4291 ## print "2: from<$from> to<$to> ident<$ident>\n"; 4292 if ($from ne $to && $ident !~ /^$Modifier$/) {
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 4773 my ($ident, $from, $to) = ($1, $2, $2); 4783 ## print "1: from<$from> to<$to> ident<$ident>\n"; 4788 my $sub_from = $ident; 4789 my $sub_to = $ident; 4798 my ($match, $from, $to, $ident) = ($1, $2, $2, $3); 4810 ## print "2: from<$from> to<$to> ident<$ident>\n"; 4811 if ($from ne $to && $ident !~ /^$Modifier$/) {
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device.py | 1367 cur_thread_id, cur_thread_name = cur_thread.ident, cur_thread.name
|