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

/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/jmonkeyengine/engine/src/core/com/jme3/app/
H A DAppTask.java88 while (!isDone()) {
103 if (!isDone()) {
127 public boolean isDone() { method in class:AppTask
/external/webkit/Source/WebCore/loader/
H A DNetscapePlugInStreamLoader.cpp58 bool NetscapePlugInStreamLoader::isDone() const function in class:WebCore::NetscapePlugInStreamLoader
/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/skia/include/gpu/
H A DSkGr.h106 virtual bool isDone() const { return NULL == fCurr; } function in class:SkGrClipIterator
146 virtual bool isDone() const { return fIter.done(); } function in class:SkGrRegionIterator
/external/icu4c/layoutex/
H A DParagraphLayout.cpp657 le_bool ParagraphLayout::isDone() const function in class:ParagraphLayout
664 if (isDone()) {
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceHandleCFNet.cpp79 bool isDone() { return m_isDone; } function in class:WebCore::WebCoreSynchronousLoaderClient
657 while (!client->isDone())
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_i.h45 Boolean (*isDone)(struct eap_sm *sm, void *priv); member in struct:eap_method
/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/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1733 bool isDone() const { return IsUnsafe; } function in struct:__anon8627::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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2490 milliseconds