Searched refs:strstr (Results 1 - 25 of 340) sorted by relevance

1234567891011>>

/external/cblas/src/
H A Dcblas_xerbla.c18 if (strstr(rout,"gemm") != 0)
25 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0)
30 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0)
35 else if (strstr(rout,"gemv") != 0)
40 else if (strstr(rout,"gbmv") != 0)
47 else if (strstr(rout,"ger") != 0)
54 else if ( (strstr(rout,"her2") != 0 || strstr(rou
[all...]
/external/cblas/testing/
H A Dc_xerbla.c36 if (strstr(rout,"gemm") != 0)
43 else if (strstr(rout,"symm") != 0 || strstr(rout,"hemm") != 0)
48 else if (strstr(rout,"trmm") != 0 || strstr(rout,"trsm") != 0)
53 else if (strstr(rout,"gemv") != 0)
58 else if (strstr(rout,"gbmv") != 0)
65 else if (strstr(rout,"ger") != 0)
72 else if ( ( strstr(rout,"her2") != 0 || strstr(rou
[all...]
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dstrstr.c9 r = strstr(s1, s2);
/external/compiler-rt/test/asan/TestCases/
H A Dstrstr-1.c1 // Test haystack overflow in strstr function
5 // Disable other interceptors because strlen may be called inside strstr
17 r = strstr(s1, s2);
H A Dstrstr-2.c1 // Test needle overflow in strstr function
5 // Disable other interceptors because strlen may be called inside strstr
17 r = strstr(s1, s2);
H A Dstrstr_strict.c1 // Test strict_string_checks option in strstr function
18 char* r = strstr(s1, s2);
/external/libutf/
H A Dutfutf.c35 return strstr(s1, s2);
/external/regex-re2/re2/testing/
H A Dexhaustive1_test.cc36 if (strstr("PCRE", FLAGS_regexp_engines.c_str()) == NULL)
/external/autotest/client/profilers/powertop/src/
H A Dmisctips.c65 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")) {
H A Dconfig.c102 if (onoff && strstr(configlines[i], searchon))
104 if (onoff==0 && strstr(configlines[i], searchoff))
106 if (onoff==0 && strstr(configlines[i], searchon))
H A Dcpufreq.c106 if (strstr(gov, "userspace"))
111 if (strstr(gov, "performance"))
H A Dprocess.c54 if (!strstr(line, tokill))
82 if (slines[i].string && strstr(slines[i].string, process_match)) {
H A Dpowertop.c295 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(lin
[all...]
/external/google-breakpad/src/client/linux/microdump_writer/
H A Dmicrodump_writer_unittest.cc114 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/google-breakpad/src/testing/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
/external/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
/external/protobuf/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_throw_on_failure_ex_test.cc67 if (strstr(e.what(), "Expected failure") != NULL)
/external/libopus/celt/arm/
H A Darmcpu.c116 p = strstr(buf, " edsp");
122 p = strstr(buf, " neon");
/external/netperf/src/
H A Dnetsh.c389 if (strstr(temp,"6")) {
393 if (strstr(temp,"inet") ||
394 strstr(temp,"4")) {
398 if (strstr(temp,"af_rds") ||
399 strstr(temp,"32")) {
403 if (strstr(temp,"unspec") ||
404 strstr(temp,"0")) {
430 if (strstr(temp,"stream"))
434 if (strstr(temp,"dgram"))
1275 /* we use a series of strstr'
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cc47 if (strstr(modules[i].full_name(), binary_name) != 0)
/external/toybox/toys/android/
H A Dsetprop.c43 if (strstr(name, ".."))
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cc57 char *s = strstr(FileContents, "2008fff7000-10007fff8000");
60 s = strstr(s, "Rss:");
/external/curl/src/
H A Dtool_operhlp.c76 char *ptr = strstr(url, "://");
136 pc = strstr(url, "://");
/external/e2fsprogs/intl/
H A Dplural-exp.c107 plural = strstr (nullentry, "plural=");
108 nplurals = strstr (nullentry, "nplurals=");

Completed in 2372 milliseconds

1234567891011>>