| /external/llvm/include/llvm/Support/ |
| PassNameParser.h | 131 return(std::strstr(Args, P.getPassArgument()));
|
| /external/qemu/android/protocol/ |
| fb-updates-impl.c | 199 char* bpp = strstr(handshake, "bitsperpixel=");
|
| /external/regex-re2/re2/testing/ |
| possible_match_test.cc | 207 if(strstr(regexp.c_str(), "\\C*"))
|
| regexp_generator.cc | 81 while ((p = strstr(p, "%s")) != NULL) {
|
| /external/skia/include/core/ |
| SkString.h | 37 const char *first = strstr(string, substring);
|
| /frameworks/av/media/libstagefright/foundation/ |
| AString.cpp | 256 const char *match = strstr(mData + start, substring);
|
| /ndk/sources/android/libthread_db/gdb-6.6/ |
| libthread_db.c | 87 perm = strstr(buff, "CapPrm:");
|
| /ndk/sources/android/libthread_db/gdb-7.3.x/ |
| libthread_db.c | 83 perm = strstr(buff, "CapPrm:");
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
| mf-runtime.h | 118 #pragma redefine_extname strstr __mfwrap_strstr
|
| /prebuilts/misc/linux-x86/ccache/ |
| ccache | |
| /sdk/emulator/opengl/host/libs/Translator/EGL/ |
| EglX11Api.cpp | 286 if(strstr(extensions,"EXT_swap_control")) {
|
| /system/core/init/ |
| bootchart.c | 320 s = strstr(cmdline, KERNEL_OPTION);
|
| /external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
| main.cpp | 268 } else if (!strcasecmp(argn[i], "src") && strstr(argv[i], "plugin-document-has-focus.pl")) 272 if (script == strstr(script, "mouse::")) { 275 } else if (script == strstr(script, "key::")) {
|
| /external/dnsmasq/src/ |
| option.c | 696 if (strstr(arg, "option:") == arg) 709 else if (strstr(arg, "vendor:") == arg) 714 else if (strstr(arg, "encap:") == arg) 723 if (strstr(arg, "net:") == arg) [all...] |
| /hardware/broadcom/libbt/src/ |
| hardware.c | 267 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name)!=NULL) 638 if ((p_name = strstr(p_name, "BCM")) != NULL) [all...] |
| /hardware/libhardware_legacy/wifi/ |
| wifi.c | 368 if ((sptr = strstr(pbuf, "ctrl_interface="))) { 370 if ((!strstr(pbuf, "ctrl_interface=DIR=")) && 371 (!strstr(pbuf, "ctrl_interface=/"))) {
|
| /external/qemu/slirp/ |
| tcp_subr.c | 964 *(m->m_data+m->m_len) = 0; /* NUL terminate for strstr */ 965 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) { 997 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) { 1058 *(m->m_data+m->m_len) = 0; /* NULL terminate the string for strstr */ 1059 if ((bptr = (char *)strstr(m->m_data, "DCC")) == NULL) [all...] |
| /external/qemu/slirp-android/ |
| tcp_subr.c | 819 *(m->m_data+m->m_len) = 0; /* NUL terminate for strstr */ 820 if ((bptr = (char *)strstr(m->m_data, "ORT")) != NULL) { 852 } else if ((bptr = (char *)strstr(m->m_data, "27 Entering")) != NULL) { 913 *(m->m_data+m->m_len) = 0; /* NULL terminate the string for strstr */ 914 if ((bptr = (char *)strstr(m->m_data, "DCC")) == NULL)
|
| /external/llvm/lib/Transforms/Utils/ |
| SimplifyLibCalls.cpp | 880 // fold strstr(x, x) -> x. 884 // fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 909 // fold strstr(x, "") -> x. [all...] |
| /external/bzip2/ |
| bzip2.c | [all...] |
| /external/openssh/ |
| ssh-keygen.c | 419 if (strstr(type, "dsa")) { 421 } else if (strstr(type, "rsa")) { 524 strstr(line, ": ") != NULL) { 525 if (strstr(line, SSH_COM_PRIVATE_BEGIN) != NULL) 527 if (strstr(line, " END ") != NULL) { [all...] |
| /external/srec/srec/crec/ |
| srec_context.c | 69 #define IS_SLOT_OLABEL(wd) (strchr(wd,IMPORTED_RULES_DELIM)<strstr(wd,SLOTNAME_INDICATOR) && strlen(wd)>4 && !strcmp(wd+strlen(wd)-2,SLOTNAME_INDICATOR) ) 152 if (strstr(context->olabels->words[1], "enroll")) return 1; 403 // if(strstr(word,SLOTNAME_INDICATOR)) 404 // word = strstr(word,SLOTNAME_INDICATOR); 492 char* p = strstr(wmap->words[i], SLOTNAME_INDICATOR); 932 if (strstr(line, "modelid:") == line) [all...] |
| /frameworks/base/core/jni/ |
| AndroidRuntime.cpp | 594 opc = strstr(dexoptFlagsBuf, "v="); /* verification */ 609 opc = strstr(dexoptFlagsBuf, "o="); /* optimization */ 625 opc = strstr(dexoptFlagsBuf, "m=y"); /* register map */ [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
| libmudflap.so | |
| libmudflap.so.0 | |