/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 88 * completed and you can parse the results. 111 * inside libusb_bulk_transfer() until the transaction has completed. If it 137 * call with the results of the transaction when it has completed. 296 * When a transfer has completed (i.e. the callback function has been invoked), 300 * It is undefined behaviour to free a transfer which has not completed. 317 * the ability to cancel transfers which have not yet completed. This is 326 * has completed will result in undefined behaviour. 395 * Even though control endpoints do not halt, a completed control transfer 450 * completed normally, status will have value 454 * indicate COMPLETED even if some or all of the packets failed. Refer t [all...] |
/art/runtime/ |
thread_pool_test.cc | 36 // Increment the counter which keeps track of work completed. 115 // Increment the counter which keeps track of work completed.
|
/external/bluetooth/bluedroid/hci/src/ |
bt_hw.c | 60 ** called when the libbt-vendor completed firmware 82 ** called when the libbt-vendor completed vendor specific SCO
|
/external/chromium/chrome/browser/net/ |
resolve_proxy_msg_helper.cc | 50 // Clear the current (completed) request. 80 // Completed synchronously.
|
/external/chromium/chrome/browser/resources/net_internals/ |
testview.js | 71 // placeholder '?') once the test has completed. For now we just 131 addTextNode(p, 'Completed connection test suite suite');
|
/external/chromium/net/socket/ |
tcp_client_socket_win.h | 95 // Called after Connect() has completed with |net_error|. 130 // The OS error that CONNECT_STATE_CONNECT last completed with.
|
/external/chromium/third_party/libjingle/source/talk/base/ |
asynchttprequest.cc | 80 LOG(LS_INFO) << "HttpRequest completed successfully"; 87 LOG(LS_INFO) << "HttpRequest completed with error: " << error;
|
/external/chromium/webkit/glue/ |
resource_fetcher.h | 53 bool completed() const { return completed_; } function in class:webkit_glue::ResourceFetcher 120 // page server. If this timer fires and the request hasn't completed, we
|
/external/chromium_org/cc/resources/ |
worker_pool.h | 105 // completed. 108 // Force a check for completed tasks.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
auth_attempt_state.h | 53 // requests (Mount/GetUsernameHash) are completed. 111 // This gets initialized as being completed and those callers
|
/external/chromium_org/chrome/browser/extensions/api/system_info/ |
system_info_provider.h | 26 // is completed, all pending callbacks in the queue get called on the UI 59 // The |callback| will get called once the query is completed.
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_time_tracker.h | 54 // Records the time that a request either completed or encountered an error. 84 bool completed; member in struct:ExtensionWebRequestTimeTracker::RequestTimeLog
|
/external/chromium_org/chrome/browser/history/ |
web_history_service.h | 83 // Called by |request| when a web history query has completed. Unpacks the 92 // completed. Unpacks the response and calls |callback|, which is the original
|
/external/chromium_org/chrome/browser/performance_monitor/ |
startup_timer.h | 31 // Inform StartupTimer that the startup process has been completed; stop the 86 // then the startup is already completed; the restore will not interfere
|
/external/chromium_org/chrome/browser/policy/cloud/ |
cloud_policy_service.h | 27 // Callback invoked once the policy refresh attempt has completed. Passed 34 // policy load activity has completed and the CloudPolicyClient has
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle.h | 42 // Once the safe browsing check has completed, if the URL was decided to be 87 // OnBrowseUrlResult() when the check has completed.
|
/external/chromium_org/components/webdata/common/ |
web_data_request_manager.h | 58 // Invoked when the request has been completed. 108 // Invoked by the WebDataService when |request| has been completed.
|
/external/chromium_org/content/browser/web_contents/aura/ |
window_slider.h | 41 // Called when the slide is complete. Note that at the end of a completed 108 // can also delete itself when a slide gesture is completed. This does not
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
DownloadController.java | 23 * Class for notifying the application that download has completed. 97 * Notifies the download delegate that a download completed and passes along info about the
|
/external/chromium_org/content/renderer/fetchers/ |
resource_fetcher.h | 57 bool completed() const { return completed_; } function in class:content::ResourceFetcher 125 // page server. If this timer fires and the request hasn't completed, we
|
/external/chromium_org/media/base/ |
audio_renderer.h | 63 // Discard any audio data, executing |callback| when completed. 67 // |callback| when completed.
|
video_renderer.h | 74 // Discard any video data, executing |callback| when completed. 78 // |callback| when completed.
|
/external/chromium_org/ppapi/c/trusted/ |
ppb_broker_trusted.h | 70 * Gets the handle to the pipe. Use once Connect has completed. Each instance 75 * before connect has completed will return PP_ERROR_FAILED.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asynchttprequest.cc | 78 LOG(LS_INFO) << "HttpRequest completed successfully"; 85 LOG(LS_INFO) << "HttpRequest completed with error: " << error;
|
/external/chromium_org/ui/base/animation/ |
multi_animation.h | 25 // the percented completed. 26 // end_time_ms: the end time used to calculate the percentange completed.
|