| /linux/rust/syn/gen/ |
| H A D | eq.rs | 14 fn eq(&self, other: &Self) -> bool { in eq() 24 fn eq(&self, other: &Self) -> bool { in eq() 34 fn eq(&self, other: &Self) -> bool { in eq() 45 fn eq(&self, other: &Self) -> bool { in eq() 56 fn eq(&self, other: &Self) -> bool { in eq() 67 fn eq(&self, other: &Self) -> bool { in eq() 81 fn eq(&self, other: &Self) -> bool { in eq() 91 fn eq(&self, other: &Self) -> bool { in eq() 101 fn eq(&self, other: &Self) -> bool { in eq() 111 fn eq(&self, other: &Self) -> bool { in eq() [all …]
|
| /linux/rust/syn/ |
| H A D | classify.rs | 19 pub(crate) fn requires_semi_to_be_stmt(expr: &Expr) -> bool { in requires_semi_to_be_stmt() 27 pub(crate) fn requires_comma_to_be_match_arm(expr: &Expr) -> bool { in requires_comma_to_be_match_arm() 73 pub(crate) fn trailing_unparameterized_path(mut ty: &Type) -> bool { in trailing_unparameterized_path() 107 fn last_type_in_path(path: &Path) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path() 120 ) -> ControlFlow<bool, &Type> { in trailing_unparameterized_path() 132 pub(crate) fn expr_leading_label(mut expr: &Expr) -> bool { in expr_leading_label() 186 pub(crate) fn expr_trailing_brace(mut expr: &Expr) -> bool { in expr_trailing_brace() 246 fn type_trailing_brace(mut ty: &Type) -> bool { in expr_trailing_brace() 293 ) -> ControlFlow<bool, &Type> { in expr_trailing_brace() 306 fn tokens_trailing_brace(tokens: &TokenStream) -> bool { in expr_trailing_brace()
|
| H A D | token.rs | 130 fn peek(cursor: Cursor) -> bool; in peek() 157 fn peek(cursor: Cursor) -> bool; in peek() 194 fn peek(cursor: Cursor) -> bool { in peek() 557 fn peek(cursor: Cursor) -> bool { in peek() 623 fn eq(&self, _other: &Group) -> bool { in eq() 652 fn peek(cursor: Cursor) -> bool { in peek() 663 fn peek(cursor: Cursor) -> bool { in peek() 674 fn peek(cursor: Cursor) -> bool { in peek() 685 fn peek(cursor: Cursor) -> bool { in peek() 996 pub(crate) fn peek_keyword(cursor: Cursor, token: &str) -> bool { in peek_keyword() [all …]
|
| H A D | ident.rs | 39 pub(crate) fn xid_ok(symbol: &str) -> bool { in xid_ok() 61 fn accept_as_ident(ident: &Ident) -> bool { in accept_as_ident() 98 fn peek(cursor: Cursor) -> bool { in peek()
|
| H A D | lookahead.rs | 80 peek: fn(Cursor) -> bool, in peek_impl() 105 pub fn peek<T: Peek>(&self, token: T) -> bool { in peek() 311 fn peek(cursor: Cursor) -> bool { in peek()
|
| H A D | fixup.rs | 230 next_operator_can_begin_generics: bool, in leftmost_subexpression_with_operator() 379 pub fn parenthesize(self, expr: &Expr) -> bool { in parenthesize() 475 fn eq(&self, other: &Self) -> bool { in eq() 481 fn scan_left(expr: &Expr, fixup: FixupContext) -> bool { in scan_left()
|
| H A D | parse.rs | 583 pub fn peek<T: Peek>(&self, token: T) -> bool { in peek() 622 pub fn peek2<T: Peek>(&self, token: T) -> bool { in peek2() 623 fn peek2(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { in peek2() 632 pub fn peek3<T: Peek>(&self, token: T) -> bool { in peek3() 633 fn peek3(buffer: &ParseBuffer, peek: fn(Cursor) -> bool) -> bool { in peek3() 793 pub fn is_empty(&self) -> bool { in is_empty() 1412 fn eq(&self, _other: &Self) -> bool { in eq()
|
| H A D | tt.rs | 9 fn eq(&self, other: &Self) -> bool { in eq() 86 fn eq(&self, other: &Self) -> bool { in eq()
|
| H A D | generics.rs | 756 #[cfg_attr(not(feature = "full"), allow(unused_variables))] allow_precise_capture: bool, in parse_single() 757 allow_const: bool, in parse_single() 799 allow_plus: bool, in parse_multiple() 800 allow_precise_capture: bool, in parse_multiple() 801 allow_const: bool, in parse_multiple() 1099 pub(crate) fn choose_generics_over_qpath(input: ParseStream) -> bool { in choose_generics_over_qpath() 1134 pub(crate) fn choose_generics_over_qpath_after_keyword(input: ParseStream) -> bool { in choose_generics_over_qpath_after_keyword()
|
| H A D | buffer.rs | 184 pub fn eof(self) -> bool { in eof() 395 fn eq(&self, other: &Self) -> bool { in eq() 410 pub(crate) fn same_scope(a: Cursor, b: Cursor) -> bool { in same_scope() 414 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer()
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | linkconfig.py | |
| /linux/drivers/android/binder/ |
| H A D | trace.rs | 63 pub(crate) fn trace_wait_for_work(proc_work: bool, transaction_stack: bool, thread_todo: bool) { in trace_wait_for_work() 69 pub(crate) fn trace_transaction(reply: bool, t: &Transaction, thread: Option<&Task>) { in trace_transaction()
|
| H A D | thread.rs | 39 fn is_aligned(value: usize, to: usize) -> bool { in is_aligned() 234 fn is_ok(&self) -> bool { in is_ok() 361 fn pop_transaction_replied(&mut self, transaction: &DArc<Transaction>) -> bool { in pop_transaction_replied() 382 fn looper_register(&mut self, valid: bool) { in looper_register() 394 fn is_looper(&self) -> bool { in is_looper() 402 fn should_use_process_work_queue(&self) -> bool { in should_use_process_work_queue() 509 pub(crate) fn has_current_transaction(&self) -> bool { in has_current_transaction() 661 allow_fds: bool, in translate_object() 957 allow_fds: bool, in copy_transaction_data() 1139 ) -> bool { in deliver_single_reply() [all …]
|
| H A D | process.rs | 86 pub(crate) fn is_frozen(self) -> bool { in is_frozen() argument 95 pub(crate) fn is_fully_frozen(self) -> bool { in is_fully_frozen() argument 221 inc: bool, in update_node_refcount() argument 222 strong: bool, in update_node_refcount() argument 244 strong: bool, in new_node_ref() argument 255 new_node_ref_with_thread( &mut self, node: DArc<Node>, strong: bool, thread: &Thread, wrapper: Option<CritIncrWrapper>, ) -> Result<NodeRef, CouldNotDeliverCriticalIncrement> new_node_ref_with_thread() argument 289 register_thread(&mut self) -> bool register_thread() argument 324 txns_pending_locked(&self) -> bool txns_pending_locked() argument 760 get_node_inner( self: ArcBorrow<'_, Self>, ptr: u64, cookie: u64, flags: u32, strong: bool, thread: &Thread, wrapper: Option<CritIncrWrapper>, ) -> Result<Result<NodeRef, CouldNotDeliverCriticalIncrement>> get_node_inner() argument 795 get_node( self: ArcBorrow<'_, Self>, ptr: u64, cookie: u64, flags: u32, strong: bool, thread: &Thread, ) -> Result<NodeRef> get_node() argument 816 insert_or_update_handle( self: ArcBorrow<'_, Process>, node_ref: NodeRef, is_manager: bool, ) -> Result<u32> insert_or_update_handle() argument 930 update_ref( self: ArcBorrow<'_, Process>, handle: u32, inc: bool, strong: bool, ) -> Result update_ref() argument 931 update_ref( self: ArcBorrow<'_, Process>, handle: u32, inc: bool, strong: bool, ) -> Result update_ref() argument 983 update_node(&self, ptr: u64, cookie: u64, strong: bool) update_node() argument 1133 register_thread(&self) -> bool register_thread() argument 1150 is_oneway_spam_detection_enabled(&self) -> bool is_oneway_spam_detection_enabled() argument 1204 needs_thread(&self) -> bool needs_thread() argument [all...] |
| H A D | transaction.rs | 49 pub(crate) fn is_oneway(&self) -> bool { in is_oneway() argument 153 allow_fds: bool, in new_reply() argument 207 pub(crate) fn is_stacked_on(&self, onext: &Option<DArc<Self>>) -> bool { in is_stacked_on() argument 344 can_replace(&self, old: &Transaction) -> bool can_replace() argument 384 do_work( self: DArc<Self>, thread: &Thread, writer: &mut BinderReturnWriter<'_>, ) -> Result<bool> do_work() argument 478 should_sync_wakeup(&self) -> bool should_sync_wakeup() argument
|
| /linux/rust/kernel/ |
| H A D | kunit.rs | 175 fn is_test_result_ok(&self) -> bool; in is_test_result_ok() 179 fn is_test_result_ok(&self) -> bool { in is_test_result_ok() 185 fn is_test_result_ok(&self) -> bool { in is_test_result_ok() 195 pub fn is_test_result_ok(t: impl TestResult) -> bool { in is_test_result_ok()
|
| H A D | revocable.rs | 159 unsafe fn revoke_internal<const SYNC: bool>(&self) -> bool { in revoke_internal() 187 pub unsafe fn revoke_nosync(&self) -> bool { in revoke_nosync() 204 pub fn revoke(&self) -> bool { in revoke()
|
| H A D | task.rs | 229 pub fn signal_pending(&self) -> bool { in signal_pending() 366 fn eq(&self, other: &Self) -> bool { in eq() 405 fn eq(&self, other: &Kuid) -> bool { in eq()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | parse_data_structs.py | 146 __init__(self, debug: bool = False) global() argument 243 store_type(self, ln, symbol_type: str, symbol: str, ref_name: str = None, replace_underscores: bool = True) global() argument 466 write_output(self, file_in: str, file_out: str, toc: bool) global() argument
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | array.rs | 60 pub(crate) fn is_full(&self) -> bool { in is_full() 119 is_oneway: bool, in reserve_new() 121 ) -> Result<(usize, bool)> { in reserve_new() argument 167 fn low_oneway_space(&self, calling_pid: Pid) -> bool { in low_oneway_space()
|
| H A D | tree.rs | 85 pub(crate) fn is_empty(&self) -> bool { in is_empty() 153 is_oneway: bool, in reserve_new() 156 ) -> Result<(usize, bool)> { in reserve_new() argument 380 fn low_oneway_space(&self, calling_pid: Pid) -> bool { in low_oneway_space()
|
| /linux/rust/macros/ |
| H A D | module.rs | 42 emit_base(&mut self, field: &str, content: &str, builtin: bool, param: bool) emit_base() argument 86 emit_only_builtin(&mut self, field: &str, content: &str, param: bool) emit_only_builtin() argument 90 emit_only_loadable(&mut self, field: &str, content: &str, param: bool) emit_only_loadable() argument 98 emit_internal(&mut self, field: &str, content: &str, param: bool) emit_internal() argument
|
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 75 read_poll_timeout<Op, Cond, T>( mut op: Op, mut cond: Cond, sleep_delta: Delta, timeout_delta: Delta, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout() argument 157 read_poll_timeout_atomic<Op, Cond, T>( mut op: Op, mut cond: Cond, delay_delta: Delta, retry: usize, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout_atomic() argument
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 94 pub(crate) fn is_empty(&self) -> bool { in is_empty() 366 fn span_within(&self, span: Span) -> bool { in span_within() 669 fn is_call_site(&self) -> bool { in is_call_site() 820 pub(crate) fn is_ident_start(c: char) -> bool { in is_ident_start() 824 pub(crate) fn is_ident_continue(c: char) -> bool { in is_ident_continue() 838 fn ident_ok(string: &str) -> bool { in validate_ident() 870 fn eq(&self, other: &Ident) -> bool { in eq() 879 fn eq(&self, other: &T) -> bool { in eq() 1220 fn valid(src: &str) -> bool; in valid() 1247 fn valid(src: &str) -> bool { in valid() [all …]
|
| H A D | parse.rs | 28 pub(crate) fn starts_with(&self, s: &str) -> bool { in starts_with() 32 pub(crate) fn starts_with_char(&self, ch: char) -> bool { in starts_with_char() 38 Pattern: FnMut(char) -> bool, in starts_with_fn() 43 pub(crate) fn is_empty(&self) -> bool { in is_empty() 154 fn is_whitespace(ch: char) -> bool { in is_whitespace() 962 fn doc_comment_contents(input: Cursor) -> PResult<(&str, bool)> { in doc_comment_contents() argument
|