/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | StrStr.ll | 14 …%call = tail call i8* @strstr(i8* %P, i8* getelementptr inbounds ([1 x i8]* @.str, i32 0, i32 0)) … 16 ; strstr(P, "") -> P 21 declare i8* @strstr(i8*, i8* nocapture) nounwind readonly 25 …%call = tail call i8* @strstr(i8* %P, i8* getelementptr inbounds ([2 x i8]* @.str1, i32 0, i32 0))… 27 ; strstr(P, "a") -> strchr(P, 'a') 34 …%call = tail call i8* @strstr(i8* getelementptr inbounds ([6 x i8]* @.str2, i32 0, i32 0), i8* get… 36 ; strstr("abcde", "bcd") -> "abcde"+1 43 %call = tail call i8* @strstr(i8* %P, i8* %P) nounwind ; <i8*> [#uses=1] 45 ; strstr(P, P) -> P 52 %call = tail call i8* @strstr(i8* %P, i8* %Q) nounwind ; <i8*> [#uses=1]
|
/external/netperf/ |
D | netsh.c | 364 if (strstr(temp,"6")) { in parse_address_family() 368 if (strstr(temp,"inet") || in parse_address_family() 369 strstr(temp,"4")) { in parse_address_family() 372 if (strstr(temp,"unspec") || in parse_address_family() 373 strstr(temp,"0")) { in parse_address_family() 958 if ((strstr(test_name,"RR")) || in scan_cmd_line() 959 (strstr(test_name,"rr")) || in scan_cmd_line() 960 (strstr(test_name,"Rr")) || in scan_cmd_line() 961 (strstr(test_name,"rR"))) { in scan_cmd_line() 972 if ((strstr(test_name,"RR") == NULL) && in scan_cmd_line() [all …]
|
/external/webkit/Tools/WebKitTestRunner/ |
D | TestInvocation.cpp | 54 … if (strstr(pathOrURL, "http://") || strstr(pathOrURL, "https://") || strstr(pathOrURL, "file://")) in createWKURL() 119 … bool isSVGW3CTest = strstr(pathOrURL, "svg/W3C-SVG-1.1") || strstr(pathOrURL, "svg\\W3C-SVG-1.1"); in sizeWebViewForCurrentTest() 129 return strstr(pathOrURL, "inspector/") || strstr(pathOrURL, "inspector\\"); in shouldOpenWebInspector()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Shader.cpp | 239 const char *input = strstr(mHlsl, "// Varyings") + 12; in parseVaryings() 253 char *array = strstr(varyingName, "["); in parseVaryings() 264 input = strstr(input, ";") + 2; in parseVaryings() 267 mUsesFragCoord = strstr(mHlsl, "GL_USES_FRAG_COORD") != NULL; in parseVaryings() 268 mUsesFrontFacing = strstr(mHlsl, "GL_USES_FRONT_FACING") != NULL; in parseVaryings() 269 mUsesPointSize = strstr(mHlsl, "GL_USES_POINT_SIZE") != NULL; in parseVaryings() 270 mUsesPointCoord = strstr(mHlsl, "GL_USES_POINT_COORD") != NULL; in parseVaryings() 469 const char *input = strstr(mHlsl, "// Attributes") + 14; in parseAttributes() 485 input = strstr(input, ";") + 2; in parseAttributes()
|
/external/valgrind/main/ |
D | glibc-2.3.supp | 200 fun:strstr 210 # Unterminated strstr string in is_smp_system() (NPTL) 212 # fun:strstr 218 # Unterminated strstr string in is_smp_system() (LinuxThreads) 220 # fun:strstr 226 # Unterminated strstr string in is_smp_system() (LinuxThreads) 228 # fun:strstr 349 # Unterminated strstr string in is_smp_system() (NPTL) 351 # fun:strstr 357 # Unterminated strstr string in is_smp_system() (NPTL) [all …]
|
/external/skia/src/ports/ |
D | SkFontHost_FONTPATH.cpp | 163 if (strstr(target, "sans") || strstr(target, "Sans")) in find_family_rec() 168 if (strstr(target, "serif") || strstr(target, "Serif")) in find_family_rec() 173 if (strstr(target, "mono") || strstr(target, "Mono")) in find_family_rec()
|
/external/quake/quake/src/QW/qwfwd/ |
D | misc.c | 297 if (strstr (key, "\\")) in Info_RemoveKey() 387 if (strstr (key, "\\") || strstr (value, "\\") ) in Info_SetValueForKey() 392 if (strstr (key, "\"") || strstr (value, "\"") ) in Info_SetValueForKey()
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
D | networkconfig.ui.h | 339 if (strstr(reply, "RSN") || strstr(reply, "WPA2")) in paramsFromConfig() 341 else if (strstr(reply, "WPA")) in paramsFromConfig() 350 if (strstr(reply, "WPA-EAP")) in paramsFromConfig() 352 else if (strstr(reply, "WPA-PSK")) in paramsFromConfig() 354 else if (strstr(reply, "IEEE8021X")) { in paramsFromConfig() 364 if (strstr(reply, "CCMP") && auth != AUTH_NONE) in paramsFromConfig() 366 else if (strstr(reply, "TKIP")) in paramsFromConfig() 368 else if (strstr(reply, "WEP")) in paramsFromConfig()
|
/external/compiler-rt/BlocksRuntime/tests/ |
D | testfilerunner.m | 107 char *where = strstr(got, lookfor); 172 char *where = strstr(got, error); 419 line = strstr(line, "rdar:"); // returns beginning 428 line = strstr(line, "-l"); 433 if (strstr(endp, "-l")) { 442 if (strstr(line, "GC")) item.hasGC = true; 443 if (strstr(line, "RR")) item.hasRR = true; 444 if (strstr(line, "C++")) item.hasCPlusPlus = true; 445 if (strstr(line, "-C99")) { 448 if (strstr(line, "64")) item.wants64 = true; [all …]
|
/external/quake/quake/src/QW/server/ |
D | sv_ccmds.c | 660 if (strstr(dir, "..") || strstr(dir, "/") in SV_Gamedir() 661 || strstr(dir, "\\") || strstr(dir, ":") ) in SV_Gamedir() 756 if (strstr(dir, "..") || strstr(dir, "/") in SV_Gamedir_f() 757 || strstr(dir, "\\") || strstr(dir, ":") ) in SV_Gamedir_f()
|
/external/openssl/crypto/evp/ |
D | evp_test.c | 400 if (strstr(cipher, "AES") == cipher) in main() 407 if (strstr(cipher, "DES") == cipher) in main() 414 if (strstr(cipher, "RC4") == cipher) in main() 421 if (strstr(cipher, "CAMELLIA") == cipher) in main() 428 if (strstr(cipher, "SEED") == cipher) in main()
|
/external/clang/lib/Driver/ |
D | WindowsToolChain.cpp | 136 const char *placeHolder = strstr(subKey, "$VERSION"); in getSystemRegistryString() 235 char *p = const_cast<char *>(strstr(vcinstalldir, "\\VC")); in getVisualStudioDir() 253 char *p = (char*)strstr(vsIDEInstallDir, "\\Common7\\IDE"); in getVisualStudioDir() 261 char *p = (char*)strstr(vsExpressIDEInstallDir, "\\Common7\\IDE"); in getVisualStudioDir() 298 const char *p = strstr(vscomntools, "\\Common7\\Tools"); in getVisualStudioDir()
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 514 if (strstr(reply, "RSN") || strstr(reply, "WPA2")) in paramsFromConfig() 516 else if (strstr(reply, "WPA")) in paramsFromConfig() 525 if (strstr(reply, "WPA-EAP")) in paramsFromConfig() 527 else if (strstr(reply, "WPA-PSK")) in paramsFromConfig() 529 else if (strstr(reply, "IEEE8021X")) { in paramsFromConfig() 539 if (strstr(reply, "CCMP") && auth != AUTH_NONE) in paramsFromConfig() 541 else if (strstr(reply, "TKIP")) in paramsFromConfig() 543 else if (strstr(reply, "WEP")) in paramsFromConfig()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 527 if (strstr(reply, "RSN") || strstr(reply, "WPA2")) in paramsFromConfig() 529 else if (strstr(reply, "WPA")) in paramsFromConfig() 538 if (strstr(reply, "WPA-EAP")) in paramsFromConfig() 540 else if (strstr(reply, "WPA-PSK")) in paramsFromConfig() 542 else if (strstr(reply, "IEEE8021X")) { in paramsFromConfig() 552 if (strstr(reply, "CCMP") && auth != AUTH_NONE_OPEN && in paramsFromConfig() 555 else if (strstr(reply, "TKIP")) in paramsFromConfig() 557 else if (strstr(reply, "WEP")) in paramsFromConfig()
|
/external/e2fsprogs/intl/ |
D | plural-exp.c | 107 plural = strstr (nullentry, "plural="); in EXTRACT_PLURAL_EXPRESSION() 108 nplurals = strstr (nullentry, "nplurals="); in EXTRACT_PLURAL_EXPRESSION()
|
/external/valgrind/main/memcheck/tests/ |
D | str_tester.c | 681 check(strstr("abcd", "z") == NULL, 1); /* Not found. */ in test_strstr() 682 check(strstr("abcd", "abx") == NULL, 2); /* Dead end. */ in test_strstr() 684 check(strstr(one, "c") == one+2, 3); /* Basic test. */ in test_strstr() 685 check(strstr(one, "bc") == one+1, 4); /* Multichar. */ in test_strstr() 686 check(strstr(one, "d") == one+3, 5); /* End of string. */ in test_strstr() 687 check(strstr(one, "cd") == one+2, 6); /* Tail of string. */ in test_strstr() 688 check(strstr(one, "abc") == one, 7); /* Beginning. */ in test_strstr() 689 check(strstr(one, "abcd") == one, 8); /* Exact match. */ in test_strstr() 690 check(strstr(one, "abcde") == NULL, 9); /* Too long. */ in test_strstr() 691 check(strstr(one, "de") == NULL, 10); /* Past end. */ in test_strstr() [all …]
|
/external/libvpx/vpx_ports/ |
D | arm_cpudetect.c | 133 p=strstr(buf, " edsp"); 139 p = strstr(buf, " neon");
|
/external/dbus/bus/ |
D | main.c | 331 else if (strstr (arg, "--config-file=") == arg) in main() 353 else if (strstr (arg, "--address=") == arg) in main() 375 else if (strstr (arg, "--print-address=") == arg) in main() 401 else if (strstr (arg, "--print-pid=") == arg) in main()
|
/external/valgrind/main/coregrind/m_demangle/ |
D | vg_libciface.h | 66 #define strstr(_hh,_nn) VG_(strstr)((_hh),(_nn)) macro
|
/external/dbus/tools/ |
D | dbus-send.c | 269 else if (strstr (arg, "--address") == arg) in main() 290 else if (strstr (arg, "--reply-timeout=") == arg) in main() 295 else if (strstr (arg, "--dest=") == arg) in main() 297 else if (strstr (arg, "--type=") == arg) in main()
|
/external/icu4c/test/cintltst/ |
D | sprpdata.c | 60 if(strstr(typeName, usprepTypeNames[USPREP_UNASSIGNED])!=NULL){ in strprepProfileLineFn() 67 }else if(strstr(typeName, usprepTypeNames[USPREP_PROHIBITED])!=NULL){ in strprepProfileLineFn() 74 }else if(strstr(typeName, usprepTypeNames[USPREP_MAP])!=NULL){ in strprepProfileLineFn()
|
/external/quake/quake/src/WinQuake/ |
D | gl_vidlinux.cpp | 275 if (strstr(gl_extensions, "GL_SGIS_multitexture ") && !COM_CheckParm("-nomtex")) { in CheckMultiTextureExtensions() 538 if (strstr(gl_extensions, "3DFX_set_global_palette") && in VID_Init8bitPalette() 556 } else if (strstr(gl_extensions, "GL_EXT_shared_texture_palette") && in VID_Init8bitPalette() 586 if ((gl_renderer && strstr(gl_renderer, "Voodoo")) || in Check_Gamma() 587 (gl_vendor && strstr(gl_vendor, "3Dfx"))) in Check_Gamma()
|
/external/chromium/testing/gtest/test/ |
D | gtest_throw_on_failure_ex_test.cc | 67 if (strstr(e.what(), "Expected failure") != NULL) in TestFailureThrowsRuntimeError()
|
/external/gtest/test/ |
D | gtest_throw_on_failure_ex_test.cc | 67 if (strstr(e.what(), "Expected failure") != NULL) in TestFailureThrowsRuntimeError()
|
/external/protobuf/gtest/test/ |
D | gtest_throw_on_failure_ex_test.cc | 67 if (strstr(e.what(), "Expected failure") != NULL) in TestFailureThrowsRuntimeError()
|