Searched
full:strlen (Results
401 -
425 of
5193) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/X86/ |
2008-07-07-DanglingDeadInsts.ll | 7 declare i32 @strlen(i8*) nounwind readonly 91 %strlen = call i32 @strlen( i8* null ) ; <i32> [#uses=1] 92 %endptr = getelementptr i8* null, i32 %strlen ; <i8*> [#uses=0]
|
/external/llvm/tools/llvm-symbolizer/ |
llvm-symbolizer.cpp | 67 if (strncmp(pos, kDataCmd, strlen(kDataCmd)) == 0) { 69 pos += strlen(kDataCmd); 70 } else if (strncmp(pos, kCodeCmd, strlen(kCodeCmd)) == 0) { 72 pos += strlen(kCodeCmd);
|
/external/mesa3d/src/egl/main/ |
eglstring.c | 44 size_t l = strlen(s);
|
/external/mesa3d/src/mesa/main/ |
remap.c | 98 spec += strlen(spec) + 1; 106 spec += strlen(spec) + 1; 149 const char *name = spec + strlen(spec) + 1; 154 const char *name = spec + strlen(spec) + 1;
|
/external/openssh/contrib/ |
gnome-ssh-askpass2.c | 169 local = g_locale_from_utf8(passphrase, strlen(passphrase), 173 memset(local, '\0', strlen(local)); 181 memset(passphrase, '\b', strlen(passphrase)); 183 memset(passphrase, '\0', strlen(passphrase));
|
/external/skia/gm/ |
imageblur.cpp | 46 canvas->drawText(str, strlen(str), SkIntToScalar(x),
|
imagemagnifier.cpp | 54 canvas->drawText(str, strlen(str), SkIntToScalar(x),
|
/external/skia/src/ports/ |
SkXMLPullParser_expat.cpp | 60 c->fName = dupstr(alloc, el, strlen(el)); 70 info[i].fName = dupstr(alloc, attr[0], strlen(attr[0])); 71 info[i].fValue = dupstr(alloc, attr[1], strlen(attr[1])); 96 c->fName = dupstr(p->fAlloc, el, strlen(el));
|
/external/skia/src/xml/ |
SkXMLWriter.cpp | 30 this->addAttributeLen(name, value, strlen(value)); 87 this->startElementLen(name, strlen(name)); 120 size_t seqSize = strlen(seq); 257 fStream.write(header, strlen(header));
|
/external/skia/tools/lua/ |
lua_app.cpp | 43 len = strlen(argv[i + 1]);
|
/external/skia/tools/ |
win_dbghelp.cpp | 102 if (!started && strncmp(start, line, strlen(start)) == 0) { 104 } else if (started && strncmp(stop, line, strlen(stop)) == 0) { 108 if (strchr(line, '!') != NULL && strlen(line) > CDB_CALLSTACK_PREFIX) { 205 int i = strlen(vargs0);
|
/external/stlport/src/ |
string.cpp | 11 size_t size = strlen(ascii);
|
/external/stlport/stlport/using/ |
cstring | 52 using _STLP_VENDOR_CSTD::strlen;
|
/external/stlport/stlport/ |
wchar.h | 32 using _STLP_VENDOR_CSTD::strlen;
|
/external/valgrind/main/drd/tests/ |
sigalrm.c | 37 write(STDOUT_FILENO, msg, strlen(msg));
|
/external/webrtc/src/modules/audio_processing/ns/ |
noise_suppression.c | 20 const short versionLen = (short)strlen(version) + 1; // +1: null-termination
|
noise_suppression_x.c | 20 const short versionLen = (short)strlen(version) + 1; // +1: null-termination
|
/frameworks/rs/cpu_ref/linkloader/utils/ |
raw_ostream.cpp | 40 int real_len = strlen(t_format.ptr);
|
/hardware/ti/omap4xxx/security/tf_daemon/ |
delegation_client_extension.c | 96 partitionNames[0] = malloc (strlen(tmpChar) + 1); 106 partitionNames[1] = malloc (strlen(tmpChar) + 1); 116 partitionNames[2] = malloc (strlen(tmpChar) + 1); 126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
|
/ndk/sources/cxx-stl/stlport/src/ |
string.cpp | 11 size_t size = strlen(ascii);
|
/ndk/sources/cxx-stl/stlport/stlport/using/ |
cstring | 52 using _STLP_VENDOR_CSTD::strlen;
|
/ndk/sources/cxx-stl/stlport/stlport/ |
wchar.h | 32 using _STLP_VENDOR_CSTD::strlen;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/ |
libesddsp.so.0 | |
libesddsp.so.0.2.38 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libSegFault.so | |
Completed in 1332 milliseconds
<<11121314151617181920>>