HomeSort by relevance Sort by last modified time
    Searched refs:strstr (Results 1 - 25 of 435) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 76 if (!strstr (buf, "1 == 2"))
80 if (strstr (buf, "1 == 1"))
84 if (strstr (buf, "2 == 3"))
  /bionic/libc/string/
strstr.c 1 /* $OpenBSD: strstr.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
40 strstr(const char *s, const char *find) function
  /external/regex-re2/re2/testing/
exhaustive1_test.cc 36 if (strstr("PCRE", FLAGS_regexp_engines.c_str()) == NULL)
  /frameworks/native/libs/gui/
SyncFeatures.cpp 46 if (strstr(exts, "EGL_ANDROID_native_fence_sync")) {
52 if (strstr(exts, "EGL_KHR_fence_sync")) {
55 if (strstr(exts, "EGL_KHR_wait_sync")) {
  /bootable/recovery/tools/ota/
check-lost+found.c 130 if (strstr(line, "yaffs: dev is")) in_yaffs = 1;
133 strstr(line, "yaffs") ||
134 strstr(line, "mtd") ||
135 strstr(line, "msm_nand")) {
139 if (strstr(line, "yaffs_read_super: isCheckpointed")) in_yaffs = 0;
  /external/chromium/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 67 if (strstr(e.what(), "Expected failure") != NULL)
  /external/compiler-rt/lib/asan/
asan_interceptors.h 27 DECLARE_REAL(char*, strstr, const char *s1, const char *s2)
  /external/gtest/test/
gtest_throw_on_failure_ex_test.cc 67 if (strstr(e.what(), "Expected failure") != NULL)
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_throw_on_failure_ex_test.cc 67 if (strstr(e.what(), "Expected failure") != NULL)
  /external/oprofile/libutil/
op_string.c 33 return strstr(str, prefix) == str;
  /external/protobuf/gtest/test/
gtest_throw_on_failure_ex_test.cc 67 if (strstr(e.what(), "Expected failure") != NULL)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Shader.cpp 239 const char *input = strstr(mHlsl, "// Varyings") + 12;
253 char *array = strstr(varyingName, "[");
264 input = strstr(input, ";") + 2;
267 mUsesFragCoord = strstr(mHlsl, "GL_USES_FRAG_COORD") != NULL;
268 mUsesFrontFacing = strstr(mHlsl, "GL_USES_FRONT_FACING") != NULL;
269 mUsesPointSize = strstr(mHlsl, "GL_USES_POINT_SIZE") != NULL;
270 mUsesPointCoord = strstr(mHlsl, "GL_USES_POINT_COORD") != NULL;
469 const char *input = strstr(mHlsl, "// Attributes") + 14;
485 input = strstr(input, ";") + 2;
  /bionic/libstdc++/include/
cstring 63 using ::strstr;
  /ndk/sources/cxx-stl/gabi++/include/
cstring 63 using ::strstr;
  /ndk/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstring 61 using ::strstr;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstring 61 using ::strstr;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 63 using ::strstr;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 63 using ::strstr;
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-boost.c 126 if (strstr (line, "REG_BASIC"))
130 if (strstr (line, "REG_ICASE"))
132 if (strstr (line, "REG_NEWLINE"))
135 if (strstr (line, "REG_NOTBOL"))
137 if (strstr (line, "REG_NOTEOL"))
  /external/netperf/
netsh.c 365 if (strstr(temp,"6")) {
369 if (strstr(temp,"inet") ||
370 strstr(temp,"4")) {
373 if (strstr(temp,"unspec") ||
374 strstr(temp,"0")) {
960 /* we use a series of strstr's here because not everyone has
962 if ((strstr(test_name,"RR")) ||
963 (strstr(test_name,"rr")) ||
964 (strstr(test_name,"Rr")) ||
965 (strstr(test_name,"rR")))
    [all...]

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011>>