Home
last modified time | relevance | path

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

1234

/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.t118 my $flight;
122 $flight = 0;
124 $flight = 2;
128 return if $proxy->flight != $flight;
154 return if $proxy->flight != 0;
D70-test_sslsignature.t116 my $flight;
122 $flight = 1;
124 $flight = 2;
128 return if ($proxy->flight != $flight);
D70-test_tls13hrr.t89 if ($proxy->flight != 1) {
106 if ($proxy->flight == 4) {
111 if ($proxy->flight != 3) {
117 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
137 if ($proxy->flight != 0) {
D70-test_sslrecords.t260 if ($proxy->flight != 0) {
288 if ($proxy->flight != 0) {
344 if ($proxy->flight != 0) {
491 if ($proxy->flight == 0) {
494 } elsif ($proxy->flight != 1 || $added_record) {
513 for ($i = 0; ${$proxy->record_list}[$i]->flight() < 1; $i++) {
528 if ($proxy->flight != 1) {
545 if ($proxy->flight != 1) {
568 if ($proxy->flight != 1) {
D70-test_tls13cookie.t78 return if ($proxy->flight > 2);
88 && ${$message->records}[0]->flight == 1) {
94 if (${$message->records}[0]->flight == 0) {
D70-test_sslsigalgs.t332 if ($proxy->flight != 0) {
366 return if ($proxy->flight != 0);
423 if ($proxy->flight != 0) {
459 if ($proxy->flight != 1) {
477 if ($proxy->flight != 0) {
D70-test_comp.t88 my $flight;
93 return if $proxy->flight != 0;
D70-test_sslcbcpadding.t70 if ($proxy->flight == 0) {
115 $proxy->flight,
D70-test_sslversions.t130 if ($proxy->flight == 1) {
142 if ($proxy->flight != 0) {
D70-test_key_share.t315 if (($direction == CLIENT_TO_SERVER && $proxy->flight != 0
316 && ($proxy->flight != 1 || $testtype != NO_KEY_SHARES_IN_HRR))
317 || ($direction == SERVER_TO_CLIENT && $proxy->flight != 1)) {
D70-test_tls13alerts.t50 if ($proxy->flight != 1) {
D70-test_sslskewith0p.t54 if ($proxy->flight != 1) {
D70-test_sslcertstatus.t53 if ($proxy->flight != 1) {
D70-test_sslvertol.t112 if ($proxy->flight != 0) {
D70-test_tls13downgrade.t101 if ($proxy->flight != 0) {
D70-test_renegotiation.t118 if ($proxy->flight != 0) {
/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/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/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
DREADME.md7 to print results that are in flight.
/third_party/node/deps/npm/node_modules/infer-owner/
DREADME.md41 Delete all cached ownership information and in-flight tracking.

1234