HomeSort by relevance Sort by last modified time
    Searched full:ack (Results 251 - 275 of 931) sorted by null

<<11121314151617181920>>

  /external/chromium_org/content/browser/loader/
async_resource_handler.h 83 // ACK for. This allows us to avoid having too many messages in flight.
  /external/chromium_org/content/browser/renderer_host/input/
gesture_event_filter.h 39 // event is sent after receiving the ACK for previous one. The only exception is
131 // whenever ACK for previous event is received. This queue also tries to
160 // for an ACK, so the next gesture ACK should be ignored.
touchpad_tap_suppression_controller.h 29 // Should be called on arrival of ACK for a GestureFlingCancel event.
touchscreen_tap_suppression_controller.h 28 // Should be called on arrival of ACK for a GestureFlingCancel event.
immediate_input_router.cc 99 // Check for types that require an ACK.
355 // Perform optional, synchronous event handling, sending ACK messages for
360 // Send the ACK and early exit.
380 // it's awaiting an ack for the event. Since the event is being dropped,
382 // So send the ACK to the gesture event filter immediately, and mark it
389 // ACK to the touch-event queue immediately. Mark the event as not
460 "ack", GetEventAckName(ack_result));
  /external/chromium_org/content/public/test/
render_widget_test.cc 166 // Setting empty physical backing size should not send the ack.
171 // Setting the bounds to a "real" rect should send the ack.
194 // Setting the same size again should not send the ack.
198 // Resetting the rect to empty should not send the ack.
  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender_test.cc 120 // Make sure that we fall out of slow start when we send ACK train longer
153 // We should need 141(65*2+1+10) ACK:ed packets before increasing window by
203 // We need to ack half of the pending packet before we can send agin.
214 // We should need number_of_packets_in_window ACK:ed packets before
  /external/chromium_org/net/quic/
quic_connection_logger.h 59 // receive, according to the missing packet set in their ack frames.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 106 OPT_ACKDELAY, // The Delayed ACK timeout (0 == off).
131 uint32 conv, seq, ack; member in struct:cricket::PseudoTcp::Segment
157 // send payload or just an ACK packet.
163 // value is 0 then this is an ACK packet, otherwise this packet has payload.
pseudotcp.cc 569 << "><ACK=" << m_rcv_nxt
577 // Note: When len is 0, this is an ACK packet. We don't read the return value for those,
600 seg.ack = bytes_to_long(buffer + 8);
614 << "><ACK=" << seg.ack
667 // packet(tcb, seg.ack, 0, FLAG_RST, 0, 0);
726 // Check if this is a valuable ack
727 if ((seg.ack > m_snd_una) && (seg.ack <= m_snd_nxt)) {
753 uint32 nAcked = seg.ack - m_snd_una
    [all...]
  /external/iptables/extensions/
libxt_tcpmss.c 14 " (only valid for TCP SYN or SYN/ACK packets)\n");
  /external/nist-sip/java/gov/nist/javax/sip/
DialogTimeoutEvent.java 25 * dialog does not receive or send an ACK.
  /frameworks/base/core/java/android/net/dhcp/
DhcpStateMachine.java 42 * Signals that the final ACK has been received from the server.
  /external/chromium_org/content/renderer/gpu/
input_event_filter.cc 134 InputEventAckState ack = local
137 if (ack == INPUT_EVENT_ACK_STATE_NOT_CONSUMED) {
148 SendACK(event->type, ack, latency_info, routing_id);
  /external/libppp/src/
fsm.h 70 u_char ack[FSM_OPTLEN], *ackend; member in struct:fsm_decode
83 void (*SendTerminateAck)(struct fsm *, u_char); /* Send Term ACK please */
125 * side ABENDs rather than going into ST_ACKSENT (and sending the ACK),
  /external/qemu/slirp/
tcp.h 134 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */
135 #define TCPS_LAST_ACK 8 /* had fin and close; await FIN ACK */
136 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
  /external/qemu/slirp-android/
tcp.h 136 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */
137 #define TCPS_LAST_ACK 8 /* had fin and close; await FIN ACK */
138 /* states > TCPS_CLOSE_WAIT && < TCPS_FIN_WAIT_2 await ACK of FIN */
tcp_var.h 58 #define TF_ACKNOW 0x0001 /* ack peer immediately */
59 #define TF_DELACK 0x0002 /* ack, but try to delay it */
83 tcp_seq snd_wl2; /* window update seg ack number */
195 u_long tcps_sndacks; /* ack-only packets sent */
219 u_long tcps_rcvackpack; /* rcvd ack packets */
  /external/smack/src/org/jivesoftware/smackx/receipts/
DeliveryReceiptManager.java 122 Message ack = new Message(packet.getFrom(), Message.Type.normal); local
123 ack.addExtension(new DeliveryReceipt(packet.getPacketID()));
124 connection.sendPacket(ack);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 869 // but should not expect ack for empty physical backing size.
880 // but should not expect ack for only physical backing size change.
888 // Send out a update that's not a resize ack after setting resize ack pending
889 // flag. This should not clean the resize ack pending flag.
903 // a resize ACK is pending.
912 // Send a update that's a resize ack, but for the original_size we sent. Since
923 // Send the resize ack for the latest size.
932 // expect a resize ack (since the renderer won't ack empty sizes). The messag
    [all...]
  /external/grub/netboot/
tlan.c 422 * If the correct ack was received, 0, otherwise 1
430 * byte is sent after the ack is
487 * byte is received, and no ack is
491 * over the serial link. It then sends and ack bit, or no
492 * ack and a stop bit. This function is used to retrieve
518 TLan_ClearBit( TLAN_NET_SIO_EDATA, sio ); /* Ack = 0 */
522 TLan_SetBit( TLAN_NET_SIO_EDATA, sio ); /* No ack = 1 (?) */
982 * 0 if ack received ok
1036 nack = TLan_GetBit(TLAN_NET_SIO_MDATA, sio); /* Check for ACK */
1037 TLan_SetBit(TLAN_NET_SIO_MCLK, sio); /* Finish ACK */
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 142 #define DOT11_ACK_LEN 10 /* d11 ACK frame length */
188 #define DOT11_BA_CTL_POLICY_NORMAL 0x0000 /* normal ack */
189 #define DOT11_BA_CTL_POLICY_NOACK 0x0001 /* no ack */
190 #define DOT11_BA_CTL_POLICY_MASK 0x0001 /* ack policy mask */
223 uint8 bitmap[DOT11_BA_BITMAP_LEN]; /* Block Ack Bitmap */
    [all...]
  /external/chromium_org/chrome/browser/invalidation/
invalidator_storage_unittest.cc 27 const char kCurrentAckHandleKey[] = "current-ack";
28 const char kExpectedAckHandleKey[] = "expected-ack";
305 // Never acknowledged, so current ack handle is unset.
430 // Test that we correctly generate ack handles, acknowledge them, and persist
483 // Finally, test that the ack handles are updated if we're asked to generate
484 // another ack handle for the same object ID.
  /external/chromium_org/content/browser/tracing/
trace_controller_impl.cc 158 // Ack asynchronously now, because we don't have any children to wait for.
186 // Ack asynchronously now, because we don't have any children to wait for.
331 // The last ack represents local trace, so we need to ack it now. Note that
398 // The last ack represents local trace, so we need to ack it now. Note that
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 176 DEFINED : After receiving I frame, wait till the ACK timer to expire to send an ACK to PN544.
177 COMMENTED : immediately ACK the received I frame
500 /** This will store the ack time out values */
507 Bit 2 = 1 means ack time out started else stopped
553 /** Response received count to send the ACK once it reaches the window size */

Completed in 1016 milliseconds

<<11121314151617181920>>