Home
last modified time | relevance | path

Searched refs:ghost (Results 1 – 25 of 74) sorted by relevance

123

/third_party/boost/tools/build/src/engine/debian/
Dchangelog23 -- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Wed, 17 Dec 2003 16:44:35 +0300
29 -- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Thu, 11 Dec 2003 13:15:26 +0300
35 -- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Tue, 4 Nov 2003 20:50:43 +0300
41 -- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Thu, 11 Sep 2003 10:45:44 +0400
47 -- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Tue, 1 Jul 2003 09:12:18 +0400
53 -- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Mon, 19 May 2003 14:05:13 +0400
59 -- Vladimir Prus <ghost@cs.msu.su> Thu, 10 Oct 2002 18:43:26 +0400
65 -- Vladimir Prus <ghost@zigzag.lvk.cs.msu.su> Fri, 4 Oct 2002 18:16:54 +0400
71 -- Vladimir Prus <ghost@cs.msu.su> Wed, 14 Aug 2002 14:08:00 +0400
Dcopyright1 This package was debianized by Vladimir Prus <ghost@cs.msu.su> on
Dcontrol4 Maintainer: Vladimir Prus <ghost@cs.msu.su>
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c218 GstPad *sinkpad, *ghost, *target; in GST_START_TEST() local
234 ghost = gst_element_get_static_pad (b2, "sink"); in GST_START_TEST()
236 target = gst_ghost_pad_get_target (GST_GHOST_PAD (ghost)); in GST_START_TEST()
243 target = gst_ghost_pad_get_target (GST_GHOST_PAD (ghost)); in GST_START_TEST()
247 gst_object_unref (ghost); in GST_START_TEST()
688 GstPad *src, *ghost, *sink; in GST_START_TEST() local
706 ghost = gst_ghost_pad_new ("ghostsrc", src); in GST_START_TEST()
707 g_signal_connect (ghost, "notify::caps", in GST_START_TEST()
709 fail_unless (gst_pad_link (ghost, sink) == GST_PAD_LINK_OK); in GST_START_TEST()
713 gst_pad_set_active (ghost, TRUE); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddtls.c103 GstPad *target, *ghost; in GST_START_TEST() local
151 ghost = gst_ghost_pad_new ("src", target); in GST_START_TEST()
152 gst_element_add_pad (s_bin, ghost); in GST_START_TEST()
156 ghost = gst_ghost_pad_new ("sink", target); in GST_START_TEST()
157 gst_element_add_pad (s_bin, ghost); in GST_START_TEST()
161 ghost = gst_ghost_pad_new ("src", target); in GST_START_TEST()
162 gst_element_add_pad (c_bin, ghost); in GST_START_TEST()
166 ghost = gst_ghost_pad_new ("sink", target); in GST_START_TEST()
167 gst_element_add_pad (c_bin, ghost); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/sdp/
Dgstsdpsrc.c107 GstPad *ghost; in pad_added_cb() local
109 ghost = in pad_added_cb()
112 gst_pad_set_active (ghost, TRUE); in pad_added_cb()
113 gst_element_add_pad (GST_ELEMENT_CAST (self), ghost); in pad_added_cb()
114 g_object_set_data (G_OBJECT (pad), "GstSdpSrc.ghostpad", ghost); in pad_added_cb()
121 GstPad *ghost; in pad_removed_cb() local
123 ghost = g_object_get_data (G_OBJECT (pad), "GstSdpSrc.ghostpad"); in pad_removed_cb()
124 if (ghost) { in pad_removed_cb()
127 gst_pad_set_active (ghost, FALSE); in pad_removed_cb()
128 gst_element_remove_pad (GST_ELEMENT_CAST (self), ghost); in pad_removed_cb()
/third_party/boost/tools/build/test/
Dtest-config-example.jam14 : /home/ghost/Store/docbook/xsl
15 : /home/ghost/Store/docbook/dtd
16 : /home/ghost/Work/Boost/boost-svn/tools/boostbook
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgsttestsrcbin.c259 GstPad *proxypad, *ghost, *pad = gst_element_get_static_pad (src, "src"); in gst_test_src_bin_setup_src() local
284 ghost = in gst_test_src_bin_setup_src()
287 proxypad = GST_PAD (gst_proxy_pad_get_internal (GST_PROXY_PAD (ghost))); in gst_test_src_bin_setup_src()
288 gst_flow_combiner_add_pad (self->flow_combiner, ghost); in gst_test_src_bin_setup_src()
291 gst_pad_set_event_function (ghost, in gst_test_src_bin_setup_src()
294 gst_element_add_pad (GST_ELEMENT (self), ghost); in gst_test_src_bin_setup_src()
306 GstPad *ghost = in gst_test_src_bin_remove_child() local
314 gst_element_remove_pad (self, ghost); in gst_test_src_bin_remove_child()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportsendbin.c324 GstPad *ghost, *pad; in transport_send_bin_constructed() local
352 ghost = gst_ghost_pad_new ("rtp_sink", pad); in transport_send_bin_constructed()
353 gst_element_add_pad (GST_ELEMENT (send), ghost); in transport_send_bin_constructed()
361 ghost = gst_ghost_pad_new ("data_sink", pad); in transport_send_bin_constructed()
362 gst_element_add_pad (GST_ELEMENT (send), ghost); in transport_send_bin_constructed()
371 ghost = gst_ghost_pad_new ("rtcp_sink", pad); in transport_send_bin_constructed()
372 gst_element_add_pad (GST_ELEMENT (send), ghost); in transport_send_bin_constructed()
Dtransportreceivebin.c314 GstPad *ghost, *pad; in transport_receive_bin_constructed() local
374 ghost = gst_ghost_pad_new ("data_src", pad); in transport_receive_bin_constructed()
375 gst_element_add_pad (GST_ELEMENT (receive), ghost); in transport_receive_bin_constructed()
/third_party/boost/libs/graph_parallel/doc/
Ddistributed_property_map.rst17 - ``put`` operations update a local ghost cell and send a "put"
21 - ``get`` operations returns the contents of the local ghost
22 cell. If no ghost cell is available, one is created using a
66 each of its ghost cells. After synchronization, the values in
67 ghost cells are guaranteed to match the values stored on the
74 values stored locally in ghost cells are sent to their owning
78 synchronization, setting the values in each ghost cell to their
82 synchronizing, eliminating all ghost cells.
94 occurred, the ghost cells are restored to their default
250 A selector type that indicates how ghost cells should be stored in
[all …]
/third_party/boost/boost/property_map/parallel/impl/
Ddistributed_property_map.ipp62 // Evict the last ghost cell
72 // Actually remove the ghost cell
85 // Search for the ghost cell by key, and project back to the sequence
92 // value for this ghost cell.
101 // Create a ghost cell containing the new value
105 // If we need to, prune the ghost cells
202 // Search for the ghost cell by key, and project back to the sequence
300 // away any ghost cells.
315 "cannot limit ghost-cell usage with a backward "
319 // It is not safe to have only 1 ghost cell; the cell() method
[all …]
/third_party/boost/tools/build/example/qt/qt4/hello/
Djamroot.jam7 ECHO "Assuming /space/p2/ghost/build/Qt4 as location." ;
9 using qt4 : /space/p2/ghost/build/Qt4 ;
/third_party/boost/tools/build/example/qt/qt4/moccable-cpp/
Djamroot.jam6 ECHO "Assuming /space/p2/ghost/build/Qt4 as location." ;
8 using qt4 : /space/p2/ghost/build/Qt4 ;
/third_party/boost/tools/build/example/qt/qt4/uic/
Djamroot.jam10 ECHO "Assuming /space/p2/ghost/build/Qt4 as location." ;
12 using qt4 : /space/p2/ghost/build/Qt4 ;
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Ddvbbasebin.c129 GstPad *ghost; member
488 GstPad *ghost, *pad; in dvb_base_bin_init() local
515 ghost = gst_ghost_pad_new ("src", pad); in dvb_base_bin_init()
518 ghost = gst_ghost_pad_new_no_target ("src", GST_PAD_SRC); in dvb_base_bin_init()
520 gst_element_add_pad (GST_ELEMENT (dvbbasebin), ghost); in dvb_base_bin_init()
743 GstPad *ghost; in dvb_base_bin_request_new_pad() local
759 ghost = gst_ghost_pad_new (pad_name, pad); in dvb_base_bin_request_new_pad()
762 gst_element_add_pad (element, ghost); in dvb_base_bin_request_new_pad()
764 return ghost; in dvb_base_bin_request_new_pad()
770 GstGhostPad *ghost; in dvb_base_bin_release_pad() local
[all …]
/third_party/boost/libs/program_options/doc/
Drequirements-Rozental4 for <ghost@redsun.cs.msu.su>; Fri, 16 Nov 2001 19:59:43 +0300 (MSK)
7 for <ghost@cs.msu.su>; Fri, 16 Nov 2001 19:55:54 +0300 (MSK)
8 (envelope-from sentto-1234907-17382-1005929874-ghost=cs.msu.su@returns.groups.yahoo.com)
9 X-eGroups-Return: sentto-1234907-17382-1005929874-ghost=cs.msu.su@returns.groups.yahoo.com
44 --- In boost@y..., Vladimir Prus <ghost@c...> wrote:
81 > http://chronos.cs.msu.su/~ghost/projects/config_db/doc/index.html
/third_party/gstreamer/gstreamer/tests/check/pipelines/
Dparse-launch.c586 GstPad *ghost; in gst_parse_test_element_change_state() local
595 ghost = gst_ghost_pad_new ("src", pad); in gst_parse_test_element_change_state()
596 fail_if (ghost == NULL, "Failed to create ghost pad"); in gst_parse_test_element_change_state()
598 gst_pad_set_active (ghost, TRUE); in gst_parse_test_element_change_state()
599 gst_element_add_pad (GST_ELEMENT (src), ghost); in gst_parse_test_element_change_state()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/insertbin/
Dgstinsertbin.c540 GstPad *ghost; in gst_insert_bin_do_change() local
544 ghost = self->priv->srcpad; in gst_insert_bin_do_change()
550 ghost = self->priv->sinkpad; in gst_insert_bin_do_change()
563 if (GST_PAD_CAST (parent) != ghost) in gst_insert_bin_do_change()
/third_party/skia/modules/skparagraph/src/
DTextLine.cpp430 [&whitespacePatches, &textLen, &whitespacePatch](const Cluster* cluster, bool ghost) { in justify() argument
454 this->iterateThroughClustersInGlyphsOrder(false, true, [&](const Cluster* cluster, bool ghost) { in justify() argument
456 if (ghost) { in justify()
531 true, false, [&](const Cluster* cluster, bool ghost) { in createEllipsis() argument
741 bool ghost = &cluster >= trimmed.end(); in iterateThroughClustersInGlyphsOrder() local
742 if (!includeGhosts && ghost) { in iterateThroughClustersInGlyphsOrder()
745 if (!visitor(&cluster, ghost)) { in iterateThroughClustersInGlyphsOrder()
DTextLine.h86 using ClustersVisitor = std::function<bool(const Cluster* cluster, bool ghost)>;
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpbin.c4447 GstPad *ghost; in create_recv_fec() local
4473 ghost = gst_ghost_pad_new_from_template (name, decsink, templ); in create_recv_fec()
4475 g_slist_prepend (session->recv_fec_sink_ghosts, ghost); in create_recv_fec()
4478 return ghost; in create_recv_fec()
4522 GstPad * ghost) in remove_recv_fec_for_pad() argument
4527 target = gst_ghost_pad_get_target (GST_GHOST_PAD (ghost)); in remove_recv_fec_for_pad()
4539 item = g_slist_find (session->recv_fec_sink_ghosts, ghost); in remove_recv_fec_for_pad()
4544 gst_pad_set_active (ghost, FALSE); in remove_recv_fec_for_pad()
4545 gst_element_remove_pad (GST_ELEMENT_CAST (rtpbin), ghost); in remove_recv_fec_for_pad()
4759 GstPad *ghost; in fec_encoder_pad_added_cb() local
[all …]
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp399 …tLen, &whitespacePatch](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in justify() argument
423 …sOrder(false, true, [&](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in justify() argument
425 if (ghost) { in justify()
458 …th, ellipsis, maxWidth](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in createEllipsis() argument
DTextLine.h68 …or = std::function<bool(const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost)>;
/third_party/libinput/doc/user/
Dswitches.rst29 ghost touches that can be caused by interference with touchpads and the

123