/frameworks/base/core/java/android/content/ |
AsyncQueryHandler.java | 188 * call has completed. 279 * Called when an asynchronous query is completed. 291 * Called when an asynchronous insert is completed. 304 * Called when an asynchronous update is completed. 317 * Called when an asynchronous delete is completed.
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPClientTransaction.java | 110 * | | | Completed |-------------->| the event 152 * | | Completed | | 360 if (TransactionState.COMPLETED == this.getState()) { 433 this.setState(TransactionState.COMPLETED); 509 if ((TransactionState.COMPLETED == this.getState() || TransactionState.TERMINATED == this 580 * | | Completed | | 629 this.setState(TransactionState.COMPLETED); 651 this.setState(TransactionState.COMPLETED); [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
AndouKun.java | 160 int completed = prefs.getInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, 0); local 200 completed = 0; 205 completed = 0; 213 completed = 0; 217 LevelTree.updateCompletedState(mLevelRow, completed); 527 LevelTree.get(mLevelRow, mLevelIndex).completed = true; 541 if (currentGroup.levels.get(x).completed == false) { 542 // We haven't completed the group yet. 672 final int completed = LevelTree.packCompletedLevels(mLevelRow); local 675 mPrefsEditor.putInt(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED, completed); [all...] |
/external/jpeg/ |
jdcoefct.c | 221 /* Completed an MCU row, but perhaps not an iMCU row */ 224 /* Completed the iMCU row, advance counters for next one */ 230 /* Completed the scan */ 341 /* Completed an MCU row, but perhaps not an iMCU row */ 344 /* Completed the iMCU row, advance counters for next one */ 349 /* Completed the scan */ 432 /* Completed an MCU row, but perhaps not an iMCU row */ 435 /* Completed the iMCU row, advance counters for next one */ 440 /* Completed the scan */ 530 /* Completed an MCU row, but perhaps not an iMCU row * [all...] |
jccoefct.c | 136 * Returns TRUE if the iMCU row is completed, FALSE if suspended. 211 /* Completed an MCU row, but perhaps not an iMCU row */ 214 /* Completed the iMCU row, advance counters for next one */ 335 * Returns TRUE if the iMCU row is completed, FALSE if suspended. 388 /* Completed an MCU row, but perhaps not an iMCU row */ 391 /* Completed the iMCU row, advance counters for next one */
|
/external/qemu/distrib/jpeg-6b/ |
jdcoefct.c | 221 /* Completed an MCU row, but perhaps not an iMCU row */ 224 /* Completed the iMCU row, advance counters for next one */ 230 /* Completed the scan */ 341 /* Completed an MCU row, but perhaps not an iMCU row */ 344 /* Completed the iMCU row, advance counters for next one */ 349 /* Completed the scan */ 432 /* Completed an MCU row, but perhaps not an iMCU row */ 435 /* Completed the iMCU row, advance counters for next one */ 440 /* Completed the scan */ 530 /* Completed an MCU row, but perhaps not an iMCU row * [all...] |
jccoefct.c | 136 * Returns TRUE if the iMCU row is completed, FALSE if suspended. 211 /* Completed an MCU row, but perhaps not an iMCU row */ 214 /* Completed the iMCU row, advance counters for next one */ 335 * Returns TRUE if the iMCU row is completed, FALSE if suspended. 388 /* Completed an MCU row, but perhaps not an iMCU row */ 391 /* Completed the iMCU row, advance counters for next one */
|
/external/oprofile/events/ppc64/power6/ |
events | 27 event:0X0011 counters:1 um:zero minimum:10000 name:PM_INST_CMPL_GRP1 : (Group 1 pm_utilization) Instructions completed 104 event:0X00E0 counters:0 um:zero minimum:10000 name:PM_INST_CMPL_GRP14 : (Group 14 pm_dlatencies2) Instructions completed 110 event:0X00F0 counters:0 um:zero minimum:10000 name:PM_INST_CMPL_GRP15 : (Group 15 pm_dlatencies3) Instructions completed 296 event:0X02E0 counters:0 um:zero minimum:1000 name:PM_LWSYNC_GRP46 : (Group 46 pm_sync) Isync instruction completed 345 event:0X0361 counters:1 um:zero minimum:1000 name:PM_THRD_GRP_CMPL_BOTH_CYC_GRP54 : (Group 54 pm_thread_cyc) Cycles group completed by both threads 350 event:0X0370 counters:0 um:zero minimum:1000 name:PM_1PLUS_PPC_CMPL_GRP55 : (Group 55 pm_misc) One or more PPC instruction completed [all...] |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AbstractListeningExecutorServiceTest.java | 67 * Completed submit(callable) returns result 77 * Completed submit(runnable) returns successfully 87 * Completed submit(runnable, result) returns result 393 * invokeAll(c) returns results of all completed tasks in c 593 * timed invokeAll(c) returns results of all completed tasks in c 612 * timed invokeAll cancels tasks not completed by timeout
|
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
CmdHndlr.c | 220 * Wait on the current command's signal until its processing is completed. 330 /* If command not completed in this context (Async) don't free the command memory */ 348 * If the command processing is not completed in this context (pending), we exit and 379 * If command not completed in this context (Async), return. 387 /* Command was completed so free the wait signal and continue to next command */ 415 * Either called by the cmdHndlr_HandleCommands if completed in the same context,
|
/packages/apps/Calendar/src/com/android/calendar/ |
AsyncQueryService.java | 136 * this call has completed. 322 * Called when an asynchronous query is completed. 336 * Called when an asynchronous insert is completed. 351 * Called when an asynchronous update is completed. 366 * Called when an asynchronous delete is completed. 382 * completed.
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 197 assertTrue("Mount should have completed", 221 assertTrue("Mount should have completed", observer.waitForCompletion()); 242 assertTrue("Unmount should have completed",
|
/external/chromium/chrome/browser/metrics/ |
histogram_synchronizer.h | 45 // as when a page load has completed. In this mode, the renderer uses a 63 // already completed, and will not need this instance any further. 126 // to update histograms, and to signal that thread when updates are completed.
|
/external/chromium/webkit/glue/media/ |
buffered_resource_loader.h | 71 // |event_callback| is called when the response is completed, data is 222 // True if resource loading has completed. 249 // read has completed or failed.
|
/external/oprofile/events/i386/p4/ |
unit_masks | 22 0x01 load split completed, excluding UC/WC loads 23 0x02 any split stores completed 24 0x04 uncacheable load split completed
|
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/ |
eapol_supp_sm.h | 85 * cb - Function to be called when EAPOL negotiation has been completed 87 * @success: Whether the authentication was completed successfully 91 * authentication has been completed. This allows the owner of the
|
/frameworks/base/core/tests/coretests/src/com/android/server/ |
MountServiceTests.java | 146 assertTrue("Mount should have completed", 172 assertTrue("Mount should have completed", observer.waitForCompletion()); 199 assertTrue("Unmount should have completed",
|
/libcore/luni/src/main/java/java/util/concurrent/ |
FutureTask.java | 15 * retrieved when the computation has completed; the <tt>get</tt> 16 * method will block if the computation has not yet completed. Once 17 * the computation has completed, the computation cannot be restarted
|
/cts/suite/audio_quality/test_description/ |
dut_speaker_calibration.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
dut_speaker_calibration_no_pass.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
host_speaker_calibration.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
host_speaker_calibration_no_pass.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
/cts/suite/audio_quality/test_description/test/ |
test_io.xml | 25 <!-- equivalent of for loop. all children will be completed before moving to the next
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ThreadControllerWrapper.java | 79 * Wait until the task is completed on the worker
|
/external/blktrace/ |
blktrace_api.h | 43 __BLK_TA_COMPLETE, /* completed by driver */
|