Home
last modified time | relevance | path

Searched refs:flight (Results 1 – 25 of 102) sorted by relevance

12345

/third_party/openssl/util/perl/TLSProxy/
DRecord.pm61 my $flight = shift;
88 $flight,
167 my ($flight,
178 flight => $flight,
280 if ($self->{sent} || ($self->flight & 1) != $server) {
303 sub flight subroutine
306 return $self->{flight};
394 if (($self->{flight} & 1) == $server
DProxy.pm104 flight => -1,
150 $self->{flight} = -1;
481 $self->{flight} = $self->{flight} + 1;
486 print "Processing flight ".$self->flight."\n";
490 my @ret = TLSProxy::Record->get_records($server, $self->flight,
542 sub flight subroutine
545 return $self->{flight};
/third_party/openssl/test/recipes/
D70-test_sslextension.t57 if ($proxy->flight == 1) {
67 if ($proxy->flight != 0) {
106 if ($proxy->flight == 0) {
120 if ($proxy->flight == 0) {
122 } elsif ($proxy->flight == 1) {
137 if ($proxy->flight == 0) {
143 if ($proxy->flight != 1) {
183 if ($proxy->flight != 0) {
D70-test_tls13psk.t111 my $flight;
115 $flight = 0;
117 $flight = 2;
121 return if $proxy->flight != $flight;
147 return if $proxy->flight != 0;
D70-test_sslsignature.t114 my $flight;
120 $flight = 1;
122 $flight = 2;
126 return if ($proxy->flight != $flight);
D70-test_sslrecords.t238 if ($proxy->flight != 0) {
266 if ($proxy->flight != 0) {
322 if ($proxy->flight != 0) {
469 if ($proxy->flight == 0) {
472 } elsif ($proxy->flight != 1 || $added_record) {
491 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
506 if ($proxy->flight != 1) {
523 if ($proxy->flight != 1) {
546 if ($proxy->flight != 1) {
D70-test_tls13cookie.t68 return if ($proxy->flight > 2);
78 && ${$message->records}[0]->flight == 1) {
84 if (${$message->records}[0]->flight == 0) {
D70-test_tls13hrr.t67 if ($proxy->flight != 1) {
82 if ($proxy->flight != 0) {
D70-test_sslsigalgs.t327 if ($proxy->flight != 0) {
361 return if ($proxy->flight != 0);
418 if ($proxy->flight != 0) {
454 if ($proxy->flight != 1) {
472 if ($proxy->flight != 0) {
D70-test_comp.t88 my $flight;
93 return if $proxy->flight != 0;
D70-test_sslcbcpadding.t68 if ($proxy->flight == 0) {
113 $proxy->flight,
D70-test_key_share.t241 if (($direction == CLIENT_TO_SERVER && $proxy->flight != 0
242 && ($proxy->flight != 1 || $testtype != NO_KEY_SHARES_IN_HRR))
243 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) {
D70-test_sslversions.t125 if ($proxy->flight == 1) {
137 if ($proxy->flight != 0) {
D70-test_tls13alerts.t50 if ($proxy->flight != 1) {
D70-test_sslskewith0p.t54 if ($proxy->flight != 1) {
D70-test_sslcertstatus.t53 if ($proxy->flight != 1) {
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dheroes.dart42 /// hero's flight from one route to another instead of default (which is to
52 typedef _OnFlightEnded = void Function(_HeroFlight flight);
54 /// Direction of the hero's flight based on the navigation operation.
56 /// A flight triggered by a route push.
61 /// [Hero] child is shown in flight.
64 /// A flight triggered by a route pop.
69 /// [Hero] child is shown in flight.
93 /// overlay during the transition and while they're in-flight they're, by
101 /// If a [Hero] is already in flight when navigation occurs, its
102 /// flight animation will be redirected to its new destination. The
[all …]
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dheroes_test.dart81 // 50 pixels. When the hero's in-flight bounds between / and /twoInset are animated
83 // then when the flight starts at /twoInset and returns to /.
546 // Start the flight of Hero 'a' from route '/' to route '/two'. Route '/two'
565 // At 150ms Hero 'a' is mid-flight.
574 // Restart the flight of Hero 'a'. Now it's flying from route '/two' to
585 // Hero a's return flight at 149ms. The outgoing (push) flight took
591 // The flight is finished. We're back to where we started.
616 // Start the flight of Hero 'a' from route '/two' to route '/'. Route '/two'
635 // At 150ms Hero 'a' is mid-flight.
644 // Restart the flight of Hero 'a'. Now it's flying from route '/' to
[all …]
/third_party/boost/libs/date_time/example/
DJamfile39 exe flight : local_time/flight.cpp ;
/third_party/node/deps/npm/node_modules/inflight/
DREADME.md3 Add callbacks to requests in flight to avoid async duplication
15 // request for this key is already in flight, or a new callback
/third_party/node/deps/npm/node_modules/promise-inflight/
DREADME.md3 One promise for multiple requests in flight to avoid async duplication
/third_party/weston/doc/sphinx/toc/libweston/
Dlog.rst91 - a **'flight-recoder'** type created by :func:`weston_log_subscriber_destroy_flight_rec()`
134 The flight recorder acts like a black box found in airplanes: it accumulates
143 Specifying which scopes to subscribe for the flight-recorder can be done using
144 :samp:`--flight-rec-scopes`. By default, the 'log' scope and 'drm-backend' are
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
DREADME.md7 to print results that are in flight.
/third_party/weston/doc/sphinx/
Dindex.rst19 environment for non-desktop uses such as automotive, embedded, in-flight,
/third_party/grpc/doc/
Dkeepalive.md17 …to 1 (0 : false; 1 : true), allows keepalive pings to be sent even if there are no calls in flight.
51 …ERMIT_WITHOUT_CALLS set to false and the client sends pings without there being any call in flight.

12345