Searched refs:strstr (Results 176 - 200 of 273) sorted by relevance

1234567891011

/external/linux-tools-perf/util/
H A Dannotate.c289 strstr(command, "[kernel.kallsyms]") ||
H A Dsymbol.c830 return strstr(elf_sec__name(shdr, secstrs), "text") != NULL;
836 return strstr(elf_sec__name(shdr, secstrs), "data") != NULL;
1615 if (ret < 0 && strstr(dso->name, " (deleted)") != NULL)
1739 name = strstr(version, prefix);
/external/oprofile/daemon/
H A Dopd_ibs.c394 if ((ptr = strstr(tok1, ":")) != NULL) {
/external/qemu/
H A Dqemu-option.c834 } else if ((p = strstr(params, ",id=")) != NULL) {
H A Dppc-dis.c5107 && strstr (info->disassembler_options, "booke") != NULL)
5111 && strstr (info->disassembler_options, "e500") != NULL))
5118 && strstr (info->disassembler_options, "efs") != NULL)
5121 && strstr (info->disassembler_options, "e300") != NULL)
5124 && strstr (info->disassembler_options, "440") != NULL)
5132 && strstr (info->disassembler_options, "power4") != NULL)
5136 && strstr (info->disassembler_options, "power5") != NULL)
5140 && strstr (info->disassembler_options, "cell") != NULL)
5144 && strstr (info->disassembler_options, "power6") != NULL)
5148 && strstr (inf
[all...]
/external/regex-re2/re2/testing/
H A Dtester.cc62 if (strstr(EngineString(i).c_str(), FLAGS_regexp_engines.c_str()))
/external/stlport/src/c_locale_glibc/
H A Dc_locale_glibc2.c228 expr = strstr( (char*)loc, category );
/external/valgrind/main/coregrind/
H A Dm_libcprint.c403 if (depth > 0 && !VG_(strstr)(VG_(clo_sim_hints), "no-inner-prefix")) {
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h368 if (VG_(strstr)(VG_(clo_sim_hints),"fuse-compatible")) \
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc1053 && (strstr(flag->help(), "true")
1054 || strstr(flag->help(), "false"))) {
/external/mksh/src/
H A Dmain.c179 if (strstr(x, "UTF-8") || strstr(x, "UTF8"))
H A Dmisc.c1810 if ((cp = strstr(current_wd, wp[0])) == NULL) {
2003 strstr(char *b, const char *l) function
/external/open-vcdiff/gflags/src/
H A Dgflags.cc1053 && (strstr(flag->help(), "true")
1054 || strstr(flag->help(), "false"))) {
/external/quake/quake/src/QW/server/
H A Dsv_user.c657 if (strstr (name, "..") || !allow_download.value
671 || !strstr (name, "/") )
/external/quake/quake/src/WinQuake/
H A Dgl_rmain.cpp1256 strstr(extensions, "GL_OES_matrix_get") != NULL;
1258 strstr(extensions, "GL_OES_query_matrix") != NULL;
/external/skia/src/pdf/
H A DSkPDFFont.cpp89 const char* dataPos = strstr(src, "eexec");
100 const char* trailerPos = strstr(dataPos, "cleartomark");
155 // if the data was NUL terminated so that we can use strstr() to search it.
/external/v8/test/cctest/
H A Dtest-parsing.cc363 static_cast<int>(strstr(program, "function") - program);
370 static_cast<int>(strstr(program + first_lbrace, "function") - program);
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_06_part2.c1220 int isTdiv = (strstr(test_group.name, "xstdivdp") != NULL) ? 1 : 0;
1397 Bool xvrespTest = (strstr(test_group.name , "xvresp") != NULL) ? True: False;
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_06_part2.c1220 int isTdiv = (strstr(test_group.name, "xstdivdp") != NULL) ? 1 : 0;
1397 Bool xvrespTest = (strstr(test_group.name , "xvresp") != NULL) ? True: False;
/external/qemu/block/
H A Dvvfat.c1033 if (strstr(dirname, ":floppy:")) {
1043 if (strstr(dirname, ":32:")) {
1046 } else if (strstr(dirname, ":16:")) {
1048 } else if (strstr(dirname, ":12:")) {
1053 if (strstr(dirname, ":rw:")) {
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp1620 (strstr(o->libName, "icudt") ? "s" : ""),
1650 if (strstr(o->libName, "icudt")) {
/external/strace/
H A Dsignal.c916 s = strstr(buf, "SigIgn:\t");
924 s = strstr(buf, "SigCgt:\t");
/external/valgrind/main/massif/
H A Dms_main.c2510 s2 = VG_(strstr)(LD_PRELOAD_val, "vgpreload_core");
2514 s2 = VG_(strstr)(LD_PRELOAD_val, "vgpreload_massif");
/external/blktrace/btreplay/
H A Dbtreplay.c601 if (strstr(ent->d_name, ".replay.") == NULL)
/external/blktrace/btt/
H A Doutput.c854 return (exe == NULL) || (strstr(name, exe) != NULL);

Completed in 655 milliseconds

1234567891011