/external/valgrind/none/tests/solaris/ |
proc_aout.c | 17 size_t len = strlen(cwd); 38 size_t len = strlen(cwd);
|
/external/wpa_supplicant_8/hs20/server/www/ |
add-free.php | 14 if (strlen($id) < 32) 27 if (!$row || strlen($row['value']) == 0) {
|
add-mo.php | 17 if (strlen($id) < 32 || !isset($user) || !isset($pw)) { 21 if (strlen($user) < 1 || strncasecmp($user, "cert-", 5) == 0) {
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
AudioPolicyMix.cpp | 137 if (strncmp(attributes.tags, "addr=", strlen("addr=")) == 0 && 138 strncmp(attributes.tags + strlen("addr="), 140 AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - strlen("addr=") - 1) == 0) { 216 strncmp(attributes.tags, "addr=", strlen("addr=")) == 0 && 217 strncmp(attributes.tags + strlen("addr="), 219 AUDIO_ATTRIBUTES_TAGS_MAX_SIZE - strlen("addr=") - 1) == 0) { 261 if (strncmp(attr.tags, "addr=", strlen("addr=")) != 0) { 264 String8 address(attr.tags + strlen("addr="));
|
AudioSourceDescriptor.cpp | 54 write(fd, buffer, strlen(buffer)); 57 write(fd, buffer, strlen(buffer));
|
VolumeCurve.cpp | 103 write(fd, buffer, strlen(buffer)); 116 write(fd, buffer, strlen(buffer)); 119 write(fd, buffer, strlen(buffer)); 122 write(fd, buffer, strlen(buffer)); 126 write(fd, buffer, strlen(buffer)); 133 write(fd, buffer, strlen(buffer));
|
/frameworks/base/libs/hwui/ |
PathParser.cpp | 166 const char* pathStr, size_t strLen) { 175 while (isspace(pathStr[start]) && start < strLen) { 178 if (start == strLen) { 185 while (end < strLen) { 186 end = nextStart(pathStr, strLen, end); 205 if ((end - start) == 1 && start < strLen) { 238 void PathParser::parseAsciiStringForSkPath(SkPath* skPath, ParseResult* result, const char* pathStr, size_t strLen) { 240 getPathDataFromAsciiString(&pathData, result, pathStr, strLen);
|
/frameworks/base/libs/hwui/tests/microbench/ |
PathParserBench.cpp | 31 size_t length = strlen(sPathString); 42 size_t length = strlen(sPathString);
|
/ndk/sources/host-tools/make-3.81/w32/ |
pathstuff.c | 72 p += strlen(p); 151 p += strlen(p); 163 nutc_path_len = strlen(path) + (count*2) + 1; 196 rval = savestring(path, strlen(path)); 207 pathp += strlen(pathp); 219 nutc_path_len = strlen(path) + 3; 237 rval = savestring(path, strlen(path)); 250 rval = savestring(nutc_path, strlen(nutc_path));
|
/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/toolchain-patches/binutils-2.25/ |
0002_pdb_filename_win64.patch | 9 + unsigned int pdb_name_length = strlen(pdb_name); 35 + + sizeof (CV_INFO_PDB70) + strlen(_bfd_XXi_get_codeview_pdb_name(link_info.output_bfd)) + 1;
|
/prebuilts/misc/common/swig/include/2.0.11/perl5/ |
perlstrings.swg | 15 STRLEN len = 0; 36 if (psize) *psize = vptr ? (strlen(vptr) + 1) : 0;
|
/system/bt/osi/src/ |
allocator.c | 28 size_t size = strlen(str) + 1; // + 1 for the null terminator 45 size_t size = strlen(str);
|
/system/core/libsuspend/ |
autosuspend_autosleep.c | 43 ret = TEMP_FAILURE_RETRY(write(autosleep_fd, sleep_state, strlen(sleep_state))); 65 ret = TEMP_FAILURE_RETRY(write(autosleep_fd, on_state, strlen(on_state)));
|
/toolchain/binutils/binutils-2.25/libiberty/ |
strndup.c | 36 extern size_t strlen (const char*); 44 size_t len = strlen (s);
|
/art/test/common/ |
runtime_state.cc | 97 backend += strlen(kCompilerBackend); 98 if (strncmp(backend, "Optimizing", strlen("Optimizing")) != 0) { 109 filter += strlen(kCompilerFilter); 113 if (strncmp(filter, kInterpretOnly, strlen(kInterpretOnly)) == 0 || 114 strncmp(filter, kVerifyNone, strlen(kVerifyNone)) == 0 || 115 strncmp(filter, kVerifyAtRuntime, strlen(kVerifyAtRuntime)) == 0) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringSyntaxChecker.cpp | 55 /// Check if the expression E is a strlen(WithArg). 61 return (CheckerContext::isCLibraryFunction(FD, "strlen") && 98 // strncat(dst, src, sizeof(dst) - strlen(dest) - 1); 100 // - strncat(dst, src, sizeof(dst) - strlen(dst)); 113 // - sizeof(dst) - strlen(dst) 154 "- strlen(" << DstName <<") - 1'";
|
/external/e2fsprogs/lib/ss/ |
help.c | 58 buffer = malloc(80+2*strlen(request_name)); 80 buffer = malloc(strlen (info->info_dirs[idx]) + 1 + 81 strlen (argv[1]) + 6); 98 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1); 156 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);
|
/external/wpa_supplicant_8/src/common/ |
wpa_helpers.c | 46 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL) < 0) { 72 if (wpa_ctrl_request(ctrl, cmd, strlen(cmd), resp, &len, NULL) < 0) { 142 (strncmp(pos + 1, event, strlen(event)) == 0 || 144 strncmp(pos + 1, event2, strlen(event2)) == 0))) 183 flen = strlen(field); 223 && strlen(ip) > 0) {
|
/frameworks/av/media/libmediaplayerservice/ |
TestPlayerStub.cpp | 55 return url && strncmp(url, kTestUrlScheme, strlen(kTestUrlScheme)) == 0; 89 if (strlen(mUrl) < strlen(kTestUrlScheme)) { 94 char *i = mUrl + strlen(kTestUrlScheme); 102 if (*i == '\0' || strncmp(i + 1, kUrlParam, strlen(kUrlParam)) != 0) { 108 mContentUrl = i + 1 + strlen(kUrlParam);
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_nl80211.c | 109 os_memcpy(buf, cmd, strlen(cmd) + 1); 133 ret = strlen(buf); 135 wpa_printf(MSG_DEBUG, "%s %s len = %d, %zu", __func__, buf, ret, strlen(buf)); 148 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf)+1); 164 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf) + 1); 192 buf_len = strlen(_cmd) + 3 + wpabuf_len(ap_wps_p2p_ie);
|
/system/core/crash_reporter/ |
udev_collector_test.cc | 100 ASSERT_EQ(strlen(kDevCoredumpDataContents), 103 strlen(kDevCoredumpDataContents))); 113 ASSERT_EQ(strlen(kFailingDeviceUeventContents), 116 strlen(kFailingDeviceUeventContents))); 139 ASSERT_EQ(strlen(kLogConfigFileContents), 142 strlen(kLogConfigFileContents)));
|