Searched
full:strlen (Results
476 -
500 of
5643) sorted by null
<<11121314151617181920>>
/external/minijail/ |
util.c | 120 *endptr = constant_str + strlen(constant_str); 134 end = s + strlen(s) - 1; 177 *stringp = found + strlen(delim); 185 *stringp += strlen(delim);
|
/external/selinux/libselinux/src/ |
canonicalize_context.c | 38 ret = write(fd, buf, strlen(buf) + 1);
|
compute_member.c | 41 ret = write(fd, buf, strlen(buf));
|
compute_relabel.c | 41 ret = write(fd, buf, strlen(buf));
|
fgetfilecon.c | 69 return strlen(*context) + 1;
|
getfilecon.c | 68 return strlen(*context) + 1;
|
is_customizable_type.c | 40 buf[strlen(buf) - 1] = 0;
|
lgetfilecon.c | 69 return strlen(*context) + 1;
|
/external/selinux/libsepol/src/ |
context_record.c | 287 const int user_sz = strlen(con->user); 288 const int role_sz = strlen(con->role); 289 const int type_sz = strlen(con->type); 290 const int mls_sz = (con->mls) ? strlen(con->mls) : 0;
|
symtab.c | 22 size = strlen(keyp);
|
/external/skia/gm/ |
annotated_text.cpp | 15 size_t byteLength = strlen(static_cast<const char*>(text));
|
getpostextpath.cpp | 25 int len = SkToInt(strlen(text));
|
imageblur.cpp | 31 canvas->drawText(str, strlen(str), SkIntToScalar(x),
|
imagemagnifier.cpp | 34 canvas->drawText(str, strlen(str), SkIntToScalar(x),
|
imageresizetiled.cpp | 47 canvas->drawText(str[i], strlen(str[i]), SkIntToScalar(0),
|
largeglyphblur.cpp | 40 size_t len = strlen(text);
|
linepaths.cpp | 85 canvas->drawText(title, strlen(title), 128 strlen(gStyles[style].fName), 132 strlen(gFills[fill].fName), 136 strlen(gCaps[cap].fName),
|
textblobmixedsizes.cpp | 49 paint.measureText(text, strlen(text), &bounds); 56 paint.measureText(text, strlen(text), &bounds); 63 paint.measureText(text, strlen(text), &bounds); 70 paint.measureText(text, strlen(text), &bounds);
|
/external/skia/samplecode/ |
SampleComplexClip.cpp | 131 canvas->drawText(aTxt, strlen(aTxt), txtX, SkIntToScalar(220), paint); 132 txtX += paint.measureText(aTxt, strlen(aTxt)); 134 canvas->drawText(gOps[op].fName, strlen(gOps[op].fName), 136 txtX += paint.measureText(gOps[op].fName, strlen(gOps[op].fName));
|
SampleLCD.cpp | 42 size_t len = strlen(text);
|
/external/skia/src/pdf/ |
SkPDFStream.cpp | 46 dup->getLength() <= length + strlen("/Filter_/FlateDecode_")) {
|
/external/skia/tools/lua/ |
lua_app.cpp | 42 len = strlen(argv[i + 1]);
|
/external/skia/tools/skiaserve/urlhandlers/ |
CmdHandler.cpp | 18 return 0 == strncmp(url, kBasePath, strlen(kBasePath));
|
EnableGPUHandler.cpp | 19 0 == strncmp(url, kBasePath, strlen(kBasePath));
|
ImgHandler.cpp | 19 0 == strncmp(url, kBasePath, strlen(kBasePath));
|
Completed in 850 milliseconds
<<11121314151617181920>>