/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_coercion.py | 310 def __cmp__(slf, other): argument 317 def __cmp__(slf, other): argument
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_device_type.py | 1203 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 D | test_async_case.py | 400 async def test_func(slf): argument 414 async def test_func(slf): argument
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/ |
D | test_async_case.py | 400 async def test_func(slf): argument 414 async def test_func(slf): argument
|
/aosp_15_r20/libnativehelper/tests/ |
H A D | scoped_local_frame_test.cpp | 22 ScopedLocalFrame slf(env); in TestScopedLocalFrame() local
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/ |
D | byteorder.rs | 682 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
|
D | wrappers.rs | 276 slf: *mut Unalign<T>, in update() field
|
D | lib.rs | 1426 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/ |
D | byteorder.rs | 682 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
|
D | wrappers.rs | 276 slf: *mut Unalign<T>, in update() field
|
D | lib.rs | 1426 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/ |
D | linker.rs | 34 let slf = Self { linker: ptr }; in new() localVariable
|
D | link.rs | 40 let slf = unsafe { Self::new(ptr) }; in open() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/src/ |
D | lib.rs | 161 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/ |
D | lib.rs | 161 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/ |
D | mod.rs | 242 let slf = Self { in from_bpf_object_raw() localVariable
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_sslproto.py | 391 def buffer_updated(slf, nsize): argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/ |
D | test_dbapi.py | 861 def __getitem__(slf, x): argument
|