Home
last modified time | relevance | path

Searched refs:transit (Results 1 – 25 of 27) sorted by relevance

12

/third_party/boost/libs/statechart/example/Camera/
DCamera.cpp35 return transit< Shooting >(); in react()
52 return transit< Configuring >(); in react()
DShooting.cpp53 return transit< Storing >(); in react()
70 return transit< Focused >( &Shooting::DisplayFocused, evt ); in react()
/third_party/boost/boost/statechart/
Dtransition.hpp38 return stt.template transit< Destination >(); in react_without_action()
43 return stt.template transit< Destination >( pTransitionAction, evt ); in react_with_action()
Dsimple_state.hpp311 result transit() in transit() function in boost::statechart::simple_state
318 result transit( in transit() function in boost::statechart::simple_state
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h307 int32 transit; in DispatchMessage() local
309 && msg->FindInt32("be:transit", &transit) == B_OK) { in DispatchMessage()
310 _MouseMotionEvent(where, transit); in DispatchMessage()
459 void _MouseMotionEvent(BPoint &where, int32 transit) { in _MouseMotionEvent() argument
460 if(transit == B_EXITED_VIEW) { in _MouseMotionEvent()
/third_party/freetype/docs/reference/assets/javascripts/lunr/
Dwordcut.js1transit:function(n){var e=this;e.creators.forEach(function(n){var t=n.createAcceptor(e.tag);t&&e.c…
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsource.c277 src->stats.transit = -1; in rtp_source_reset()
937 src->stats.transit = -1; in fetch_clock_rate_from_payload()
962 guint32 rtparrival, transit, rtptime; in calculate_jitter() local
983 transit = rtparrival - rtptime; in calculate_jitter()
986 if (src->stats.transit != -1) { in calculate_jitter()
987 if (transit > src->stats.transit) in calculate_jitter()
988 diff = transit - src->stats.transit; in calculate_jitter()
990 diff = src->stats.transit - transit; in calculate_jitter()
994 src->stats.transit = transit; in calculate_jitter()
Drtpstats.h147 guint32 transit; member
/third_party/ffmpeg/libavformat/
Drtpdec.c234 s->transit = 0; in rtp_init_sequence()
288 uint32_t transit = arrival_timestamp - sent_timestamp; in rtcp_update_jitter() local
289 uint32_t prev_transit = s->transit; in rtcp_update_jitter()
290 int32_t d = transit - prev_transit; in rtcp_update_jitter()
296 s->transit = transit; in rtcp_update_jitter()
Drtpdec.h88 uint32_t transit; ///< relative transit time for previous packet member
/third_party/boost/libs/statechart/test/
DCustomReactionTest.cpp149 return transit< A >(); in react()
154 return transit< A >( &CustomReactionTest::TransitionAction, evt ); in react()
/third_party/boost/boost/graph/distributed/detail/
Dqueue.ipp92 buffers are empty (and no messages are in transit).
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-doctor.md101 in transit. `npm doctor` uses these checksums to validate the package tarballs
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/cupertino/
Dcupertino_navigation_demo.dart499 'Product or product packaging damaged during transit',
/third_party/pulseaudio/src/modules/rtp/
Drfc3550.txt2182 the difference in the "relative transit time" for the two packets;
2191 the relative transit time is the difference between a packet's RTP
4338 u_int32 transit; /* relative trans time for prev pkt */
5222 Here s points to state for the source; s->transit holds the relative
5223 transit time for the previous packet, and s->jitter holds the
5229 int transit = arrival - r->ts;
5230 int d = transit - s->transit;
5231 s->transit = transit;
/third_party/python/Doc/library/
Dsocketserver.rst29 arrive out of order or be lost while in transit. The parameters are
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dicons.dart839 …ss="material-icons md-36">directions_transit</i> &#x2014; material icon named "directions transit".
2798 …/// <i class="material-icons md-36">transit_enterexit</i> &#x2014; material icon named "transit en…
/third_party/skia/third_party/externals/microhttpd/doc/
Dlibmicrohttpd.texi2108 on MD5 hash algorithm. Only the hash will transit over the network,
Dlibmicrohttpd.info1838 MD5 hash algorithm. Only the hash will transit over the network, hence
/third_party/skia/third_party/externals/microhttpd/src/datadir/
Dspdy-draft.txt580 data already in transit from the sender and the time the
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt6672 transit
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt9856 過境簽証 < transit\-visa;
17293 運輸 < transit;
23029 過境簽証 > transit\-visa;
32885 運輸 > transit;
/third_party/icu/icu4j/perf-tests/data/collation/
Dnvsbl10.txt1584 that the transit of the Invisible Man was accomplished. For a space
Dulyss10.txt4958 me o'er the ferry. Cheaper transit. By easy stages. Houseboats. Camping
29589 immersion to emersion, abatement of wind, transit of shadow, taciturnity of
30154 What facilities of transit were desirable?
30351 transit sheds of Palgrave, Murphy and Company, steamship owners, agents
/third_party/gettext/gettext-tools/tests/
Dmm-viet.comp.po32038 "in transit."
32059 "This message is not encrypted. Its content may be viewed in transit across "

12