/external/ruy/ruy/ |
D | benchmark.cc | 41 TestSetType test_set; in Benchmark() local 42 test_set.rows = shape.rows; in Benchmark() 43 test_set.depth = shape.depth; in Benchmark() 44 test_set.cols = shape.cols; in Benchmark() 67 test_set.lhs_order = orders[0] == 'R' ? Order::kRowMajor : Order::kColMajor; in Benchmark() 68 test_set.rhs_order = orders[1] == 'R' ? Order::kRowMajor : Order::kColMajor; in Benchmark() 69 test_set.dst_order = orders[2] == 'R' ? Order::kRowMajor : Order::kColMajor; in Benchmark() 70 test_set.layout_style = LayoutStyle::kUnstridedLinear; in Benchmark() 71 test_set.benchmark = true; in Benchmark() 74 test_set.lhs_zero_point = SymmetricZeroPoint<LhsScalar>() + asymmetry_lhs; in Benchmark() [all …]
|
D | test.h | 1296 static void Run(TestSetType* test_set, TestResult<DstScalar>* test_result) { 1298 EvalEigen(test_set->lhs.matrix, test_set->rhs.matrix, 1299 test_set->mul_params, test_set->max_num_threads, 1302 EvalEigenTensor(test_set->lhs.matrix, test_set->rhs.matrix, 1303 test_set->mul_params, test_set->max_num_threads, 1306 EvalOpenBlas(test_set->lhs.matrix, test_set->rhs.matrix, 1307 test_set->mul_params, test_set->max_num_threads, 1318 static void Run(TestSetType* test_set, TestResult<DstScalar>* test_result) { 1320 EvalGemmlowp(test_set->lhs.matrix, test_set->rhs.matrix, 1321 test_set->mul_params, test_set->max_num_threads, [all …]
|
/external/llvm-project/libcxx/test/libcxx/containers/associative/ |
D | non_const_comparator.incomplete.verify.cpp | 24 void test_set() { in test_set() function 53 test_set<std::set>(); in main() 54 test_set<std::multiset>(); in main()
|
/external/llvm-project/libcxx/test/libcxx/containers/unord/ |
D | non_const_comparator.incomplete.verify.cpp | 24 void test_set() { in test_set() function 53 test_set<std::unordered_set>(); in main() 54 test_set<std::unordered_multiset>(); in main()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | escaping_benchmark.cc | 42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local 43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
|
/external/abseil-cpp/absl/strings/ |
D | escaping_benchmark.cc | 42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local 43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | escaping_benchmark.cc | 42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local 43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | escaping_benchmark.cc | 42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local 43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | escaping_benchmark.cc | 42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local 43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | escaping_benchmark.cc | 42 for (const auto& test_set : absl::strings_internal::base64_strings()) { in BM_WebSafeBase64Escape_string() local 43 raw += std::string(test_set.plaintext); in BM_WebSafeBase64Escape_string()
|
/external/autotest/client/cros/enterprise/ |
D | test_policy_group.py | 86 test_set = {'Extension1': {'Policy1': 'Hidden1'}} 90 extension_test.set_extension_policy(test_set)
|
/external/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.set.operations/ |
D | set.pass.cpp | 177 test_set(Compare compare) in test_set() function 260 test_set<float64_t, float64_t>(std::less<>()); in main() 261 …test_set<Num<int64_t>, Num<int32_t>>([](const Num<int64_t>& x, const Num<int32_t>& y) { return x <… in main() 263 …test_set<MemoryChecker, MemoryChecker>([](const MemoryChecker& val1, const MemoryChecker& val2) ->… in main()
|
/external/python/cpython2/Lib/test/ |
D | test_pprint.py | 4 import test.test_set 294 cube = test.test_set.cube(3) 454 cubo = test.test_set.linegraph(cube)
|
/external/mksh/src/ |
D | check.pl | 260 $test_set = $opt_s; 366 if (-d $test_set) { 367 $file_prefix_skip = length($test_set) + 1; 368 $ret = &process_test_dir($test_set); 371 $ret = &process_test_file($test_set);
|
/external/python/cryptography/tests/ |
D | test_cryptography_utils.py | 41 def test_set(self): member in TestCachedProperty
|
/external/fonttools/Tests/ttLib/tables/ |
D | T_S_I__0_test.py | 92 def test_set(table): function
|
/external/pigweed/pw_env_setup/py/ |
D | json_visitor_test.py | 48 def test_set(self): member in JSONVisitorTest
|
/external/ltp/ |
D | execltp.in | 196 def determine_context(output_log, testsuite, test_set, context): 201 for test in test_set:
|
/external/autotest/client/bin/ |
D | job_unittest.py | 523 test_set = {"a='foo bar baz' b='moo apt'": 529 for t in test_set: 531 expected_args = test_set[t]
|
/external/python/cpython3/Lib/test/ |
D | test_pprint.py | 9 import test.test_set 509 cube = test.test_set.cube(3) 669 cubo = test.test_set.linegraph(cube)
|
/external/python/pybind11/tests/ |
D | test_stl.py | 69 def test_set(doc): function
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 5049 TypeParam test_set(test_vals, test_vals + 4); in TEST() local 5051 EXPECT_FALSE(m.Matches(test_set)); in TEST() 5053 Explain(m, test_set)); in TEST() 5061 TypeParam test_set(test_vals, test_vals + 6); in TEST() local 5063 EXPECT_FALSE(m.Matches(test_set)); in TEST() 5064 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TEST() 5072 TypeParam test_set(test_vals, test_vals + 5); in TEST() local 5074 EXPECT_FALSE(m.Matches(test_set)); in TEST() 5077 Explain(m, test_set)); in TEST() 5085 TypeParam test_set(test_vals, test_vals + 5); in TEST() local [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | ppc-mmintrin.c | 577 test_set() { in test_set() function
|
D | ppc-xmmintrin.c | 1550 test_set() { in test_set() function
|
/external/autotest/client/common_lib/ |
D | control_data_unittest.py | 258 def test_set(self): member in SetMethodTests
|