Searched
full:strstr (Results
501 -
525 of
1230) sorted by null
<<21222324252627282930>>
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 209 gArchUseSIMD = strstr(cpuinfostr, " neon") || strstr(cpuinfostr, " asimd"); 211 gArchUseSIMD = strstr(cpuinfostr, " ssse3"); [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator | |
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
sunos.em | 198 strstr (alc + strlen (search->name), ".so")[2] = 'a'; 618 sdot = strstr (sname, ".so."); 937 verstr = strstr (inp->filename, ".so.");
|
/bionic/libc/include/ |
string.h | 82 extern char* strstr(const char *, const char *) __purefunc;
|
/bionic/libc/ |
libc.mips.brillo.map | 1009 strstr;
|
libc.x86.brillo.map | 1007 strstr;
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 944 strstr;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 942 strstr;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 940 strstr;
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libc.so.versions.txt | 1011 strstr;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.versions.txt | 1009 strstr;
|
/development/ndk/platforms/android-23/arch-x86/symbols/ |
libc.so.versions.txt | 1007 strstr;
|
/development/ndk/sources/android/ndk_helper/ |
GLContext.cpp | 57 if( strstr( versionStr, "OpenGL ES 3." ) && gl3stubInit() )
|
/external/avahi/ |
config.h | 231 /* Define to 1 if you have the `strstr' function. */
|
/external/compiler-rt/lib/dfsan/ |
done_abilist.txt | 194 fun:strstr=custom
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_flags.inc | 174 "If set, uses custom wrappers for strstr and strcasestr functions "
|
/external/curl/src/ |
tool_formparse.c | 306 char *ct = literal_value ? NULL : strstr(contp, ";type=");
|
/external/curl/tests/server/ |
getpart.c | 418 if(strstr(patt, "base64="))
|
/external/elfutils/libdwfl/ |
linux-pid-attach.c | 65 retval = (have_state && strstr (buffer, "T (stopped)") != NULL);
|
/external/jhead/ |
gpsinfo.c | 68 return strstr(tag, "GPS") == tag;
|
/external/libjpeg-turbo/simd/ |
jsimd_arm.c | 47 while ((p = strstr(buffer, feature))) {
|
/external/libmicrohttpd/src/testcurl/ |
test_get_sendfile.c | 486 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_large_put.c | 464 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_postform.c | 487 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_process_headers.c | 426 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
Completed in 624 milliseconds
<<21222324252627282930>>