Home
last modified time | relevance | path

Searched refs:get_properties (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/tools/build/src/build/
Dconfigure.py154 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")
Dproperty_set.py477 def get_properties(self, feature): member in PropertySet
/third_party/boost/libs/fiber/src/algo/
Dalgorithm.cpp21 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/
Dalgorithm.hpp70 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/
Dstage.py67 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/
Doperations.hpp54 fibers::fiber_properties * props = fibers::context::active()->get_properties(); in properties()
63 props = fibers::context::active()->get_properties(); in properties()
Dfiber.hpp155 auto props = impl_->get_properties(); in properties()
Dcontext.hpp317 fiber_properties * get_properties() const noexcept { in get_properties() function in boost::fibers::context
/third_party/glib/gio/
Dgdbusinterfaceskeleton.h73 GVariant *(*get_properties) (GDBusInterfaceSkeleton *interface_); member
Dgdbusinterfaceskeleton.c375 ret = G_DBUS_INTERFACE_SKELETON_GET_CLASS (interface_)->get_properties (interface_); in g_dbus_interface_skeleton_get_properties()
Dxdp-dbus.c3648 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()
Dgdbus-daemon-generated.c4310 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/
Dgst1394probe.c124 iface->get_properties = gst_1394_property_probe_get_properties;
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsadeviceprobe.c197 iface->get_properties = gst_alsa_device_property_probe_get_properties;
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-property-probe.c327 iface->get_properties = gst_oss4_property_probe_get_properties;
/third_party/libxml2/python/
Dlibxml.py312 def get_properties(self): member in xmlCore
395 properties = property(get_properties, None, None, "List of properties")
/third_party/glib/gio/tests/
Dgdbus-peer-object-manager.c163 skeleton_class->get_properties = mock_interface_get_properties; in mock_interface_class_init()
/third_party/protobuf/php/ext/google/protobuf/
Darray.c597 h->get_properties = RepeatedField_GetProperties; in Array_ModuleInit()
Dmap.c581 h->get_properties = Map_GetProperties; in Map_ModuleInit()
Dmessage.c942 h->get_properties = Message_get_properties; in Message_ModuleInit()
/third_party/libdrm/tests/modetest/
Dmodetest.c686 #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/
Dcommand_queue.hpp258 cl_command_queue_properties get_properties() const in get_properties() function in boost::compute::command_queue
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c1546 iface->get_properties = gst_xv_image_sink_probe_get_properties;