/third_party/boost/libs/geometry/test/core/ |
D | radian_access.cpp | 42 void test_set(T const& c, T const& e) in test_set() function 68 test_set<0, bg::model::point<T, 2, bg::cs::spherical<bg::degree> > > in test() 70 test_set<1, bg::model::point<T, 2, bg::cs::spherical<bg::degree> > > in test() 80 test_set<0, bg::model::point<T, 2, bg::cs::spherical<bg::radian> > > in test() 82 test_set<1, bg::model::point<T, 2, bg::cs::spherical<bg::radian> > > in test() 94 test_set<2, bg::model::point<T, 3, bg::cs::spherical<bg::radian> > > in test() 96 test_set<2, bg::model::point<T, 3, bg::cs::spherical<bg::degree> > > in test()
|
/third_party/boost/libs/phoenix/test/algorithm/ |
D | querying.cpp | 197 const std::set<int> test_set(array, array + 3); in lower_bound_test() local 199 BOOST_TEST(boost::phoenix::lower_bound(arg1, 2)(test_set) == test_set.lower_bound(2)); in lower_bound_test() 214 const std::set<int> test_set(array, array + 3); in upper_bound_test() local 216 BOOST_TEST(upper_bound(arg1, 2)(test_set) == test_set.upper_bound(2)); in upper_bound_test() 231 const std::set<int> test_set(array, array + 4); in equal_range_test() local 237 BOOST_TEST(boost::phoenix::equal_range(arg1, 2)(test_set).first == in equal_range_test() 238 test_set.equal_range(2).first); in equal_range_test() 239 BOOST_TEST(boost::phoenix::equal_range(arg1, 2)(test_set).second == in equal_range_test() 240 test_set.equal_range(2).second); in equal_range_test()
|
/third_party/boost/libs/icl/test/cmp_clang_ttp_passing2_/ |
D | cmp_clang_ttp_passing2.cpp | 29 IntervalSetT test_set; in test_ttp() local 30 test_set.clear(); in test_ttp()
|
/third_party/boost/libs/unordered/test/unordered/ |
D | merge_tests.cpp | 242 test::allocator1<test::object> >* test_set; variable 264 ((test_set)(test_multiset)) 265 ((test_set)(test_multiset)) 279 ((test_set)(test_multiset)) 298 ((test_set)) 299 ((test_set)(test_multiset)) 324 ((test_set)(test_multiset))
|
D | swap_tests.cpp | 146 test::allocator1<test::object> >* test_set; variable 191 BOOST_TEST(!is_propagate(test_set)); in UNORDERED_AUTO_TEST() 197 swap_tests1, ((test_map_std_alloc)(test_set)(test_multiset)(test_map)( 205 ((test_set)(test_multiset)(test_map)(test_multimap)(test_set_prop_swap)(
|
D | find_tests.cpp | 137 test::allocator2<test::object> >* test_set; variable 150 find_tests1, ((test_set)(test_multiset)(test_map)(test_multimap))( 153 ((test_set)(test_multiset)(test_map)(test_multimap))(
|
D | move_tests.cpp | 305 test::allocator2<test::object> >* test_set; variable 345 ((test_map_std_alloc)(test_set)(test_multiset)(test_map)(test_multimap)( 352 ((test_map_std_alloc)(test_set)(test_multiset)(test_map)(test_multimap)( 359 ((test_set)(test_multiset)(test_map)(test_multimap)(test_set_prop_move)( 365 ((test_set)(test_multiset)(test_map)(test_multimap)(test_set_prop_move)(
|
D | bucket_tests.cpp | 77 test::allocator2<test::object> >* test_set; variable 90 ((test_multimap_std_alloc)(test_set)(test_multiset)(test_map)(
|
D | assign_tests.cpp | 200 test::allocator1<test::object> >* test_set; variable 246 BOOST_TEST(!is_propagate(test_set)); in UNORDERED_AUTO_TEST() 252 ((test_map_std_alloc)(test_set)(test_multiset)(test_map)(test_multimap)( 260 assign_tests2, ((test_set)(test_multiset)(test_map)(test_multimap)(
|
D | copy_tests.cpp | 154 test::allocator1<test::object> >* test_set; variable 193 ((test_set)(test_multiset)(test_map)(test_multimap)(test_set_select_copy)( 201 ((test_set)(test_multiset)(test_map)(test_multimap)(test_set_select_copy)(
|
D | extract_tests.cpp | 117 test::allocator1<test::object> >* test_set; variable 129 extract_tests1, ((test_set)(test_multiset)(test_map)(test_multimap))(
|
/third_party/boost/libs/variant/test/ |
D | variant_over_joint_view_test.cpp | 47 void test_set() { in test_set() function 62 test_set(); in main()
|
/third_party/boost/libs/fusion/test/algorithm/ |
D | erase_key.cpp | 28 void test_set(Set const& set) in test_set() function 69 test_set(erase_key<char>(make_set(1, 'x', 1.5, std::string("hello")))); in main()
|
/third_party/skia/third_party/externals/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()
|
/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()
|
/third_party/boost/libs/unordered/test/exception/ |
D | containers.hpp | 18 test_set; typedef 42 #define CONTAINER_SEQ (test_set)(test_multiset)(test_map)(test_multimap)
|
/third_party/boost/libs/intrusive/test/ |
D | voidptr_key_test.cpp | 65 void test_set() in test_set() function 91 test_set(); in main()
|
/third_party/boost/libs/serialization/test/ |
D | test_set.cpp | 44 test_set(){ in test_set() function 107 test_set(); in test_main()
|
/third_party/boost/libs/ptr_container/test/ |
D | ptr_set.cpp | 70 void test_set() in test_set() function 121 test->add( BOOST_TEST_CASE( &test_set ) ); in init_unit_test_suite()
|
D | ptr_unordered_set.cpp | 94 void test_set() in test_set() function 148 test->add( BOOST_TEST_CASE( &test_set ) ); in init_unit_test_suite()
|
/third_party/mindspore/mindspore/lite/examples/train_lenet_java/src/main/java/com/mindspore/lite/train_lenet/ |
D | NetRunner.java | 137 Vector<DataSet.DataLabelTuple> test_set = ds.getTestData(); in calculateAccuracy() local 138 long tests = test_set.size() / batchSize; in calculateAccuracy() 144 Vector<Integer> labels = fillInputData(test_set, (maxTests == -1)); in calculateAccuracy()
|
/third_party/mindspore/tests/st/probability/transforms/ |
D | test_transform_bnn_layer.py | 140 test_set = create_dataset('/home/workspace/mindspore_dataset/mnist_data/test', 64, 1) variable 147 valid_acc = validate_model(network, test_set)
|
D | test_transform_bnn_model.py | 139 test_set = create_dataset('/home/workspace/mindspore_dataset/mnist_data/test', 64, 1) variable 146 valid_acc = validate_model(network, test_set)
|
/third_party/mindspore/tests/st/probability/bnn_layers/ |
D | test_bnn_layer.py | 135 test_set = create_dataset('/home/workspace/mindspore_dataset/mnist_data/test', 64, 1) variable 142 valid_acc = validate_model(network, test_set)
|
/third_party/mksh/ |
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);
|