/frameworks/base/core/jni/ |
android_os_Debug.cpp | 272 if ((strstr(name, "[heap]") == name)) { 290 } else if ((nameLen > 4 && strstr(name, ".dex") != NULL) || 306 if (strstr(name, "/dev/ashmem/dalvik-LinearAlloc") == name) { 308 } else if ((strstr(name, "/dev/ashmem/dalvik-alloc space") == name) || 309 (strstr(name, "/dev/ashmem/dalvik-main space") == name)) { 313 } else if (strstr(name, "/dev/ashmem/dalvik-large object space") == name || 314 strstr(name, "/dev/ashmem/dalvik-free list large object space") 318 } else if (strstr(name, "/dev/ashmem/dalvik-non moving space") == name) { 321 } else if (strstr(name, "/dev/ashmem/dalvik-zygote space") == name) { 324 } else if (strstr(name, "/dev/ashmem/dalvik-indirect ref") == name) [all...] |
/bionic/libstdc++/include/ |
cstring | 63 using ::strstr;
|
/bootable/recovery/tests/unit/ |
recovery_test.cpp | 38 EXPECT_EQ(0, NULL == strstr(myFilename,filename));
|
/cts/tests/tests/openglperf/jni/ |
OpenGlPerfNativeJni.cpp | 43 if (eglExtensions && strstr(eglExtensions, "EGL_KHR_fence_sync")) {
|
/external/autotest/client/deps/glbench/src/ |
glx_stuff.cc | 46 if (!str || !strstr(reinterpret_cast<const char *>(str),
|
/external/autotest/client/profilers/powertop/src/ |
sata.c | 92 if (!strstr(line, "min_power"))
|
usb.c | 107 if (strstr(line, "on"))
|
/external/avahi/avahi-utils/ |
avahi-publish.c | 228 argv0, strstr(argv0, "service") ? "[-s]" : "-s", 229 argv0, strstr(argv0, "address") ? "[-a]" : "-a"); 255 c->command = strstr(argv0, "address") ? COMMAND_PUBLISH_ADDRESS : (strstr(argv0, "service") ? COMMAND_PUBLISH_SERVICE : COMMAND_UNSPEC);
|
/external/bison/darwin-lib/ |
string.h | 904 # undef strstr macro [all...] |
/external/bison/linux-lib/ |
string.h | 904 # undef strstr macro [all...] |
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_procmaps_test.cc | 47 if (strstr(modules[i].full_name(), binary_name) != 0)
|
/external/compiler-rt/test/BlocksRuntime/ |
fail.c | 92 char *where = strstr(got, desired);
|
/external/dbus/tools/ |
dbus-send.c | 269 else if (strstr (arg, "--address") == arg) 290 else if (strstr (arg, "--reply-timeout=") == arg) 295 else if (strstr (arg, "--dest=") == arg) 297 else if (strstr (arg, "--type=") == arg)
|
/external/freetype/include/config/ |
ftstdlib.h | 91 #define ft_strstr strstr
|
/external/libselinux/src/ |
init.c | 57 if (strstr(buf, "selinuxfs")) {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_debug.c | 56 {"allmsg", ~RADEON_SYNC}, /* avoid the term "sync" because the parser uses strstr */
|
/external/pdfium/third_party/freetype/include/freetype/config/ |
ftstdlib.h | 92 #define ft_strstr strstr
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 528 if (strstr(reply, "RSN") || strstr(reply, "WPA2")) 530 else if (strstr(reply, "WPA")) 539 if (strstr(reply, "WPA-EAP")) 541 else if (strstr(reply, "WPA-PSK")) 543 else if (strstr(reply, "IEEE8021X")) { 553 if (strstr(reply, "CCMP") && auth != AUTH_NONE_OPEN && 556 else if (strstr(reply, "TKIP")) 558 else if (strstr(reply, "WEP"))
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
soundtrigger.c | 265 if (strstr(value, "OFFLINE")) { 269 else if (strstr(value, "ONLINE")) { 279 if (strstr(value, "OFFLINE")) { 283 else if (strstr(value, "ONLINE")) {
|
/hardware/qcom/audio/msm8909/hal/msm8916/ |
hw_info.c | 251 if (strstr(snd_card_name, "msm8x16") || strstr(snd_card_name, "msm8939") || 252 strstr(snd_card_name, "msm8909") || strstr(snd_card_name, "msm8x09")) {
|
/hardware/ti/omap4-aah/ |
mapinfo.c | 98 if (strstr(mi->name, ".so")) {
|
/hardware/ti/omap4xxx/ |
mapinfo.c | 98 if (strstr(mi->name, ".so")) {
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstring | 63 using ::strstr;
|
/ndk/sources/cxx-stl/system/include/ |
cstring | 63 using ::strstr;
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.c | 189 if (strstr(line, _crash_dump_header) != NULL) { 204 if (strstr(line, _build_fingerprint_header) != NULL) { 206 strstr(line, _build_fingerprint_header)); 301 const char *p = strstr(frame, pcstrs[i]);
|