/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/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.
|
/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 47 // Destruction cancels the current outstanding request, and clears the 74 // 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
|
/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.
|
/external/chromium_org/chrome_frame/test/net/ |
test_automation_resource_message_filter.h | 38 // Add request to the list of outstanding requests. 40 // Remove request from the list of outstanding requests.
|
/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);
|
/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 | 74 // The outstanding SetPacScript operation, or NULL. 77 // 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/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/chromium_org/chrome/browser/password_manager/ |
password_store_consumer.h | 18 // CancelableRequestConsumer member, which cancels any outstanding requests upon
|
/external/chromium_org/net/cert/ |
single_request_cert_verifier.cc | 62 // Clear the outstanding request information.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
MmiCode.java | 59 * @return true if an outstanding request can be canceled.
|