Searched refs:flight (Results 1 – 25 of 96) sorted by relevance
1234
/third_party/openssl/util/perl/TLSProxy/ |
D | Record.pm | 61 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
|
D | Proxy.pm | 104 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/ |
D | 70-test_sslextension.t | 57 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) {
|
D | 70-test_tls13psk.t | 118 my $flight; 122 $flight = 0; 124 $flight = 2; 128 return if $proxy->flight != $flight; 154 return if $proxy->flight != 0;
|
D | 70-test_sslsignature.t | 116 my $flight; 122 $flight = 1; 124 $flight = 2; 128 return if ($proxy->flight != $flight);
|
D | 70-test_tls13hrr.t | 89 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) {
|
D | 70-test_sslrecords.t | 260 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) {
|
D | 70-test_tls13cookie.t | 78 return if ($proxy->flight > 2); 88 && ${$message->records}[0]->flight == 1) { 94 if (${$message->records}[0]->flight == 0) {
|
D | 70-test_sslsigalgs.t | 332 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) {
|
D | 70-test_comp.t | 88 my $flight; 93 return if $proxy->flight != 0;
|
D | 70-test_sslcbcpadding.t | 70 if ($proxy->flight == 0) { 115 $proxy->flight,
|
D | 70-test_sslversions.t | 130 if ($proxy->flight == 1) { 142 if ($proxy->flight != 0) {
|
D | 70-test_key_share.t | 315 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)) {
|
D | 70-test_tls13alerts.t | 50 if ($proxy->flight != 1) {
|
D | 70-test_sslskewith0p.t | 54 if ($proxy->flight != 1) {
|
D | 70-test_sslcertstatus.t | 53 if ($proxy->flight != 1) {
|
D | 70-test_sslvertol.t | 112 if ($proxy->flight != 0) {
|
D | 70-test_tls13downgrade.t | 101 if ($proxy->flight != 0) {
|
D | 70-test_renegotiation.t | 118 if ($proxy->flight != 0) {
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | heroes.dart | 42 /// 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/ |
D | heroes_test.dart | 81 // 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/ |
D | README.md | 3 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/ |
D | README.md | 3 One promise for multiple requests in flight to avoid async duplication
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/ |
D | README.md | 7 to print results that are in flight.
|
/third_party/node/deps/npm/node_modules/infer-owner/ |
D | README.md | 41 Delete all cached ownership information and in-flight tracking.
|
1234