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

<<61626364656667686970>>

  /external/webrtc/talk/media/base/
rtpdump_unittest.cc 94 stream.WriteAll(new_line, strlen(new_line), NULL, NULL));
103 stream.WriteAll(new_line2, strlen(new_line2), NULL, NULL));
112 stream.WriteAll(new_line3, strlen(new_line3), NULL, NULL));
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 111 num_b = write(fd, buf, strlen(buf) + 1);
134 num_b = write(fd, buf, strlen(buf) + 1);
223 int prefix_len = strlen(dev_prefix);
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 385 if (value.length() != strlen("00:00:00:00:00:00")) {
440 if (strlen(address) != strlen("00:00:00:00:00:00"))
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_uevents.cpp 82 iter_str += strlen(iter_str)+1;
95 return (atoi(pstr + strlen("SWITCH_STATE=")));
97 iter_str += strlen(iter_str)+1;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_uevents.cpp 82 iter_str += strlen(iter_str)+1;
95 return (atoi(pstr + strlen("SWITCH_STATE=")));
97 iter_str += strlen(iter_str)+1;
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 279 size_t N = n > 0 ? size_t(n) : n == 0 ? strlen(get) : size_t(INT_MAX);
332 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s) {
365 _M_buf(s, n, mode & ios_base::app ? s + strlen(s) : s) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
dirent.h 71 call to `strlen' on some systems, so these values should be cached.
79 This macro is less likely to require calling `strlen' than _D_EXACT_NAMLEN.
86 # define _D_EXACT_NAMLEN(d) (strlen ((d)->d_name))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 72 call to `strlen' on some systems, so these values should be cached.
80 This macro is less likely to require calling `strlen' than _D_EXACT_NAMLEN.
87 # define _D_EXACT_NAMLEN(d) (strlen ((d)->d_name))
  /system/core/liblog/
logprint.c 659 unsigned int strLen;
663 strLen = get4LE(eventData);
667 if (eventDataLen < strLen)
670 if (strLen < outBufLen) {
671 memcpy(outBuf, eventData, strLen);
672 outBuf += strLen;
673 outBufLen -= strLen;
681 eventData += strLen;
682 eventDataLen -= strLen;
970 p += strlen(buf)
    [all...]
  /system/core/libpixelflinger/codeflinger/
Arm64Disassembler.cpp 98 for(i = index, j = 0; i < strlen(instr); ++i)
298 uint32_t length = strlen(entry->instr_template);
312 index += strlen(token);
  /system/extras/tests/lib/testUtil/
testUtil.c 413 if ((strlen(str) > 1) && (str[strlen(str) - 1] == '\n')) {
414 str[strlen(str) - 1] = '\0';
  /system/sepolicy/tools/sepolicy-analyze/
neverallow.c 24 size_t keyword_size = strlen(keyword), len;
373 size_t keyword_size = strlen(keyword), len;
513 return check_neverallows_string(policydb, rules, strlen(rules));
  /toolchain/binutils/binutils-2.25/bfd/
nlm32-sparc.c 313 len = strlen (sym->name);
334 __FUNCTION__, (unsigned long) value, strlen (sym->name), sym->name);
337 len = strlen (sym->name);
  /toolchain/binutils/binutils-2.25/gold/
mapfile.cc 174 size_t len = strlen(buf);
330 this->advance_to_column(strlen(name) + 1, Mapfile::section_name_map_length);
391 this->advance_to_column(strlen(os->name()), Mapfile::section_name_map_length);
  /art/dex2oat/
dex2oat.cc 599 const char* image_base_str = option.substr(strlen("--base=")).data();
609 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data();
623 StringPiece str = option.substr(strlen("--instruction-set-variant=")).data();
634 StringPiece str = option.substr(strlen("--instruction-set-features=")).data();
655 StringPiece backend_str = option.substr(strlen("--compiler-backend=")).data();
    [all...]
  /bionic/libc/
Android.bp 850 "arch-arm/generic/bionic/strlen.c",
878 "arch-arm/cortex-a15/bionic/strlen.S",
    [all...]
  /external/dnsmasq/src/
option.c 495 if (cp && strlen(cp) != 0)
497 ret = opt_malloc(strlen(cp)+1);
583 size_t len = strlen(txt);
895 newp = opt_malloc(len + strlen(arg) + 2 + header_size);
941 new->len = strlen(comma);
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 429 ebuf.size = strlen (buffer);
531 linelen = strlen (line);
939 char *pend = p2 + strlen(p2);
954 lb_next += strlen(lb_next);
978 p2 += strlen(p2);
1034 plen = strlen (p2);
1036 lb_next, strlen (lb_next)+1);
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 340 *len += strlen(ctrl_path) + 1;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
prdbg.c 365 n = (char *) xmalloc (strlen (s) + strlen (info->stack->type) + 1);
385 len = strlen (info->stack->type);
387 len + strlen (s) + 1);
405 len = info->stack->parents ? strlen (info->stack->parents) : 0;
407 len + strlen (s) + 1);
429 n = (char *) xmalloc (strlen (info->stack->type) + strlen (s));
748 len += strlen (arg_types[i]) + 2;
949 len += strlen (domain_type)
    [all...]
  /external/libevent/
http.c 208 EVUTIL_ASSERT(strlen(del) == 1);
265 old_size = strlen(html);
870 if (strlen(p) == 0) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 57 Func == LibFunc::llabs || Func == LibFunc::strlen;
224 // memory is to be moved to. We just generate a call to strlen.
312 if (CharC->isZero()) // strchr(p, 0) -> p + strlen(p)
318 // zero (a weird way to spell strlen).
481 if (Dst == Src) { // stpcpy(x,x) -> x+strlen(x)
482 Value *StrLen = EmitStrLen(Src, B, DL, TLI);
483 return StrLen ? B.CreateInBoundsGEP(B.getInt8Ty(), Dst, StrLen) : nullptr;
552 // Constant folding: strlen("xyz") -> 3
556 // strlen(x?"foo":"bars") --> x ? 3 :
    [all...]
  /external/tcpdump/
print-bgp.c 599 pos += strlen(pos);
640 offset = strlen(buf);
654 offset = strlen(buf);
705 pos += strlen(pos);
876 offset = strlen(buf);
884 offset = strlen(buf);
893 offset = strlen(buf);
902 offset = strlen(buf);
909 offset = strlen(buf);
920 offset = strlen(buf)
968 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnsl.a 210 1;M_??gu???@?????????Qyp_2_yperrCSWTCH.112CSWTCH.115__yp_unbind__ypclnt_callRPCTIMEOUTyp_unbind_lockedypbindlistypbindlist_lockyp_bind_client_createUDPTIMEOUTyp_bind_fileyp_bind_ypbindprog__yp_bind__xdr_ypresp_alldo_ypcalldo_ypcall_trdomainname_lockypdomainnameypprot_errypbinderr_string_libc_intl_domainname__dcgettextyperr_stringfreeclnt_perrorstrcmpyp_unbind__pthread_mutex_lock__pthread_mutex_unlockstrncpy__libc_clntudp_bufcreatestrlensnprintfopenpreadcloseclnttcp_createxdr_ypbind_respxdr_domainnamestderrfprintfcallocyp_all__errno_locationxdr_ypreq_nokeyyp_bindyp_maplistxdr_ypresp_maplistyp_orderxdr_ypresp_orderxdr_freexdr_ypresp_allmempcpyyp_masterxdr_ypresp_master__strdupyp_updatehost2netnamefputsclnt_createxdr_ypupdate_argsauthdes_createauthunix_create_defaultxdr_u_intclnt_pcreateerrorxdr_ypdelete_argsyp_nextxdr_ypreq_keyxdr_ypresp_key_valmallocmemcpyyp_firstyp_matchxdr_ypresp_valyp_get_default_domaingetdomainname__yp_check"6INbv???!?LY"|?#??%??%&`'ir?(?)!*1+Y,i-?.*6I/Y0???1?2)#x3?!?! 5?.?? 6???"%% ,&7<&b5n%y~%??# & # &D &O T &} 3? !?
275  ?    1A?MT[?8in?{??????????????0#`k?#result.8042result.8014.LC1nis_destroy_objectnis_free_objectnis_dir_cmpstrlenstrcmpnis_freenamesfreenis_getnamesnis_local_directorymallocmempcpygetenvmemcpyreallocstpcpystrcpy__asprintf__strdupnis_name_of_r__errno_locationnis_name_ofnis_leaf_of_rnis_leaf_of) 3 l??? @? ?????2B?? ??&????Sbv??????Sl?? ? ?EM???? ?/0 1271956505 0 0 100644 2908 `
302 N0 $W11gx?  h+@) :` Ja^lvp?????0t???????? ??$__nisdomainname.9103__nishostname.9165__principal.9121__nisgroup.9071nis_local_directorygetdomainnamerawmemchrnis_local_hostgethostnamestrlenstrncpynis_local_principalgeteuidsnprintfnis_list_libc_intl_domainname__dcgettextprintfstrcpynis_freeresultnis_local_groupgetenvstpcpy#( ;@RZx?????? ???? 2@ap ????
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/xen/
libnsl.a 210 1;M_??gu???@?????????Qyp_2_yperrCSWTCH.113CSWTCH.116__yp_unbind__ypclnt_callRPCTIMEOUTyp_unbind_lockedypbindlistypbindlist_lockyp_bind_client_createUDPTIMEOUTyp_bind_fileyp_bind_ypbindprog__yp_bind__xdr_ypresp_alldo_ypcalldo_ypcall_trdomainname_lockypdomainnameypprot_errypbinderr_string_libc_intl_domainname__dcgettextyperr_stringfreeclnt_perrorstrcmpyp_unbind__pthread_mutex_lock__pthread_mutex_unlockstrncpy__libc_clntudp_bufcreatestrlensnprintfopenpreadcloseclnttcp_createxdr_ypbind_respxdr_domainnamestderrfprintfcallocyp_all__errno_locationxdr_ypreq_nokeyyp_bindyp_maplistxdr_ypresp_maplistyp_orderxdr_ypresp_orderxdr_freexdr_ypresp_allmempcpyyp_masterxdr_ypresp_master__strdupyp_updatehost2netnamefputsclnt_createxdr_ypupdate_argsauthdes_createauthunix_create_defaultxdr_u_intclnt_pcreateerrorxdr_ypdelete_argsyp_nextxdr_ypreq_keyxdr_ypresp_key_valmallocmemcpyyp_firstyp_matchxdr_ypresp_valyp_get_default_domaingetdomainname__yp_check"6INbv???!?LY"|?#??%??%&`'ir?(?)!*1+Y,i-?.*6I/Y0???1?2)#x3?!?! 5?.?? 6???"%% ,&7<&b5n%y~%??# & # &D &O T &} 3? !?
271  |    1A?MT[?8in]{??????????`???#0k?#result.8098result.8070.LC1nis_destroy_objectnis_free_objectnis_dir_cmpstrlenstrcmpnis_freenamesfreenis_getnamesnis_local_directorymallocgetenvmemcpyreallocstpcpystrcpymempcpy__asprintf__strdupnis_name_of_r__errno_locationnis_name_ofnis_leaf_of_rnis_leaf_of) 3 l??? @???Yi?? ?? %E[????&+_g???3Hv? ? ???s??? ?/0 1271956507 0 0 100644 2908 `
298 N0 $W11gx?  h+@) :` Ja^lvp?????0t???????? ??$__nisdomainname.9159__nishostname.9221__principal.9177__nisgroup.9127nis_local_directorygetdomainnamerawmemchrnis_local_hostgethostnamestrlenstrncpynis_local_principalgeteuidsnprintfnis_list_libc_intl_domainname__dcgettextprintfstrcpynis_freeresultnis_local_groupgetenvstpcpy#( ;@RZx?????? ???? 2@ap ????
    [all...]

Completed in 1627 milliseconds

<<61626364656667686970>>