Home
last modified time | relevance | path

Searched defs:str_len (Results 1 – 25 of 149) sorted by relevance

123456

/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dsplit.h58 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()
Dfind.h11 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()
Dpartition.h12 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()
Dcount.h11 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 Dwps_dev_attr.c261 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 Dprofiler.cpp94 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 Dunknowns_test.R39 GeneratePopulation <- function(N, num_strs, str_len = 10, argument
69 str_len <- 6 functionVar
96 str_len <- 6 functionVar
H A Dngrams_simulation.R62 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 Dmmap17.c44 int str_len; in cleanup() local
58 int str_len; in test_mmap() local
/aosp_15_r20/external/coreboot/payloads/coreinfo/
H A Dbootlog_module.c39 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 Dtimestamps_module.c62 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 Dstring-test.c61 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 DLogAudit.cpp104 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 Durl_util.cc194 int str_len, in DoFindAndCompareScheme()
738 int str_len, in FindAndCompareScheme()
745 int str_len, in FindAndCompareScheme()
H A Durl_parse_internal.h61 int begin_offset, int str_len) { in CountConsecutiveSlashes()
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil.c1508 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/
Decp_nistz.c28 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 Dumovestr2.c38 const size_t str_len = tail_len - 1; in main() local
/aosp_15_r20/external/strace/tests-m32/
H A Dumovestr2.c38 const size_t str_len = tail_len - 1; in main() local
/aosp_15_r20/external/strace/tests/
H A Dumovestr2.c38 const size_t str_len = tail_len - 1; in main() local
/aosp_15_r20/external/libchrome/base/i18n/
H A Dchar_iterator.cc49 UTF16CharIterator::UTF16CharIterator(const char16* str, size_t str_len) in UTF16CharIterator()
/aosp_15_r20/external/rust/cxx/src/symbols/
Drust_str.rs41 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 Drust_str.rs41 unsafe extern "C" fn str_len(this: &&str) -> usize { in str_len() function
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dstr_to_integer.h162 ptrdiff_t str_len = is_number ? (src_cur) : 0; variable
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dmps_test_print.cpp7 const auto str_len = str.length(); in ends_with() local

123456