Home
last modified time | relevance | path

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

12345678

/third_party/boost/libs/bind/test/
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_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_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()
/third_party/typescript/tests/baselines/reference/
DexcessPropertyCheckWithMultipleDiscriminants.js43 p4: "hello" property
51 p4: "hello" property
59 p4: "hello" property
76 p4: "hello" property
83 p4: "hello" property
90 p4: "hello" property
DimportCallExpressionGrammarError.js10 const p4 = import("pathToModule", "secondModule"); constant
17 const p4 = Promise.resolve().then(() => require("pathToModule")); constant
DimportCallExpressionSpecifierNotStringTypeError.js14 var p4 = import(()=>"PathToModule"); variable
DjsdocLiteral.js9 function f(p1, p2, p3, p4, p5) { argument
/third_party/boost/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
/third_party/boost/libs/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
Dsp_hash_test.cpp19 boost::shared_ptr< int > p1, p2( p1 ), p3( new int ), p4( p3 ), p5( new int ); in main() local
/third_party/boost/libs/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
/third_party/googletest/googlemock/include/gmock/
Dgmock-more-actions.h203 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
206 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
209 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
213 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
217 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
221 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
244 #define GMOCK_INTERNAL_INIT_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4)\ argument
249 #define GMOCK_INTERNAL_INIT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5)\ argument
256 #define GMOCK_INTERNAL_INIT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6)\ argument
263 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)\ argument
[all …]
/third_party/jerryscript/tests/jerry-test-suite/12/12.08/
D12.08-016.js15 var o = {p1: 1, p2: 2, p3: {p1: 150, p2: 200, p3: 130, p4: 20}, p4: 4, p5: 46}, sum = 0; property
/third_party/boost/libs/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
/third_party/skia/third_party/externals/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
307 #define TRACEMS4(cinfo, lvl, code, p1, p2, p3, p4) \ argument
312 #define TRACEMS5(cinfo, lvl, code, p1, p2, p3, p4, p5) \ argument
318 #define TRACEMS8(cinfo, lvl, code, p1, p2, p3, p4, p5, p6, p7, p8) \ argument
/third_party/boost/libs/hof/test/
Dlazy.cpp437 …td::unique_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4 ) in fv4()
445 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv5()
454 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv6()
464 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv7()
475 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv8()
487 …e_ptr<int> p1, std::unique_ptr<int> p2, std::unique_ptr<int> p3, std::unique_ptr<int> p4, std::uni… in fv9()
526 std::unique_ptr<int> p4( new int(4) ); in BOOST_HOF_TEST_CASE() local
535 std::unique_ptr<int> p4( new int(4) ); in BOOST_HOF_TEST_CASE() local
545 std::unique_ptr<int> p4( new int(4) ); in BOOST_HOF_TEST_CASE() local
556 std::unique_ptr<int> p4( new int(4) ); in BOOST_HOF_TEST_CASE() local
[all …]
/third_party/typescript/tests/cases/conformance/dynamicImport/
DimportCallExpressionSpecifierNotStringTypeError.ts17 var p4 = import(()=>"PathToModule"); variable
/third_party/typescript/tests/cases/compiler/
DcommentsOnStaticMembers.ts20 private static p4: string; property in test
DmultipleClassPropertyModifiers.ts5 static private p4; property in C
/third_party/boost/libs/geometry/test/geometries/
Dring.cpp41 P p4; in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS() local
63 void check_ring(R& to_check, P p1, P p2, P p3, P p4) in check_ring()
/third_party/boost/libs/geometry/doc/src/examples/arithmetic/
Dcross_product.cpp36 bg::model::point<double, 3, bg::cs::cartesian> p4(7.0, 2.0, 3.0); in main() local

12345678