Searched refs:strlen (Results 26 - 50 of 555) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/current/sources/cxx-stl/system/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/r10/sources/cxx-stl/gabi++/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/r10/sources/cxx-stl/system/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/r11/sources/cxx-stl/system/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
H A Dcstring56 using ::strlen;
/prebuilts/ndk/r13/sources/cxx-stl/system/include/
H A Dcstring56 using ::strlen;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dintl.h43 # define gcc_gettext_width(s) strlen(s)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dpcrt32.h23 #define _fstrlen strlen
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dpcrt32.h23 #define _fstrlen strlen
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_imageop.py27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_imageop.py27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
/prebuilts/go/darwin-x86/misc/cgo/test/
H A Dcallback_c.c89 goWithString((GoString){str, strlen(str)});
/prebuilts/go/linux-x86/misc/cgo/test/
H A Dcallback_c.c89 goWithString((GoString){str, strlen(str)});
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
H A Dwchar.h32 using _STLP_VENDOR_CSTD::strlen;
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DInfoSink.cpp44 checkMem(strlen(s));
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/
H A Dwchar.h32 using _STLP_VENDOR_CSTD::strlen;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/
H A Dwchar.h32 using _STLP_VENDOR_CSTD::strlen;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/
H A Dwchar.h32 using _STLP_VENDOR_CSTD::strlen;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
H A DInfoSink.cpp44 checkMem(strlen(s));
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_imageop.py27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_imageop.py27 strlen = abs(width * height)
29 strlen *= size
30 if strlen < MAX_LEN:
31 data = "A" * strlen
/prebuilts/misc/common/swig/include/2.0.11/php/
H A Ddirector.swg118 int name_len = strlen(lc_fname);
120 if (zend_lookup_class(cname, strlen(cname), &ce TSRMLS_CC) != SUCCESS) {
147 if (strlen(msg)) {

Completed in 557 milliseconds

1234567891011>>