HomeSort by relevance Sort by last modified time
    Searched full:outstanding (Results 26 - 50 of 1146) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/core/libnl_2/genl/
family.c 26 /* Release reference and none outstanding */
  /external/chromium/net/base/
host_resolver_impl.h 25 // host are made while the job is already outstanding, then they are attached
147 // Adds a job to outstanding jobs list.
150 // Returns the outstanding job for |key|, or NULL if there is none.
153 // Removes |job| from the outstanding jobs list.
232 // Map from hostname to outstanding job.
239 // how many outstanding jobs the pool already has, and its constraints.
host_resolver.cc 86 // Clear the outstanding request information.
  /external/chromium/base/threading/
simple_thread.cc 93 DCHECK(threads_.empty()) << "Start() called with outstanding threads.";
102 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
  /external/chromium/chrome/browser/net/
sdch_dictionary_fetcher.h 62 // The currently outstanding URL fetch of a dicitonary.
63 // If this is null, then there is no outstanding request.
resolve_proxy_msg_helper_unittest.cc 97 // outstanding at the same time).
160 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
218 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
224 // the requests which are outstanding.
  /external/chromium_org/base/threading/
simple_thread.cc 100 DCHECK(threads_.empty()) << "Start() called with outstanding threads.";
109 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
  /external/chromium_org/chrome/browser/net/
sdch_dictionary_fetcher.h 64 // The currently outstanding URL fetch of a dicitonary.
65 // If this is null, then there is no outstanding request.
  /external/chromium_org/chrome/browser/resources/net_internals/
details_view.js 22 // True when there's an asychronous repaint outstanding.
99 * repaint is outstanding, waits for it to complete before scrolling.
  /external/chromium_org/chrome/common/
cancelable_task_tracker.h 27 // to destroy a CancelableTaskTracker while there are outstanding tasks. This is
28 // commonly used to cancel all outstanding tasks.
  /external/chromium_org/chrome_frame/test/net/
test_automation_resource_message_filter.cc 61 // Add request to the list of outstanding requests.
74 // Remove request from the list of outstanding requests.
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher.h 28 // Destruction should cancel any outstanding requests.
58 // Only one fetch is allowed to be outstanding at a time.
  /external/chromium_org/net/quic/congestion_control/
tcp_cubic_sender.h 108 // Track the largest sequence number outstanding when a CWND cutback occurs.
117 // Maximum number of outstanding packets for tcp.
  /external/chromium_org/content/browser/renderer_host/media/
web_contents_video_capture_device.h 35 // |destroy_cb| is invoked on an outside thread once all outstanding objects
webrtc_identity_service_host.h 24 // Only one outstanding request is allowed per renderer at a time. If a second
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper_unittest.cc 117 // outstanding at the same time).
180 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
238 // ResolveProxyHelper only keeps 1 request outstanding in ProxyService
244 // the requests which are outstanding.
  /external/chromium_org/media/audio/mac/
audio_device_listener_mac.cc 68 // Since we're running on the same CFRunLoop, there can be no outstanding
  /external/chromium_org/media/filters/
gpu_video_accelerator_factories.h 58 // Abort any outstanding factory operations and error any future
  /external/chromium_org/net/dns/
single_request_host_resolver.cc 71 // Clear the outstanding request information.
  /external/chromium_org/printing/
pdf_metafile_skia.h 76 // True when finish page is outstanding for current page.
  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.h 58 int fLiveCount; ///< number of outstanding allocations in the
  /external/skia/src/gpu/
GrMemoryPool.h 58 int fLiveCount; ///< number of outstanding allocations in the
  /external/chromium_org/chrome/browser/automation/
automation_resource_message_filter.h 74 // Add request to the list of outstanding requests.
77 // Remove request from the list of outstanding requests.
166 // Map of outstanding requests.
  /external/smack/src/org/xbill/DNS/
ExtendedResolver.java 24 int outstanding; field in class:ExtendedResolver.Resolution
64 outstanding++;
93 outstanding++;
169 outstanding--;
213 if (outstanding == 0) {
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 57 // Cleanup the executor. Cancels all outstanding work, and frees the thread
63 // Returns the outstanding job, or NULL.
348 // Cancel any outstanding job.
392 // We will cancel all outstanding requests.
491 // The user should not have any outstanding requests when they call
517 // outstanding job AFTER the callback has been invoked, it is possible

Completed in 478 milliseconds

12 3 4 5 6 7 8 91011>>