HomeSort by relevance Sort by last modified time
    Searched full:strstr (Results 651 - 675 of 1230) sorted by null

<<21222324252627282930>>

  /frameworks/native/libs/gui/
GLConsumer.cpp 117 bool inMiddle = strstr(exts, " " CROP_EXT_STR " ");
137 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " ");
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 148 #define StrStr __MINGW_NAME_AW(StrStr)
    [all...]
  /system/core/logcat/
logcat.cpp 933 logcat = strstr( cmdline, KERNEL_OPTION );
934 console = strstr( cmdline, CONSOLE_OPTION );
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 832 if (strstr (target, "cygwin"))
834 else if (strstr (target, "mingw"))
    [all...]
objdump.c 672 af = (strstr (an, "gnu_compiled") != NULL
673 || strstr (an, "gcc2_compiled") != NULL);
674 bf = (strstr (bn, "gnu_compiled") != NULL
675 || strstr (bn, "gcc2_compiled") != NULL);
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
cplus-dem.c     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 1083 str = strstr (p, "//");
1205 str = strstr (p, "//");
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 422 if(strstr(seq_command, "pause") == seq_command)
440 else if(strstr(seq_command, "sleep") == seq_command)
448 else if(strstr(seq_command, "resume") == seq_command)
457 else if(strstr(seq_command, "flush") == seq_command)
486 else if(strstr(seq_command, "disable_op") == seq_command)
504 else if(strstr(seq_command, "enable_op") == seq_command)
    [all...]
  /external/curl/m4/
curl-functions.m4     [all...]
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]
  /external/v8/test/cctest/
test-debug.cc     [all...]
  /external/curl/lib/
ssh.c 801 (strstr(sshc->authlist, "publickey") != NULL)) {
914 (strstr(sshc->authlist, "password") != NULL)) {
943 (strstr(sshc->authlist, "hostbased") != NULL)) {
958 && (strstr(sshc->authlist, "publickey") != NULL)) {
    [all...]
  /external/fio/
options.c 25 char *p = strstr(str, ":");
93 perc_str = strstr(fname, "/");
931 loc1 = strstr(input, "0x");
932 loc2 = strstr(input, "0X");
    [all...]
  /external/jhead/
jhead.c 430 if (strstr(ImageInfo.CameraModel, FilterModel) == NULL){
464 Subst = strstr(NamePattern, "&i");
597 while ((s = strstr(pattern, "%f")) && strlen(pattern) + n < PATH_MAX-1){
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.cc 331 && strstr(name, "personality"))
333 && strstr(name, "personality"))
335 && strstr(name, "personality"))
337 && strstr(name, "personality"))
339 && strstr(name, "nptl_version")))
    [all...]
  /external/mksh/src/
sh.h 548 #define strstr ucstrstr macro
567 #define cstrstr(s,c) ((const char *)strstr((s), (c)))
569 #define vstrstr(b,l) (strstr((b), (l)) != NULL)
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 554 if (strstr(info_item->mccmnc, mccmnc) != NULL) {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c     [all...]
tc-d30v.c     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 559 if (strstr(seq_command, "pause") == seq_command) {
573 } else if (strstr(seq_command, "sleep") == seq_command) {
579 } else if (strstr(seq_command, "resume") == seq_command) {
586 } else if (strstr(seq_command, "flush") == seq_command) {
610 } else if (strstr(seq_command, "disable_op") == seq_command) {
624 } else if (strstr(seq_command, "enable_op") == seq_command) {
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 713 while ((c = strstr(c, STR_HASH_EXTENSION))) {
732 while ((c = strstr(c, STR_SAMPLER_EXTERNAL_OES))) {
    [all...]
  /external/curl/lib/vtls/
nss.c 509 body = strstr(body, "-----BEGIN");
519 trailer = strstr(++begin, "-----END");
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-tag.cc     [all...]
  /external/libxml2/doc/devhelp/
libxml2-xmlstring.html 131 </pre><p>a case-ignoring strstr for xmlChar's</p>
175 </pre><p>a strstr for xmlChar's</p>
    [all...]

Completed in 2507 milliseconds

<<21222324252627282930>>