/external/cblas/src/ |
D | cblas_xerbla.c | 18 if (strstr(rout,"gemm") != 0) in cblas_xerbla() 25 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) in cblas_xerbla() 30 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) in cblas_xerbla() 35 else if (strstr(rout,"gemv") != 0) in cblas_xerbla() 40 else if (strstr(rout,"gbmv") != 0) in cblas_xerbla() 47 else if (strstr(rout,"ger") != 0) in cblas_xerbla() 54 else if ( (strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0) in cblas_xerbla() 55 && strstr(rout,"her2k") == 0 ) in cblas_xerbla()
|
/external/cblas/testing/ |
D | c_xerbla.c | 36 if (strstr(rout,"gemm") != 0) in cblas_xerbla() 43 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0) in cblas_xerbla() 48 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0) in cblas_xerbla() 53 else if (strstr(rout,"gemv") != 0) in cblas_xerbla() 58 else if (strstr(rout,"gbmv") != 0) in cblas_xerbla() 65 else if (strstr(rout,"ger") != 0) in cblas_xerbla() 72 else if ( ( strstr(rout,"her2") != 0 || strstr(rout,"hpr2") != 0 ) in cblas_xerbla() 73 && strstr(rout,"her2k") == 0 ) in cblas_xerbla()
|
/external/llvm/test/Transforms/InstCombine/ |
D | strstr-1.ll | 1 ; Test that the strstr library call simplifier works correctly. 12 declare i8* @strstr(i8*, i8*) 14 ; Check strstr(str, "") -> str. 19 %ret = call i8* @strstr(i8* %str, i8* %pat) 24 ; Check strstr(str, "a") -> strchr(str, 'a'). 29 %ret = call i8* @strstr(i8* %str, i8* %pat) 34 ; Check strstr("abcde", "bcd") -> "abcde" + 1. 40 %ret = call i8* @strstr(i8* %str, i8* %pat) 45 ; Check strstr(str, str) -> str. 49 %ret = call i8* @strstr(i8* %str, i8* %str) [all …]
|
D | strstr-2.ll | 1 ; Test that the strstr library call simplifier works correctly. 9 declare i8 @strstr(i8*, i8*) 14 %ret = call i8 @strstr(i8* %str, i8* %pat) 15 ; CHECK-NEXT: call i8 @strstr
|
/external/netperf/src/ |
D | netsh.c | 388 if (strstr(temp,"6")) { in parse_address_family() 392 if (strstr(temp,"inet") || in parse_address_family() 393 strstr(temp,"4")) { in parse_address_family() 397 if (strstr(temp,"af_rds") || in parse_address_family() 398 strstr(temp,"32")) { in parse_address_family() 402 if (strstr(temp,"unspec") || in parse_address_family() 403 strstr(temp,"0")) { in parse_address_family() 429 if (strstr(temp,"stream")) in parse_socket_type() 433 if (strstr(temp,"dgram")) in parse_socket_type() 1274 if ((strstr(test_name,"RR")) || in scan_cmd_line() [all …]
|
/external/autotest/client/profilers/powertop/src/ |
D | powertop.c | 295 c = strstr(line, "age["); in read_data_acpi() 300 c = strstr(line, "ation["); in read_data_acpi() 366 f = strstr(line, "MWAIT "); in read_data_cpuidle() 374 f = strstr(line, "POLL IDLE"); in read_data_cpuidle() 380 f = strstr(line, "ACPI HLT"); in read_data_cpuidle() 518 if (strstr(line, "present:") && strstr(line, "no")) in print_battery_proc_acpi() 521 if (strstr(line, "charging state:") in print_battery_proc_acpi() 522 && !strstr(line, "discharging")) in print_battery_proc_acpi() 529 if (strstr(line, "present voltage")) in print_battery_proc_acpi() 532 if (strstr(line, "remaining capacity") && strstr(c, "mW")) in print_battery_proc_acpi() [all …]
|
D | misctips.c | 65 if (strstr(buffer, "on-line") != NULL) in suggest_laptop_mode() 130 if (strstr(buffer, "hpet")) { in suggest_hpet() 196 if (strstr(buffer, " / ext3") && !strstr(buffer, "noatime") && !strstr(buffer, "relatime")) in suggest_noatime() 251 if (strstr(buffer, "cpu cores")) { in suggest_powersched()
|
D | config.c | 102 if (onoff && strstr(configlines[i], searchon)) in suggest_kernel_config() 104 if (onoff==0 && strstr(configlines[i], searchoff)) in suggest_kernel_config() 106 if (onoff==0 && strstr(configlines[i], searchon)) in suggest_kernel_config()
|
D | wireless.c | 102 if (strstr(line, "Mode:Managed") && strstr(line,"Access Point: Not-Associated")) { in check_unused_wiresless_up() 129 if (strstr(line, "Power save level: 6 (AC)")) { in need_wireless_suggest() 226 if (strstr(line, "get_power:Power save level")) { in find_wireless_nic() 232 if (strstr(line, "wlan0:")) in find_wireless_nic()
|
D | process.c | 54 if (!strstr(line, tokill)) in fancy_kill() 82 if (slines[i].string && strstr(slines[i].string, process_match)) { in suggest_process_death()
|
D | cpufreq.c | 106 if (strstr(gov, "userspace")) in suggest_ondemand_governor() 111 if (strstr(gov, "performance")) in suggest_ondemand_governor()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer_unittest.cc | 114 ASSERT_NE(static_cast<char*>(0), strstr( in TEST() 116 ASSERT_NE(static_cast<char*>(0), strstr( in TEST() 120 ASSERT_NE(static_cast<char*>(0), strstr( in TEST() 124 ASSERT_NE(static_cast<char*>(0), strstr( in TEST()
|
/external/valgrind/ |
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/bison/m4/ |
D | m4.m4 | 18 # Also avoid versions of m4 that trigger strstr bugs. 29 # Root out GNU M4 1.4.15 with buggy false negative replacement strstr. 31 # false positive strstr. 37 :12-:12-:12-:12-:12-:12-:12-:12-),-1,,strstr-bug2)' 45 GNU M4 1.4.15 uses a buggy replacement strstr on some systems. 46 Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.])])])
|
/external/compiler-rt/test/BlocksRuntime/ |
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/libcxx/include/ |
D | cstring | 49 const char* strstr(const char* s1, const char* s2); 50 char* strstr( char* s1, const char* s2); 94 using ::strstr; 102 inline _LIBCPP_INLINE_VISIBILITY char* strstr( char* __s1, const char* __s2) {return ::s…
|
/external/bison/lib/ |
D | string.in.h | 565 # define strstr rpl_strstr macro 567 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) 570 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); 575 _GL_CXXALIAS_SYS_CAST2 (strstr, 581 _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); 582 _GL_CXXALIASWARN1 (strstr, const char *, 585 _GL_CXXALIASWARN (strstr); 592 # undef strstr 594 _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot "
|
/external/icu/icu4c/source/test/cintltst/ |
D | cldrtest.c | 1071 if(strstr(currLoc, "_US")!=NULL && height != 279 && width != 216 ){ in VerifyTranslation() 1088 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_MM")!=NULL || strstr(fullLoc, "_LR")!=NULL … in VerifyTranslation() 1092 } else if ( strstr(fullLoc, "_GB")!=NULL ) { in VerifyTranslation() 1106 …if ( strstr(fullLoc, "_US")!=NULL || strstr(fullLoc, "_BZ")!=NULL || strstr(fullLoc, "_CA")!=NULL … in VerifyTranslation() 1107 …strstr(fullLoc, "_CO")!=NULL || strstr(fullLoc, "_CR")!=NULL || strstr(fullLoc, "_GT")!=NULL || st… in VerifyTranslation() 1108 …strstr(fullLoc, "_NI")!=NULL || strstr(fullLoc, "_PA")!=NULL || strstr(fullLoc, "_PH")!=NULL || st… in VerifyTranslation() 1109 strstr(fullLoc, "_SV")!=NULL || strstr(fullLoc, "_VE")!=NULL ) { in VerifyTranslation()
|
/external/avahi/avahi-utils/ |
D | avahi-resolve.c | 166 argv0, strstr(argv0, "host-name") ? "[-n]" : "-n", in help() 167 argv0, strstr(argv0, "address") ? "[-a]" : "-a"); in help() 184 …c->command = strstr(argv0, "address") ? COMMAND_RESOLVE_ADDRESS : (strstr(argv0, "host-name") ? CO… in parse_command_line()
|
/external/e2fsprogs/util/ |
D | symlinks.c | 46 if (NULL == strstr(s, old)) in substr() 59 while (NULL != (s = strstr(s, old))) { in substr() 93 while ((p = strstr(path,"/../")) != NULL) { in tidy_path() 124 while (abspath && strlen(abspath) > 1 && (p = strstr(path,"../"))) { in shorten_path() 128 while ((s = strstr(p+3, "../"))) { in shorten_path()
|
/external/bison/darwin-lib/ |
D | string.h | 877 # define strstr rpl_strstr 879 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) 882 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); 887 _GL_CXXALIAS_SYS_CAST2 (strstr, 893 _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); 894 _GL_CXXALIASWARN1 (strstr, const char *, 897 _GL_CXXALIASWARN (strstr); 904 # undef strstr 906 _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot "
|
/external/bison/linux-lib/ |
D | string.h | 877 # define strstr rpl_strstr 879 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle) 882 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); 887 _GL_CXXALIAS_SYS_CAST2 (strstr, 893 _GL_CXXALIASWARN1 (strstr, char *, (char *haystack, const char *needle)); 894 _GL_CXXALIASWARN1 (strstr, const char *, 897 _GL_CXXALIASWARN (strstr); 904 # undef strstr 906 _GL_WARN_ON_USE (strstr, "strstr is quadratic on many systems, and cannot "
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 528 if (strstr(reply, "RSN") || strstr(reply, "WPA2")) in paramsFromConfig() 530 else if (strstr(reply, "WPA")) in paramsFromConfig() 539 if (strstr(reply, "WPA-EAP")) in paramsFromConfig() 541 else if (strstr(reply, "WPA-PSK")) in paramsFromConfig() 543 else if (strstr(reply, "IEEE8021X")) { in paramsFromConfig() 553 if (strstr(reply, "CCMP") && auth != AUTH_NONE_OPEN && in paramsFromConfig() 556 else if (strstr(reply, "TKIP")) in paramsFromConfig() 558 else if (strstr(reply, "WEP")) in paramsFromConfig()
|
/external/libopus/celt/arm/ |
D | armcpu.c | 116 p = strstr(buf, " edsp"); in opus_cpu_capabilities() 122 p = strstr(buf, " neon"); in opus_cpu_capabilities()
|
/external/curl/tests/server/ |
D | rtspd.c | 338 end = strstr(line, END_OF_HEADERS); in ProcessRequest() 621 if(strstr(req->reqbuf, "\r\n0\r\n\r\n")) in ProcessRequest() 634 if(!req->auth && strstr(req->reqbuf, "Authorization:")) { in ProcessRequest() 640 if(!req->digest && strstr(req->reqbuf, "Authorization: Digest")) { in ProcessRequest() 649 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAD")) { in ProcessRequest() 659 strstr(req->reqbuf, "Authorization: NTLM TlRMTVNTUAAB")) { in ProcessRequest() 665 else if((req->partno >= 1000) && strstr(req->reqbuf, "Authorization: Basic")) { in ProcessRequest() 672 if(strstr(req->reqbuf, "Connection: close")) in ProcessRequest() 693 end = strstr(line, END_OF_HEADERS); in ProcessRequest() 1030 if(strstr(buffer, "swsclose") || !count) { in send_doc() [all …]
|