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

1 2 3

  /external/quake/quake/src/QW/client/
notes.txt 21 wake up only on packet arrival
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 132 DataLog::AddColumn(DataLog::Combine("table", 1), "arrival", 1);
137 DataLog::InsertCell(DataLog::Combine("table", 1), "arrival",
163 expected["arrival,"] = ExpectedValues(
183 DataLog::AddColumn(DataLog::Combine("table", 2), "arrival", 1);
188 DataLog::AddColumn(DataLog::Combine("table", 3), "arrival", 1);
191 DataLog::InsertCell(DataLog::Combine("table", 2), "arrival",
199 DataLog::InsertCell(DataLog::Combine("table", 3), "arrival",
231 expected["arrival,"] = ExpectedValues(
254 expected["arrival,"] = ExpectedValues(
  /external/chromium/net/url_request/
url_request_http_job.h 159 // true packet arrival times in such cases.
161 // Enable recording of packet arrival times for histogramming.
165 // those packets may possibly have had their time of arrival recorded).
168 // Arrival times for some of the first few packets.
  /frameworks/base/core/java/android/net/dhcp/
DhcpDeclinePacket.java 60 * Informs the state machine of the arrival of a DECLINE packet.
DhcpDiscoverPacket.java 64 * Informs the state machine of the arrival of a DISCOVER packet.
DhcpInformPacket.java 67 * Informs the state machine of the arrival of an INFORM packet. Not
  /external/iptables/extensions/
libxt_LED.man 20 Always make the LED blink on packet arrival, even if the LED is already on.
libxt_time.man 1 This matches if the packet arrival time/date is within a given range. All
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_queue.h 24 long timestamp_sec; /* Packet arrival time (seconds) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 16 long timestamp_sec; /* Packet arrival time (seconds) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 16 long timestamp_sec; /* Packet arrival time (seconds) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 16 long timestamp_sec; /* Packet arrival time (seconds) */
  /external/speex/libspeex/
jitter.c 82 /** Buffer that keeps the time of arrival of the latest packets */
146 spx_uint32_t arrival[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packet arrival time (0 means it was late, even though it's a valid timestamp) */ member in struct:JitterBuffer_
159 struct TimingBuffer *timeBuffers[MAX_BUFFERS]; /**< Storing arrival time of latest frames so we can compute some stats */
392 /*fprintf(stderr, "arrival: %d %d %d\n", packet->timestamp, jitter->next_stop, jitter->pointer_timestamp);*/
456 jitter->arrival[i] = 0;
458 jitter->arrival[i] = jitter->next_stop;
588 if (jitter->arrival[i] != 0)
590 update_timings(jitter, ((spx_int32_t)jitter->packets[i].timestamp) - ((spx_int32_t)jitter->arrival[i]) - jitter->buffer_margin);
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 47 // Make sure we're processing (or waiting for) the the arrival of the next URL
  /external/ganymed-ssh2/examples/
SingleThreadStdoutStderr.java 90 /* ... and we have consumed all data in the local arrival window. */
  /external/iptables/libipq/
ipq_message_type.3 78 long timestamp_sec; /* Packet arrival time (seconds) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mqueue.h 62 /* Register notification issued upon message arrival to an empty
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h 62 /* Register notification issued upon message arrival to an empty
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
mqueue.h 62 /* Register notification issued upon message arrival to an empty
  /libcore/luni/src/main/java/java/util/concurrent/
CyclicBarrier.java 76 * {@link #await} returns the arrival index of that thread at the barrier.
313 * @return the arrival index of the current thread, where index
382 * @return the arrival index of the current thread, where index
  /external/dbus/dbus/
dbus-sysdeps-thread-win.c 182 * it. retval is set again to honour the late arrival of the
  /external/srec/config/en.us/grammars/
ipaq_commands.grxml 57 <item> arrival <tag>V=V+' AP';</tag></item>
  /external/bluetooth/glib/gthread/
gthread-win32.c 256 * it. retval is set again to honour the late arrival of the
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 25 * This class define a semaphore. On this multiple threads can wait the arrival of one event. Thread wait for a maximum defined by the timeout.
  /external/tcpdump/
print-igmp.c 64 u_int32_t tr_qarr; /* query arrival time */

Completed in 1071 milliseconds

1 2 3