HomeSort by relevance Sort by last modified time
    Searched full:ack (Results 1 - 25 of 943) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
controlflow-recursive.js 5 function ack(m,n){ function
7 if (n==0) { return ack(m-1,1); }
8 return ack(m-1, ack(m,n-1) );
22 ack(3,i);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
controlflow-recursive.js 5 function ack(m,n){ function
7 if (n==0) { return ack(m-1,1); }
8 return ack(m-1, ack(m,n-1) );
22 ack(3,i);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
controlflow-recursive.js 5 function ack(m,n){ function
7 if (n==0) { return ack(m-1,1); }
8 return ack(m-1, ack(m,n-1) );
22 ack(3,i);
  /external/tcpdump/
atime.awk 1 $6 ~ /^ack/ && $5 !~ /[SFR]/ {
2 # given a tcpdump ftp trace, output one line for each ack
4 # <ack time> <seq no>
5 # where <ack time> is the time packet was acked (in seconds with
7 # number of the ack divided by 1024 (i.e., Kbytes acked).
print-decnet.c 435 int ack; local
444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]);
445 if (ack & SGQ_ACK) { /* acknum field */
446 if ((ack & SGQ_NAK) == SGQ_NAK)
447 (void)printf("nak %d ", ack & SGQ_MASK);
449 (void)printf("ack %d ", ack & SGQ_MASK);
454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]);
455 if (ack & SGQ_OACK) { /* ackoth field */
456 if ((ack & SGQ_ONAK) == SGQ_ONAK
481 int ack; local
529 int ack; local
593 int ack; local
618 int ack; local
    [all...]
packetdat.awk 13 # <1st ack time>
14 # <last ack time>
20 if ($6 != "ack") {
47 # for packets that were implicitly acked, make the ack time
48 # be the ack time of next explicitly acked packet.
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
sunspider-controlflow-recursive.html 9 function ack(m,n){
11 if (n==0) { return ack(m-1,1); }
12 return ack(m-1, ack(m,n-1) );
27 test("Ack", function(){
29 ack(3,i);
  /external/nist-sip/java/javax/sip/message/
Request.java 7 String ACK = "ACK";
  /external/arduino/libraries/Wire/utility/
twi.c 134 // On receive, the previously configured ACK/NACK setting is transmitted in
283 * Input ack: byte indicating to ack or to nack
286 void twi_reply(uint8_t ack)
288 // transmit master read ready signal, with or without ack
289 if(ack){
338 // copy device address and r/w bit to output register and ack
348 // copy data to output register and ack
369 case TW_MR_DATA_ACK: // data received, ack sent
372 case TW_MR_SLA_ACK: // address sent, ack receive
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_ack_handler.h 16 // Provided customized ack response for input events.
21 // Called upon event ack receipt from the renderer.
touch_event_queue_unittest.cc 223 // Receive an ACK for the first touch-event.
230 // Receive an ACK for the second touch-event.
251 // Events will be queued until the first sent event is ack'ed.
260 // Receive an ACK for the first touch-event. One of the queued touch-event
292 // ACK the press. Coalesced touch-move events should be sent.
300 // ACK the moves.
307 // ACK the release.
315 // Tests that an event that has already been sent but hasn't been ack'ed yet
378 // in the renderer, then there is no crash when the ACK for that touch-event
390 // Receive an ACK for the press. This should cause the queued touch-move t
    [all...]
tap_suppression_controller_unittest.cc 171 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
184 // Send GestureFlingCancel Ack.
207 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
220 // Send GestureFlingCancel Ack.
251 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
264 // Send processed GestureFlingCancel Ack.
294 // Test TapSuppressionController for when GestureFlingCancel Ack comes before
295 // TapDown, but there is a small delay between the Ack and TapDown.
307 // Send GestureFlingCancel Ack.
338 // Test TapSuppressionController for when GestureFlingCancel Ack comes befor
    [all...]
input_router_impl.h 129 // Indicates the source of an ack provided to |ProcessInputEventAck()|.
130 // The source is tracked by |current_ack_source_|, which aids in ack routing.
145 // Dispatches the ack'ed event to |ack_handler_|.
153 // Dispatches the ack'ed event to |ack_handler_|, forwarding queued events
158 // Forwards the event ack to |gesture_event_filter|, potentially triggering
164 // Forwards the event ack to |touch_event_queue_|, potentially triggering
207 // and we are waiting for a corresponding ack.
217 // high rate; not waiting for the ack results in jankiness, and using the same
229 // stuff key events into a queue and pop them out on ACK, feeding our copy
238 // Whether touch ack timeout handling has been enabled via the command line
    [all...]
  /external/chromium_org/content/port/common/
input_event_ack_state.h 10 // Describes the state of the input event ACK coming back to the browser side.
  /external/iptables/extensions/
libxt_tcpmss.man 1 This matches the TCP MSS (maximum segment size) field of the TCP header. You can only use this on TCP SYN or SYN/ACK packets, since the MSS is only negotiated during the TCP handshake at connection startup time.
libxt_tcp.man 25 .BR "SYN ACK FIN RST URG PSH ALL NONE" .
28 iptables \-A FORWARD \-p tcp \-\-tcp\-flags SYN,ACK,FIN,RST SYN
30 will only match packets with the SYN flag set, and the ACK, FIN and
34 Only match TCP packets with the SYN bit set and the ACK,RST and FIN bits
39 It is equivalent to \fB\-\-tcp\-flags SYN,RST,ACK,FIN SYN\fP.
  /external/llvm/test/Transforms/TailCallElim/
ackermann.ll 5 define i32 @Ack(i32 %M.1, i32 %N.1) {
17 %tmp.8 = call i32 @Ack( i32 %tmp.10, i32 1 ) ; <i32> [#uses=1]
22 %tmp.14 = call i32 @Ack( i32 %M.1, i32 %tmp.17 ) ; <i32> [#uses=1]
23 %tmp.11 = call i32 @Ack( i32 %tmp.13, i32 %tmp.14 ) ; <i32> [#uses=1]
  /system/core/libcutils/
debugger.c 38 char ack; local
39 if (TEMP_FAILURE_RETRY(read(s, &ack, 1)) != 1) {
71 char ack; local
72 if (TEMP_FAILURE_RETRY(read(s, &ack, 1)) != 1) {
  /frameworks/base/core/java/android/net/dhcp/
DhcpAckPacket.java 25 * This class implements the DHCP-ACK packet.
50 return s + " ACK: your new IP " + mYourIp +
57 * Fills in a packet with the requested ACK parameters.
71 * Adds the optional parameters to the client-generated ACK packet.
104 * Notifies the specified state machine of the ACK packet parameters.
  /external/chromium_org/content/common/
swapped_out_messages.cc 64 // Sends an ACK.
66 // Sends an ACK.
68 // Sends an ACK.
74 // Sends an ACK.
78 // Sends an ACK.
80 // Sends an ACK.
  /external/chromium_org/content/browser/tracing/
trace_message_filter.h 56 // Awaiting ack for previously sent SendEndTracing
58 // Awaiting ack for previously sent SendCaptureMonitoringSnapshot
60 // Awaiting ack for previously sent SendGetTraceBufferPercentFull
  /frameworks/av/include/media/
SingleStateQueue.h 58 // returns a sequence number which can be used with ack()
62 bool ack();
65 bool ack(int32_t sequence);
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start.h 32 // Returns true if this ack the last sequence number of our current slow start
35 bool EndOfRound(QuicPacketSequenceNumber ack);
40 // rtt: it the RTT for this ack packet.
56 QuicTime last_time_; // Last time when the ACK spacing was close.
  /packages/apps/Bluetooth/res/values/
test_strings.xml 7 <string name="ack_record">Ack record</string>
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.cc 76 cc::CompositorFrameAck ack; local
78 ack.last_software_frame_id = unacked_software_frames_.back();
89 ack));
96 cc::CompositorFrameAck ack;
97 resource_collection_->TakeUnusedResourcesForChildCompositor(&ack.resources);
106 ack));
163 // We need to send an ACK to for every buffer sent to us.
166 // buffer arriving, no ACK is needed.
187 cc::CompositorFrameAck ack; local
188 ack.gl_frame_data.reset(new cc::GLFrameData())
448 cc::CompositorFrameAck ack; local
    [all...]

Completed in 1521 milliseconds

1 2 3 4 5 6 7 8 91011>>