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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/net/
resolve_proxy_msg_helper.h 21 // time, they will run in FIFO order, with only 1 being outstanding at a time.
24 // outstanding proxy resolve requests with the proxy service. It also deletes
34 // Destruction cancels the current outstanding request, and clears the
71 // Members for the current outstanding proxy request.
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.
  /frameworks/base/docs/html/guide/practices/app-design/
index.jd 4 <p>When learning how to build applications on a new platform, you first learn what APIs are available and how to use them. Later, you learn the nuances of the platform. Put another way: first you learn how you <em>can</em> build applications; later, you learn how you <em>should</em> build them, to ensure that your applications offer outstanding performance and a great user experience. </p>
8 <p>Successful mobile applications offer an outstanding user experience, in addition to a compelling technical feature set. The user experience is more than just its visual design or UI flow. It is also influenced by how well the application responds to the user's keypresses and other actions, how it well it interacts with other applications, and how fully and efficiently it uses device and system capabilities.</p>
10 <p>An outstanding user experience has three key characteristics: it is
  /frameworks/base/docs/html/design/building-blocks/
index.jd 21 Your inventory of ready-to-use elements for creating outstanding apps.
  /external/chromium/chrome/browser/history/
page_usage_data.h 115 // Whether we have an outstanding request for the thumbnail.
120 // Whether we have an outstanding request for the favicon.
  /external/chromium/net/proxy/
proxy_script_fetcher.h 26 // Destruction should cancel any outstanding requests.
46 // Only one fetch is allowed to be outstanding at a time.
sync_host_resolver_bridge_unittest.cc 184 // Cancel the outstanding request (note however that this will not
196 // the outstanding host resolve should have been cancelled.
207 // Data for the outstanding request to the single threaded proxy resolver.
214 // is outstanding on the SyncHostResolverBridge.
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
  /external/qemu/
qemu-aio.h 20 /* Returns 1 if there are still outstanding AIO requests; 0 otherwise */
29 * outstanding AIO operations have been completed or cancelled. */
  /external/smack/src/com/kenai/jbosh/
BOSHClientConnEvent.java 43 * List of outstanding requests which may not have been sent and/or
59 * @param cRequests outstanding requests when an error condition is
80 "Cannot be connected and have outstanding requests"));
121 * @param outstanding list of requests which may not have been received
128 final List<ComposableBody> outstanding,
130 return new BOSHClientConnEvent(source, false, outstanding, cause);
  /libcore/luni/src/main/java/java/io/
BufferedReader.java 276 int outstanding = length; local
277 while (outstanding > 0) {
284 int count = available >= outstanding ? outstanding : available;
288 outstanding -= count;
297 if (outstanding == 0 || (outstanding < length && !in.ready())) {
309 if ((mark == -1 || (pos - mark >= markLimit)) && outstanding >= buf.length) {
310 int count = in.read(buffer, offset, outstanding);
312 outstanding -= count
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.h 41 // Cancels the outstanding callback (if applicable).
  /external/chromium/chrome/browser/password_manager/
password_store_consumer.h 18 // CancelableRequestConsumer member, which cancels any outstanding requests upon
  /external/chromium/chrome/browser/search_engines/
template_url_fetcher.h 43 // The current number of outstanding requests.
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
page-reload-cancel-permission-requests.js 23 // permission request should still be outstanding by page reload.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 59 * @return true if an outstanding request can be canceled.
  /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/skia/src/gpu/
GrMemoryPool.h 58 int fLiveCount; ///< number of outstanding allocations in the
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3IOStreamBase.cpp 56 ALOGV("%s: Stream %d: Has %d outstanding buffers,"
76 ALOGE("%s: Error waiting for outstanding buffers: %s (%d)",
89 ALOGE("%s: Error waiting for outstanding buffers: %s (%d)",
226 ALOGE("%s: Stream %d: No buffers outstanding to return", __FUNCTION__,
  /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/chrome/browser/automation/
automation_resource_message_filter.h 80 // Add request to the list of outstanding requests.
83 // Remove request from the list of outstanding requests.
189 // Map of outstanding requests.

Completed in 1467 milliseconds

1 2 3 4 5 6 7 8 91011>>