| /external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessor/ |
| D | filter_params.hpp | 17 #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/ |
| D | bind_unique_ptr_test.cpp | 55 …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
|
| D | bind_function_ap_test.cpp | 64 …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
|
| D | bind_nested_rv_test.cpp | 52 …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/ |
| D | lsp_hash_test.cpp | 14 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
|
| D | wp_hash_test.cpp | 15 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
|
| D | local_sp_test.cpp | 364 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
|
| D | sp_hash_test3.cpp | 19 boost::shared_ptr< int[1] > p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
|
| D | sp_hash_test.cpp | 19 boost::shared_ptr< int > p1, p2( p1 ), p3( new int ), p4( p3 ), p5( new int ); in main() local
|
| D | sp_hash_test2.cpp | 19 boost::shared_ptr< int[] > p1, p2( p1 ), p3( new int[1] ), p4( p3 ), p5( new int[1] ); in main() local
|
| D | sp_unordered_test.cpp | 44 boost::shared_ptr<int> p5( (int*)0 ); in main() local
|
| D | lsp_owner_before_test.cpp | 22 boost::local_shared_ptr<int> p5; in main() local
|
| D | lsp_owner_equals_test.cpp | 23 boost::local_shared_ptr<int> p5; in main() local
|
| D | owner_equal_to_test2.cpp | 26 boost::local_shared_ptr<int> p5; in main() local
|
| D | owner_less_test2.cpp | 25 boost::local_shared_ptr<int> p5; in main() local
|
| /external/googletest/googlemock/include/gmock/ |
| D | gmock-more-actions.h | 215 #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/ |
| D | gmock-more-actions.h | 215 #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/ |
| D | gmock-more-actions.h | 215 #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/ |
| D | gmock-more-actions.h | 215 #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/ |
| D | tuple.by.type.pass.cpp | 40 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/ |
| D | tuple.by.type.pass.cpp | 41 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/ |
| D | AggregationData.java | 64 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/ |
| D | lol_ip_content.dtd | 7 <!ENTITY % p5 "%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;%p4;"> parameterEntity
|
| /external/clang/test/SemaCXX/ |
| D | cxx11-ast-print.cpp | 30 const char *p5 = 1e12_baz; variable
|
| /external/ltp/testcases/kernel/syscalls/sched_setparam/ |
| D | sched_setparam03.c | 24 struct sched_param p5 = { .sched_priority = 5 }; in run() local
|