Searched refs:strlen (Results 151 - 175 of 3163) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextureAccess.cpp46 SkASSERT(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
58 SkASSERT(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dxstrdup.c50 len = strlen(str) + 1;
/external/compiler-rt/test/BlocksRuntime/
H A Dbyrefcopyint.c43 __block int dumbo = strlen(whoami);
/external/compiler-rt/test/msan/
H A Dbacktrace.cc20 printf("%d\n", strlen(s[i]));
/external/conscrypt/src/compat/native/
H A DScopedUtfChars.h54 return strlen(utf_chars_);
/external/iptables/extensions/
H A Dlibipt_REJECT.c102 cb->arg, strlen(cb->arg)) == 0 ||
104 cb->arg, strlen(cb->arg)) == 0) {
109 if (strncasecmp("echo-reply", cb->arg, strlen(cb->arg)) == 0 ||
110 strncasecmp("echoreply", cb->arg, strlen(cb->arg)) == 0)
/external/libselinux/src/
H A Dcheck_context.c27 ret = write(fd, con, strlen(con) + 1);
H A Ddisable.c30 ret = write(fd, buf, strlen(buf));
H A Dsetenforce.c29 ret = write(fd, buf, strlen(buf));
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dwrapper.c19 release_pack_memory(strlen(str) + 1, -1);
/external/llvm/lib/Support/
H A Dcircular_raw_ostream.cpp42 TheStream->write(Banner, std::strlen(Banner));
/external/openssl/crypto/lhash/
H A Dlh_test.c78 i=strlen(buf);
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c122 if (strlen(name) + 1 + strlen(c) >= PATH_MAX) {
127 c -= strlen(name) + 1;
129 strncpy(c + 1, name, strlen(name));
/external/protobuf/gtest/samples/
H A Dsample2.h78 return c_string_ == NULL ? 0 : strlen(c_string_);
/external/qemu/android/filesystems/testing/
H A DTestSupport.cpp39 result.resize(::strlen(result.c_str()));
/external/qemu/distrib/libselinux/src/
H A Dcheck_context.c27 ret = write(fd, con, strlen(con) + 1);
H A Ddisable.c30 ret = write(fd, buf, strlen(buf));
H A Dsetenforce.c29 ret = write(fd, buf, strlen(buf));
/external/qemu/hw/i386/
H A Dsmbios.c119 strlen(buf) + 1, buf);
122 strlen(buf) + 1, buf);
126 strlen(buf) + 1, buf);
143 strlen(buf) + 1, buf);
146 strlen(buf) + 1, buf);
149 strlen(buf) + 1, buf);
152 strlen(buf) + 1, buf);
161 strlen(buf) + 1, buf);
164 strlen(buf) + 1, buf);
/external/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp78 canvas.drawText("Rect Clip", strlen("Rect Clip"),
83 canvas.drawText("Path Clip", strlen("Path Clip"),
87 canvas.drawText("Empty Clip!!!", strlen("Empty Clip!!!"),
91 canvas.drawText("Unknown Clip!!!", strlen("Unknown Clip!!!"),
/external/skia/gm/
H A Dcoloremoji.cpp67 canvas->drawText(text, strlen(text), 10, SkIntToScalar(textYOffset[y]), paint);
76 paint.measureText(text, strlen(text), &bounds);
100 canvas->drawText(text, strlen(text), 0, 0, paint);
103 canvas->drawText(text, strlen(text), 0, 0, paint);
/external/skia/src/gpu/
H A DGrTextureAccess.cpp46 SkASSERT(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
58 SkASSERT(strlen(swizzle) >= 1 && strlen(swizzle) <= 4);
/external/stlport/test/unit/
H A Dsetdiff_test.cpp78 set_symmetric_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2),
129 set_difference(word1, word1 + ::strlen(word1), word2, word2 + ::strlen(word2), back_inserter(diff), less<char>());
/external/tcpdump/missing/
H A Dstrlcat.c48 * Returns strlen(src); if retval >= siz, truncation occurred.
65 return(dlen + strlen(s));
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DISACHist.cc86 if(strlen(audioFileName) == 0)
90 short n = strlen(audioFileName) - 1;
102 if(strlen(audioFileName) == 0)
113 if(strlen(audioFileName) == 0)

Completed in 2067 milliseconds

1234567891011>>