/third_party/boost/tools/build/src/build/ |
D | configure.py | 154 relevant = ps.get_properties('target-os') + \ 155 ps.get_properties("toolset") + \ 156 ps.get_properties(toolset_version_property) + \ 157 ps.get_properties("address-model") + \ 158 ps.get_properties("architecture")
|
D | property_set.py | 477 def get_properties(self, feature): member in PropertySet
|
/third_party/boost/libs/fiber/src/algo/ |
D | algorithm.cpp | 21 algorithm_with_properties_base::get_properties( context * ctx) noexcept { in get_properties() function in boost::fibers::algo::algorithm_with_properties_base 22 return ctx->get_properties(); in get_properties()
|
/third_party/boost/boost/fiber/algo/ |
D | algorithm.hpp | 70 static fiber_properties* get_properties( context * ctx) noexcept; 83 fiber_properties * props = super::get_properties( ctx); in awakened() 109 return static_cast< PROPS & >( * super::get_properties( ctx) ); in properties()
|
/third_party/boost/tools/build/src/tools/ |
D | stage.py | 67 properties.extend(build_ps.get_properties('dll-path')) 71 properties.extend(build_ps.get_properties('linkflags')) 80 properties.extend(build_ps.get_properties('dependency')) 82 properties.extend(build_ps.get_properties('location')) 85 properties.extend(build_ps.get_properties('install-no-version-symlinks')) 87 d = build_ps.get_properties('install-source-root')
|
/third_party/boost/boost/fiber/ |
D | operations.hpp | 54 fibers::fiber_properties * props = fibers::context::active()->get_properties(); in properties() 63 props = fibers::context::active()->get_properties(); in properties()
|
D | fiber.hpp | 155 auto props = impl_->get_properties(); in properties()
|
D | context.hpp | 317 fiber_properties * get_properties() const noexcept { in get_properties() function in boost::fibers::context
|
/third_party/glib/gio/ |
D | gdbusinterfaceskeleton.h | 73 GVariant *(*get_properties) (GDBusInterfaceSkeleton *interface_); member
|
D | gdbusinterfaceskeleton.c | 375 ret = G_DBUS_INTERFACE_SKELETON_GET_CLASS (interface_)->get_properties (interface_); in g_dbus_interface_skeleton_get_properties()
|
D | xdp-dbus.c | 3648 skeleton_class->get_properties = gxdp_documents_skeleton_dbus_interface_get_properties; in gxdp_documents_skeleton_class_init() 5413 skeleton_class->get_properties = gxdp_open_uri_skeleton_dbus_interface_get_properties; in gxdp_open_uri_skeleton_class_init() 6640 skeleton_class->get_properties = gxdp_proxy_resolver_skeleton_dbus_interface_get_properties; in gxdp_proxy_resolver_skeleton_class_init() 7882 skeleton_class->get_properties = gxdp_trash_skeleton_dbus_interface_get_properties; in gxdp_trash_skeleton_class_init()
|
D | gdbus-daemon-generated.c | 4310 skeleton_class->get_properties = _g_freedesktop_dbus_skeleton_dbus_interface_get_properties; in _g_freedesktop_dbus_skeleton_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gst1394probe.c | 124 iface->get_properties = gst_1394_property_probe_get_properties;
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsadeviceprobe.c | 197 iface->get_properties = gst_alsa_device_property_probe_get_properties;
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-property-probe.c | 327 iface->get_properties = gst_oss4_property_probe_get_properties;
|
/third_party/libxml2/python/ |
D | libxml.py | 312 def get_properties(self): member in xmlCore 395 properties = property(get_properties, None, None, "List of properties")
|
/third_party/glib/gio/tests/ |
D | gdbus-peer-object-manager.c | 163 skeleton_class->get_properties = mock_interface_get_properties; in mock_interface_class_init()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | array.c | 597 h->get_properties = RepeatedField_GetProperties; in Array_ModuleInit()
|
D | map.c | 581 h->get_properties = Map_GetProperties; in Map_ModuleInit()
|
D | message.c | 942 h->get_properties = Message_get_properties; in Message_ModuleInit()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 686 #define get_properties(_res, type, Type) \ in get_resources() macro 711 get_properties(res, crtc, CRTC); in get_resources() 712 get_properties(res, connector, CONNECTOR); in get_resources() 734 get_properties(res, plane, PLANE); in get_resources()
|
/third_party/boost/boost/compute/ |
D | command_queue.hpp | 258 cl_command_queue_properties get_properties() const in get_properties() function in boost::compute::command_queue
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvimagesink.c | 1546 iface->get_properties = gst_xv_image_sink_probe_get_properties;
|