Searched defs:isDone (Results 1 - 25 of 32) sorted by relevance

12

/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingFuture.java57 public boolean isDone() { method in class:ForwardingFuture
58 return delegate().isDone();
H A DAbstractFuture.java115 public boolean isDone() { method in class:AbstractFuture
116 return sync.isDone();
233 if (isDone()) {
306 boolean isDone() { method in class:AbstractFuture.Sync
/external/guava/guava-testlib/src/com/google/common/testing/
H A DGcFinalization.java70 * public boolean isDone() {
110 * Waits until the given future {@linkplain Future#isDone is done}, invoking the garbage
116 if (future.isDone()) {
123 if (future.isDone()) {
194 boolean isDone(); method in interface:GcFinalization.FinalizationPredicate
204 if (predicate.isDone()) {
211 if (predicate.isDone()) {
217 if (predicate.isDone()) {
232 * public boolean isDone() {
242 public boolean isDone() {
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportTreeRoot.cpp43 bool HTMLImportTreeRoot::isDone() const function in class:blink::HTMLImportTreeRoot
H A DHTMLImportLoader.h83 bool isDone() const { return m_state == StateLoaded || m_state == StateError; } function in class:blink::FINAL
H A DHTMLImportChild.cpp69 if (!m_loader->isDone())
146 if (!isDone() && !formsCycle()) {
155 bool HTMLImportChild::isDone() const function in class:blink::HTMLImportChild
159 return m_loader->isDone() && m_loader->microtaskQueue()->isEmpty() && !m_customElementMicrotaskStep;
/external/glide/library/src/main/java/com/bumptech/glide/volley/
H A DVolleyRequestFuture.java80 if (isDone()) {
148 public synchronized boolean isDone() { method in class:VolleyRequestFuture
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DVSyncMonitorTest.java35 public boolean isDone() { method in class:VSyncMonitorTest.VSyncDataCollector
62 while (!isDone()) {
97 assertFalse(collector.isDone());
100 assertTrue(collector.isDone());
132 assertTrue(collector.isDone());
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJdkFutureAdaptersTest.java66 assertTrue(listenableFuture.isDone()); // We call AbstractFuture#set above.
77 assertTrue(listenableFuture.isDone());
94 assertFalse(listenableFuture.isDone());
103 assertTrue(listenableFuture.isDone());
157 public boolean isDone() { method in class:JdkFutureAdaptersTest.RuntimeExceptionThrowingFuture
159 * If isDone is true during the call to listenInPoolThread,
H A DJSR166TestCase.java1050 boolean isDone(); method in interface:JSR166TestCase.TrackedRunnable
1056 public boolean isDone() { return done; }
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java138 public boolean isDone() { method in class:FileTransfer
/external/deqp/modules/glshared/
H A DglsCalibration.cpp178 bool MeasureState::isDone (void) const function in class:deqp::gls::MeasureState
248 DE_ASSERT(m_state == INTERNALSTATE_CALIBRATING || !m_measureState.isDone());
249 return m_measureState.isDone() ? STATE_RECOMPUTE_PARAMS : STATE_MEASURE;
255 DE_ASSERT((m_state == INTERNALSTATE_CALIBRATING || m_state == INTERNALSTATE_RUNNING) && !m_measureState.isDone());
258 if (m_state == INTERNALSTATE_RUNNING && m_measureState.isDone())
265 DE_ASSERT(m_measureState.isDone());
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp660 le_bool ParagraphLayout::isDone() const function in class:ParagraphLayout
667 if (isDone()) {
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h39 Boolean (*isDone)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h39 Boolean (*isDone)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h39 Boolean (*isDone)(struct eap_sm *sm, void *priv); member in struct:eap_method
/external/chromium_org/third_party/icu/source/common/
H A Duloc_tag.c1669 UBool isDone = FALSE; local
1673 while (!isDone) {
1711 isDone = TRUE;
/external/icu/icu4c/source/common/
H A Duloc_tag.c1669 UBool isDone = FALSE; local
1673 while (!isDone) {
1711 isDone = TRUE;
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1846 bool isDone() const { return IsUnsafe; } function in struct:__anon25704::SCEVFindUnsafe
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.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/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1121 milliseconds

12