Home
last modified time | relevance | path

Searched defs:px (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/third_party/boost/libs/smart_ptr/test/
Dintrusive_ptr_test.cpp154 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 …]
Dallocate_shared_esft_test.cpp44 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 …]
Dmake_shared_esft_test.cpp43 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 …]
Dmake_local_shared_esft_test.cpp53 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 …]
Dallocate_local_shared_esft_test.cpp54 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 …]
Datomic_sp_test.cpp40 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 …]
Dlsp_array_cast_test.cpp29 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 …]
Dsp_array_cast_test.cpp29 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 …]
Dshared_ptr_test.cpp81 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 …]
Dshared_from_raw_test5.cpp58 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
Dsp_array_test.cpp81 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
Dlsp_array_test.cpp81 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
Dshared_from_raw_test2.cpp54 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
Desft_regtest.cpp56 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
Dintrusive_ptr_move_test.cpp213 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
Dshared_ptr_reinterpret_pointer_cast_test.cpp25 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
Dlsp_array_n_test.cpp81 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
Dsp_array_n_test.cpp81 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
Dshared_ptr_rv_pointer_cast_test.cpp36 boost::shared_ptr<X> px(new Y); in main() local
49 boost::shared_ptr<int const volatile> px(new int); in main() local
Dshared_from_fail.cpp20 boost::shared_ptr<X> px( new X ); in main() local
Dweak_from_fail.cpp20 boost::shared_ptr<X> px( new X ); in main() local
Darray_fail_dereference.cpp17 boost::shared_ptr<X[]> px( new X[ 1 ] ); in main() local
/third_party/boost/libs/interprocess/test/
Dintrusive_ptr_test.cpp109 boost::interprocess::intrusive_ptr<X, VP> px; in default_constructor() local
116 boost::interprocess::intrusive_ptr<X, VP> px(0); in pointer_constructor() local
121 boost::interprocess::intrusive_ptr<X, VP> px(0, false); in pointer_constructor() local
129 boost::interprocess::intrusive_ptr<X, VP> px(p); in pointer_constructor() local
141 boost::interprocess::intrusive_ptr<X, VP> px(p, false); in pointer_constructor() local
150 boost::interprocess::intrusive_ptr<X, VP> px; in copy_constructor() local
157 boost::interprocess::intrusive_ptr<X, VP> px(py); in copy_constructor() local
162 boost::interprocess::intrusive_ptr<X, VP> px(0); in copy_constructor() local
169 boost::interprocess::intrusive_ptr<X, VP> px(py); in copy_constructor() local
174 boost::interprocess::intrusive_ptr<X, VP> px(0, false); in copy_constructor() local
[all …]
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp123 [threshold_value, max_value](source_channel_t px) -> result_channel_t { in threshold_binary()
130 [threshold_value, max_value](source_channel_t px) -> result_channel_t { in threshold_binary()
192 [threshold_value](source_channel_t px) -> result_channel_t { in threshold_truncate()
199 [threshold_value](source_channel_t px) -> result_channel_t { in threshold_truncate()
209 [threshold_value](source_channel_t px) -> result_channel_t { in threshold_truncate()
216 [threshold_value](source_channel_t px) -> result_channel_t { in threshold_truncate()
436 … [max_value, constant](source_channel_t px, source_channel_t threshold) -> result_channel_t in threshold_adaptive()
437 { return px > (threshold - constant) ? 0 : max_value; }); in threshold_adaptive()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_tri_tmp.h160 int px = x + ix; in TAG() local
182 int px = x + ix; in TAG() local
314 int px = x + ix; in TAG() local
335 int px = x + ix; in TAG() local
412 int px = x + ix; in TRI_16() local

12345678910>>...14