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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/SimplifyLibCalls/
StrStr.ll 14 %call = tail call i8* @strstr(i8* %P, i8* getelementptr inbounds ([1 x i8]* @.str, i32 0, i32 0)) nounwind ; <i8*> [#uses=1]
16 ; strstr(P, "") -> P
21 declare i8* @strstr(i8*, i8* nocapture) nounwind readonly
25 %call = tail call i8* @strstr(i8* %P, i8* getelementptr inbounds ([2 x i8]* @.str1, i32 0, i32 0)) nounwind ; <i8*> [#uses=1]
27 ; strstr(P, "a") -> strchr(P, 'a')
34 %call = tail call i8* @strstr(i8* getelementptr inbounds ([6 x i8]* @.str2, i32 0, i32 0), i8* getelementptr inbounds ([4 x i8]* @.str3, i32 0, i32 0)) nounwind ; <i8*> [#uses=1]
36 ; strstr("abcde", "bcd") -> "abcde"+1
43 %call = tail call i8* @strstr(i8* %P, i8* %P) nounwind ; <i8*> [#uses=1]
45 ; strstr(P, P) -> P
52 %call = tail call i8* @strstr(i8* %P, i8* %Q) nounwind ; <i8*> [#uses=1
    [all...]
  /external/clang/test/CodeGen/
builtin-attributes.c 14 // CHECK: call i8* @strstr{{.*}} nounwind
  /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"))
  /bootable/bootloader/legacy/libc/
Android.mk 19 strstr.c \
strstr.c 31 char *strstr(const char *s1, const char *s2) function
  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp 54 if (strstr(pathOrURL, "http://") || strstr(pathOrURL, "https://") || strstr(pathOrURL, "file://"))
119 bool isSVGW3CTest = strstr(pathOrURL, "svg/W3C-SVG-1.1") || strstr(pathOrURL, "svg\\W3C-SVG-1.1");
129 return strstr(pathOrURL, "inspector/") || strstr(pathOrURL, "inspector\\");
  /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;
  /external/oprofile/libutil/
op_string.c 33 return strstr(str, prefix) == str;
  /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;
  /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/bluetooth/bluez/test/
attest.c 65 if (strstr(buf, "\r\nOK") != NULL)
67 if (strstr(buf, "\r\nERROR") != NULL)
69 if (strstr(buf, "\r\nCONNECT") != NULL)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstring 70 #undef strstr
97 using ::strstr;
117 strstr(char* __s1, const char* __s2)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
cstring 70 #undef strstr
97 using ::strstr;
117 strstr(char* __s1, const char* __s2)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
cstring 70 #undef strstr
97 using ::strstr;
117 strstr(char* __s1, const char* __s2)
  /external/skia/src/ports/
SkFontHost_FONTPATH.cpp 171 if (strstr(target, "sans") || strstr(target, "Sans"))
176 if (strstr(target, "serif") || strstr(target, "Serif"))
181 if (strstr(target, "mono") || strstr(target, "Mono"))
  /hardware/ti/omap4xxx/ion/
ion_test.c 262 map_flags |= strstr(optarg, "PROT_EXEC") ?
264 map_flags |= strstr(optarg, "PROT_READ") ?
266 map_flags |= strstr(optarg, "PROT_WRITE") ?
268 map_flags |= strstr(optarg, "PROT_NONE") ?
273 prot |= strstr(optarg, "MAP_PRIVATE") ?
275 prot |= strstr(optarg, "MAP_SHARED") ?
  /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
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 76 pEnd = (uint8_t *)strstr((char *)pHead, "-");
86 pEnd = (uint8_t *)strstr((char *)pHead, "-");
96 pEnd = (uint8_t *)strstr((char *)pHead, "T");
106 pEnd = (uint8_t *)strstr((char *)pHead, ":");
116 pEnd = (uint8_t *)strstr((char *)pHead, ":");
140 char* constrain_begin = strstr((char*)drm_constrain,begin_constrain);
141 char* constrain_end = strstr((char*)drm_constrain,end_constrain);
182 char*start = strstr((char*)drm_constrain,all_vaild_constraints[i][0]);
185 char* end = strstr((char*)drm_constrain,all_vaild_constraints[i][1]);
345 pEnd = (uint8_t *)strstr((char *)pHead, "Y")
    [all...]
  /external/openssl/crypto/dso/
README 17 (i) checks if we're win32 (if(strstr(dso->meth->name, "win32")....)
  /external/stlport/stlport/using/
cstring 30 using _STLP_VENDOR_CSTD::strstr;
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 30 using _STLP_VENDOR_CSTD::strstr;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_compat-2.7.so 
libnss_compat.so 
libnss_compat.so.2 
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/using/
cstring 30 using _STLP_VENDOR_CSTD::strstr;

Completed in 1917 milliseconds

1 2 3 4 5 6 7 8 91011>>