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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
outstanding_bugs.py 13 # No test cases for outstanding bugs at the moment.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
outstanding_bugs.py 13 # No test cases for outstanding bugs at the moment.
  /external/chromium_org/content/browser/
resolve_proxy_msg_helper.h 27 // time, they will run in FIFO order, with only 1 being outstanding at a time.
30 // outstanding proxy resolve requests with the proxy service. It also deletes
46 // Destruction cancels the current outstanding request, and clears the
73 // Info about the current outstanding proxy request.
  /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
  /external/chromium_org/ash/display/
projecting_observer_chromeos.h 36 // Number of outstanding casting sessions.
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_sync_query.txt 30 other outstanding drawing commands are issued subsequent to the query).
  /external/chromium_org/ui/wm/public/
scoped_tooltip_disabler.h 17 // are reenabled from the destructor when there are no most outstanding
  /frameworks/base/docs/html/design/building-blocks/
index.jd 22 outstanding apps.</span>
  /external/qemu/include/block/
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);
  /external/chromium_org/net/dns/
single_request_host_resolver_unittest.cc 19 // It checks that only one request is outstanding at a time, and that
90 // Test that the Cancel() method cancels any outstanding request.
115 // Test that the Cancel() method is a no-op when there is no outstanding
  /external/chromium_org/base/
cancelable_callback.h 86 // be null. Outstanding and any previously wrapped callbacks are cancelled.
90 // Outstanding tasks (e.g., posted to a message loop) must not be called.
156 // be null. Outstanding and any previously wrapped callbacks are cancelled.
160 // Outstanding tasks (e.g., posted to a message loop) must not be called.
226 // be null. Outstanding and any previously wrapped callbacks are cancelled.
230 // Outstanding tasks (e.g., posted to a message loop) must not be called.
  /external/chromium_org/content/renderer/media/
webrtc_identity_service.h 21 // requests are queued and have to wait for the outstanding request to complete.
52 // outstanding request or any queued request, this method does nothing.
webrtc_identity_service_unittest.cc 152 // Should have two messages sent: one for cancelling the outstanding request,
167 // Verifies that the queued request is not sent after the outstanding request
179 // Completes the outstanding request.
197 // Completes the outstanding request.
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.h 73 // The outstanding SetPacScript operation, or NULL.
76 // The number of outstanding (non-cancelled) jobs.
proxy_script_fetcher.h 26 // Destruction should cancel any outstanding requests.
46 // Only one fetch is allowed to be outstanding at a time.
  /libcore/luni/src/main/java/java/io/
BufferedReader.java 294 int outstanding = length; local
295 while (outstanding > 0) {
299 int count = available >= outstanding ? outstanding : available;
303 outstanding -= count;
312 if (outstanding == 0 || (outstanding < length && !in.ready())) {
324 if ((mark == -1 || (pos - mark >= markLimit)) && outstanding >= buf.length) {
325 int count = in.read(buffer, offset, outstanding);
327 outstanding -= count
    [all...]
  /external/chromium_org/base/mac/
scoped_mach_port.h 52 // outstanding send rights into dead names.
  /external/chromium_org/chrome/browser/renderer_host/pepper/
monitor_finder_mac.mm 25 // thread with requests by only allowing one outstanding request at a time.
  /external/chromium_org/components/metrics/net/
net_metrics_log_uploader.h 46 // The outstanding transmission appears as a URL Fetch operation.
  /external/chromium_org/components/password_manager/core/browser/
password_store_consumer.h 21 // base::CancelableTaskTracker member, which cancels any outstanding
  /external/chromium_org/net/cert/
single_request_cert_verifier.cc 62 // Clear the outstanding request information.
  /external/chromium_org/net/quic/congestion_control/
time_loss_algorithm.h 38 // are no nacked pending packets outstanding.
  /external/chromium_org/net/tools/quic/test_tools/
simple_client.h 24 // Clears any outstanding state and sends 'size' bytes from 'buffer' to the
33 // Clears any outstanding state, sends 'size' bytes from 'buffer' and waits
37 // Clears any outstanding state and sends a simple GET of 'uri' to the
61 // Clears any outstanding state from the last request.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 64 * @return true if an outstanding request can be canceled.

Completed in 1899 milliseconds

1 2 3 4 5 6 7 8 91011>>