Home
last modified time | relevance | path

Searched refs:arrival (Results 1 – 25 of 40) sorted by relevance

12

/third_party/boost/boost/geometry/policies/relate/
Ddirection.hpp49 arrival[0] = ha; in direction_type()
50 arrival[1] = hb; in direction_type()
61 arrival[0] = ha; in direction_type()
62 arrival[1] = hb; in direction_type()
92 int arrival[2]; // 1=arrival, -1=departure, 0=neutral; == how_a//how_b member
252 r.arrival[0] = arrival_from_position_value(a1_wrt_b, a2_wrt_b); in segments_collinear()
253 r.arrival[1] = arrival_from_position_value(b1_wrt_a, b2_wrt_a); in segments_collinear()
287 r.how = r.arrival[0] == 0 ? 't' : 'f'; in segments_collinear()
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_for_endpoint.hpp121 int arrival_a = result.template get<1>().arrival[0]; in linear_intersections()
122 int arrival_b = result.template get<1>().arrival[1]; in linear_intersections()
204 static inline operation_type union_or_blocked_same_dirs(int arrival, bool is_last) in union_or_blocked_same_dirs() argument
206 if ( arrival == 1 ) in union_or_blocked_same_dirs()
208 else if ( arrival == -1 ) in union_or_blocked_same_dirs()
216 static inline operation_type union_or_blocked_different_dirs(int arrival, bool is_last) in union_or_blocked_different_dirs() argument
218 if ( arrival == 1 ) in union_or_blocked_different_dirs()
Dget_turn_info.hpp875 int const arrival = dir_info.arrival[0]; in apply() local
877 BOOST_GEOMETRY_ASSERT(arrival != 0); in apply()
885 int const side_p_or_q = arrival == 1 in apply()
895 int const product = arrival * side_p_or_q; in apply()
1055 int const p_arrival = info.d_info().arrival[0]; in apply()
1056 int const q_arrival = info.d_info().arrival[1]; in apply()
1219 if ( inters.d_info().arrival[1] == 1 ) in apply()
1271 if ( inters.d_info().arrival[0] == 0 ) in apply()
Dget_turn_info_helpers.hpp543 int arrival = d_info().arrival[OpId]; in is_ip_j() local
550 return arrival != -1; in is_ip_j()
554 return arrival == 0; in is_ip_j()
559 return arrival == 1; in is_ip_j()
Dget_turn_info_ll.hpp101 if ( inters.d_info().arrival[1] == 1) in apply()
351 if ( inters.d_info().arrival[0] == 0 ) in apply()
556 || inters.d_info().arrival[0] == 1 ) ) in append_opposite_spikes()
587 || inters.d_info().arrival[1] == 1 ) ) in append_opposite_spikes()
Dstream_info.hpp49 << "[" << how_str(info.arrival) in operator <<()
Dget_turn_info_la.hpp101 if ( inters.d_info().arrival[1] == 1 ) in apply()
295 if ( inters.d_info().arrival[0] == 0 ) in apply()
544 || inters.d_info().arrival[0] == 1 ) in append_opposite_spikes()
/third_party/boost/libs/geometry/test/strategies/
Dsegment_intersection_collinear.cpp105 BOOST_CHECK_EQUAL(dir.arrival[0], expected_arrival1); in test_segment_intersection()
106 BOOST_CHECK_EQUAL(dir.arrival[1], expected_arrival2); in test_segment_intersection()
/third_party/iptables/extensions/
Dlibxt_LED.man20 Always make the LED blink on packet arrival, even if the LED is already on.
Dlibxt_time.man1 This matches if the packet arrival time/date is within a given range. All
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dtexture.dart23 /// on arrival of a video frame). Such repainting generally does not involve
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dtexture.dart25 /// arrival of a video frame). Such repainting generally does not involve
/third_party/boost/libs/random/doc/
Ddistributions.qbk68 [measuring the inter-arrival time of alpha
Dconcepts.qbk112 on the environment, inter-arrival times of network packets or keyboard events
/third_party/libwebsockets/READMEs/
DREADME.tls-sessions.md65 session message arrival callback to synchronize updating the client session
/third_party/pulseaudio/
DPROTOCOL404 memfd memory area. Upon arrival, the other end (client or server) creates a
/third_party/libuv/docs/src/
Dhandle.rst140 arrival of the close callback.
/third_party/boost/libs/spirit/doc/
Dpreface.qbk35 The arrival of the Internet and the World Wide Web magnified the need
/third_party/libcoap/man/
Dcoap_block.txt.in84 the receiving handler, otherwise each individual block is presented on arrival.
/third_party/flutter/glfw/docs/
Dintro.dox306 The order of arrival of related events is not guaranteed to be consistent
/third_party/pcre2/pcre2/maint/Unicode.tables/
Demoji-data.txt347 1F6EB..1F6EC ; Emoji # E1.0 [2] (��..��) airplane departure..airplane arrival
629 1F6EB..1F6EC ; Emoji_Presentation # E1.0 [2] (��..��) airplane departure..airplane arrival
1199 1F6EB..1F6EC ; Extended_Pictographic# E1.0 [2] (��..��) airplane departure..airplane arrival
/third_party/python/Doc/library/
Drandom.rst513 Simulation of arrival times and service deliveries for a multiserver queue::
/third_party/ltp/scripts/
Dspelling.txt159 arraival||arrival
/third_party/boost/libs/math/doc/distributions/
Dhyperexponential.qbk110 Also, the arrival of different types of customer to a single queueing station is often modeled as a…
/third_party/python/Doc/tutorial/
Ddatastructures.rst190 >>> queue # Remaining queue in order of arrival

12