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

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstring 67 #undef strstr
96 using ::strstr;
116 strstr(char* __s1, const char* __s2)
  /external/autotest/client/profilers/powertop/src/
misctips.c 65 if (strstr(buffer, "on-line") != NULL)
130 if (strstr(buffer, "hpet")) {
196 if (strstr(buffer, " / ext3") && !strstr(buffer, "noatime") && !strstr(buffer, "relatime"))
251 if (strstr(buffer, "cpu cores")) {
cpufreq.c 106 if (strstr(gov, "userspace"))
111 if (strstr(gov, "performance"))
process.c 54 if (!strstr(line, tokill))
82 if (slines[i].string && strstr(slines[i].string, process_match)) {
powertop.c 295 c = strstr(line, "age[");
300 c = strstr(line, "ation[");
366 f = strstr(line, "MWAIT ");
374 f = strstr(line, "POLL IDLE");
380 f = strstr(line, "ACPI HLT");
518 if (strstr(line, "present:") && strstr(line, "no"))
521 if (strstr(line, "charging state:")
522 && !strstr(line, "discharging"))
529 if (strstr(line, "present voltage"))
    [all...]
wireless.c 102 if (strstr(line, "Mode:Managed") && strstr(line,"Access Point: Not-Associated")) {
129 if (strstr(line, "Power save level: 6 (AC)")) {
226 if (strstr(line, "get_power:Power save level")) {
232 if (strstr(line, "wlan0:"))
  /hardware/ti/omap4-aah/ion/
ion_test.c 264 map_flags |= strstr(optarg, "PROT_EXEC") ?
266 map_flags |= strstr(optarg, "PROT_READ") ?
268 map_flags |= strstr(optarg, "PROT_WRITE") ?
270 map_flags |= strstr(optarg, "PROT_NONE") ?
275 prot |= strstr(optarg, "MAP_PRIVATE") ?
277 prot |= strstr(optarg, "MAP_SHARED") ?
  /system/core/libion/
ion_test.c 245 map_flags |= strstr(optarg, "PROT_EXEC") ? PROT_EXEC : 0;
246 map_flags |= strstr(optarg, "PROT_READ") ? PROT_READ: 0;
247 map_flags |= strstr(optarg, "PROT_WRITE") ? PROT_WRITE: 0;
248 map_flags |= strstr(optarg, "PROT_NONE") ? PROT_NONE: 0;
252 prot |= strstr(optarg, "MAP_PRIVATE") ? MAP_PRIVATE : 0;
253 prot |= strstr(optarg, "MAP_SHARED") ? MAP_PRIVATE : 0;
  /bionic/libc/upstream-openbsd/lib/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
  /external/bison/m4/
strerror.m4 75 if (strstr (str, "nknown") || strstr (str, "ndefined"))
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer_unittest.cc 114 ASSERT_NE(static_cast<char*>(0), strstr(
116 ASSERT_NE(static_cast<char*>(0), strstr(
120 ASSERT_NE(static_cast<char*>(0), strstr(
124 ASSERT_NE(static_cast<char*>(0), strstr(
  /external/libutf/
utfutf.c 35 return strstr(s1, s2);
  /external/toybox/toys/android/
setprop.c 43 if (strstr(name, ".."))
  /hardware/bsp/intel/peripheral/libmraa/src/arm/
raspberry_pi.c 224 if (strstr(line, "0002") || strstr(line, "0003")) {
228 } else if (strstr(line, "0004") || strstr(line, "0005") || strstr(line, "0006") ||
229 strstr(line, "000d") || strstr(line, "000e") || strstr(line, "000f")) {
233 } else if (strstr(line, "0007") || strstr(line, "0008") || strstr(line, "0009"))
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/using/
cstring 30 using _STLP_VENDOR_CSTD::strstr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnss_compat-2.11.1.so 
libnss_compat.so 
libnss_compat.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libnss_compat-2.15.so 
libnss_compat.so 
libnss_compat.so.2 
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/using/
cstring 30 using _STLP_VENDOR_CSTD::strstr;
  /system/extras/tests/audio/alsa/
pcmtest.cpp 68 if (strstr(de->d_name, PCM_PREFIX))
92 if (strstr(de->d_name, PCM_PREFIX)) {
115 if (strstr(de->d_name, MIXER_PREFIX)) {
121 if (strstr(de->d_name, TIMER_PREFIX)) {

Completed in 567 milliseconds

12 3 4 5 6 7 8 91011>>