Home
last modified time | relevance | path

Searched defs:slf (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_coercion.py310 def __cmp__(slf, other): argument
317 def __cmp__(slf, other): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_device_type.py1203 def dep_fn(slf, *args, **kwargs): argument
1337 def efail_fn(slf, *args, **kwargs): argument
1366 def only_fn(slf, *args, **kwargs): argument
1391 def multi_fn(slf, devices, *args, **kwargs): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_async_case.py400 async def test_func(slf): argument
414 async def test_func(slf): argument
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_async_case.py400 async def test_func(slf): argument
414 async def test_func(slf): argument
/aosp_15_r20/libnativehelper/tests/
H A Dscoped_local_frame_test.cpp22 ScopedLocalFrame slf(env); in TestScopedLocalFrame() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs682 let slf = (!self.is_nan()).then(|| self); in assert_eq_or_nan() localVariable
711 let slf = (!self.get().is_nan()).then(|| self); in assert_eq_or_nan() localVariable
Dwrappers.rs276 slf: *mut Unalign<T>, in update() field
Dlib.rs1426 let slf: *mut Self = self; in zero() localVariable
2724 let slf: *const Self = self; in as_bytes() localVariable
2799 let slf: *mut Self = self; in as_bytes_mut() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs682 let slf = (!self.is_nan()).then(|| self); in assert_eq_or_nan() localVariable
711 let slf = (!self.get().is_nan()).then(|| self); in assert_eq_or_nan() localVariable
Dwrappers.rs276 slf: *mut Unalign<T>, in update() field
Dlib.rs1426 let slf: *mut Self = self; in zero() localVariable
2724 let slf: *const Self = self; in as_bytes() localVariable
2799 let slf: *mut Self = self; in as_bytes_mut() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dlinker.rs34 let slf = Self { linker: ptr }; in new() localVariable
Dlink.rs40 let slf = unsafe { Self::new(ptr) }; in open() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/src/
Dlib.rs161 let slf = trailing.as_ptr() as *mut Self; in derive_known_layout() localVariable
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/src/
Dlib.rs161 let slf = trailing.as_ptr() as *mut Self; in derive_known_layout() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dmod.rs242 let slf = Self { in from_bpf_object_raw() localVariable
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_sslproto.py391 def buffer_updated(slf, nsize): argument
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_dbapi.py861 def __getitem__(slf, x): argument