Searched refs:Sync (Results 1 - 25 of 68) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DCommonTokenStream.cs87 Sync(_p);
90 Sync(_p);
137 Sync(i);
141 Sync(i);
156 Sync(0);
160 Sync(i);
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/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/media/formats/common/
H A Doffset_byte_queue.cc24 Sync();
36 Sync();
60 void OffsetByteQueue::Sync() { function in class:media::OffsetByteQueue
H A Doffset_byte_queue.h54 void Sync();
/external/chromium_org/media/formats/mp2t/
H A Dts_packet.h22 static int Sync(const uint8* buf, int size);
/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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DCommonTokenStream.cs149 Sync(i);
154 Sync(i);
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/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; }
H A DHTMLImportTreeRoot.cpp21 : HTMLImport(HTMLImport::Sync)
/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/chromium_org/third_party/leveldatabase/src/db/
H A Dbuilder.cc57 s = file->Sync();
/external/chromium_org/third_party/usb_ids/
H A Dusb.ids1107 551a PC Sync Keypad
1109 551c Sync Tenkey
1218 406c Live! Cam Sync [VF0520]
1626 9c01 LGE Sync
4410 5f00 NEXiO Sync
4411 5f01 NEXiO Sync
4412 5f02 NEXiO Sync
4413 5f03 NEXiO Sync
4414 5f04 NEXiO Sync
4422 6611 MITs Sync
[all...]
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium_stdio.h26 virtual leveldb::Status Sync();
H A Denv_chromium_win.h31 virtual leveldb::Status Sync();
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv.cc46 s = file->Sync();
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs24 None, Partial, Sync, Full, Finish, Block enumerator in enum:DotZLib.FlushTypes
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h157 syncer::SyncError Sync(const Change& dictionary_change);
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/tools/cr/cr/base/
H A Dandroid.py128 cr.SyncCommand.Sync(["--nohooks"])
/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

Completed in 5288 milliseconds

123