Home
last modified time | relevance | path

Searched +defs:val +defs:bool (Results 126 – 150 of 958) sorted by relevance

12345678910>>...39

/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DFlexBuffersBuilder.java180 public void putBoolean(boolean val) { in putBoolean()
189 public void putBoolean(String key, boolean val) { in putBoolean()
190 stack.add(Value.bool(putKey(key), val)); in putBoolean() local
221 public void putInt(int val) { in putInt()
230 public void putInt(String key, int val) { in putInt()
239 public void putInt(String key, long val) { in putInt()
320 public void putFloat(String key, float val) { in putFloat()
321 stack.add(Value.float32(putKey(key), val)); in putFloat() local
337 public void putFloat(String key, double val) { in putFloat()
338 stack.add(Value.float64(putKey(key), val)); in putFloat() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drendezvous_test.cc122 Tensor val(DT_STRING); in TEST_F() local
134 Tensor val(DT_STRING); in TEST_F() local
150 Tensor val(DT_STRING); in TEST_F() local
160 Tensor val(DT_STRING); in TEST_F() local
180 Tensor val(DT_STRING); in TEST_F() local
202 Tensor val(DT_STRING); in TEST_F() local
221 Tensor val(DT_STRING); in TEST_F() local
309 const Tensor& val, const bool val_dead) { in TEST_F()
350 Tensor val; in TEST_F() local
364 Tensor val(DT_STRING); in TEST_F() local
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Darc.rs61 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-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/tests/
H A Darc.rs61 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/external/crosvm/src/crosvm/sys/linux/
H A Dgpu.rs31 sandbox: bool, in get_gpu_cache_info()
91 has_vfio_gfx_device: bool, in create_gpu_device()
241 let val = val_os.into_string().map_err(into_string_err)?; in get_gpu_render_server_environment() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/tests/
H A Darc.rs61 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/external/executorch/devtools/inspector/
H A D_inspector_utils.py238 etrecord: ETRecord, enable_module_hierarchy: bool = False
310 def style_text_size(val, size=12): argument
442 plot: bool = False,
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dnet.rs305 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
353 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
420 let val: libc::linger = getsockopt(self, libc::SOL_SOCKET, SO_LINGER)?; in linger() localVariable
429 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
440 pub fn quickack(&self) -> io::Result<bool> { in quickack()
494 pub fn passcred(&self) -> io::Result<bool> { in passcred()
505 pub fn local_creds(&self) -> io::Result<bool> { in local_creds()
521 pub fn local_creds_persistent(&self) -> io::Result<bool> { in local_creds_persistent()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dnet.rs305 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
353 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
420 let val: libc::linger = getsockopt(self, libc::SOL_SOCKET, SO_LINGER)?; in linger() localVariable
429 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
440 pub fn quickack(&self) -> io::Result<bool> { in quickack()
494 pub fn passcred(&self) -> io::Result<bool> { in passcred()
505 pub fn local_creds(&self) -> io::Result<bool> { in local_creds()
521 pub fn local_creds_persistent(&self) -> io::Result<bool> { in local_creds_persistent()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dnet.rs305 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
353 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
420 let val: libc::linger = getsockopt(self, libc::SOL_SOCKET, SO_LINGER)?; in linger() localVariable
429 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
440 pub fn quickack(&self) -> io::Result<bool> { in quickack()
494 pub fn passcred(&self) -> io::Result<bool> { in passcred()
505 pub fn local_creds(&self) -> io::Result<bool> { in local_creds()
521 pub fn local_creds_persistent(&self) -> io::Result<bool> { in local_creds_persistent()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dnet.rs305 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
353 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
420 let val: libc::linger = getsockopt(self, libc::SOL_SOCKET, SO_LINGER)?; in linger() localVariable
429 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
440 pub fn quickack(&self) -> io::Result<bool> { in quickack()
494 pub fn passcred(&self) -> io::Result<bool> { in passcred()
505 pub fn local_creds(&self) -> io::Result<bool> { in local_creds()
521 pub fn local_creds_persistent(&self) -> io::Result<bool> { in local_creds_persistent()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
H A Dnet.rs305 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
353 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
420 let val: libc::linger = getsockopt(self, libc::SOL_SOCKET, SO_LINGER)?; in linger() localVariable
429 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
440 pub fn quickack(&self) -> io::Result<bool> { in quickack()
494 pub fn passcred(&self) -> io::Result<bool> { in passcred()
505 pub fn local_creds(&self) -> io::Result<bool> { in local_creds()
521 pub fn local_creds_persistent(&self) -> io::Result<bool> { in local_creds_persistent()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs95 fn is_opaque(&self) -> bool { in is_opaque()
529 fn opt_nir(nir: &mut NirShader, dev: &Device, has_explicit_types: bool) { in opt_nir()
593 unsafe extern "C" fn can_remove_var(var: *mut nir_variable, _: *mut c_void) -> bool { in can_remove_var()
1172 let val; localVariable
1554 let val = this_offsets.map(|v| v as u64); in launch() localVariable
1558 let val = this_offsets.map(|v| v as u32); in launch() localVariable
1717 pub fn has_svm_devs(&self) -> bool { in has_svm_devs()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_util.h32 #define COND(bool, val) ((bool) ? (val) : 0) argument
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/sys/socket/
Dsockopt.rs1318 val: MaybeUninit<T>, field
1369 val: MaybeUninit<c_int>, field
1388 unsafe fn assume_init(self) -> bool { in assume_init()
1400 val: c_int, field
1422 val: MaybeUninit<u8>, field
1453 val: u8, field
1473 val: MaybeUninit<c_int>, field
1504 val: c_int, field
1524 val: MaybeUninit<T>, field
1552 val: &'a OsStr, field
/aosp_15_r20/external/pytorch/torch/utils/
H A Dcheckpoint.py45 def set_checkpoint_debug_enabled(enabled: Optional[bool]):
347 use_reentrant: Optional[bool] = None,
350 debug: bool = False,
739 def set_checkpoint_early_stop(enable: bool):
1167 def __init__(self, val): argument
1427 debug: bool = False,
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dflag_value_query.rs26 pub fn find_boolean_flag_value(buf: &[u8], flag_index: u32) -> Result<bool, AconfigStorageError> { in find_boolean_flag_value()
44 let val = read_u8_from_bytes(buf, &mut head)?; in find_boolean_flag_value() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dnet.rs182 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
219 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
281 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable
291 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/hermit/
H A Dnet.rs182 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
219 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
281 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable
291 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/hermit/
H A Dnet.rs182 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
219 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
281 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable
291 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/hermit/
H A Dnet.rs182 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
220 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
282 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable
292 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dnet.rs182 pub fn is_read_vectored(&self) -> bool { in is_read_vectored()
220 pub fn is_write_vectored(&self) -> bool { in is_write_vectored()
282 let val: netc::linger = getsockopt(self, netc::SOL_SOCKET, netc::SO_LINGER)?; in linger() localVariable
292 pub fn nodelay(&self) -> io::Result<bool> { in nodelay()
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/block/
Ddecompress_safe.rs78 fn does_token_fit(token: u8) -> bool { in does_token_fit()
87 pub(crate) fn decompress_internal<const USE_DICT: bool, S: Sink>( in decompress_internal()
303 let val = sink.byte_at(start); in duplicate_overlapping_slice() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/binary/bits/
Dmod.rs227 let val: O = if offset == 0 { in take_() localVariable
356 pub fn bool<I, E: ParserError<(I, usize)>>(input: &mut (I, usize)) -> PResult<bool, E> in bool() function
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/uri/
Dmod.rs704 fn has_path(&self) -> bool { in has_path()
840 let val = unsafe { ByteStr::from_utf8_unchecked(scheme) }; in parse_full() localVariable
893 fn eq(&self, other: &Uri) -> bool { in eq()
915 fn eq(&self, other: &str) -> bool { in eq()
994 fn eq(&self, uri: &Uri) -> bool { in eq()
1000 fn eq(&self, other: &&'a str) -> bool { in eq()
1006 fn eq(&self, uri: &Uri) -> bool { in eq()

12345678910>>...39