/external/sdv/vsomeip/third_party/boost/smart_ptr/test/ |
D | intrusive_ptr_test.cpp | 154 boost::intrusive_ptr<X> px; in default_constructor() local 161 boost::intrusive_ptr<X> px(0); in pointer_constructor() local 166 boost::intrusive_ptr<X> px(0, false); in pointer_constructor() local 178 boost::intrusive_ptr<X> px(p); in pointer_constructor() local 197 boost::intrusive_ptr<X> px(p, false); in pointer_constructor() local 208 boost::intrusive_ptr<X> px; in copy_constructor() local 215 boost::intrusive_ptr<X> px(py); in copy_constructor() local 220 boost::intrusive_ptr<X> px(0); in copy_constructor() local 227 boost::intrusive_ptr<X> px(py); in copy_constructor() local 232 boost::intrusive_ptr<X> px(0, false); in copy_constructor() local [all …]
|
D | make_shared_esft_test.cpp | 43 boost::shared_ptr< X > px = boost::make_shared< X >(); in main() local 66 boost::shared_ptr< X > px = boost::make_shared_noinit< X >(); in main() local 89 boost::shared_ptr< X > px = boost::make_shared< X >( 1 ); in main() local 112 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2 ); in main() local 135 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3 ); in main() local 158 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4 ); in main() local 181 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5 ); in main() local 204 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local 227 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local 250 boost::shared_ptr< X > px = boost::make_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local [all …]
|
D | allocate_shared_esft_test.cpp | 44 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>() ); in main() local 66 boost::shared_ptr< X > px = boost::allocate_shared_noinit< X >( std::allocator<void>() ); in main() local 88 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1 ); in main() local 110 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2 ); in main() local 132 boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local 154 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4 ); in main() local 176 … boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5 ); in main() local 198 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6 … in main() local 220 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local 242 …boost::shared_ptr< X > px = boost::allocate_shared< X >( std::allocator<void>(), 1, 2, 3, 4, 5, 6,… in main() local [all …]
|
D | allocate_local_shared_esft_test.cpp | 54 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>() ); in main() local 76 … boost::shared_ptr< X > px = boost::allocate_local_shared_noinit< X >( std::allocator<void>() ); in main() local 98 boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1 ); in main() local 120 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2 ); in main() local 142 … boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3 ); in main() local 164 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4 … in main() local 186 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local 208 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local 230 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local 252 …boost::shared_ptr< X > px = boost::allocate_local_shared< X >( std::allocator<void>(), 1, 2, 3, 4,… in main() local [all …]
|
D | make_local_shared_esft_test.cpp | 53 boost::shared_ptr< X > px = boost::make_local_shared< X >(); in main() local 76 boost::shared_ptr< X > px = boost::make_local_shared_noinit< X >(); in main() local 99 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1 ); in main() local 122 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2 ); in main() local 145 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3 ); in main() local 168 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4 ); in main() local 191 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5 ); in main() local 214 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6 ); in main() local 237 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7 ); in main() local 260 boost::shared_ptr< X > px = boost::make_local_shared< X >( 1, 2, 3, 4, 5, 6, 7, 8 ); in main() local [all …]
|
D | atomic_sp_test.cpp | 40 boost::shared_ptr<X> px( new X ); in main() local 56 boost::shared_ptr<X> px( new X ); in main() local 69 boost::shared_ptr<X> px( new X ); in main() local 82 boost::shared_ptr<X> px( new X ); in main() local 98 boost::shared_ptr<X> px( new X ); in main() local 114 boost::shared_ptr<X> px( new X ); in main() local 130 boost::shared_ptr<X> px( new X ); in main() local 150 boost::shared_ptr<X> px( new X ); in main() local 167 boost::shared_ptr<X> px( new X ); in main() local 186 boost::shared_ptr<X> px( new X ); in main() local [all …]
|
D | lsp_array_cast_test.cpp | 29 boost::local_shared_ptr<X[]> px = boost::static_pointer_cast<X[]>( pv ); in static_cast_test() local 56 boost::local_shared_ptr<X[]> px( new X[4] ); in static_cast_test() local 78 boost::local_shared_ptr<int const volatile[]> px; in const_cast_test() local 85 boost::local_shared_ptr<int const volatile[2]> px; in const_cast_test() local 92 boost::local_shared_ptr<X const volatile[]> px; in const_cast_test() local 99 boost::local_shared_ptr<X const volatile[5]> px; in const_cast_test() local 106 boost::local_shared_ptr<int const volatile[]> px( new int[3] ); in const_cast_test() local 114 boost::local_shared_ptr<int const volatile[3]> px( new int[3] ); in const_cast_test() local 122 boost::local_shared_ptr<X const volatile[]> px( new X[4] ); in const_cast_test() local 130 boost::local_shared_ptr<X const volatile[4]> px( new X[4] ); in const_cast_test() local [all …]
|
D | sp_array_cast_test.cpp | 29 boost::shared_ptr<X[]> px = boost::static_pointer_cast<X[]>( pv ); in static_cast_test() local 56 boost::shared_ptr<X[]> px( new X[4] ); in static_cast_test() local 78 boost::shared_ptr<int const volatile[]> px; in const_cast_test() local 85 boost::shared_ptr<int const volatile[2]> px; in const_cast_test() local 92 boost::shared_ptr<X const volatile[]> px; in const_cast_test() local 99 boost::shared_ptr<X const volatile[5]> px; in const_cast_test() local 106 boost::shared_ptr<int const volatile[]> px( new int[3] ); in const_cast_test() local 114 boost::shared_ptr<int const volatile[3]> px( new int[3] ); in const_cast_test() local 122 boost::shared_ptr<X const volatile[]> px( new X[4] ); in const_cast_test() local 130 boost::shared_ptr<X const volatile[4]> px( new X[4] ); in const_cast_test() local [all …]
|
D | shared_ptr_test.cpp | 81 boost::shared_ptr<incomplete> px; in default_constructor() local 205 boost::shared_ptr<X const> px(static_cast<X*>(0)); in pointer_constructor() local 214 boost::shared_ptr<X> px(static_cast<Y*>(0)); in pointer_constructor() local 223 boost::shared_ptr<X const> px(static_cast<Y*>(0)); in pointer_constructor() local 295 boost::shared_ptr<X> px(p); in pointer_constructor() local 308 boost::shared_ptr<X const> px(p); in pointer_constructor() local 348 boost::shared_ptr<X> px(p); in pointer_constructor() local 363 boost::shared_ptr<X const> px(p); in pointer_constructor() local 432 boost::shared_ptr<incomplete> px(p0, deleter3()); in deleter_constructor() local 544 boost::shared_ptr<incomplete> px; in copy_constructor() local [all …]
|
D | shared_from_raw_test5.cpp | 58 static void deleter( X * px ) in deleter() 63 static void deleter2( X * px ) in deleter2() 91 boost::shared_ptr<X> px( x, &X::deleter2 ); in main() local 109 boost::shared_ptr<X> px( x, &X::deleter2 ); in main() local 123 boost::shared_ptr<X> px( &x, &X::deleter ); in main() local 154 boost::shared_ptr<Y> px(new Y()); in main() local
|
D | sp_array_test.cpp | 81 boost::shared_ptr<X[]> px; in main() local 200 std::unique_ptr<X[]> px( new X[ 4 ] ); in main() local 229 std::unique_ptr<X[]> px( new X[ 4 ] ); in main() local 261 boost::shared_ptr<X[]> px( new X[ 5 ], array_deleter< X >() ); in main() local 286 boost::shared_ptr<X[]> px( new X[ 6 ], array_deleter< X >(), std::allocator< X >() ); in main() local
|
D | lsp_array_test.cpp | 81 boost::local_shared_ptr<X[]> px; in main() local 200 std::unique_ptr<X[]> px( new X[ 4 ] ); in main() local 229 std::unique_ptr<X[]> px( new X[ 4 ] ); in main() local 261 boost::local_shared_ptr<X[]> px( new X[ 5 ], array_deleter< X >() ); in main() local 286 boost::local_shared_ptr<X[]> px( new X[ 6 ], array_deleter< X >(), std::allocator< X >() ); in main() local
|
D | esft_regtest.cpp | 56 static void deleter( X * px ) in deleter() 61 static void deleter2( X * px ) in deleter2() 84 std::auto_ptr<X> px( new X( 0 ) ); in test() local 93 boost::shared_ptr<X> px( new X( 0 ) ); in test() local 108 boost::shared_ptr<X> px( &x, X::deleter ); in test() local 125 boost::shared_ptr<X> px( new X( 1 ), X::deleter2 ); in test() local
|
D | shared_from_raw_test2.cpp | 54 static void deleter( X * px ) in deleter() 59 static void deleter2( X * px ) in deleter2() 82 std::auto_ptr<X> px( new X( 0 ) ); in test() local 91 boost::shared_ptr<X> px( new X( 0 ) ); in test() local 106 boost::shared_ptr<X> px( &x, X::deleter ); in test() local 123 boost::shared_ptr<X> px( new X( 1 ), X::deleter2 ); in test() local
|
D | intrusive_ptr_move_test.cpp | 213 boost::intrusive_ptr<X> px( new Y ); in main() local 226 boost::intrusive_ptr<X const> px( new X ); in main() local 239 boost::intrusive_ptr<X> px( new Y ); in main() local 252 boost::intrusive_ptr<X> px( new X ); in main() local
|
D | sp_array_n_test.cpp | 81 boost::shared_ptr<X[3]> px; in main() local 198 boost::shared_ptr<X[5]> px( new X[ 5 ], array_deleter< X >() ); in main() local 223 boost::shared_ptr<X[6]> px( new X[ 6 ], array_deleter< X >(), std::allocator< X >() ); in main() local
|
D | lsp_array_n_test.cpp | 81 boost::local_shared_ptr<X[3]> px; in main() local 198 boost::local_shared_ptr<X[5]> px( new X[ 5 ], array_deleter< X >() ); in main() local 223 boost::local_shared_ptr<X[6]> px( new X[ 6 ], array_deleter< X >(), std::allocator< X >() ); in main() local
|
D | shared_ptr_reinterpret_pointer_cast_test.cpp | 25 boost::shared_ptr<X> px = boost::reinterpret_pointer_cast<X>(pc); in main() local 42 boost::shared_ptr<X> px(new X); in main() local
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | shadow-handler.js | 55 left.lengths.push({px: 0}); property 57 right.lengths.push({px: 0}); property 94 return {inset: inset, color: [0, 0, 0, 0], lengths: [{px: 0}, {px: 0}, {px: 0}, {px: 0}]}; property
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyMatrix.java | 122 protected void setScale(float sx, float sy, float px, float py) { in setScale() 134 protected void setRotate(float degrees, float px, float py) { in setRotate() 146 protected void setSinCos(float sinValue, float cosValue, float px, float py) { in setSinCos() 158 protected void setSkew(float kx, float ky, float px, float py) { in setSkew() 182 protected boolean preScale(float sx, float sy, float px, float py) { in preScale() 194 protected boolean preRotate(float degrees, float px, float py) { in preRotate() 206 protected boolean preSkew(float kx, float ky, float px, float py) { in preSkew() 230 protected boolean postScale(float sx, float sy, float px, float py) { in postScale() 242 protected boolean postRotate(float degrees, float px, float py) { in postRotate() 254 protected boolean postSkew(float kx, float ky, float px, float py) { in postSkew() [all …]
|
D | ShadowNativeMatrix.java | 110 protected static void nSetScale(long nObject, float sx, float sy, float px, float py) { in nSetScale() 120 protected static void nSetRotate(long nObject, float degrees, float px, float py) { in nSetRotate() 131 long nObject, float sinValue, float cosValue, float px, float py) { in nSetSinCos() 141 protected static void nSetSkew(long nObject, float kx, float ky, float px, float py) { in nSetSkew() 161 protected static void nPreScale(long nObject, float sx, float sy, float px, float py) { in nPreScale() 171 protected static void nPreRotate(long nObject, float degrees, float px, float py) { in nPreRotate() 181 protected static void nPreSkew(long nObject, float kx, float ky, float px, float py) { in nPreSkew() 201 protected static void nPostScale(long nObject, float sx, float sy, float px, float py) { in nPostScale() 211 protected static void nPostRotate(long nObject, float degrees, float px, float py) { in nPostRotate() 221 protected static void nPostSkew(long nObject, float kx, float ky, float px, float py) { in nPostSkew()
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | MatrixNatives.java | 67 public static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() 71 public static native void nSetRotate(long nObject, float degrees, float px, float py); in nSetRotate() 76 long nObject, float sinValue, float cosValue, float px, float py); in nSetSinCos() 80 public static native void nSetSkew(long nObject, float kx, float ky, float px, float py); in nSetSkew() 88 public static native void nPreScale(long nObject, float sx, float sy, float px, float py); in nPreScale() 92 public static native void nPreRotate(long nObject, float degrees, float px, float py); in nPreRotate() 96 public static native void nPreSkew(long nObject, float kx, float ky, float px, float py); in nPreSkew() 104 public static native void nPostScale(long nObject, float sx, float sy, float px, float py); in nPostScale() 108 public static native void nPostRotate(long nObject, float degrees, float px, float py); in nPostRotate() 112 public static native void nPostSkew(long nObject, float kx, float ky, float px, float py); in nPostSkew()
|
/external/skia/src/core/ |
D | SkSwizzlePriv.h | 49 static inline skvx::float4 Sk4f_fromL32(uint32_t px) { in Sk4f_fromL32() 53 static inline uint32_t Sk4f_toL32(const skvx::float4& px) { in Sk4f_toL32()
|
/external/trusty/arm-trusted-firmware/lib/extensions/amu/aarch32/ |
D | amu.c | 85 static inline __unused void write_amcntenset0_px(uint32_t px) in write_amcntenset0_px() 96 static inline __unused void write_amcntenset1_px(uint32_t px) in write_amcntenset1_px() 107 static inline __unused void write_amcntenclr0_px(uint32_t px) in write_amcntenclr0_px() 117 static inline __unused void write_amcntenclr1_px(uint32_t px) in write_amcntenclr1_px()
|
/external/arm-trusted-firmware/lib/extensions/amu/aarch32/ |
D | amu.c | 90 static inline __unused void write_amcntenset0_px(uint32_t px) in write_amcntenset0_px() 101 static inline __unused void write_amcntenset1_px(uint32_t px) in write_amcntenset1_px() 112 static inline __unused void write_amcntenclr0_px(uint32_t px) in write_amcntenclr0_px() 122 static inline __unused void write_amcntenclr1_px(uint32_t px) in write_amcntenclr1_px()
|