HomeSort by relevance Sort by last modified time
    Searched full:strlen (Results 2201 - 2225 of 5643) sorted by null

<<81828384858687888990>>

  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
strstream 294 __sb_(__s, __n, __s + (__mode & ios::app ? strlen(__s) : 0))
354 __sb_(__s, __n, __s + (__mode & ios::app ? strlen(__s) : 0))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_elementtree.so 
time.so 
  /prebuilts/sdk/tools/linux/bin/
zipalign 
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 59 // coded_output->WriteVarint32(strlen(text));
60 // coded_output->WriteRaw(text, strlen(text));
585 // CodedOutputStream::VarintSize32(strlen(text)) +
586 // strlen(text);
595 // buffer = CodedOutputStream::WriteVarint32ToArray(strlen(text), buffer);
596 // buffer = CodedOutputStream::WriteRawToArray(text, strlen(text), buffer);
601 // coded_output->WriteVarint32(strlen(text));
602 // coded_output->WriteRaw(text, strlen(text));
    [all...]
  /system/bt/stack/a2dp/
a2d_api.c 217 (UINT32)(strlen(p_provider_name)+1), (UINT8 *) p_provider_name);
224 (UINT32)(strlen(p_service_name)+1), (UINT8 *) p_service_name);
  /system/bt/stack/srvc/
srvc_dis.c 148 if (strlen ((char *)pp) > GATT_MAX_ATTR_LEN)
151 p_value->len = (UINT16)strlen ((char *)pp);
  /system/connectivity/shill/
crypto_util_proxy_unittest.cc 369 int bytes_left = strlen(kTestSerializedCommandMessage);
386 strlen(kTestSerializedCommandResponse);
  /system/connectivity/shill/net/
byte_string_unittest.cc 108 EXPECT_EQ(strlen(kTest4), bs4.GetLength());
112 EXPECT_EQ(strlen(kTest4) + 1, bs5.GetLength());
  /system/core/adb/
transport_local.cpp 259 if (WriteFdExactly(fd, _accept_req, strlen(_accept_req))) {
270 if (!WriteFdExactly(fd, _start_req, strlen(_start_req))) {
  /system/core/gatekeeperd/
gatekeeperd.cpp 309 write(fd, result, strlen(result) + 1);
312 write(fd, result, strlen(result) + 1);
  /system/core/liblog/
log_is_loggable.c 94 const size_t taglen = (tag && *tag) ? strlen(tag) : 0;
95 /* sizeof(log_namespace) = strlen(log_namespace) + 1 */
  /system/core/libprocessgroup/
processgroup.cpp 215 if (strncmp(dir->d_name, PROCESSGROUP_PID_PREFIX, strlen(PROCESSGROUP_PID_PREFIX))) {
243 if (strncmp(dir->d_name, PROCESSGROUP_UID_PREFIX, strlen(PROCESSGROUP_UID_PREFIX))) {
  /system/core/libziparchive/
zip_writer_test.cc 62 EXPECT_EQ(strlen(expected), data.compressed_length);
63 EXPECT_EQ(strlen(expected), data.uncompressed_length);
  /system/core/toolbox/
nandread.c 115 statusfilename = malloc(strlen(filename) + strlen(statusext) + 1);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
fastgrep.c 63 fg->len = strlen(pat);
91 fg->len = strlen(pat);
  /system/extras/librank/
librank.c 108 library->name = malloc(strlen(name) + 1);
288 prefix_len = strlen(prefix);
  /system/media/radio/src/
radio_metadata.c 218 value == NULL || strlen(value) >= RADIO_METADATA_TEXT_LEN_MAX) {
221 return add_metadata((radio_metadata_buffer_t **)metadata, key, type, value, strlen(value) + 1);
  /toolchain/binutils/binutils-2.25/bfd/
binary.c 128 size = (strlen (bfd_get_filename (abfd))
129 + strlen (suffix)
cpu-arm.c 255 if (namesz != ((strlen (expected_name) + 1 + 3) & ~3))
326 + ((strlen (NOTE_ARCH_STRING) + 3) & ~3)),
opncls.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
resrc.c 319 cpp_temp_file = (char *) xmalloc (strlen (fileprefix) + 5);
449 edit = dir = xmalloc (strlen (filename) + 3);
454 edit += strlen (dir);
479 cmd = xmalloc (strlen (preprocessor)
480 + strlen (preprocargs)
481 + strlen (filename)
482 + strlen (fnquotes) * 2
495 cmd = xmalloc (strlen (program_name)
496 + strlen (preprocessor)
497 + strlen (preprocargs
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
gc.h 318 + strlen(cident_section_start_prefix));
323 + strlen(cident_section_stop_prefix));
  /toolchain/binutils/binutils-2.25/intl/
localealias.c 308 alias_len = strlen (alias) + 1;
309 value_len = strlen (value) + 1;
  /toolchain/binutils/binutils-2.25/ld/emultempl/
aix.em 455 if (0 != strlen (i))
463 if (0 != strlen (f))
783 size_t ld_sysroot_len = strlen (ld_sysroot);
788 len = strlen (name);
800 nlen = strlen (name);
809 len = strlen (search_head->name);
817 nlen = strlen (search->name);
    [all...]

Completed in 1189 milliseconds

<<81828384858687888990>>