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

<<51525354555657585960>>

  /external/skia/bench/
PicturePlaybackBench.cpp 81 size_t len = strlen(text);
106 size_t len = strlen(text);
  /external/skia/gm/
dftext.cpp 73 const size_t textLen = strlen(text);
196 canvas->drawText(fEmojiText, strlen(fEmojiText), 670, 90, paint);
textblobtransforms.cpp 34 paint.measureText(text, strlen(text), &bounds);
43 paint.measureText(text, strlen(text), &bounds);
  /external/skia/include/utils/
SkRTConf.h 124 if (strlen(getName()) >= 30) {
135 for (size_t i = strlen(outline); i --> 0 && ' ' == outline[i];) {
  /external/skia/samplecode/
SampleBitmapRect.cpp 169 const int BIG_W = SkScalarRoundToInt(paint.measureText(gText, strlen(gText)));
176 canvas.drawText(gText, strlen(gText), 0, paint.getTextSize()*4/5, paint);
  /external/skia/src/ports/
SkOSFile_win.cpp 137 size_t i, len = strlen(src);
138 size_t len2 = 3 + (suffix ? strlen(suffix) : 0);
  /external/skia/src/utils/
SkParse.cpp 267 size_t len = strlen(target);
276 entryLen = strlen(list);
  /external/strace/
ioctlsort.c 49 size_t len = strlen(s1);
51 if (len > strlen(s2))
  /external/toybox/kconfig/lxdialog/
inputbox.c 100 input_x = strlen(instr);
139 input_x = strlen(instr) - scroll;
  /external/toybox/lib/
dirtree.c 43 len = strlen(name);
85 len = (plen ? *plen : 0)+strlen(node->name)+1;
linestack.c 54 linestack_insert(lls, (*lls)->len, line, strlen(line));
110 col = strlen(buf);
  /external/toybox/toys/other/
sysctl.c 60 xwrite(fd, value, strlen(value));
82 for (key = data+strlen(data); key > data && isspace(*--key); *key = 0);
  /external/toybox/toys/posix/
touch.c 56 i = strlen(date);
76 i = ((s = strchr(date, '.'))) ? s-date : strlen(date);
  /external/valgrind/
README_PACKAGERS 18 startup (most importantly strlen). If it cannot do that, Memcheck
20 strlen (etc) routines in ld.so. This has caused some trouble in
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 60 #define strlen(_str) VG_(strlen)(_str) macro
  /external/valgrind/coregrind/m_gdbserver/
target.c 111 char *regname = malloc(strlen(reg_defs[r].name)
112 + strlen (postfix[i]) + 1);
578 HChar outfile[VG_(mkstemp_fullname_bufsz) (VG_(strlen)(getoff))];
582 HChar cmd[ VG_(strlen)(cmdformat)
583 + VG_(strlen)(VG_(libdir)) - 2
584 + VG_(strlen)(getoff) - 2
585 + VG_(strlen)(platform) - 2
586 + VG_(strlen)(outfile) - 2
  /external/webrtc/webrtc/base/
ifaddrs-android.cc 45 ifaddr->ifa_name = new char[strlen(name) + 1];
46 strncpy(ifaddr->ifa_name, name, strlen(name) + 1);
  /external/webrtc/webrtc/modules/audio_coding/test/
PCMFile.cc 67 n = (int16_t)(strlen(tmp_name) - 1);
77 int16_t len = (int16_t) strlen(tmp_name);
  /external/webrtc/webrtc/system_wrappers/source/
file_impl.cc 78 size_t length = strlen(file_name_utf8_);
106 size_t length = strlen(file_name_utf8);
  /external/zlib/src/contrib/minizip/
mztools.c 151 int comsize = (int) strlen(comment);
226 int comsize = (int) strlen(comment);
  /external/zlib/src/contrib/pascal/
example.pas 61 len := StrLen(hello)+1;
90 len := StrLen(hello)+1;
162 uncomprLen := StrLen(PChar(uncompr));
189 len := StrLen(hello)+1;
373 len := StrLen(hello)+1;
461 err := deflateSetDictionary(c_stream, dictionary, StrLen(dictionary));
469 c_stream.avail_in := StrLen(hello)+1;
513 err := inflateSetDictionary(d_stream, dictionary, StrLen(dictionary));
  /external/zopfli/src/zopfli/
zopfli_bin.c 116 size_t len = strlen(str1) + strlen(str2);
  /frameworks/av/media/libmedia/
AudioParameter.cpp 45 if (strlen(pair) != 0) {
49 if (eqIdx == strlen(pair)) {
  /frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp 256 size_t keyLen = strlen(key);
266 (colonPos == NULL) ? strlen(s) : colonPos - s;
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 36 size_t keyLen = strlen(key);
42 (colonPos == NULL) ? strlen(s) : colonPos - s;

Completed in 1326 milliseconds

<<51525354555657585960>>