/third_party/boost/libs/function_types/test/classification/ |
D | is_cv_mem_func_ptr.cpp | 12 namespace ft = boost::function_types; 22 ft::is_member_function_pointer< mem_func_ptr, ft::non_const > 26 ft::is_member_function_pointer< mem_func_ptr, ft::non_volatile > 30 ft::is_member_function_pointer< mem_func_ptr, 31 ft::tag<ft::non_const, ft::non_volatile> > 35 ft::is_member_function_pointer< mem_func_ptr, ft::const_qualified > 39 ft::is_member_function_pointer< mem_func_ptr, ft::volatile_qualified > 43 ft::is_member_function_pointer< mem_func_ptr, 44 ft::tag<ft::const_qualified, ft::volatile_qualified> > 48 ft::is_member_function_pointer< mem_func_ptr, [all …]
|
D | is_cv_function.cpp | 12 namespace ft = boost::function_types; 18 ft::is_function<T, ft::non_const > in test_non_cv() 22 ft::is_function<T, ft::non_volatile > in test_non_cv() 26 ft::is_function<T, ft::tag<ft::non_const,ft::non_volatile> > in test_non_cv() 30 ft::is_function<T, ft::const_qualified > in test_non_cv() 34 ft::is_function<T, ft::volatile_qualified > in test_non_cv() 38 ft::is_function<T, ft::tag<ft::const_qualified,ft::volatile_qualified> > in test_non_cv() 46 ft::is_function<T, ft::const_qualified > in test_c_non_v() 50 ft::is_function<T, ft::non_volatile > in test_c_non_v() 54 ft::is_function<T, ft::tag<ft::const_qualified,ft::non_volatile> > in test_c_non_v() [all …]
|
D | is_variadic.cpp | 12 namespace ft = boost::function_types; 29 ft::is_callable_builtin< func > 33 ft::is_callable_builtin< func, ft::variadic > 37 ft::is_callable_builtin< func, ft::non_variadic > 41 ft::is_callable_builtin< nv_func > 45 ft::is_callable_builtin< nv_func, ft::variadic > 49 ft::is_callable_builtin< nv_func, ft::non_variadic > 53 ft::is_callable_builtin< func_ptr > 57 ft::is_callable_builtin< func_ptr, ft::variadic> 61 ft::is_callable_builtin< func_ptr, ft::non_variadic > [all …]
|
D | is_member_object_pointer.cpp | 12 namespace ft = boost::function_types; 25 ft::is_member_object_pointer< func > 29 ft::is_member_object_pointer< func_ptr > 33 ft::is_member_object_pointer< func_ref > 37 ft::is_member_object_pointer< mem_func_ptr > 41 ft::is_member_object_pointer< c_mem_func_ptr > 45 ft::is_member_object_pointer< v_mem_func_ptr > 49 ft::is_member_object_pointer< cv_mem_func_ptr > 53 ft::is_member_object_pointer< mem_ptr > 57 ft::is_member_object_pointer< func_ptr* > [all …]
|
D | is_member_function_pointer.cpp | 12 namespace ft = boost::function_types; 26 ft::is_member_function_pointer< func > 30 ft::is_member_function_pointer< func_ptr > 34 ft::is_member_function_pointer< func_ref > 38 ft::is_member_function_pointer< mem_func_ptr > 42 ft::is_member_function_pointer< c_mem_func_ptr > 46 ft::is_member_function_pointer< v_mem_func_ptr > 50 ft::is_member_function_pointer< cv_mem_func_ptr > 54 ft::is_member_function_pointer< mem_ptr > 58 ft::is_member_function_pointer< func_ptr* > [all …]
|
D | is_function.cpp | 12 namespace ft = boost::function_types; 25 ft::is_function< func > 29 ft::is_function< func_ptr > 33 ft::is_function< func_ref > 37 ft::is_function< mem_func_ptr > 41 ft::is_function< c_mem_func_ptr > 45 ft::is_function< v_mem_func_ptr > 49 ft::is_function< cv_mem_func_ptr > 53 ft::is_function< func_ptr* > 57 ft::is_function< mem_func_ptr* > [all …]
|
D | is_function_pointer.cpp | 12 namespace ft = boost::function_types; 25 ft::is_function_pointer< func > 29 ft::is_function_pointer< func_ptr > 33 ft::is_function_pointer< func_ref > 37 ft::is_function_pointer< mem_func_ptr > 41 ft::is_function_pointer< c_mem_func_ptr > 45 ft::is_function_pointer< v_mem_func_ptr > 49 ft::is_function_pointer< cv_mem_func_ptr > 53 ft::is_function_pointer< func_ptr* > 57 ft::is_function_pointer< mem_func_ptr* > [all …]
|
D | is_callable_builtin.cpp | 12 namespace ft = boost::function_types; 24 ft::is_callable_builtin< func > 28 ft::is_callable_builtin< func_ptr > 32 ft::is_callable_builtin< func_ref > 36 ft::is_callable_builtin< mem_func_ptr > 40 ft::is_callable_builtin< c_mem_func_ptr > 44 ft::is_callable_builtin< v_mem_func_ptr > 48 ft::is_callable_builtin< cv_mem_func_ptr > 52 ft::is_callable_builtin< func_ptr* > 56 ft::is_callable_builtin< mem_func_ptr* > [all …]
|
D | is_function_reference.cpp | 12 namespace ft = boost::function_types; 25 ft::is_function_reference< func > 29 ft::is_function_reference< func_ptr > 33 ft::is_function_reference< func_ref > 37 ft::is_function_reference< mem_func_ptr > 41 ft::is_function_reference< c_mem_func_ptr > 45 ft::is_function_reference< v_mem_func_ptr > 49 ft::is_function_reference< cv_mem_func_ptr > 53 ft::is_function_reference< func_ptr* > 57 ft::is_function_reference< mem_func_ptr* > [all …]
|
D | is_nonmember_callable_builtin.cpp | 12 namespace ft = boost::function_types; 25 ft::is_nonmember_callable_builtin< func > 29 ft::is_nonmember_callable_builtin< func_ptr > 33 ft::is_nonmember_callable_builtin< func_ref > 37 ft::is_nonmember_callable_builtin< mem_func_ptr > 41 ft::is_nonmember_callable_builtin< c_mem_func_ptr > 45 ft::is_nonmember_callable_builtin< v_mem_func_ptr > 49 ft::is_nonmember_callable_builtin< cv_mem_func_ptr > 53 ft::is_nonmember_callable_builtin< func_ptr* > 57 ft::is_nonmember_callable_builtin< mem_func_ptr* > [all …]
|
D | is_member_pointer.cpp | 12 namespace ft = boost::function_types; 26 ft::is_member_pointer< func > 30 ft::is_member_pointer< func_ptr > 34 ft::is_member_pointer< func_ref > 38 ft::is_member_pointer< mem_func_ptr > 42 ft::is_member_pointer< c_mem_func_ptr > 46 ft::is_member_pointer< v_mem_func_ptr > 50 ft::is_member_pointer< cv_mem_func_ptr > 54 ft::is_member_pointer< mem_ptr > 58 ft::is_member_pointer< func_ptr* > [all …]
|
D | is_cv_pointer.cpp | 13 namespace ft = boost::function_types; 26 ft::is_function_pointer< func_c_ptr, ft::non_cv > 30 ft::is_function_pointer< func_v_ptr, ft::non_cv > 34 ft::is_function_pointer< func_cv_ptr, ft::non_cv > 39 ft::is_member_function_pointer< mem_func_c_ptr, ft::non_cv > 43 ft::is_member_function_pointer< mem_func_v_ptr, ft::non_cv > 47 ft::is_member_function_pointer< mem_func_cv_ptr, ft::non_cv >
|
/third_party/boost/libs/function_types/test/custom_ccs/ |
D | property_tag.cpp | 12 namespace ft = boost::function_types; 15 typedef ft::tag<ft::variadic,ft::non_volatile,ft::non_const,ft::default_cc> tag1; 16 typedef ft::tag<ft::const_non_volatile,ft::const_qualified> tag2; 17 typedef ft::tag<ft::cv_qualified,ft::variadic> tag3; 18 typedef ft::null_tag tag4; 19 typedef ft::tag<ft::variadic,ft::volatile_non_const> tag5; 20 typedef ft::tag<ft::volatile_qualified,ft::non_const,ft::variadic> tag6; 21 typedef ft::tag<ft::non_variadic,ft::const_non_volatile,ft::default_cc> tag7; 22 typedef ft::tag<ft::non_cv,ft::default_cc> tag8; 24 BOOST_MPL_ASSERT((ft::has_property_tag<tag1, ft::variadic>)); [all …]
|
D | member_ccs_exact.cpp | 20 namespace ft = boost::function_types; 23 typedef ft::stdcall_cc cc; 24 typedef ft::default_cc dc; 29 ft::is_callable_builtin< ft::member_function_pointer<mpl::vector<int, C &>, cc>::type, cc > 33 ft::is_callable_builtin< ft::member_function_pointer<mpl::vector<int, C const &>, cc>::type, cc > 37 …ft::is_callable_builtin< ft::member_function_pointer<mpl::vector<int, C volatile &>, cc>::type, cc… 41 …ft::is_callable_builtin< ft::member_function_pointer<mpl::vector<int, C const volatile &>, cc>::ty… 45 ft::is_callable_builtin< ft::member_function_pointer<mpl::vector<int, C &> >::type, dc > 49 ft::is_callable_builtin< ft::member_function_pointer<mpl::vector<int, C &>, cc>::type, dc > 53 ft::is_callable_builtin< ft::member_function_pointer<mpl::vector<int, C const &>, cc>::type, dc > [all …]
|
D | nonmember_ccs_exact.cpp | 22 namespace ft = boost::function_types; 25 typedef ft::stdcall_cc cc; 26 typedef ft::default_cc dc; 30 ft::is_callable_builtin< ft::function_type<mpl::vector<void>,cc>::type, cc > 34 ft::is_callable_builtin< ft::function_pointer<mpl::vector<void>,cc>::type, cc > 38 ft::is_callable_builtin< ft::function_reference<mpl::vector<void>,cc>::type, cc > 42 ft::is_callable_builtin< ft::function_pointer<mpl::vector<void> >::type, dc > 46 ft::is_callable_builtin< ft::function_type<mpl::vector<void>, cc>::type, dc > 50 ft::is_callable_builtin< ft::function_pointer<mpl::vector<void>,cc>::type, dc > 54 ft::is_callable_builtin< ft::function_reference<mpl::vector<void>,cc>::type, dc > [all …]
|
/third_party/boost/libs/function_types/test/synthesis/ |
D | cv_function_synthesis.cpp | 14 namespace ft = boost::function_types; 21 ft::function_type< mpl::vector<void,int>, in test_non_cv() 22 ft::tag<ft::non_const,ft::non_volatile> >::type in test_non_cv() 27 ft::function_type< mpl::vector<void,int>, ft::non_const >::type in test_non_cv() 32 ft::function_type< mpl::vector<void,int>, ft::non_volatile >::type in test_non_cv() 37 ft::function_type< mpl::vector<void,int> >::type in test_non_cv() 42 ft::function_type< mpl::vector<void,int>, in test_non_cv() 43 ft::tag<ft::const_qualified,ft::non_volatile> >::type in test_non_cv() 48 ft::function_type< mpl::vector<void,int>, ft::const_qualified >::type in test_non_cv() 53 ft::function_type< mpl::vector<void,int>, in test_non_cv() [all …]
|
D | mem_func_ptr_cv1.cpp | 14 namespace ft = boost::function_types; 28 is_same< ft::member_function_pointer< mpl::vector<int,C,int> >::type 33 is_same< ft::member_function_pointer< mpl::vector<int,C const,int> >::type 38 is_same< ft::member_function_pointer< 44 is_same< ft::member_function_pointer< 52 is_same< ft::member_function_pointer< 54 , ft::tag<ft::non_const, ft::non_volatile> >::type 59 is_same< ft::member_function_pointer< mpl::vector<int,C volatile,int>, 60 ft::tag<ft::const_qualified, ft::non_volatile> >::type 65 is_same< ft::member_function_pointer< mpl::vector<int,C const,int>, [all …]
|
D | mem_func_ptr_cv2.cpp | 14 namespace ft = boost::function_types; 28 is_same< ft::member_function_pointer< mpl::vector<int,C &,int> >::type 33 is_same< ft::member_function_pointer< mpl::vector<int,C const &,int> >::type 38 is_same< ft::member_function_pointer< 44 is_same< ft::member_function_pointer< 52 is_same< ft::member_function_pointer< 54 , ft::tag<ft::non_const, ft::non_volatile> >::type 59 is_same< ft::member_function_pointer< mpl::vector<int,C volatile &,int>, 60 ft::tag<ft::const_qualified, ft::non_volatile> >::type 65 is_same< ft::member_function_pointer< mpl::vector<int,C const &,int>, [all …]
|
D | transformation.cpp | 17 namespace ft = boost::function_types; 28 BOOST_MPL_ASSERT(( is_same< func1, ft::function_type<func1>::type > )); 29 BOOST_MPL_ASSERT(( is_same< func1, ft::function_type<func_ptr1>::type > )); 30 BOOST_MPL_ASSERT(( is_same< func1, ft::function_type<func_ref1>::type > )); 31 BOOST_MPL_ASSERT(( is_same< func1, ft::function_type<mem_func_ptr1>::type > )); 33 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<func1>::type > )); 34 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<func_ptr1>::type > )); 35 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<func_ref1>::type > )); 36 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<mem_func_ptr1>::type > )); 38 BOOST_MPL_ASSERT(( is_same< func_ref1, ft::function_reference<func1>::type > )); [all …]
|
D | member_function_pointer.cpp | 14 namespace ft = boost::function_types; 27 is_same< ft::member_function_pointer< mpl::vector<int,C,int> >::type 32 is_same< ft::member_function_pointer< mpl::vector<int,C,int>, 33 ft::tag<ft::non_const, ft::non_volatile> >::type 38 is_same< ft::member_function_pointer< mpl::vector<int,C,int> 39 , ft::const_qualified >::type 44 is_same< ft::member_function_pointer< mpl::vector<int,C,int>, 45 ft::tag<ft::const_qualified, ft::non_volatile> >::type 50 is_same< ft::member_function_pointer< mpl::vector<int,C,int> 51 , ft::volatile_qualified >::type [all …]
|
D | variadic_function_synthesis.cpp | 18 namespace ft = boost::function_types; 29 ft::function_type<mpl::vector<int>, ft::variadic>::type, expected_v_1 33 ft::function_type<mpl::vector<int>, ft::non_variadic>::type, expected_nv_1 37 ft::function_pointer<mpl::vector<int>, ft::variadic>::type, expected_v_1 * 41 ft::function_pointer<mpl::vector<int>, ft::non_variadic>::type 46 ft::function_reference<mpl::vector<int>, ft::variadic>::type, expected_v_1 & 50 ft::function_reference<mpl::vector<int>, ft::non_variadic>::type 55 ft::member_function_pointer<mpl::vector<int,C>, ft::variadic>::type 60 ft::member_function_pointer<mpl::vector<int,C>, ft::non_variadic>::type
|
/third_party/python/Lib/turtledemo/ |
D | fractalcurves.py | 79 ft = CurvesTurtle() 81 ft.reset() 82 ft.speed(0) 83 ft.ht() 84 ft.getscreen().tracer(1,0) 85 ft.pu() 88 ft.setpos(-33*size, -32*size) 89 ft.pd() 92 ft.fillcolor("red") 93 ft.begin_fill() [all …]
|
/third_party/boost/libs/function_types/test/decomposition/ |
D | result_type.cpp | 15 namespace ft = boost::function_types; 36 boost::is_same<ft::result_type<func>::type,C> 40 boost::is_same<ft::result_type<c_func>::type,C const> 44 boost::is_same<ft::result_type<func_ptr>::type,C> 48 boost::is_same<ft::result_type<c_func_ptr>::type,C const> 52 boost::is_same<ft::result_type<func_ref>::type,C> 56 boost::is_same<ft::result_type<c_func_ref>::type,C const> 60 boost::is_same<ft::result_type<mem_func_ptr>::type,C> 64 boost::is_same<ft::result_type<c_mem_func_ptr>::type,C const> 68 boost::is_same<ft::result_type<mem_func_ptr_c>::type,C> [all …]
|
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/tests/ |
D | SHLANA-1.tests | 1 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… 2 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… 3 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… 4 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A3… 5 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A3… 6 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… 7 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… 8 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… 9 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… 10 ../fonts/TestShapeLana.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+1A2… [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/tests/ |
D | SHLANA-1.tests | 1 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 2 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 3 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 4 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A3… 5 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A3… 6 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 7 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 8 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 9 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… 10 ../fonts/TestShapeLana.ttf;--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft;U+1A2… [all …]
|