HomeSort by relevance Sort by last modified time
    Searched refs:strlen (Results 301 - 325 of 4310) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-gnustl-full/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /ndk/tests/device/test-stlport/unit/
setinter_test.cpp 72 set_intersection(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
setunion_test.cpp 75 set_union(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 54 using ::strlen;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 54 using ::strlen;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstring 56 using ::strlen;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 56 using ::strlen;
  /system/core/libsuspend/
autosuspend_autosleep.c 43 ret = write(autosleep_fd, sleep_state, strlen(sleep_state));
65 ret = write(autosleep_fd, on_state, strlen(on_state));
  /system/core/libsysutils/src/
ServiceManager.cpp 26 * If strlen(<name>) > (PROPERTY_KEY_MAX-1)-9, then you can start/stop
42 if (strlen(name) > SERVICE_NAME_MAX) {
71 if (strlen(name) > SERVICE_NAME_MAX) {
  /system/core/logd/
LogAudit.cpp 75 memmove(cp, cp + 1, strlen(cp + 1) + 1);
82 iov[0].iov_len = strlen(str);
100 memmove(timeptr + sizeof(audit_str) - 1 + 3, cp, strlen(cp) + 1);
116 memmove(pidptr, cp, strlen(cp) + 1);
121 size_t l = strlen(str);
153 const char *estr = str + strlen(str);
169 l = strlen(comm) + 1;
172 n = (estr - str) + strlen(ecomm) + l + 2;
  /system/core/toolbox/
mkdir.c 52 if(strlen(currpath) + strlen(pathpiece) + 2/*NUL and slash*/ > PATH_MAX) {
  /system/extras/ext4_utils/
uuid.c 45 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace));
46 SHA1Update(&ctx, (const u8*)name, strlen(name));
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 62 if( 0 == fd || NULL == pNewStringValue || 0 == strlen(pNewStringValue) ) {
102 write( fd, pNewStringValue, strlen(pNewStringValue));
107 pETagPointer = pSPointer + strlen(pNewStringValue);
115 ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer = pETagPointer - 1"*/
155 sz_newReadBuff = (int)sz_file - (int)(pETagPointer - pSValuePointer) + strlen(pNewValueString);
174 memcpy( pCurReadBuff, pNewValueString, strlen(pNewValueString));
175 pCurReadBuff += strlen(pNewValueString);
393 pSValuePointer = pSPointer+strlen(pSTagString);
394 if(strlen(pNewValueString) == (unsigned int)(pETagPointer-pSValuePointer)) {
396 write( fd, pNewValueString, strlen(pNewValueString))
    [all...]
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 62 if( 0 == fd || NULL == pNewStringValue || 0 == strlen(pNewStringValue) ) {
102 write( fd, pNewStringValue, strlen(pNewStringValue));
107 pETagPointer = pSPointer + strlen(pNewStringValue);
115 ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer = pETagPointer - 1"*/
155 sz_newReadBuff = (int)sz_file - (int)(pETagPointer - pSValuePointer) + strlen(pNewValueString);
174 memcpy( pCurReadBuff, pNewValueString, strlen(pNewValueString));
175 pCurReadBuff += strlen(pNewValueString);
393 pSValuePointer = pSPointer+strlen(pSTagString);
394 if(strlen(pNewValueString) == (unsigned int)(pETagPointer-pSValuePointer)) {
396 write( fd, pNewValueString, strlen(pNewValueString))
    [all...]
  /external/bison/src/
print.c 55 | *WIDTH := max (*WIDTH, strlen (STR)). |
61 size_t len = strlen (str);
162 for (j = width - strlen (tag); j > 0; --j)
202 for (j = width - strlen (tag); j > 0; --j)
222 for (j = width - strlen (lookahead_token); j > 0; --j)
265 width = strlen (_("$default"));
392 if (column + strlen(buffer) > (End)) \
420 column = strlen (tag);
430 sprintf (buffer + strlen (buffer), " %d", r);
460 column = strlen (tag)
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 124 Int ld_preload_len = VG_(strlen)( ld_preload );
125 Int dyld_cache_len = VG_(strlen)( dyld_cache );
126 Int v_launcher_len = VG_(strlen)( v_launcher );
129 Int vglib_len = VG_(strlen)(VG_(libdir));
142 Int preload_tool_path_len = vglib_len + VG_(strlen)(toolname)
186 Int len = VG_(strlen)(*cpp) + preload_string_len;
198 Int len = dyld_cache_len + VG_(strlen)(dyld_cache_value) + 1;
221 Int len = dyld_cache_len + VG_(strlen)(dyld_cache_value) + 1;
353 stringsize += VG_(strlen)(info->interp_name) + 1;
357 stringsize += VG_(strlen)(info->interp_args) + 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedBufferTest.cpp 55 RefPtr<SharedBuffer> sharedBuffer = SharedBuffer::create(testData0, strlen(testData0));
56 sharedBuffer->append(testData1, strlen(testData1));
57 sharedBuffer->append(testData2, strlen(testData2));
62 ASSERT_EQ(strlen(expectedConcatenation), arrayBuffer->byteLength());
63 EXPECT_EQ(0, memcmp(expectedConcatenation, arrayBuffer->data(), strlen(expectedConcatenation)));

Completed in 456 milliseconds

<<11121314151617181920>>