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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
strstr-1.ll 1 ; Test that the strstr library call simplifier works correctly.
12 declare i8* @strstr(i8*, i8*)
14 ; Check strstr(str, "") -> str.
19 %ret = call i8* @strstr(i8* %str, i8* %pat)
24 ; Check strstr(str, "a") -> strchr(str, 'a').
29 %ret = call i8* @strstr(i8* %str, i8* %pat)
34 ; Check strstr("abcde", "bcd") -> "abcde" + 1.
40 %ret = call i8* @strstr(i8* %str, i8* %pat)
45 ; Check strstr(str, str) -> str.
49 %ret = call i8* @strstr(i8* %str, i8* %str
    [all...]
strstr-2.ll 1 ; Test that the strstr library call simplifier works correctly.
9 declare i8 @strstr(i8*, i8*)
14 %ret = call i8 @strstr(i8* %str, i8* %pat)
15 ; CHECK-NEXT: call i8 @strstr
  /external/chromium_org/third_party/angle/tests/perf_tests/
BufferSubData.cpp 131 std::stringstream strstr; local
133 strstr << "BufferSubData - " << BenchmarkParams::name() << " - ";
137 strstr << "Norm";
142 case GL_FLOAT: strstr << "Float"; break;
143 case GL_INT: strstr << "Int"; break;
144 case GL_BYTE: strstr << "Byte"; break;
145 case GL_SHORT: strstr << "Short"; break;
146 case GL_UNSIGNED_INT: strstr << "UInt"; break;
147 case GL_UNSIGNED_BYTE: strstr << "UByte"; break;
148 case GL_UNSIGNED_SHORT: strstr << "UShort"; break
    [all...]
TexSubImage.cpp 16 std::stringstream strstr; local
18 strstr << "TexSubImage - " << BenchmarkParams::name()
22 return strstr.str();
  /external/chromium_org/native_client_sdk/src/libraries/xray/
parsesymbols.c 35 parsed_symbol = strstr(line, symbol_text);
36 newln = strstr(parsed_symbol, "\n");
61 if (line == strstr(line, " .text ")) {
65 if (line == strstr(line, " .gnu.linkonce.t.")) {
70 if (line == strstr(line, " .text.")) {
75 if (line == strstr(line, " 0x")) {
  /external/chromium_org/third_party/angle/src/common/
angleutils.h 119 std::stringstream strstr; local
121 strstr << "[";
122 strstr << i;
123 strstr << "]";
125 return strstr.str();
130 std::stringstream strstr; local
131 strstr << i;
132 return strstr.str();
  /external/chromium_org/third_party/angle/tests/angle_tests/
DrawBuffersTest.cpp 69 std::stringstream strstr; local
71 strstr << "#version 300 es\n"
78 strstr << "layout(location = " << index << ") "
83 strstr << "void main()\n"
94 strstr << " value" << index << " = vec4("
100 strstr << "}\n";
102 *programOut = CompileProgram(vertexShaderSource, strstr.str());
125 std::stringstream strstr; local
127 strstr << "#extension GL_EXT_draw_buffers : enable\n"
140 strstr << " gl_FragData[" << index << "] = vec4(
    [all...]
  /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"))
  /external/chromium_org/third_party/angle/src/compiler/translator/
ValidateOutputs.cpp 62 std::stringstream strstr; local
63 strstr << "conflicting output locations with previously defined output '"
66 error(symbol->getLine(), strstr.str().c_str(), name.c_str());
  /external/libcxx/include/
cstring 49 const char* strstr(const char* s1, const char* s2);
50 char* strstr( char* s1, const char* s2);
94 using ::strstr;
102 inline _LIBCPP_INLINE_VISIBILITY char* strstr( char* __s1, const char* __s2) {return ::strstr(__s1, __s2);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 49 const char* strstr(const char* s1, const char* s2);
50 char* strstr( char* s1, const char* s2);
94 using ::strstr;
102 inline _LIBCPP_INLINE_VISIBILITY char* strstr( char* __s1, const char* __s2) {return ::strstr(__s1, __s2);}
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstring 49 const char* strstr(const char* s1, const char* s2);
50 char* strstr( char* s1, const char* s2);
94 using ::strstr;
102 inline _LIBCPP_INLINE_VISIBILITY char* strstr( char* __s1, const char* __s2) {return ::strstr(__s1, __s2);}
  /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")) {
  /external/compiler-rt/test/BlocksRuntime/
testfilerunner.m 107 char *where = strstr(got, lookfor);
172 char *where = strstr(got, error);
419 line = strstr(line, "rdar:"); // returns beginning
428 line = strstr(line, "-l");
433 if (strstr(endp, "-l")) {
442 if (strstr(line, "GC")) item.hasGC = true;
443 if (strstr(line, "RR")) item.hasRR = true;
444 if (strstr(line, "C++")) item.hasCPlusPlus = true;
445 if (strstr(line, "-C99")) {
448 if (strstr(line, "64")) item.wants64 = true
    [all...]
  /external/oprofile/libutil/
op_string.c 33 return strstr(str, prefix) == str;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pcrt32.h 35 #define _fstrstr strstr
  /system/core/logd/
LogAudit.cpp 85 while ((cp = strstr(str, " "))) {
89 bool info = strstr(str, " permissive=1") || strstr(str, " policy loaded ");
112 char *timeptr = strstr(str, audit_str);
123 char *pidptr = strstr(str, pid_str);
169 const char *comm = strstr(str, comm_str);
230 char *audit = strstr(tok, " audit(");
237 char *type = strstr(tok, "type=");
  /external/bison/m4/
m4.m4 18 # Also avoid versions of m4 that trigger strstr bugs.
29 # Root out GNU M4 1.4.15 with buggy false negative replacement strstr.
31 # false positive strstr.
37 :12-:12-:12-:12-:12-:12-:12-:12-),-1,,strstr-bug2)'
45 GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
46 Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.])])])
  /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/chromium_org/third_party/skia/experimental/Intersection/AddTestOutput/
main.cpp 26 char* opInsert = strstr(opData.begin(), marker);
35 char* opInsert2 = strstr(opInsert, marker2);
72 char* insert = strstr(inData.begin(), "\n\n\n");
  /external/skia/experimental/Intersection/AddTestOutput/
main.cpp 26 char* opInsert = strstr(opData.begin(), marker);
35 char* opInsert2 = strstr(opInsert, marker2);
72 char* insert = strstr(inData.begin(), "\n\n\n");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstring 69 #undef strstr
98 using ::strstr;
118 strstr(char* __s1, const char* __s2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstring 67 #undef strstr
96 using ::strstr;
116 strstr(char* __s1, const char* __s2)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstring 67 #undef strstr
96 using ::strstr;
116 strstr(char* __s1, const char* __s2)

Completed in 1383 milliseconds

1 2 3 4 5 6 7 8 91011>>