/external/libcxx/test/std/depr/depr.c.headers/ |
string_h.pass.cpp | 43 static_assert((std::is_same<decltype(strstr(cp, cpc)), char*>::value), "");
|
/external/libdrm/tests/ |
drmtest.c | 90 if (strstr(dnode, "control"))
|
/external/libedit/ |
configure.ac | 111 AC_CHECK_FUNCS([endpwent isascii memchr memset re_comp regcomp strcasecmp strchr strcspn strdup strerror strrchr strstr strtol issetugid wcsdup strlcpy strlcat fgetln vis strvis strunvis __secure_getenv secure_getenv])
|
/external/libvncserver/libvncserver/ |
httpd.c | 338 if (strstr (buf, "\r\r") || strstr (buf, "\n\n") || 339 strstr (buf, "\r\n\r\n") || strstr (buf, "\n\r\n\r"))
|
/external/libvpx/libvpx/vpx_ports/ |
arm_cpudetect.c | 152 p = strstr(buf, " neon");
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-test-part.cc | 52 const char* const stack_trace = strstr(message, internal::kStackTraceMarker);
|
/external/mesa3d/src/glx/ |
dri_common.c | 61 if ((env = getenv("LIBGL_DEBUG")) && strstr(env, "verbose")) { 79 if ((env = getenv("LIBGL_DEBUG")) && !strstr(env, "quiet")) { 100 if (!(env = getenv("LIBGL_DEBUG")) || !strstr(env, "quiet")) { 106 if (!env || !strstr(env, "verbose"))
|
/external/mesa3d/src/gtest/src/ |
gtest-test-part.cc | 52 const char* const stack_trace = strstr(message, internal::kStackTraceMarker);
|
/external/protobuf/gtest/src/ |
gtest-test-part.cc | 52 const char* const stack_trace = strstr(message, internal::kStackTraceMarker);
|
/external/protobuf/gtest/test/ |
gtest_throw_on_failure_ex_test.cc | 67 if (strstr(e.what(), "Expected failure") != NULL)
|
/external/rmi4utils/f54test/ |
main.cpp | 166 if (strstr(devDirEntry->d_name, "hidraw")) {
|
/external/selinux/libselinux/src/ |
init.c | 78 if (strstr(buf, SELINUXFS)) {
|
/external/toybox/toys/other/ |
modinfo.c | 104 char *s = strstr(toys.optargs[TT.mod], ".ko");
|
/external/valgrind/tests/ |
mips_features.c | 34 if (strstr (cpuinfo_line, search_string) != NULL)
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
gtest-test-part.cc | 52 const char* const stack_trace = strstr(message, internal::kStackTraceMarker);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_throw_on_failure_ex_test.cc | 67 if (strstr(e.what(), "Expected failure") != NULL)
|
/frameworks/base/core/jni/ |
android_os_UEventObserver.cpp | 54 if (strstr(field, match.string())) {
|
/frameworks/base/tools/validatekeymaps/ |
Main.cpp | 64 if (strstr(filename, "virtualkeys.")) {
|
/hardware/bsp/intel/peripheral/libmraa/src/ |
mraa.c | 612 if (strstr(line, content)) { 647 if (strstr(line, content) && strstr(line, content2)) { 694 if (strstr(buffer, targetname)) {
|
/hardware/bsp/intel/peripheral/libmraa/src/x86/ |
x86.c | 92 if (strstr(line, "sf3gr_mrd_version=P2.0")) {
|
/hardware/intel/common/utils/ISV/profile/ |
isv_profile.cpp | 379 if (strstr(xml_buf, "name=\"DefaultVPPStatus\" value=\"1\"") != NULL) 381 if (strstr(xml_buf, "name=\"DefaultFRCStatus\" value=\"1\"") != NULL) 402 if(strstr(buf, StatusOn[0]) != NULL) 405 if(strstr(buf, StatusOn[1]) != NULL)
|
/hardware/libhardware/tests/camera2/ |
TestSettings.cpp | 89 if (strstr(arg, "--gtest_") != arg) {
|
/hardware/qcom/audio/hal/msm8974/ |
hw_info.c | 96 if (strstr(snd_card_name, "msm8996")) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
string_h.pass.cpp | 43 static_assert((std::is_same<decltype(strstr(cp, cpc)), char*>::value), "");
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-test-part.cc | 52 const char* const stack_trace = strstr(message, internal::kStackTraceMarker);
|