/development/ide/xcode/ports/ |
skia_mac.cp | 31 const char* common = strstr(applicationPath, "build/ide/xcode/");
|
/external/bluetooth/bluez/compat/ |
msdun.c | 78 if (strstr(buf, str))
|
/external/bluetooth/bluez/src/ |
oui.c | 71 off = strstr(map, oui);
|
/external/bluetooth/bluez/tools/ |
hciattach_ath3k.c | 259 if (strstr(buf, "[") != buf) 262 ptr = strstr(buf, "]"); 293 if (buf == strstr(buf, "[")) { 294 ptr = strstr(buf, "]"); 318 if (strstr(buf, "[") == buf) { 319 end_ptr = strstr(buf, "]"); 382 if (ptr == strstr(ptr, "#")) { 516 else if (strstr(ptr, PATCH_LOC_KEY) == ptr) { 721 if (strstr(str_bdaddr, ":"))
|
/external/dbus/bus/ |
main.c | 331 else if (strstr (arg, "--config-file=") == arg) 353 else if (strstr (arg, "--address=") == arg) 375 else if (strstr (arg, "--print-address=") == arg) 401 else if (strstr (arg, "--print-pid=") == arg)
|
/external/dbus/tools/ |
dbus-send.c | 269 else if (strstr (arg, "--address") == arg) 290 else if (strstr (arg, "--reply-timeout=") == arg) 295 else if (strstr (arg, "--dest=") == arg) 297 else if (strstr (arg, "--type=") == arg)
|
/external/freetype/include/freetype/config/ |
ftstdlib.h | 90 #define ft_strstr strstr
|
/external/stlport/test/unit/ |
cstring_test.cpp | 68 CPPUNIT_CHECK( std::strstr(foo, "") == foo );
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 514 if (strstr(reply, "RSN") || strstr(reply, "WPA2")) 516 else if (strstr(reply, "WPA")) 525 if (strstr(reply, "WPA-EAP")) 527 else if (strstr(reply, "WPA-PSK")) 529 else if (strstr(reply, "IEEE8021X")) { 539 if (strstr(reply, "CCMP") && auth != AUTH_NONE) 541 else if (strstr(reply, "TKIP")) 543 else if (strstr(reply, "WEP"))
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 533 if (strstr(reply, "RSN") || strstr(reply, "WPA2")) 535 else if (strstr(reply, "WPA")) 544 if (strstr(reply, "WPA-EAP")) 546 else if (strstr(reply, "WPA-PSK")) 548 else if (strstr(reply, "IEEE8021X")) { 558 if (strstr(reply, "CCMP") && auth != AUTH_NONE_OPEN && 561 else if (strstr(reply, "TKIP")) 563 else if (strstr(reply, "WEP"))
|
/hardware/ti/omap4xxx/ |
mapinfo.c | 98 if (strstr(mi->name, ".so")) {
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstring | 63 using ::strstr;
|
/ndk/sources/cxx-stl/system/include/ |
cstring | 63 using ::strstr;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
string.in.h | 336 # define strstr rpl_strstr macro 337 char *strstr (const char *haystack, const char *needle) 341 /* strstr() does not work with multibyte strings if the locale encoding is 345 # undef strstr macro 346 # define strstr(a,b) \ macro 347 (GL_LINK_WARNING ("strstr is quadratic on many systems, and cannot " \ 351 "or use strstr if you care about speed"), \ 352 strstr (a, b)) 459 Unlike strstr(), this function works correctly in multibyte locales with
|
/ndk/tests/device/test-gnustl-full/unit/ |
cstring_test.cpp | 68 CPPUNIT_CHECK( std::strstr(foo, "") == foo );
|
/ndk/tests/device/test-stlport/unit/ |
cstring_test.cpp | 68 CPPUNIT_CHECK( std::strstr(foo, "") == foo );
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cstring | 63 using ::strstr;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cstring | 63 using ::strstr;
|
/system/core/debuggerd/ |
utility.c | 76 if (strstr(mi->name, ".so")) {
|
/system/core/init/ |
util.c | 377 hw = strstr(data, "\nHardware"); 378 rev = strstr(data, "\nRevision"); 381 x = strstr(hw, ": "); 396 x = strstr(rev, ": ");
|
/system/extras/tests/bionic/libstdc++/ |
test_cstring.cpp | 61 using std::strstr;
|
/system/extras/tests/fstest/ |
perm_checker.c | 120 if (strstr(spec, "/...")) { 253 if ((strstr(name, pr->spec) == name) && 265 if (strstr(name, pr->spec) == name) { 340 if (strstr(name, pr->spec) == name) {
|
/bootable/recovery/tools/ota/ |
add-property-tag.c | 32 const char *prop = strstr(line, propname); 46 char *pos = strstr(line, tag);
|
/external/openssl/crypto/ |
sparcv9cap.c | 114 if (strstr(si,"+vis")) 116 if (strstr(si,"+vis2"))
|
/external/oprofile/agents/jvmpi/ |
jvmpi_oprofile.cpp | 192 if (options && strstr(options, "version")) { 199 if (options && strstr(options, "debug=yes")) {
|