Home
last modified time | relevance | path

Searched defs:p5 (Results 1 – 25 of 168) sorted by relevance

1234567

/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessor/
Dfilter_params.hpp17 #define BOOST_MPL_PP_FILTER_PARAMS_0(p1,p2,p3,p4,p5,p6,p7,p8,p9) argument
18 #define BOOST_MPL_PP_FILTER_PARAMS_1(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1 argument
19 #define BOOST_MPL_PP_FILTER_PARAMS_2(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2 argument
20 #define BOOST_MPL_PP_FILTER_PARAMS_3(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3 argument
21 #define BOOST_MPL_PP_FILTER_PARAMS_4(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4 argument
22 #define BOOST_MPL_PP_FILTER_PARAMS_5(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5 argument
23 #define BOOST_MPL_PP_FILTER_PARAMS_6(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6 argument
24 #define BOOST_MPL_PP_FILTER_PARAMS_7(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6,p7 argument
25 #define BOOST_MPL_PP_FILTER_PARAMS_8(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6,p7,p8 argument
26 #define BOOST_MPL_PP_FILTER_PARAMS_9(p1,p2,p3,p4,p5,p6,p7,p8,p9) p1,p2,p3,p4,p5,p6,p7,p8,p9 argument
/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_unique_ptr_test.cpp55 …td::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::unique_ptr<int> p5 ) in fv5()
64 …e_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::unique_ptr<int> p5, std::uni… in fv6()
74 …e_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::unique_ptr<int> p5, std::uni… in fv7()
85 …e_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::unique_ptr<int> p5, std::uni… in fv8()
97 …e_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::unique_ptr<int> p5, std::uni… in fv9()
147 std::unique_ptr<int> p5( new int(5) ); in test() local
157 std::unique_ptr<int> p5( new int(5) ); in test() local
168 std::unique_ptr<int> p5( new int(5) ); in test() local
180 std::unique_ptr<int> p5( new int(5) ); in test() local
193 std::unique_ptr<int> p5( new int(5) ); in test() local
Dbind_function_ap_test.cpp64 …t> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto_ptr<int> p5 ) in fv5()
73 …::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto_ptr<int> p5, std::auto… in fv6()
83 …::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto_ptr<int> p5, std::auto… in fv7()
94 …::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto_ptr<int> p5, std::auto… in fv8()
106 …::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto_ptr<int> p5, std::auto… in fv9()
166 std::auto_ptr<int> p5( new int(5) ); in test() local
178 std::auto_ptr<int> p5( new int(5) ); in test() local
191 std::auto_ptr<int> p5( new int(5) ); in test() local
205 std::auto_ptr<int> p5( new int(5) ); in test() local
220 std::auto_ptr<int> p5( new int(5) ); in test() local
Dbind_nested_rv_test.cpp52 …ared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::shared_ptr<int> p5 ) in f5()
62 …<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::shared_ptr<int> p5, boost::… in f6()
73 …<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::shared_ptr<int> p5, boost::… in f7()
85 …<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::shared_ptr<int> p5, boost::… in f8()
98 …<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::shared_ptr<int> p5, boost::… in f9()
/external/sdv/vsomeip/third_party/boost/smart_ptr/test/
Dlsp_hash_test.cpp14 boost::local_shared_ptr<int> p1, p2( p1 ), p3( new int ), p4( p3 ), p5( new int ); in main() local
32 boost::local_shared_ptr<int[]> p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
50 boost::local_shared_ptr<int[1]> p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
Dwp_hash_test.cpp15 boost::shared_ptr<int> p1, p2( p1 ), p3( new int ), p4( p3 ), p5( new int ); in main() local
36 boost::shared_ptr<int[]> p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
57 boost::shared_ptr<int[1]> p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
Dlocal_sp_test.cpp364 boost::local_shared_ptr<void const> p5( p3 ); in empty_copy_test() local
453 boost::local_shared_ptr<void const> p5( std::move(p3) ); in empty_move_test() local
676 boost::local_shared_ptr<void const> p5( p3 ); in empty_shared_ptr_copy_test() local
766 boost::local_shared_ptr<void const> p5( std::move(p3) ); in empty_shared_ptr_move_test() local
979 boost::local_shared_ptr<void const> p5; in empty_copy_assign_test() local
1131 boost::local_shared_ptr<void const> p5; in empty_move_assign_test() local
1403 boost::local_shared_ptr<void const> p5; in empty_shared_ptr_copy_assign_test() local
1556 boost::local_shared_ptr<void const> p5; in empty_shared_ptr_move_assign_test() local
1711 boost::local_shared_ptr<void const> p5; in empty_unique_ptr_assign_test() local
Dsp_hash_test3.cpp19 boost::shared_ptr< int[1] > p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
Dsp_hash_test.cpp19 boost::shared_ptr< int > p1, p2( p1 ), p3( new int ), p4( p3 ), p5( new int ); in main() local
Dsp_hash_test2.cpp19 boost::shared_ptr< int[] > p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
Dsp_unordered_test.cpp44 boost::shared_ptr<int> p5( (int*)0 ); in main() local
Dlsp_owner_before_test.cpp22 boost::local_shared_ptr<int> p5; in main() local
Dlsp_owner_equals_test.cpp23 boost::local_shared_ptr<int> p5; in main() local
Downer_equal_to_test2.cpp26 boost::local_shared_ptr<int> p5; in main() local
Downer_less_test2.cpp25 boost::local_shared_ptr<int> p5; in main() local
/external/googletest/googlemock/include/gmock/
Dgmock-more-actions.h215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
276 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument
287 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument
299 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument
313 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
[all …]
/external/cronet/third_party/googletest/src/googlemock/include/gmock/
Dgmock-more-actions.h215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
276 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument
287 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument
299 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument
313 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
[all …]
/external/libaom/third_party/googletest/src/googlemock/include/gmock/
Dgmock-more-actions.h215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
276 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument
287 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument
299 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument
313 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
267 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument
276 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) \ argument
287 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7) \ argument
299 #define GMOCK_INTERNAL_INIT_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7, \ argument
313 #define GMOCK_INTERNAL_INIT_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, \ argument
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.pass.cpp40 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
46 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.elem/
Dtuple.by.type.pass.cpp41 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
47 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DAggregationData.java64 Function<? super LastValueDataLong, T> p5, in match()
104 Function<? super LastValueDataLong, T> p5, in match()
147 Function<? super LastValueDataLong, T> p5, in match()
190 Function<? super LastValueDataLong, T> p5, in match()
245 Function<? super LastValueDataLong, T> p5, in match()
441 Function<? super LastValueDataLong, T> p5, in match()
484 Function<? super LastValueDataLong, T> p5, in match()
527 Function<? super LastValueDataLong, T> p5, in match()
/external/libxml2/test/recurse/
Dlol_ip_content.dtd7 <!ENTITY % p5 "%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;"> parameterEntity
/external/clang/test/SemaCXX/
Dcxx11-ast-print.cpp30 const char *p5 = 1e12_baz; variable
/external/ltp/testcases/kernel/syscalls/sched_setparam/
Dsched_setparam03.c24 struct sched_param p5 = { .sched_priority = 5 }; in run() local

1234567