Home
last modified time | relevance | path

Searched refs:test_set (Results 1 – 25 of 58) sorted by relevance

123

/third_party/boost/libs/geometry/test/core/
Dradian_access.cpp42 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/
Dquerying.cpp197 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_/
Dcmp_clang_ttp_passing2.cpp29 IntervalSetT test_set; in test_ttp() local
30 test_set.clear(); in test_ttp()
/third_party/boost/libs/unordered/test/unordered/
Dmerge_tests.cpp242 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))
Dswap_tests.cpp146 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)(
Dfind_tests.cpp137 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))(
Dmove_tests.cpp305 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)(
Dbucket_tests.cpp77 test::allocator2<test::object> >* test_set; variable
90 ((test_multimap_std_alloc)(test_set)(test_multiset)(test_map)(
Dassign_tests.cpp200 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)(
Dcopy_tests.cpp154 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)(
Dextract_tests.cpp117 test::allocator1<test::object> >* test_set; variable
129 extract_tests1, ((test_set)(test_multiset)(test_map)(test_multimap))(
/third_party/boost/libs/variant/test/
Dvariant_over_joint_view_test.cpp47 void test_set() { in test_set() function
62 test_set(); in main()
/third_party/boost/libs/fusion/test/algorithm/
Derase_key.cpp28 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/
Descaping_benchmark.cc42 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/
Descaping_benchmark.cc42 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/
Dcontainers.hpp18 test_set; typedef
42 #define CONTAINER_SEQ (test_set)(test_multiset)(test_map)(test_multimap)
/third_party/boost/libs/intrusive/test/
Dvoidptr_key_test.cpp65 void test_set() in test_set() function
91 test_set(); in main()
/third_party/boost/libs/serialization/test/
Dtest_set.cpp44 test_set(){ in test_set() function
107 test_set(); in test_main()
/third_party/boost/libs/ptr_container/test/
Dptr_set.cpp70 void test_set() in test_set() function
121 test->add( BOOST_TEST_CASE( &test_set ) ); in init_unit_test_suite()
Dptr_unordered_set.cpp94 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/
DNetRunner.java137 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/
Dtest_transform_bnn_layer.py140 test_set = create_dataset('/home/workspace/mindspore_dataset/mnist_data/test', 64, 1) variable
147 valid_acc = validate_model(network, test_set)
Dtest_transform_bnn_model.py139 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/
Dtest_bnn_layer.py135 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/
Dcheck.pl260 $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);

123