/third_party/boost/libs/histogram/test/ |
D | axis_traits_test.cpp | 75 BOOST_TEST_EQ(traits::get_options<A>::test(option::growth), false); in main() 84 BOOST_TEST_EQ(traits::get_options<B>::test(option::growth), true); in main() 91 BOOST_TEST_EQ(traits::get_options<C>::test(option::growth), true); in main() 102 BOOST_TEST_EQ(traits::get_options<D>::test(option::growth), false); in main() 197 BOOST_TEST(traits::get_options<decltype(b)>::test(option::underflow)); in main()
|
/third_party/boost/boost/histogram/axis/ |
D | traits.hpp | 195 using get_options = decltype(detail::traits_options<Axis>(detail::priority<2>{})); typedef 198 using static_options [[deprecated("use get_options instead")]] = get_options<Axis>; 201 struct get_options; 267 return get_options<Axis>::value; in options() 439 return detail::static_if_c<get_options<Axis>::test(option::growth)>( in update()
|
/third_party/mbedtls/tests/ |
D | context-info.sh | 81 get_options() { function 200 get_options "$@"
|
D | compat.sh | 103 get_options() { function 1008 get_options "$@"
|
/third_party/boost/boost/histogram/detail/ |
D | linearize.hpp | 53 constexpr auto opts = axis::traits::get_options<Axis>{} & in linearize() 64 constexpr bool u = axis::traits::get_options<Axis>::test(axis::option::underflow); in linearize_growth() 82 const auto opt = axis::traits::get_options<A>(); in linearize_index()
|
D | axes.hpp | 64 using O = axis::traits::get_options<T>; in operator ()() 381 decltype(axis::traits::get_options<T>::test(axis::option::underflow)); 384 using is_growing = decltype(axis::traits::get_options<T>::test(axis::option::growth));
|
/third_party/curl/tests/ |
D | dictserver.py | 112 def get_options(): function 179 options = get_options()
|
D | negtelnetserver.py | 288 def get_options(): function 355 options = get_options()
|
D | smbserver.py | 326 def get_options(): function 382 options = get_options()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsbufferpool.c | 213 gstbufferpool_class->get_options = gst_kms_buffer_pool_get_options; in gst_kms_buffer_pool_class_init()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbufferpool.h | 139 const gchar ** (*get_options) (GstBufferPool *pool); member
|
D | gstbufferpool.c | 785 if (G_LIKELY (pclass->get_options)) { in gst_buffer_pool_get_options() 786 if ((result = pclass->get_options (pool)) == NULL) in gst_buffer_pool_get_options()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkbufferpool.c | 220 gstbufferpool_class->get_options = gst_vulkan_buffer_pool_get_options; in gst_vulkan_buffer_pool_class_init()
|
D | gstvkimagebufferpool.c | 248 gstbufferpool_class->get_options = gst_vulkan_image_buffer_pool_get_options; in gst_vulkan_image_buffer_pool_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudabufferpool.c | 247 gstbufferpool_class->get_options = gst_cuda_buffer_pool_get_options; in gst_cuda_buffer_pool_class_init()
|
/third_party/mindspore/mindspore/profiler/common/ |
D | util.py | 304 def get_options(options): function
|
/third_party/mbedtls/programs/test/ |
D | udp_proxy.c | 184 static void get_options( int argc, char *argv[] ) in get_options() function 822 get_options( argc, argv ); in main()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideopool.c | 303 gstbufferpool_class->get_options = video_buffer_pool_get_options; in gst_video_buffer_pool_class_init()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagepool.c | 270 gstbufferpool_class->get_options = xvimage_buffer_pool_get_options; in gst_xvimage_buffer_pool_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbufferpool.c | 333 gstbufferpool_class->get_options = gst_gl_buffer_pool_get_options; in gst_gl_buffer_pool_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvapool.c | 316 gstbufferpool_class->get_options = gst_va_pool_get_options; in gst_va_pool_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkbufferpool.c | 377 pool_class->get_options = gst_msdk_buffer_pool_get_options; in gst_msdk_buffer_pool_class_init()
|
/third_party/boost/libs/histogram/doc/html/ |
D | histogram_HTML.manifest | 96 boost/histogram/axis/traits/get_options.html
|
/third_party/boost/boost/histogram/algorithm/ |
D | reduce.hpp | 342 using AO = axis::traits::get_options<A>; in __anon36a665f10102()
|
/third_party/boost/boost/histogram/ |
D | indexed.hpp | 311 using opt = axis::traits::get_options<std::decay_t<decltype(a)>>; in indexed_range()
|