Home
last modified time | relevance | path

Searched defs:self_len (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h285 Py_ssize_t self_len, result_len; in stringlib_replace_interleave() local
355 Py_ssize_t self_len, result_len; in stringlib_replace_delete_single_character() local
400 Py_ssize_t self_len, result_len; in stringlib_replace_delete_substring() local
452 Py_ssize_t self_len; in stringlib_replace_single_character_in_place() local
500 Py_ssize_t self_len, offset; in stringlib_replace_substring_in_place() local
552 Py_ssize_t self_len, result_len; in stringlib_replace_single_character() local
616 Py_ssize_t self_len, result_len; in stringlib_replace_substring() local
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/libc/net/
Daddr.rs153 let self_len = self.len() - offsetof_sun_path(); in eq() localVariable
174 let self_len = self.len() - offsetof_sun_path(); in cmp() localVariable
184 let self_len = self.len() - offsetof_sun_path(); in hash() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/net/
Daddr.rs123 let self_len = self.len() - offsetof_sun_path(); in eq() localVariable
141 let self_len = self.len() - offsetof_sun_path(); in cmp() localVariable
150 let self_len = self.len() - offsetof_sun_path(); in hash() localVariable
/aosp_15_r20/external/python/cpython2/Objects/
Dbytearrayobject.c1594 Py_ssize_t self_len, result_len; in replace_interleave() local
1653 Py_ssize_t self_len, result_len; in replace_delete_single_character() local
1697 Py_ssize_t self_len, result_len; in replace_delete_substring() local
1748 Py_ssize_t self_len; in replace_single_character_in_place() local
1795 Py_ssize_t self_len, offset; in replace_substring_in_place() local
1846 Py_ssize_t self_len, result_len; in replace_single_character() local
1909 Py_ssize_t self_len, result_len; in replace_substring() local
Dstringobject.c2366 Py_ssize_t self_len, result_len; in replace_interleave() local
2425 Py_ssize_t self_len, result_len; in replace_delete_single_character() local
2468 Py_ssize_t self_len, result_len; in replace_delete_substring() local
2519 Py_ssize_t self_len; in replace_single_character_in_place() local
2566 Py_ssize_t self_len, offset; in replace_substring_in_place() local
2617 Py_ssize_t self_len, result_len; in replace_single_character() local
2679 Py_ssize_t self_len, result_len; in replace_substring() local
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/output/
Dhelp.rs360 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
378 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/output/
H A Dhelp_template.rs601 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
618 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/output/
Dhelp_template.rs601 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
618 let self_len = display_width(&arg.to_string()); in align_to_about() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Daddition.rs100 let self_len = self.data.len(); in add_assign() localVariable
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c1220 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removeprefix_impl() local
1252 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removesuffix_impl() local
Dbytesobject.c2237 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removeprefix_impl() local
2275 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removesuffix_impl() local
/aosp_15_r20/external/rust/android-crates-io/crates/arrayvec/src/
Darrayvec.rs575 let self_len = self.len(); in try_extend_from_slice() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs2704 let self_len = self.as_os_str().len(); in _with_extension() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs2704 let self_len = self.as_os_str().len(); in _with_extension() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs2704 let self_len = self.as_os_str().len(); in _with_extension() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs2622 let self_len = self.as_os_str().len(); in _with_extension() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dpath.rs2622 let self_len = self.as_os_str().len(); in _with_extension() localVariable