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

1 2 3

  /external/chromium/net/url_request/
https_prober.h 44 // InFlight returns true iff a probe for the given host is currently active.
45 bool InFlight(const std::string& host) const;
49 // other action is taken. If a probe to the given host in currently inflight,
https_prober.cc 22 bool HTTPSProber::InFlight(const std::string& host) const {
28 if (HaveProbed(host) || InFlight(host)) {
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.h 107 // Maximum number of prefetches that can be inflight for a single navigation.
109 // Maximum number of prefetches that can be inflight for a host for a single
resource_prefetcher_manager.h 27 // - Will only allow one inflight prefresh per main frame URL.
resource_prefetcher_unittest.cc 88 void CheckPrefetcherState(size_t inflight, size_t queue, size_t host) {
89 EXPECT_EQ(prefetcher_->inflight_requests_.size(), inflight);
resource_prefetcher.h 145 FINISHED = 3 // No more inflight request, new requests not possible.
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 107 private ArrayList<InFlight> mInFlight = new ArrayList<InFlight>();
406 private static final class InFlight extends Intent {
413 InFlight(AlarmManagerService service, PendingIntent pendingIntent, WorkSource workSource) {
1219 final InFlight inflight = new InFlight(AlarmManagerService.this, local
1449 InFlight inflight = null; local
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenableFuture.java 45 * inFlight.add(name);
50 * inFlight.remove(name);
  /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...]
  /external/chromium_org/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
  /external/chromium/net/base/
dnsrr_resolver.h 104 // CancelResolve cancels an inflight lookup. The callback for this lookup
cert_verifier_unittest.cc 77 // Tests an inflight join.
dnsrr_resolver.cc 783 std::map<std::pair<std::string, uint16>, RRResolverJob*> inflight; local
784 inflight.swap(inflight_);
787 STLDeleteValues(&inflight);
  /external/chromium_org/chrome/browser/net/spdyproxy/
proxy_advisor.h 75 // accordingly. If the proxy has turned off, cancels all inflight requests.
proxy_advisor.cc 157 // Delete all inflight requests. Each request's destructor will call Cancel().
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher.h 108 // Allows us to cancel any inflight FileWatcher events or scheduled reloads.
policy_watcher_linux.cc 243 // Allows us to cancel any inflight FileWatcher events or scheduled reloads.
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.h 184 // Returns false if there's another inflight pending operation.
recursive_operation_delegate.cc 14 // Don't start too many inflight operations.
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter_unittest.cc 115 // Close the filter while it has inflight request.
  /external/chromium_org/ui/surface/
transport_dib.h 196 // Decreases the inflight counter, and deletes the transport DIB if it is
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 108 // check for inflight callbacks that aren't applicable

Completed in 461 milliseconds

1 2 3