/aosp_15_r20/external/python/cpython2/Objects/stringlib/ |
D | split.h | 58 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split_whitespace() 106 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split_char() 149 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_split() 197 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit_whitespace() 247 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit_char() 291 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rsplit() 340 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_splitlines()
|
D | find.h | 11 stringlib_find(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find() 31 stringlib_rfind(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind() 66 stringlib_find_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_find_slice() 75 stringlib_rfind_slice(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rfind_slice()
|
D | partition.h | 12 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_partition() 62 const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_rpartition()
|
D | count.h | 11 stringlib_count(const STRINGLIB_CHAR* str, Py_ssize_t str_len, in stringlib_count()
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps_dev_attr.c | 261 size_t str_len) in wps_process_manufacturer() 280 size_t str_len) in wps_process_model_name() 299 size_t str_len) in wps_process_model_number() 318 const u8 *str, size_t str_len) in wps_process_serial_number() 337 size_t str_len) in wps_process_dev_name()
|
/aosp_15_r20/external/executorch/runtime/platform/ |
H A D | profiler.cpp | 94 size_t str_len = strlen(prof_event_local[j].name_str); in dump_profile_stats() local 134 size_t str_len = strlen(name); in track_allocator() local 160 size_t str_len = in profiling_create_block() local
|
/aosp_15_r20/external/rappor/analysis/R/ |
H A D | unknowns_test.R | 39 GeneratePopulation <- function(N, num_strs, str_len = 10, argument 69 str_len <- 6 functionVar 96 str_len <- 6 functionVar
|
H A D | ngrams_simulation.R | 62 GeneratePopulation <- function(N, num_strs, str_len = 10, argument 166 SimulateNGrams <- function(N, ngram_params, str_len, num_strs = 10, argument 224 EstimateDictionaryTrial <- function(N, str_len, num_strs, argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap17.c | 44 int str_len; in cleanup() local 58 int str_len; in test_mmap() local
|
/aosp_15_r20/external/coreboot/payloads/coreinfo/ |
H A D | bootlog_module.c | 39 static u32 calculate_chars_count(char *str, u32 str_len, u32 screen_width, u32 screen_height) in calculate_chars_count() 66 static int sanitize_buffer_for_display(char *str, u32 str_len, char *out, u32 out_len, u32 screen_w… in sanitize_buffer_for_display()
|
H A D | timestamps_module.c | 62 static u32 calculate_chars_count(char *str, u32 str_len, u32 screen_width, in calculate_chars_count() 87 static int sanitize_buffer_for_display(char *str, u32 str_len, char *out, in sanitize_buffer_for_display()
|
/aosp_15_r20/external/coreboot/tests/lib/ |
H A D | string-test.c | 61 size_t str_len, str2_len, res_len; in test_strconcat() local 82 size_t str_len, limited_len; in test_strnlen() local
|
/aosp_15_r20/system/logging/logd/ |
H A D | LogAudit.cpp | 104 static inline bool hasMetadata(char* str, int str_len) { in hasMetadata() 282 size_t str_len = strnlen(str, LOGGER_ENTRY_MAX_PAYLOAD); in logPrint() local
|
/aosp_15_r20/external/cronet/url/ |
H A D | url_util.cc | 194 int str_len, in DoFindAndCompareScheme() 738 int str_len, in FindAndCompareScheme() 745 int str_len, in FindAndCompareScheme()
|
H A D | url_parse_internal.h | 61 int begin_offset, int str_len) { in CountConsecutiveSlashes()
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil.c | 1508 size_t str_len = 0; in cil_userprefixes_to_string() local 1632 int str_len = 0; in __cil_level_strlen() local 1745 size_t str_len = 0; in cil_selinuxusers_to_string() local 1804 size_t str_len = 0; in cil_filecons_to_string() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/fipsmodule/ec/ |
D | ecp_nistz.c | 28 void little_endian_bytes_from_scalar(uint8_t str[], size_t str_len, in little_endian_bytes_from_scalar()
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | umovestr2.c | 38 const size_t str_len = tail_len - 1; in main() local
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | umovestr2.c | 38 const size_t str_len = tail_len - 1; in main() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | umovestr2.c | 38 const size_t str_len = tail_len - 1; in main() local
|
/aosp_15_r20/external/libchrome/base/i18n/ |
H A D | char_iterator.cc | 49 UTF16CharIterator::UTF16CharIterator(const char16* str, size_t str_len) in UTF16CharIterator()
|
/aosp_15_r20/external/rust/cxx/src/symbols/ |
D | rust_str.rs | 41 unsafe extern "C" fn str_len(this: &&str) -> usize { in str_len() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/symbols/ |
H A D | rust_str.rs | 41 unsafe extern "C" fn str_len(this: &&str) -> usize { in str_len() function
|
/aosp_15_r20/external/llvm-libc/src/__support/ |
H A D | str_to_integer.h | 162 ptrdiff_t str_len = is_number ? (src_cur) : 0; variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | mps_test_print.cpp | 7 const auto str_len = str.length(); in ends_with() local
|