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

/external/chromium_org/media/mp4/
H A Doffset_byte_queue.cc24 Sync();
36 Sync();
60 void OffsetByteQueue::Sync() { function in class:media::OffsetByteQueue
/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py457 def Sync(self, retry_count=3, runtime_restart=False): member in class:AdbInterface
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java68 private final Sync<V> sync = new Sync<V>();
161 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
178 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if the
204 * Sync state, and the lock is released whenever the state changes to either
215 static final class Sync<V> extends AbstractQueuedSynchronizer { class in class:AbstractFuture
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs184 Sync(_p);
188 protected virtual void Sync(int i) { method in class:Antlr.Runtime.BufferedTokenStream
262 Sync(i);
275 Sync(0);
365 Sync(i);
368 Sync(i);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs212 Sync(_p);
216 protected virtual void Sync(int i) method in class:Antlr.Runtime.BufferedTokenStream
298 Sync(i);
313 Sync(0);
417 Sync(i);
421 Sync(i);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_test.cc47 virtual Status Sync() { return Status::OK(); } function in class:leveldb::log::LogTest::StringDest
H A Ddb_test.cc60 // sstable Sync() calls are blocked while this pointer is non-NULL.
112 Status Sync() { function in class:leveldb::SpecialEnv::SSTableFile
116 return base_->Sync();
135 Status Sync() { function in class:leveldb::SpecialEnv::ManifestFile
139 return base_->Sync();
1579 // (b) Log record containing F is written to MANIFEST file, but Sync() fails
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc218 virtual Status Sync() { return Status::OK(); } function in class:leveldb::__anon11262::WritableFileImpl
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc247 Sync(dictionary_change);
259 Sync(dictionary_change);
341 result.set_error(Sync(to_change_remotely));
450 Sync(dictionary_change);
484 syncer::SyncError SpellcheckCustomDictionary::Sync( function in class:SpellcheckCustomDictionary
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc504 Status ChromiumWritableFile::Sync() { function in class:leveldb_env::ChromiumWritableFile
505 TRACE_EVENT0("leveldb", "ChromiumEnv::Sync");
511 // Sync even if fflush gave an error; perhaps the data actually got out,
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc98 virtual Status Sync() { return Status::OK(); } function in class:leveldb::StringSink
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc212 // Defer syncing this data until next Sync() call, if any
322 virtual Status Sync() { function in class:leveldb::__anon11276::PosixMmapFile
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h100 Sync, enumerator in enum:llvm::MipsISD::NodeType
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/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 359 milliseconds