Searched
full:strlen (Results
776 -
800 of
5643) sorted by null
<<31323334353637383940>>
/external/skia/tools/ |
UrlDataManager.h | 65 return SkChecksum::Murmur3(key.c_str(), strlen(key.c_str()));
|
/external/sqlite/android/ |
OldPhoneNumberUtils.cpp | 206 ia = strlen(a); 207 ib = strlen(b); 247 const int effectiveALen = strlen(a) - numSeparatorCharsInA; 248 const int effectiveBLen = strlen(b) - numSeparatorCharsInB;
|
/external/tcpdump/missing/ |
strdup.c | 47 len = strlen(str) + 1;
|
/external/tlsdate/src/ |
proxy-bio-unittest.c | 261 strlen (kConnectResponse)); 265 strlen (kConnectRequest))); 284 strlen (kConnectResponse)); 288 strlen (kConnectRequest)));
|
/external/toybox/tests/ |
cpio.test | 6 # This means all possible values of strlen(name)+1 % 4,
|
/external/toybox/toys/other/ |
free.c | 36 TT.buf += strlen(TT.buf)+1;
|
/external/toybox/toys/pending/ |
groupdel.c | 36 else len += strlen(grp->gr_mem[i]) + 1;
|
logger.c | 59 length += strlen(*(toys.optargs)) + 1; // plus one for the args spacing
|
watch.c | 42 hlen = strlen(header);
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCLogging.mm | 59 length:strlen(filePath)
|
/external/webrtc/webrtc/base/ |
iosfilesystem.mm | 26 size_t len = strlen(utf8) + 1;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/ |
g722_interface.c | 97 if (strlen(version) < (unsigned int)len)
|
/external/webrtc/webrtc/voice_engine/ |
statistics.cc | 81 assert(strlen(msg) < KTraceMaxMessageSize);
|
/external/wpa_supplicant_8/hs20/server/www/ |
est.php | 29 if (strlen($user) < 1) { 60 if (strlen($pw) < 1) { 96 if (!isset($user) || strlen($user) == 0) { 151 if (!isset($matches['snhex']) || strlen($matches['snhex']) < 1) {
|
/frameworks/base/tools/obbtool/ |
pbkdf2gen.cpp | 62 if (PKCS5_PBKDF2_HMAC_SHA1(argv[1], strlen(argv[1]), salt, SALT_LEN,
|
/frameworks/native/cmds/installd/ |
string_helpers.h | 30 return target.compare(0, strlen(prefix), prefix) == 0;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
args.c | 48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1 55 const size_t name_len = strlen(def->long_name); 57 if (strlen(arg.argv[0]) >= name_len + 2
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsaucm_test.c | 105 strlcat(cmdstr, &ch , (2+strlen(cmdstr))); 108 if (!strncmp(cmdstr, exit_str, strlen(cmdstr))) { 152 if (!strncmp(argv[0], help_str, strlen(argv[0]))) 178 if (strncmp(cmd->cmd_str, command, strlen(cmd->cmd_str)) == 0)
|
msm8960_use_cases.h | 93 #define MAX_LEN(x,y) ((strlen(x)>strlen(y))?strlen(x):strlen(y))
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_vsync.cpp | 63 if (!strncmp(data, "VSYNC=", strlen("VSYNC="))) { 64 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0); 75 if (!strncmp(data, PANEL_ON_STR, strlen(PANEL_ON_STR))) { 76 uint32_t poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0);
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_vsync.cpp | 61 if (!strncmp(data, "VSYNC=", strlen("VSYNC="))) { 62 timestamp = strtoull(data + strlen("VSYNC="), NULL, 0); 72 if (!strncmp(data, PANEL_ON_STR, strlen(PANEL_ON_STR))) { 73 unsigned long int poweron = strtoul(data + strlen(PANEL_ON_STR), NULL, 0);
|
/libcore/ojluni/src/main/native/ |
System.c | 148 int prefix_len = (int) strlen(JNI_LIB_PREFIX); 149 int suffix_len = (int) strlen(JNI_LIB_SUFFIX); 214 char* java_path = malloc(strlen("java.library.path=") + strlen(library_path) + 1);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
implementation_help.hpp | 37 return s + strlen( s );
|
/ndk/tests/device/test-gnustl-full/unit/ |
ioiter_test.cpp | 44 string::size_type sz = strlen(strorg);
|
transform_test.cpp | 66 const size_t count = ::strlen(n);
|
Completed in 1594 milliseconds
<<31323334353637383940>>