Home
last modified time | relevance | path

Searched refs:test_conversion (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/fusion/test/sequence/
Dtuple_construction.cpp22 struct test_conversion struct
24 test_conversion(int value) : value_(value) {} in test_conversion() function
36 const tuple<int, test_conversion> instance(std::pair<int, int>(1, 9)); in main() argument
43 const tuple<int, test_conversion> instance(init); in main()
/third_party/boost/libs/ratio/test/ratio_arithmetic/
Dratio_add_pass.cpp86 boost::intmax_t test_conversion() { in test_conversion() function
/third_party/boost/libs/ratio/test/ratio_extensions/
Dmpl_plus_pass.cpp88 boost::intmax_t test_conversion() { in test_conversion() function
/third_party/boost/libs/units/test/
DJamfile.v244 run test_conversion.cpp test_framework ;
Dtest_conversion.cpp55 BOOST_AUTO_TEST_CASE(test_conversion) { in BOOST_AUTO_TEST_CASE() argument
/third_party/skia/tests/
DReadPixelsTest.cpp433 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, in test_conversion() function
504 test_conversion(reporter, in DEF_TEST()
/third_party/flutter/skia/tests/
DReadPixelsTest.cpp541 static void test_conversion(skiatest::Reporter* r, const SkImageInfo& dstInfo, in test_conversion() function
612 test_conversion(reporter, in DEF_TEST()
/third_party/python/Lib/test/
Dtest_long.py381 def test_conversion(self): member in LongTest
Dtest_unicode.py2277 def test_conversion(self): member in UnicodeTest
/third_party/python/Lib/lib2to3/tests/
Dtest_fixers.py1202 def test_conversion(self): member in Test_execfile