/external/oprofile/events/mips/25K/ |
events | 14 event:0x8 counters:0,1 um:zero minimum:500 name:INSNS_COMPLETE : Instruction that completed execution (with or without exception) 20 event:0xa counters:0,1 um:zero minimum:500 name:INSN_FP_DATAPATH_COMPLETED : Instructions completed in FPU datapath (computational instructions only) 28 event:0xe counters:0,1 um:zero minimum:500 name:BRANCHES_COMPLETED : Branches that completed execution 30 event:0x10 counters:0,1 um:zero minimum:500 name:JR_COMPLETED : JR instruction that completed execution
|
/external/skia/include/utils/ |
SkThreadPool.h | 35 * Block until all added SkRunnables have completed. Once called, calling add() is undefined.
|
/frameworks/base/core/java/android/content/ |
ISyncContext.aidl | 34 * Signal that the corresponding sync session is completed.
|
/frameworks/base/core/java/android/text/style/ |
SpellCheckSpan.java | 26 * automatically removed once the spell check is completed.
|
/frameworks/base/media/java/android/media/ |
IMediaScannerListener.aidl | 27 * Called when a IMediaScannerService.scanFile() call has completed.
|
/hardware/ti/wpan/tools/FM/service/src/java/com/ti/server/ |
BootReceiver.java | 26 * Broadcast receiver that will handle the boot completed intent and start the
|
/libcore/luni/src/main/java/java/nio/channels/ |
NoConnectionPendingException.java | 23 * SocketChannel#connect(java.net.SocketAddress)} connect} method completed
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLHandshakeException.java | 21 * The exception that is thrown when a handshake could not be completed
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
TestLoaderManager.java | 37 * A {@link LoaderManager} that records which loaders have been completed. 72 * will have stored the fact that the loader has completed and correctly terminate immediately. 125 * If one of the loaders has already completed since the last call to {@link #reset()}, it will 133 // This loader has already completed since the last reset, do not wait for it.
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
OnDragDropListener.java | 29 * Called when a drag is completed (whether by dropping it somewhere or simply by dragging
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragSource.java | 36 * onDropCompleted, and more importantly, after the fling animation has completed.
|
/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 | 37 // once completed automatically starts sync with all data types enabled. 41 // once completed redirects the user to the settings page to allow them 46 // and once completed, redirects the user to the settings page, but doesn't 137 // Callback invoked when a policy fetch request has completed. |success| is 170 // signin is completed.
|
/external/chromium_org/content/renderer/ |
resource_fetcher_browsertest.cc | 60 bool completed() const { return completed_; } function in class:content::FetcherDelegate 150 ASSERT_TRUE(delegate->completed()); 165 ASSERT_TRUE(delegate->completed()); 183 EXPECT_TRUE(delegate->completed()); 202 EXPECT_TRUE(delegate->completed());
|
/external/chromium_org/ppapi/shared_impl/ |
tracked_callback.cc | 100 if (completed()) 158 if (completed()) { 201 return !callback->completed(); 223 while (!completed()) 235 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...] |