/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 | 1297 static void Run(TestSetType* test_set, TestResult<DstScalar>* test_result) { 1299 EvalEigen(test_set->lhs.matrix, test_set->rhs.matrix, 1300 test_set->mul_params, test_set->max_num_threads, 1303 EvalEigenTensor(test_set->lhs.matrix, test_set->rhs.matrix, 1304 test_set->mul_params, test_set->max_num_threads, 1307 EvalOpenBlas(test_set->lhs.matrix, test_set->rhs.matrix, 1308 test_set->mul_params, test_set->max_num_threads, 1319 static void Run(TestSetType* test_set, TestResult<DstScalar>* test_result) { 1321 EvalGemmlowp(test_set->lhs.matrix, test_set->rhs.matrix, 1322 test_set->mul_params, test_set->max_num_threads, [all …]
|
/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/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/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/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/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/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/autotest/client/cros/enterprise/ |
D | test_policy_group.py | 86 test_set = {'Extension1': {'Policy1': 'Hidden1'}} 90 extension_test.set_extension_policy(test_set)
|
/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)
|
D | test_marshal.py | 327 def test_set(self, size): member in LargeValuesTestCase
|
/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/pybind11/tests/ |
D | test_stl.py | 69 def test_set(doc): function
|
D | test_pytypes.py | 51 def test_set(capture, doc): function
|
/external/python/cpython3/Lib/test/ |
D | test_pprint.py | 10 import test.test_set 663 cube = test.test_set.cube(3) 823 cubo = test.test_set.linegraph(cube)
|
/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/autotest/client/common_lib/ |
D | control_data_unittest.py | 258 def test_set(self): member in SetMethodTests
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_variables.py | 214 def test_set(self): member in TestBooleanVar
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 299 def test_set(self): member in TestBooleanVar
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UnicodeSetTest.java | 2737 Set<String> test_set = Collections.emptySet(); in testCompareTo() local 2738 assertEquals("UnicodeSet not empty", 0, UnicodeSet.EMPTY.compareTo(test_set)); in testCompareTo() 2744 UnicodeSet.ALL_CODE_POINTS.compareTo(test_set) > 0); in testCompareTo()
|