HomeSort by relevance Sort by last modified time
    Searched full:inflight (Results 1 - 11 of 11) sorted by null

  /external/chromium/net/base/
https_prober.h 39 // InFlight returns true iff a probe for the given host is currently active.
40 bool InFlight(const std::string& host) const;
44 // other action is taken. If a probe to the given host in currently inflight,
https_prober.cc 16 bool HTTPSProber::InFlight(const std::string& host) const {
22 if (HaveProbed(host) || InFlight(host)) {
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 174 in_flight_event inflight; local
175 inflight.event = kevent;
176 inflight.seq = -1;
177 inflight.doFinish = false;
178 mInFlightEvents.push(inflight);
185 const in_flight_event& inflight(mInFlightEvents[i]);
186 if (inflight.seq == finish.seq) {
187 *outEvent = inflight.event;
192 LOGW("getEvent couldn't find inflight for seq %d", finish.seq);
222 in_flight_event inflight; local
    [all...]
  /external/chromium/third_party/libevent/
evdns.3 281 Requests are kept in two queues. The first is the inflight queue. In
285 The second is the waiting queue. The size of the inflight ring is
288 nameserver. Several algorithms require a full walk of the inflight
evdns.h 142 * Requests are kept in two queues. The first is the inflight queue. In
146 * The second is the waiting queue. The size of the inflight ring is
149 * nameserver. Several algorithms require a full walk of the inflight
370 ndots, timeout, max-timeouts, max-inflight, and attempts
evdns.c 300 /* inflight requests are contained in the req_head list */
303 /* requests which aren't inflight are in the waiting list */
429 /* This walks the list of inflight requests to find the */
510 /* walk the list of inflight requests to see if any can be reassigned to */
613 /* this function looks for space on the inflight queue and promotes */
620 /* move a request from the waiting queue to the inflight queue */
1106 /* now check to see if that id is already inflight */
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 108 // check for inflight callbacks that aren't applicable
  /external/chromium/base/
timer.h 216 // inflight.
  /external/tcpdump/
sctpConstants.h 79 * is reduced by the FR to 1/2 the inflight packets).
  /frameworks/base/core/java/android/widget/
Toast.java 121 // TODO this still needs to cancel the inflight notification if any
  /external/chromium/net/url_request/
url_request_http_job.cc 878 prober->InFlight(request_info_.url.host())) {

Completed in 316 milliseconds