HomeSort by relevance Sort by last modified time
    Searched full:completed (Results 326 - 350 of 3418) sorted by null

<<11121314151617181920>>

  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 25 * Boot completed receiver. used to reset the app install state every time the
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
CompletedDownloadInfo.java 22 * Struct class to encapsulate the result of a completed download.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/neteconet/
ec.h 43 #define ECTYPE_TRANSMIT_STATUS 0x10 /* Transmit completed */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/neteconet/
ec.h 43 #define ECTYPE_TRANSMIT_STATUS 0x10 /* Transmit completed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/neteconet/
ec.h 43 #define ECTYPE_TRANSMIT_STATUS 0x10 /* Transmit completed */
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender_unittest.cc 65 bool completed() const { function in class:FakeDtmfObserver
249 EXPECT_TRUE_WAIT(observer_->completed(), kMaxWaitMs);
270 // Wait until it's completed.
271 EXPECT_TRUE_WAIT(observer_->completed(), kMaxWaitMs);
318 // Wait until it's completed.
319 EXPECT_TRUE_WAIT(observer_->completed(), kMaxWaitMs);
332 EXPECT_TRUE_WAIT(observer_->completed(), kMaxWaitMs);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase_unittest.cc 310 // Verify that http operation has completed
330 // Send completed successfully
342 // Send completed successfully
377 // Send completed with disconnect error, and no additional data.
389 // Document completed successfully
412 // Document completed successfully
447 // Remainder of document completed successfully
472 // Document completed successfully
498 // Document completed successfully
531 // Document completed with erro
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.h 63 // Blocks the caller until this harness has completed a single sync cycle
64 // since the previous one. Returns true if a sync cycle has completed.
73 // |partner| have both completed a sync cycle. When calling this method,
76 // from the message queue. Returns true if two sync cycles have completed.
173 // Called from the observer when the current wait state has been completed.
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_starter.h 42 // once completed automatically starts sync with all data types enabled.
46 // once completed redirects the user to the settings page to allow them
51 // and once completed, redirects the user to the settings page, but doesn't
142 // Callback invoked when a policy fetch request has completed. |success| is
174 // signin is completed.
  /external/chromium_org/chrome/common/extensions/api/
usb.idl 190 // |callback|: Invoked once the transfer has completed.
197 // |callback|: Invoked once the transfer has completed.
204 // |callback|: Invoked once the transfer has completed.
212 // |callback|: Invoked once the transfer has been completed.
225 // whether the reset is completed successfully.
  /external/chromium_org/content/renderer/
resource_fetcher_browsertest.cc 59 bool completed() const { return completed_; } function in class:content::FetcherDelegate
146 ASSERT_TRUE(delegate->completed());
161 ASSERT_TRUE(delegate->completed());
179 EXPECT_TRUE(delegate->completed());
197 EXPECT_TRUE(delegate->completed());
  /external/chromium_org/ppapi/shared_impl/
tracked_callback.cc 100 if (completed())
158 if (completed()) {
195 return !callback->completed();
217 while (!completed())
229 DCHECK(!completed());
  /libcore/luni/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 152 /** whether the run has completed */
153 private boolean completed; field in class:ThreadsTest.Parker
198 completed = true;
212 if (! completed) {
217 if (! completed) {
  /frameworks/base/core/java/android/provider/
Downloads.java 124 * Note: this is not currently sent for downloads that have completed
149 * it can't guarantee that the download has completed (e.g. when doing
151 * whether a download fully completed).
484 * This download was completed by the caller (i.e., NOT downloadmanager)
557 * Returns whether the download has completed (either with success or
596 * This download couldn't be completed due to insufficient storage
602 * This download couldn't be completed because no external storage
609 * This download has successfully completed.
667 * This download has completed with an error.
674 * This download couldn't be completed because of a storage issue
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 45 RW_T1T_RALL_CPLT_EVT, /* Read All command completed */
46 RW_T1T_READ_CPLT_EVT, /* Read byte completed */
47 RW_T1T_WRITE_E_CPLT_EVT, /* Write byte after erase completed */
48 RW_T1T_WRITE_NE_CPLT_EVT, /* Write byte with no erase completed */
49 RW_T1T_RSEG_CPLT_EVT, /* Read segment completed */
50 RW_T1T_READ8_CPLT_EVT, /* Read block completed */
51 RW_T1T_WRITE_E8_CPLT_EVT, /* Write block after erase completed */
52 RW_T1T_WRITE_NE8_CPLT_EVT, /* Write block with no erase completed */
55 RW_T1T_NDEF_READ_EVT, /* NDEF read completed */
65 RW_T2T_READ_CPLT_EVT = RW_T2T_FIRST_EVT, /* Read completed */
    [all...]
  /external/chromium_org/cc/resources/
pixel_buffer_raster_worker_pool.cc 210 // that have already completed should not be part of this set.
218 // Check for completed tasks when ScheduleTasks() is called as
228 // Cancel any pending check for completed raster tasks and schedule
300 // First check if any have completed.
346 // Release shared memory and move tasks with completed uploads
419 // Schedule another check for completed raster tasks while there are
457 // |pixel_buffer_tasks_| contains all tasks that have not yet completed.
462 // HasFinishedRunning() will return true when set pixels has completed.
604 // raster task budget. The task has not yet completed in this case.
  /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 58 // completed, we are implicitly in a "Paused" state. At that point we simulate
89 // chain, executing |seek_cb| when the initial seek/preroll has completed.
96 // Stop() has completed:
113 // teardown has completed.
295 // the result when completed.
316 // with the final status when completed.
320 // executing |done_cb| with the final status when completed.
328 // sequence executing |done_cb| with the final status when completed.
332 // |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/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...]

Completed in 1857 milliseconds

<<11121314151617181920>>