Searched refs:COMPLETED (Results 1 - 25 of 32) sorted by relevance

12

/external/nist-sip/java/javax/sip/
H A DTransactionState.java7 COMPLETED, enum constant in enum:TransactionState
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_url_fetcher.cc75 state_ = COMPLETED;
83 callback_.Run(id_, state_ == COMPLETED, data);
H A Dtranslate_url_fetcher.h26 COMPLETED, // The last fetch request was finished successfully. enumerator in enum:translate::TranslateURLFetcher::State
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dprogress_center_common.js31 COMPLETED: 'completed',
154 case ProgressItemState.COMPLETED: return 100;
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java161 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
178 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
205 * {@link #COMPLETED} or {@link #CANCELLED}.
210 * computation, and only then transition to COMPLETED or CANCELLED.
222 static final int COMPLETED = 2; field in class:AbstractFuture.Sync
287 case COMPLETED:
304 * Checks if the state is {@link #COMPLETED} or {@link #CANCELLED}.
307 return (getState() & (COMPLETED | CANCELLED)) != 0;
318 * Transition to the COMPLETED state and set the value.
321 return complete(v, null, COMPLETED);
[all...]
/external/jsilver/src/com/google/streamhtmlparser/util/
H A DEntityResolver.java71 * <li><code>COMPLETED</code> indicates we have finished processing
79 COMPLETED("Completed"); enum constant in enum:EntityResolver.Status
177 * after {@code processChar} returned status {@code COMPLETED}.
180 * we were called with any status other than {@code COMPLETED}
205 status = Status.COMPLETED;
211 status = Status.COMPLETED;
216 // Status.COMPLETED, ignore character, do nothing.
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dprogress_center_item_group.js228 case ProgressItemState.COMPLETED:
229 if ((!previousItem && item.state === ProgressItemState.COMPLETED) ||
275 if (this.items_[id].state === ProgressItemState.COMPLETED) {
318 case ProgressItemState.COMPLETED:
383 summarizedItem.state = ProgressItemState.COMPLETED;
/external/nist-sip/java/gov/nist/javax/sip/
H A DNistSipMessageFactoryImpl.java122 } else if (TransactionState.COMPLETED == tr.getState()
H A DEventScanner.java351 && TransactionState.COMPLETED == ct.getState()
H A DDialogFilter.java803 && lastTransaction.getState() != TransactionState.COMPLETED
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPClientTransaction.java360 if (TransactionState.COMPLETED == this.getState()) {
433 this.setState(TransactionState.COMPLETED);
509 if ((TransactionState.COMPLETED == this.getState() || TransactionState.TERMINATED == this
629 this.setState(TransactionState.COMPLETED);
651 this.setState(TransactionState.COMPLETED);
813 this.setState(TransactionState.COMPLETED);
848 this.setState(TransactionState.COMPLETED);
866 } else if (TransactionState.COMPLETED == this.getState()) {
1073 if (TransactionState.COMPLETED != this.getState()) {
1295 if (super.getState() != TransactionState.COMPLETED
[all...]
H A DSIPServerTransaction.java744 } else if (isInviteTransaction() && TransactionState.COMPLETED == getRealState()
783 || TransactionState.COMPLETED == getRealState()) {
810 if (TransactionState.COMPLETED != getRealState()
929 this.setState(TransactionState.COMPLETED);
983 this.setState(TransactionState.COMPLETED);
1026 this.setState(TransactionState.COMPLETED);
1051 this.setState(TransactionState.COMPLETED);
1066 } else if (TransactionState.COMPLETED == this.getRealState()) {
1183 if (TransactionState.COMPLETED == this.getRealState() && isInviteTransaction()) {
1188 } else if (TransactionState.COMPLETED
[all...]
H A DSIPTransaction.java166 public static final TransactionState COMPLETED_STATE = TransactionState.COMPLETED;
527 if (currentState == TransactionState.COMPLETED) {
530 newState = TransactionState.COMPLETED;
/external/chromium_org/cc/resources/
H A Dpixel_buffer_raster_worker_pool.cc183 state.type = RasterTaskState::COMPLETED;
228 if (state.type != RasterTaskState::COMPLETED)
265 state.type = RasterTaskState::COMPLETED;
316 DCHECK_EQ(RasterTaskState::COMPLETED, state_it->type);
461 state.type = RasterTaskState::COMPLETED;
548 if (state.type == RasterTaskState::COMPLETED) {
717 state.type = RasterTaskState::COMPLETED;
H A Dpixel_buffer_raster_worker_pool.h73 enum { UNSCHEDULED, SCHEDULED, UPLOADING, COMPLETED } type; enumerator in enum:cc::PixelBufferRasterWorkerPool::RasterTaskState::__anon2763
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java51 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED enum constant in enum:PeerConnection.IceConnectionState
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Ddrive_sync_handler.js141 ProgressItemState.COMPLETED : ProgressItemState.CANCELED;
H A Dfile_operation_handler.js213 item.state = ProgressItemState.COMPLETED;
287 item.state = ProgressItemState.COMPLETED;
H A Dprogress_center.js111 item.state === ProgressItemState.COMPLETED) {
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.cc290 if (state == CACHE_FAILURE || state == CANCELLED || state == COMPLETED)
384 if (internal_state_ != COMPLETED)
482 internal_state_ = COMPLETED;
574 internal_state_ = COMPLETED;
1450 DCHECK(internal_state_ != COMPLETED);
1470 internal_state_ = COMPLETED;
1484 internal_state_ = COMPLETED;
1496 if (internal_state_ == COMPLETED)
H A Dappcache_update_job.h88 COMPLETED, enumerator in enum:content::AppCacheUpdateJob::InternalUpdateState
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DHtmlParserImpl.java575 if (status == EntityResolver.Status.COMPLETED) {
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java180 if (newState.equals(IceConnectionState.COMPLETED)) {
659 // IceConnectionState.COMPLETED);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 3920 milliseconds

12