/external/chromium_org/cc/resources/ |
pixel_buffer_raster_worker_pool.cc | 190 // that have already completed should not be part of this set. 199 // Check for completed tasks when ScheduleTasks() is called as 209 // Cancel any pending check for completed raster tasks and schedule 289 // First check if any have completed. 335 // Release shared memory and move tasks with completed uploads 408 // Schedule another check for completed raster tasks while there are 446 // |pixel_buffer_tasks_| contains all tasks that have not yet completed. 451 // HasFinishedRunning() will return true when set pixels has completed. 598 // raster task budget. The task has not yet completed in this case.
|
worker_pool.h | 105 // completed. 108 // Force a check for completed tasks.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 31 * A list of completed requests, implemented as a hash of each 143 * and prepopulates the errored and completed arrays for ease of insertion 171 "completed": {}, 174 this.completed_ = storage.completed; 186 "completed": this.completed_, 340 * 'pending_' object, combines it with the completed event's data, and pushes 370 * 'pending_' object, combines it with the completed event's data, and pushes 420 get completed() { 444 return this.getMostFrequentUrls_(this.completed, num);
|
/external/chromium_org/media/base/ |
pipeline.h | 60 // completed, we are implicitly in a "Paused" state. At that point we simulate 91 // chain, executing |seek_cb| when the initial seek/preroll has completed. 98 // Stop() has completed: 115 // teardown has completed. 309 // the result when completed. 330 // with the final status when completed. 334 // executing |done_cb| with the final status when completed. 342 // sequence executing |done_cb| with the final status when completed. 346 // |done_cb| when completed.
|
/external/oprofile/events/ppc/e500/ |
events | 4 event:0x2 counters:0,1,2,3 um:zero minimum:3000 name:COMPLETED_INSNS : Completed Instructions (0, 1, or 2 per cycle) 5 event:0x3 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_OPS : Completed Micro-ops (counts 2 for load/store w/update) 8 event:0x8 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_BRANCHES : Branch Instructions completed 9 event:0x9 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_LOAD_OPS : Load micro-ops completed 10 event:0xa counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_STORE_OPS : Store micro-ops completed 37 event:0x25 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED_ALLOCATED_DLFB : Stores completed and allocated to dLFB (Applies to same class of instructions as stores translated.) 39 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED : Number of cacheable ST* or EVST* microops completed. (Applies to the same class of instructions as stores translated.) 41 event:0x29 counters:0,1,2,3 um:zero minimum:500 name:DL1_RELOADS : This is historically used to determine dcache miss rate (along with loads/stores completed). This counts dL1 reloads for any reason. 60 event:0x3c counters:0,1,2,3 um:zero minimum:500 name:IL1_FETCH_RELOADS : This is historically used to determine icache miss rate (along with instructions completed) Reloads due to demand fetch.
|
/external/oprofile/events/ppc/e500v2/ |
events | 4 event:0x2 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_INSNS : Completed Instructions (0, 1, or 2 per cycle) 5 event:0x3 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_OPS : Completed Micro-ops (counts 2 for load/store w/update) 8 event:0x8 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_BRANCHES : Branch Instructions completed 9 event:0x9 counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_LOAD_OPS : Load micro-ops completed 10 event:0xa counters:0,1,2,3 um:zero minimum:500 name:COMPLETED_STORE_OPS : Store micro-ops completed 37 event:0x25 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED_ALLOCATED_DLFB : Stores completed and allocated to dLFB (Applies to same class of instructions as stores translated.) 39 event:0x27 counters:0,1,2,3 um:zero minimum:500 name:STORES_COMPLETED : Number of cacheable ST* or EVST* microops completed. (Applies to the same class of instructions as stores translated.) 41 event:0x29 counters:0,1,2,3 um:zero minimum:500 name:DL1_RELOADS : This is historically used to determine dcache miss rate (along with loads/stores completed). This counts dL1 reloads for any reason. 60 event:0x3c counters:0,1,2,3 um:zero minimum:500 name:IL1_FETCH_RELOADS : This is historically used to determine icache miss rate (along with instructions completed) Reloads due to demand fetch.
|
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 31 * A list of completed requests, implemented as a hash of each 136 * errored and completed arrays for ease of insertion later. 214 * 'pending_' object, combines it with the completed event's data, and pushes 243 * 'pending_' object, combines it with the completed event's data, and pushes 291 get completed() { 315 return this.getMostFrequentUrls_(this.completed, num);
|
/external/chromium_org/chrome/browser/resources/gaia_auth_host/ |
gaia_auth_host.js | 9 * a 'ready' event when the authentication UI is ready to use and a 'completed' 10 * event when the authentication is completed successfully. If caller is 13 * completed successfully and with the available credential data. 120 * Invoked when authentication is completed successfully with credential 203 * the authentication is completed successfully. The callback is 272 cr.dispatchSimpleEvent(this, 'completed');
|
/external/kernel-headers/original/linux/ |
rcupdate.h | 66 long completed; /* Number of the last completed batch */ member in struct:rcu_ctrlblk 157 * callback would free up) has completed before the corresponding 260 * hardware-interrupt handlers, in progress on entry will have completed 262 * softirq handlers will have completed, since in some kernels, these 267 * guarantees that rcu_read_lock() sections will have completed.
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connection.h | 145 * \param[in] pAccept_RspCb The callback to be called when the Accept operation is completed 172 * \param[in] pReject_RspCb The callback to be called when the Reject operation is completed 195 * operation is completed. 222 * operation is completed. 253 * operation is completed. 285 * operation is completed.
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelSelectActivity.java | 103 if (level.level.completed) { 138 } else if (mLevelData.get(position).level.completed) { 209 if (!level.completed && !oneBranchUnlocked) { 213 if (enabled || level.completed || !onlyAllowThePast || (onlyAllowThePast && level.inThePast)) { 229 if (!level.completed) { 230 level.completed = true;
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 461 writeOutput(String.format("enable() completed in %d ms", (finish - start))); 463 writeOutput("enable() completed"); 521 writeOutput(String.format("disable() completed in %d ms", (finish - start))); 523 writeOutput("disable() completed"); 565 writeOutput(String.format("discoverable() completed in %d ms", 608 writeOutput(String.format("undiscoverable() completed in %d ms", 647 writeOutput(String.format("startScan() completed in %d ms", 685 writeOutput(String.format("stopScan() completed in %d ms", 714 writeOutput(String.format("enablePan() completed in %d ms", (stop - start))); 732 writeOutput(String.format("disablePan() completed in %d ms", (stop - start))) [all...] |
/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/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/metrics/ |
metrics_reporting_scheduler.cc | 85 // Callback from MetricsService when the startup init task has completed. 129 // If the timer fired before the init task has completed, don't trigger the
|
/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
|