Home
last modified time | relevance | path

Searched refs:max_repeats (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/property_tree/examples/
Dspeed_test.cpp42 int max_repeats = 1000000 / size; in clock_push_back() local
43 shared_array<ptree> pt_array(new ptree[max_repeats]); in clock_push_back()
49 if (n >= max_repeats) in clock_push_back()
88 int max_repeats = 100000 / size; in clock_erase() local
89 shared_array<ptree> pt_array(new ptree[max_repeats]); in clock_erase()
92 for (int n = 0; n < max_repeats; ++n) in clock_erase()
100 if (n >= max_repeats) in clock_erase()
/third_party/boost/libs/spirit/workbench/
Dmeasure.hpp122 #define BOOST_SPIRIT_TEST_BENCHMARK(max_repeats, FSeq) \ argument
125 while (measured < 2.0 && repeats <= max_repeats) \
/third_party/boost/libs/numeric/ublas/test/
Dtest_coordinate_vector_inplace_merge.cpp46 const size_t max_repeats = 100; in BOOST_UBLAS_TEST_DEF() local
51 for (size_t repeats = 1; repeats < max_repeats; ++repeats ) { in BOOST_UBLAS_TEST_DEF()
Dtest_coordinate_matrix_inplace_merge.cpp54 const size_t max_repeats = 100; in BOOST_UBLAS_TEST_DEF() local
59 for (size_t repeats = 1; repeats < max_repeats; ++repeats ) { in BOOST_UBLAS_TEST_DEF()
/third_party/python/Lib/urllib/
Drequest.py648 max_repeats = 4 variable in HTTPRedirectHandler
736 if (visited.get(newurl, 0) >= self.max_repeats or
/third_party/python/Lib/test/
Dtest_urllib2.py1219 self.assertEqual(count, urllib.request.HTTPRedirectHandler.max_repeats)