HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 276 - 300 of 2468) sorted by null

<<11121314151617181920>>

  /external/qemu/
qstring.c 64 return qstring_from_substr(str, 0, strlen(str) - 1);
81 size_t len = strlen(str);
  /external/qemu/telephony/
sms.h 23 extern int sms_utf8_from_message_str( const char* str, int strlen, unsigned char* utf8, int utf8len );
27 extern int sms_utf8_to_message_str( const unsigned char* utf8, int utf8len, char* str, int strlen );
  /external/tinyxml/
tinystr.cpp 97 TiXmlString::size_type b_len = static_cast<TiXmlString::size_type>( strlen(b) );
107 TiXmlString::size_type a_len = static_cast<TiXmlString::size_type>( strlen(a) );
  /external/valgrind/main/coregrind/m_initimg/
initimg-pathscan.c 102 HChar buf[VG_(strlen)(entry) + VG_(strlen)(executable_name_in) + 3];
  /external/valgrind/main/coregrind/
m_seqmatch.c 34 #include "pub_core_libcbase.h" // VG_(strlen)
176 (void*)patt, sizeof(UChar), VG_(strlen)(patt), 0,
177 (void*)input, sizeof(UChar), VG_(strlen)(input), 0,
m_options.c 143 j += VG_(strlen)(base_dir);
147 len = j + VG_(strlen)(format) + 10;
210 ENSURE_THIS_MUCH_SPACE(VG_(strlen)(qual));
233 VG_(strlen)(option_name) + VG_(strlen)(format) + 2 );
267 if (child_exe_name == NULL || VG_(strlen)(child_exe_name) == 0)
  /external/webrtc/src/system_wrappers/source/
trace_linux.cc 116 return strlen(traceMessage) + 1;
124 WebRtc_Word32 len = static_cast<WebRtc_Word32>(strlen(traceMessage));
  /frameworks/base/libs/utils/tests/
ObbFile_test.cpp 42 const int totalLen = strlen(mExternalStorage) + strlen(TEST_FILENAME) + 1;
  /frameworks/base/services/surfaceflinger/
GLExtensions.cpp 56 String8 s(curr, head ? head-curr : strlen(curr));
67 String8 s(curr, head ? head-curr : strlen(curr));
  /hardware/libhardware/include/hardware/
qemud.h 67 int namelen = strlen(name);
110 msglen = strlen((const char*)msg);
  /system/core/liblinenoise/
linenoise.c 202 if (write(fd,seq,strlen(seq)) == -1) return;
204 if (write(fd,prompt,strlen(prompt)) == -1) return;
208 if (write(fd,seq,strlen(seq)) == -1) return;
211 if (write(fd,seq,strlen(seq)) == -1) return;
215 size_t plen = strlen(prompt);
312 len = pos = strlen(buf);
374 count = strlen(buf);
397 len = strlen(buf);
  /system/core/toolbox/
chmod.c 22 int pathlen = strlen(path);
28 if (strlen(dp->d_name) + pathlen + 2/*NUL and slash*/ > PATH_MAX) {
  /external/valgrind/main/callgrind/
dump.c 347 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
362 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
377 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
385 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
464 CLG_ASSERT(VG_(strlen)(dir) + VG_(strlen)(file) + 1 < FILENAME_LEN);
535 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
541 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
607 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf));
620 my_fwrite(fd, (void*)outbuf, VG_(strlen)(outbuf))
    [all...]
  /bionic/libc/tzcode/
strptime.c 211 len = strlen(_ctloc(day[i]));
216 len = strlen(_ctloc(abday[i]));
235 len = strlen(_ctloc(mon[i]));
240 len = strlen(_ctloc(abmon[i]));
309 len = strlen(_ctloc(am_pm[0]));
320 len = strlen(_ctloc(am_pm[1]));
  /external/openssl/crypto/dso/
dso_dlfcn.c 310 merged = OPENSSL_malloc(strlen(filespec1) + 1);
321 merged = OPENSSL_malloc(strlen(filespec2) + 1);
339 spec2len = strlen(filespec2);
340 len = spec2len + (filespec1 ? strlen(filespec1) : 0);
375 len = strlen(filename);
458 len = (int)strlen(dli.dli_fname);
  /external/openssl/crypto/engine/
eng_ctrl.c 159 return strlen(e->cmd_defns[idx].cmd_name);
161 return BIO_snprintf(s,strlen(e->cmd_defns[idx].cmd_name) + 1,
165 return strlen(e->cmd_defns[idx].cmd_desc);
166 return strlen(int_no_description);
170 strlen(e->cmd_defns[idx].cmd_desc) + 1,
172 return BIO_snprintf(s, strlen(int_no_description) + 1,"%s",
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 85 totalLength += (int)strlen(string[i]);
102 stringLength = (int)strlen(string[i]);
120 return strlen(mInfoLog) + 1;
130 while (index < bufSize - 1 && index < (int)strlen(mInfoLog))
156 return strlen(mSource) + 1;
166 while (index < bufSize - 1 && index < (int)strlen(mSource))
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_CharStar.c 68 if(len2Copy <= (M4OSA_UInt32)strlen((const char *)pStrIn))
102 len32 = (M4OSA_UInt32)strlen((const char *)pStrIn1);
103 if(len32 != (M4OSA_UInt32)strlen((const char *)pStrIn2))
357 if(strlen((const char *)pTemp)>=2)
401 newFormatLength = strlen((const char *)format) + 1;
454 if(strlen((const char *)format)>=2)
  /external/chromium/sdch/open-vcdiff/src/
blockhash_test.cc 19 #include <string.h> // memcpy, memcmp, strlen
37 strlen(sample_text)));
38 th_.reset(BlockHash::CreateTargetHash(sample_text, strlen(sample_text), 0));
78 return static_cast<int>(strlen(s));
114 const size_t length_without_spaces = strlen(string_without_spaces);
738 BlockHash bh(sample_text, strlen(sample_text), 0);
744 BlockHash bh(sample_text, strlen(sample_text), 0);
750 EXPECT_DEBUG_DEATH(th_->AddAllBlocksThroughIndex(strlen(sample_text) + 1),
    [all...]
vcdiffengine_test.cc 18 #include <string.h> // memset, strlen
77 const size_t length_without_spaces = strlen(string_without_spaces);
120 return ExpectSize(strlen(s));
251 ExpectAddInstruction(static_cast<int>(strlen(s)));
321 engine_(dictionary_, strlen(dictionary_)) {
354 strlen(text),
598 engine_(dictionary_, strlen(dictionary_)),
600 search_dictionary_(dictionary_, strlen(dictionary_)),
643 strlen(text),
679 + strlen(weasel_text_
    [all...]
  /system/core/adb/
adb.c 109 q = p + strlen(p);
115 int taglen = strlen(tags[tagn].tag);
229 cp->msg.data_length = strlen((char*) cp->data) + 1;
1103 if (!strncmp(service, "transport", strlen("transport"))) {
1107 if (!strncmp(service, "transport-usb", strlen("transport-usb"))) {
1109 } else if (!strncmp(service, "transport-local", strlen("transport-local"))) {
1111 } else if (!strncmp(service, "transport-any", strlen("transport-any"))) {
1113 } else if (!strncmp(service, "transport:", strlen("transport:"))) {
1114 service += strlen("transport:");
1136 snprintf(buf, sizeof(buf), "OKAY%04x%s",(unsigned)strlen(buffer),buffer)
    [all...]
  /external/icu4c/test/cintltst/
spreptst.c 332 destLen = nfs4_cis_prepare(src , (int32_t)strlen(src), dest, destLen, &parseError, &status);
336 destLen = nfs4_cis_prepare( src , (int32_t)strlen(src), dest, destLen, &parseError, &status);
452 srcLen = unescapeData(mixed_prep_data[i], (int32_t)strlen(mixed_prep_data[i]), src, MAX_BUFFER_SIZE, &status);
478 int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status);
505 int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status);
528 int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status);
551 int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status);
576 int32_t srcLen = unescapeData(source, (int32_t)strlen(source), src, MAX_BUFFER_SIZE, &status);
577 int32_t expLen = unescapeData(expected, (int32_t)strlen(expected), exp, MAX_BUFFER_SIZE, &status);
588 log_err("Did not get the expected length for the outputfor case: Case Mapping Turned On. Expected: %i Got: %i\n", strlen(expected), destLen)
    [all...]
  /external/openssl/apps/
passwd.c 320 passwd_len = strlen(passwd);
323 assert(strlen(magic) <= 4); /* "1" or "apr1" */
327 assert(strlen(out_buf) <= 6 + 8); /* "$apr1$..salt.." */
328 salt_out = out_buf + 2 + strlen(magic);
329 salt_len = strlen(salt_out);
336 EVP_DigestUpdate(&md, magic, strlen(magic));
391 assert(output == out_buf + strlen(out_buf));
408 assert(strlen(out_buf) < sizeof(out_buf));
474 if ((strlen(passwd) > pw_maxlen))
481 assert(strlen(passwd) <= pw_maxlen)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
about_chrome_dialog.cc 196 license.substr(link1_end + strlen(kEndLinkOss),
197 link2 - link1_end - strlen(kEndLinkOss)).c_str());
200 license.substr(link2_end + strlen(kEndLinkOss)).c_str());
204 license.substr(link1 + strlen(kBeginLinkOss),
205 link1_end - link1 - strlen(kBeginLinkOss));
207 license.substr(link2 + strlen(kBeginLinkOss),
208 link2_end - link2 - strlen(kBeginLinkOss));
  /ndk/sources/host-tools/make-3.81/
expand.c 180 o = variable_buffer_output (o, value, strlen (value));
227 o = variable_buffer_output (o, p, p1 != 0 ? (unsigned int)(p1 - p) : strlen (p) + 1);
512 return variable_buffer_output (buf, v->value, strlen (v->value));
514 buf = variable_expand_string (buf, v->value, strlen (v->value));
515 return (buf + strlen (buf));
531 val = variable_append (v->name, strlen (v->name), current_variable_set_list);
558 value = xrealloc (value, strlen (value))

Completed in 1169 milliseconds

<<11121314151617181920>>