Home
last modified time | relevance | path

Searched refs:get_test_data (Results 1 – 5 of 5) sorted by relevance

/third_party/curl/tests/
Dutil.py69 def get_test_data(self, test_number): member in TestData
89 data = td.get_test_data(1)
Dsmbserver.py300 contents = self.ctd.get_test_data(requested_filename).encode('utf-8')
/third_party/mindspore/tests/ut/python/train/summary/
Dtest_image_summary.py43 def get_test_data(step): function
72 test_data = get_test_data(i)
Dtest_summary_record.py29 def get_test_data(step): function
/third_party/boost/libs/math/tools/
Dlanczos_generator.cpp4507 std::vector<std::vector<T> > const & get_test_data() in get_test_data() function
4729 std::vector<std::vector<R> > const & tests1 = get_test_data<R>(); in get_max_error()
4763 std::vector<std::vector<T> > const& tests1 = get_test_data<T>(); in get_max_error_sterling()
5180 std::vector<std::vector<mp_t> > const & tests = get_test_data<mp_t>(); in main()