Home
last modified time | relevance | path

Searched defs:p4 (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_unique_ptr_test.cpp47 …td::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4 ) in fv4()
55 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv5()
64 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv6()
74 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv7()
85 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv8()
97 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv9()
137 std::unique_ptr<int> p4( new int(4) ); in test() local
146 std::unique_ptr<int> p4( new int(4) ); in test() local
156 std::unique_ptr<int> p4( new int(4) ); in test() local
167 std::unique_ptr<int> p4( new int(4) ); in test() local
[all …]
Dbind_function_ap_test.cpp56 …d fv4( std::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4 ) in fv4()
64 …::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto… in fv5()
73 …::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto… in fv6()
83 …::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto… in fv7()
94 …::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto… in fv8()
106 …::auto_ptr<int> p1, std::auto_ptr<int> p2, std::auto_ptr<int> p3, std::auto_ptr<int> p4, std::auto… in fv9()
154 std::auto_ptr<int> p4( new int(4) ); in test() local
165 std::auto_ptr<int> p4( new int(4) ); in test() local
177 std::auto_ptr<int> p4( new int(4) ); in test() local
190 std::auto_ptr<int> p4( new int(4) ); in test() local
[all …]
Dbind_nested_rv_test.cpp43 …ared_ptr<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4 ) in f4()
52 …<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::… in f5()
62 …<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::… in f6()
73 …<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::… in f7()
85 …<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::… in f8()
98 …<int> p1, boost::shared_ptr<int> p2, boost::shared_ptr<int> p3, boost::shared_ptr<int> p4, boost::… in f9()
/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/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.cpp359 boost::local_shared_ptr<void> p4( p1 ); in empty_copy_test() local
448 boost::local_shared_ptr<void> p4(( boost::local_shared_ptr<T>() )); in empty_move_test() local
671 boost::local_shared_ptr<void> p4( p1 ); in empty_shared_ptr_copy_test() local
761 boost::local_shared_ptr<void> p4(( boost::shared_ptr<T>() )); in empty_shared_ptr_move_test() local
972 boost::local_shared_ptr<void> p4; in empty_copy_assign_test() local
1008 boost::local_shared_ptr<void> p4( static_cast<T*>(0) ); in empty_copy_assign_test_() local
1124 boost::local_shared_ptr<void> p4; in empty_move_assign_test() local
1155 boost::local_shared_ptr<void> p4( static_cast<T*>(0) ); in empty_move_assign_test_() local
1395 boost::local_shared_ptr<void> p4; in empty_shared_ptr_copy_assign_test() local
1432 boost::local_shared_ptr<void> p4( static_cast<T*>(0) ); in empty_shared_ptr_copy_assign_test_() local
[all …]
Dshared_ptr_alias_move_test.cpp96 boost::shared_ptr< int const volatile > p4( new int ); in main() local
131 boost::shared_ptr< void const volatile > p4( 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
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument
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
259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ 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
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-more-actions.h212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument
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
259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ 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
[all …]
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument
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
259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ 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
[all …]
/external/cronet/tot/third_party/googletest/src/googlemock/include/gmock/
Dgmock-more-actions.h212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument
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
259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ 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
[all …]
/external/cronet/stable/third_party/googletest/src/googlemock/include/gmock/
Dgmock-more-actions.h212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument
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
259 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ 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
[all …]
/external/sdv/vsomeip/third_party/boost/container/test/
Dpair_test.cpp41 dtl::pair<test::movable_and_copyable_int, test::movable_and_copyable_int> p4; in main() local
47 dtl::pair<test::movable_and_copyable_int, test::movable_and_copyable_int> p4(1, 2); in main() local
58 …dtl::pair<test::movable_and_copyable_int, test::movable_and_copyable_int> p4(::boost::move(a), ::b… in main() local
/external/sdv/vsomeip/third_party/boost/proto/test/
Dmake_expr.cpp65 p4_type p4 = proto::make_expr<proto::tag::plus>(p3, 0); in test_make_expr() local
104 p4_type p4 = proto::make_expr<proto::tag::plus>(boost::ref(p3), 0); in test_make_expr_ref() local
141 p4_type p4 = proto::functional::make_expr<proto::tag::plus>()(p3, 0); in test_make_expr_functional() local
179 p4_type p4 = proto::functional::make_expr<proto::tag::plus>()(boost::ref(p3), 0); in test_make_expr_functional_ref() local
216 p4_type p4 = proto::unpack_expr<proto::tag::plus>(fusion::make_tuple(boost::ref(p3), 0)); in test_unpack_expr() local
253 …p4_type p4 = proto::functional::unpack_expr<proto::tag::plus>()(fusion::make_tuple(boost::ref(p3),… in test_unpack_expr_functional() local
/external/clang/test/Sema/
Denable_if.c100 void *p4 = (void *)isdigit2; in test5() local
128 …void *p4 = (void*)f2; // expected-error{{address of overloaded function 'f2' is ambiguous}} expect… in test6() local
137 …void *p4 = (void*)f3; // expected-error{{address of overloaded function 'f3' does not match requir… in test7() local
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DAggregationData.java63 Function<? super LastValueDataDouble, T> p4, in match()
103 Function<? super LastValueDataDouble, T> p4, in match()
146 Function<? super LastValueDataDouble, T> p4, in match()
189 Function<? super LastValueDataDouble, T> p4, in match()
244 Function<? super LastValueDataDouble, T> p4, in match()
440 Function<? super LastValueDataDouble, T> p4, in match()
483 Function<? super LastValueDataDouble, T> p4, in match()
526 Function<? super LastValueDataDouble, T> p4, in match()
/external/libjpeg-turbo/
Djerror.h252 #define ERREXIT4(cinfo, code, p1, p2, p3, p4) \ argument
259 #define ERREXIT6(cinfo, code, p1, p2, p3, p4, p5, p6) \ argument
308 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument
313 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument
319 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
/external/cronet/stable/third_party/libc++/src/test/support/test.support/
Dtest_proxy.pass.cpp41 Proxy<MoveOnly&&> p4 = std::move(m1); in testProxy() local
56 Proxy<MoveOnly> p4{MoveOnly{9}}; in testProxy() local
88 const Proxy<MoveOnly&&> p4 = std::move(m2); in testProxy() local
/external/cronet/tot/third_party/libc++/src/test/support/test.support/
Dtest_proxy.pass.cpp41 Proxy<MoveOnly&&> p4 = std::move(m1); in testProxy() local
56 Proxy<MoveOnly> p4{MoveOnly{9}}; in testProxy() local
88 const Proxy<MoveOnly&&> p4 = std::move(m2); in testProxy() local
/external/libchrome/ui/gfx/geometry/
Dquad_f.h30 const PointF& p4) in QuadF()
49 constexpr const PointF& p4() const { return p4_; } in p4() function
/external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
Dappend_op.pass.cpp32 path p4 = p1 / "def"; in main() local
/external/clang/test/SemaCXX/
Dnullability.cpp78 …void *_Nonnull p4 = nullable; // expected-warning{{implicit conversion from nullable pointer 'void… in AssignAndInitNonNull() local
93 …void *_Nonnull p4 = ReturnNullable(); // expected-warning{{implicit conversion from nullable point… in AssignAndInitNonNullFromFn() local
/external/ow2-asm/asm-test/src/main/resources/jdk5/
DAllStructures.class ... ) int p0 float p1 float p2 long p3 double p4 public java.lang.Object o () void ...

12345678910>>...12