Searched defs:COMPLETED (Results 1 - 9 of 9) sorted by relevance

/external/nist-sip/java/javax/sip/
H A DTransactionState.java7 COMPLETED, enum constant in enum:TransactionState
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_url_fetcher.h22 COMPLETED, // The last fetch request was finished successfully. enumerator in enum:TranslateURLFetcher::State
/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/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/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/webkit/browser/appcache/
H A Dappcache_update_job.h77 COMPLETED, enumerator in enum:appcache::AppCacheUpdateJob::InternalUpdateState
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 235 milliseconds