/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/output/ |
D | help.rs | 66 use_long: bool, in new() 255 last_arg: bool, in write_arg() 256 next_line_help: bool, in write_arg() 311 fn val(&mut self, arg: &Arg<'help>) -> io::Result<()> { in val() method 349 next_line_help: bool, in align_to_about() 429 next_line_help: bool, in help() 558 fn will_args_wrap(&self, args: &[&Arg<'help>], longest: usize) -> bool { in will_args_wrap() 567 fn arg_next_line_help(&self, arg: &Arg<'help>, spec_vals: &str, longest: usize) -> bool { in arg_next_line_help() 693 fn write_about(&mut self, before_new_line: bool, after_new_line: bool) -> io::Result<()> { in write_about() 711 fn write_author(&mut self, before_new_line: bool, after_new_line: bool) -> io::Result<()> { in write_author() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/ |
H A D | tpu.py | 115 compilation_failure_closes_chips: bool = True, 116 tpu_cancellation_closes_chips: Optional[bool] = None, 333 is_mirrored: bool = False, 334 is_packed: bool = False) -> core_types.Tensor: 1213 use_tpu: bool = True, 1622 need_spmd_partitioning: bool 1719 need_spmd_partitioning: bool 1785 outputs_from_all_shards: Union[bool, List[bool]] = True, 1949 outputs_from_all_shards: Union[bool, List[bool]] = True, 2190 def __init__(self, name: Text, check_ops: bool = True): [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | net.rs | 34 fn is_minus_one(&self) -> bool; in is_minus_one() 90 pub fn is_interrupted(er: abi::ER) -> bool { in is_interrupted() 242 pub fn is_read_vectored(&self) -> bool { in is_read_vectored() 298 pub fn is_write_vectored(&self) -> bool { in is_write_vectored() 356 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable 365 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | net.rs | 34 fn is_minus_one(&self) -> bool; in is_minus_one() 90 pub fn is_interrupted(er: abi::ER) -> bool { in is_interrupted() 242 pub fn is_read_vectored(&self) -> bool { in is_read_vectored() 298 pub fn is_write_vectored(&self) -> bool { in is_write_vectored() 356 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable 365 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | net.rs | 34 fn is_minus_one(&self) -> bool; in is_minus_one() 90 pub fn is_interrupted(er: abi::ER) -> bool { in is_interrupted() 242 pub fn is_read_vectored(&self) -> bool { in is_read_vectored() 298 pub fn is_write_vectored(&self) -> bool { in is_write_vectored() 356 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable 365 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | net.rs | 34 fn is_minus_one(&self) -> bool; in is_minus_one() 90 pub fn is_interrupted(er: abi::ER) -> bool { in is_interrupted() 242 pub fn is_read_vectored(&self) -> bool { in is_read_vectored() 298 pub fn is_write_vectored(&self) -> bool { in is_write_vectored() 356 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable 365 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/solid/ |
H A D | net.rs | 34 fn is_minus_one(&self) -> bool; in is_minus_one() 90 pub fn is_interrupted(er: abi::ER) -> bool { in is_interrupted() 242 pub fn is_read_vectored(&self) -> bool { in is_read_vectored() 298 pub fn is_write_vectored(&self) -> bool { in is_write_vectored() 356 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable 365 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
|
/aosp_15_r20/external/crosvm/hypervisor/src/kvm/ |
H A D | riscv64.rs | 36 pub fn is_pkvm(&self) -> bool { in is_pkvm() 42 pub fn check_capability_arch(&self, _c: VmCap) -> Option<bool> { in check_capability_arch() 160 let mut val: u64 = 0; in get_one_reg() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/src/bits/ |
H A D | streaming.rs | 36 let val: O = if offset == 0 { in take() localVariable 97 pub fn bool<I, E: ParseError<(I, usize)>>(input: (I, usize)) -> IResult<(I, usize), bool, E> in bool() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/src/bits/ |
D | streaming.rs | 36 let val: O = if offset == 0 { in take() localVariable 97 pub fn bool<I, E: ParseError<(I, usize)>>(input: (I, usize)) -> IResult<(I, usize), bool, E> in bool() function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/ |
H A D | program.rs | 109 fn build_nirs(&mut self, is_src: bool) { in build_nirs() 539 pub fn has_unique_kernel_signatures(&self, _kernel_name: &str) -> bool { in has_unique_kernel_signatures() 543 pub fn active_kernels(&self) -> bool { in active_kernels() 550 pub fn build(&self, dev: &Device, options: String) -> bool { in build() 597 ) -> bool { in do_compile() 663 pub fn compile(&self, dev: &Device, options: String, headers: &[spirv::CLCHeader]) -> bool { in compile() 745 pub fn is_bin(&self) -> bool { in is_bin() 749 pub fn is_il(&self) -> bool { in is_il() 753 pub fn is_src(&self) -> bool { in is_src() 768 let mut val = nir_const_value::default(); in set_spec_constant() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/backtrace/ |
H A D | libunwind.rs | 115 pub unsafe fn trace(mut cb: &mut dyn FnMut(&super::Frame) -> bool) { in trace() 258 let mut val: _Unwind_Word = 0; localVariable 274 let mut val: _Unwind_Word = 0; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/backtrace/ |
H A D | libunwind.rs | 115 pub unsafe fn trace(mut cb: &mut dyn FnMut(&super::Frame) -> bool) { in trace() 258 let mut val: _Unwind_Word = 0; localVariable 274 let mut val: _Unwind_Word = 0; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/backtrace/ |
H A D | libunwind.rs | 115 pub unsafe fn trace(mut cb: &mut dyn FnMut(&super::Frame) -> bool) { in trace() 258 let mut val: _Unwind_Word = 0; localVariable 274 let mut val: _Unwind_Word = 0; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/backtrace/ |
H A D | libunwind.rs | 115 pub unsafe fn trace(mut cb: &mut dyn FnMut(&super::Frame) -> bool) { in trace() 258 let mut val: _Unwind_Word = 0; localVariable 274 let mut val: _Unwind_Word = 0; localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/backtrace/ |
H A D | libunwind.rs | 115 pub unsafe fn trace(mut cb: &mut dyn FnMut(&super::Frame) -> bool) { in trace() 258 let mut val: _Unwind_Word = 0; localVariable 274 let mut val: _Unwind_Word = 0; localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-core/src/ |
D | metadata.rs | 326 pub fn is_event(&self) -> bool { in is_event() 331 pub fn is_span(&self) -> bool { in is_span() 386 pub fn is_span(&self) -> bool { in is_span() 391 pub fn is_event(&self) -> bool { in is_event() 396 pub fn is_hint(&self) -> bool { in is_hint() 448 fn eq(&self, other: &Self) -> bool { in eq() 739 let val = match level { in set_max() localVariable 906 fn eq(&self, other: &LevelFilter) -> bool { in eq() 918 fn lt(&self, other: &Level) -> bool { in lt() 923 fn le(&self, other: &Level) -> bool { in le() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | arc.rs | 61 fn eq(&self, other: &TestPEq) -> bool { in partial_eq() 78 fn eq(&self, other: &TestEq) -> bool { in eq() 205 let mut val = Weak::new(); in weak_may_dangle() localVariable
|
H A D | rc.rs | 61 fn eq(&self, other: &TestPEq) -> bool { in partial_eq() 78 fn eq(&self, other: &TestEq) -> bool { in eq() 201 let mut val = Weak::new(); in weak_may_dangle() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | rc.rs | 61 fn eq(&self, other: &TestPEq) -> bool { in partial_eq() 78 fn eq(&self, other: &TestEq) -> bool { in eq() 201 let mut val = Weak::new(); in weak_may_dangle() localVariable
|
H A D | arc.rs | 61 fn eq(&self, other: &TestPEq) -> bool { in partial_eq() 78 fn eq(&self, other: &TestEq) -> bool { in eq() 205 let mut val = Weak::new(); in weak_may_dangle() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | rc.rs | 61 fn eq(&self, other: &TestPEq) -> bool { in partial_eq() 78 fn eq(&self, other: &TestEq) -> bool { in eq() 201 let mut val = Weak::new(); in weak_may_dangle() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | rc.rs | 61 fn eq(&self, other: &TestPEq) -> bool { in partial_eq() 78 fn eq(&self, other: &TestEq) -> bool { in eq() 201 let mut val = Weak::new(); in weak_may_dangle() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/ |
H A D | rc.rs | 61 fn eq(&self, other: &TestPEq) -> bool { in partial_eq() 78 fn eq(&self, other: &TestEq) -> bool { in eq() 201 let mut val = Weak::new(); in weak_may_dangle() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/process/ |
D | procctl.rs | 182 let val = unsafe { procctl_get_optional::<c_int>(PROC_TRACE_STATUS, process) }?; in trace_status() localVariable 412 direct_children: bool, in reaper_kill() 482 let val = unsafe { procctl_get_optional::<c_int>(PROC_TRAPCAP_STATUS, process) }?; in trap_cap_behavior() localVariable 527 pub fn no_new_privs(process: ProcSelector) -> io::Result<bool> { in no_new_privs()
|