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

12

/external/chromium_org/media/formats/common/
H A Doffset_byte_queue.cc24 Sync();
36 Sync();
60 void OffsetByteQueue::Sync() { function in class:media::OffsetByteQueue
/external/chromium_org/tools/cr/cr/commands/
H A Dsync.py30 self.help = 'Sync the source tree'
40 self.Sync(cr.context.remains)
43 def Sync(args): member in class:SyncCommand
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImport.h100 Sync = 0, enumerator in enum:blink::HTMLImport::SyncMode
110 bool isSync() const { return SyncMode(m_sync) == Sync; }
/external/chromium_org/third_party/libwebp/utils/
H A Dthread.h61 int (*Sync)(WebPWorker* const worker); member in struct:__anon13307
64 // function, but not be changed afterward until the next call to Sync().
68 // mechanism while still using the WebPWorker structs. Sync() must
H A Dthread.c172 // signal to the main thread that we're done (for Sync())
211 static int Sync(WebPWorker* const worker) { function
251 ok = Sync(worker);
291 Init, Reset, Sync, Launch, Execute, End
297 winterface->Sync == NULL || winterface->Launch == NULL ||
/external/webp/src/utils/
H A Dthread.h61 int (*Sync)(WebPWorker* const worker); member in struct:__anon33404
64 // function, but not be changed afterward until the next call to Sync().
68 // mechanism while still using the WebPWorker structs. Sync() must
H A Dthread.c172 // signal to the main thread that we're done (for Sync())
211 static int Sync(WebPWorker* const worker) { function
251 ok = Sync(worker);
291 Init, Reset, Sync, Launch, Execute, End
297 winterface->Sync == NULL || winterface->Launch == NULL ||
/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py458 def Sync(self, retry_count=3, runtime_restart=False): member in class:AdbInterface
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_thread_test.cc207 int Sync(VP9Worker *const worker) { return !worker->had_error; } function in namespace:__anon13015::impl
220 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
/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/chromium_org/media/formats/mp2t/
H A Dts_packet.cc17 int TsPacket::Sync(const uint8* buf, int size) { function in class:media::mp2t::TsPacket
/external/lldb/source/Host/common/
H A DFile.cpp450 File::Sync () function in class:File
/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/
H A Denv_chromium_stdio.cc235 Status ChromiumWritableFile::Sync() { function in class:leveldb_env::ChromiumWritableFile
236 TRACE_EVENT0("leveldb", "ChromiumEnvStdio::Sync");
242 // Sync even if fflush gave an error; perhaps the data actually got out,
H A Denv_chromium_win.cc222 Status ChromiumWritableFileWin::Sync() { function in class:leveldb_env::ChromiumWritableFileWin
223 TRACE_EVENT0("leveldb", "ChromiumEnvWin::Sync");
/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/log Sync() calls are blocked while this pointer is non-NULL.
63 // sstable/log Sync() calls return an error.
113 Status Sync() { function in class:leveldb::SpecialEnv::DataFile
120 return base_->Sync();
139 Status Sync() { function in class:leveldb::SpecialEnv::ManifestFile
143 return base_->Sync();
1599 // (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::__anon12454::WritableFileImpl
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.cc242 Sync(dictionary_change);
254 Sync(dictionary_change);
332 result.set_error(Sync(to_change_remotely));
438 Sync(dictionary_change);
469 syncer::SyncError SpellcheckCustomDictionary::Sync( function in class:SpellcheckCustomDictionary
/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.cc245 virtual Status Sync() { function in class:leveldb::__anon12468::PosixWritableFile
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h101 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/ ...

Completed in 4110 milliseconds

12