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

1 2 3 4 5 6 7 8 91011>>

  /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. */
  /frameworks/base/docs/html/guide/practices/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/net/base/
host_resolver_impl.h 22 // host are made while the job is already outstanding, then they are attached
150 // Adds a job to outstanding jobs list.
153 // Returns the outstanding job for |key|, or NULL if there is none.
156 // Removes |job| from the outstanding jobs list.
205 // Map from hostname to outstanding job.
212 // how many outstanding jobs the pool already has, and its constraints.
host_resolver.cc 62 // Clear the outstanding request information.
load_states.h 59 // an URLRequest while there is an outstanding Read operation.)
test_completion_callback_unittest.cc 124 // TODO: test deleting ExampleEmployer while work outstanding
  /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())) {
310 && outstanding >= buf.length) {
311 int count = in.read(buffer, offset, outstanding);
314 outstanding -= count
    [all...]
  /bootable/bootloader/legacy/
README 10 companies Outstanding Electronics Manufacturing (OEM) and Silicon
  /frameworks/base/telephony/java/com/android/internal/telephony/
MmiCode.java 59 * @return true if an outstanding request can be canceled.
  /external/chromium/base/
simple_thread.cc 59 DCHECK(threads_.empty()) << "Start() called with outstanding threads.";
68 DCHECK(!threads_.empty()) << "JoinAll() called with no outstanding threads.";
simple_thread_unittest.cc 55 // have all threads outstanding until we hit our expected thread pool size.
  /external/chromium/net/proxy/
proxy_script_fetcher.h 24 // Destruction should cancel any outstanding requests.
41 // Only one fetch is allowed to be outstanding at a time.
single_threaded_proxy_resolver_unittest.cc 291 // outstanding cancels them (and doesn't leak anything).
340 // Check that none of the outstanding requests were completed.
346 // Cancel an outstanding call to SetPacScriptByData().
proxy_resolver.h 25 // Opaque pointer type, to return a handle to cancel outstanding requests.
  /external/bluetooth/glib/gio/
gfileenumerator.c 213 _("File enumerator has outstanding operation"));
272 _("File enumerator has outstanding operation"));
326 * Any outstanding i/o request with higher priority (lower numerical value) will
327 * be executed before an outstanding request with lower priority. Default
372 _("File enumerator has outstanding operation"));
481 _("File enumerator has outstanding operation"));
  /external/chromium/net/socket/
tcp_client_socket_win.h 34 // Multiple outstanding requests are not supported.
socks_client_socket_unittest.cc 82 // sure that the outstanding resolve request gets cancelled.
348 // Calls Disconnect() while a host resolve is in progress. The outstanding host
371 // Disconnect the SOCKS socket -- this should cancel the outstanding resolve.
tcp_client_socket_libevent.h 39 // Multiple outstanding requests are not supported.
  /external/iptables/
INSTALL 3 0) There may be some outstanding bugfixes or tweaks which are not yet
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.5.3.js 28 outstanding invocation of the function in progress (that is, the
15.3.5-2.js 46 outstanding invocation of the function in progress (that is, the function has been called
  /bionic/libc/string/
memmove.c 61 /* ARMv6 can have up to 3 memory access outstanding */
  /external/dbus/dbus/
dbus-transport-protected.h 67 /**< Outstanding messages counter changed */
  /frameworks/base/core/java/android/app/
QueuedWork.java 25 * outstanding and hasn't been finished yet.
  /frameworks/base/libs/rs/
rsObjectBase.cpp 166 LOGV("Forcing release of all outstanding user refs.");

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 91011>>