Searched defs:Sync (Results 1 - 4 of 4) sorted by relevance

/external/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java53 private final Sync<V> sync = new Sync<V>();
97 * {@link AbstractFuture.Sync#COMPLETED} and call {@link #done()} if the
114 * {@link AbstractFuture.Sync#COMPLETED} and call {@link #done()} if the
138 * AbstractFuture.Sync#CANCELLED} and call {@link #done()} if the state was
166 * Sync state, and the lock is released whenever the state changes to either
177 static final class Sync<V> extends AbstractQueuedSynchronizer { class in class:AbstractFuture
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h86 Sync, enumerator in enum:llvm::MipsISD::NodeType
/external/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/webkit/Source/WebKit/android/jni/
H A DWebSettings.cpp315 static void Sync(JNIEnv* env, jobject obj, jint frame) function in class:android::WebSettings
584 (void*) WebSettings::Sync }

Completed in 156 milliseconds