HomeSort by relevance Sort by last modified time
    Searched refs:Synchronize (Results 1 - 23 of 23) sorted by null

  /external/openfst/src/script/
synchronize.cc 19 #include <fst/script/synchronize.h>
24 void Synchronize(const FstClass &ifst, MutableFstClass *ofst) {
25 if (!ArcTypesMatch(ifst, *ofst, "Synchronize")) return;
28 Apply<Operation<SynchronizeArgs> >("Synchronize", ifst.ArcType(), &args);
31 REGISTER_FST_OPERATION(Synchronize, StdArc, SynchronizeArgs);
32 REGISTER_FST_OPERATION(Synchronize, LogArc, SynchronizeArgs);
33 REGISTER_FST_OPERATION(Synchronize, Log64Arc, SynchronizeArgs);
  /external/openfst/src/include/fst/script/
synchronize.h 22 #include <fst/synchronize.h>
30 void Synchronize(SynchronizeArgs *args) {
34 Synchronize(ifst, ofst);
37 void Synchronize(const FstClass &ifst, MutableFstClass *ofst);
fstscript.h 65 #include <fst/script/synchronize.h>
141 REGISTER_FST_OPERATION(Synchronize, Arc, SynchronizeArgs);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 46 // If shared memory is being used without pixmaps, synchronize this pixel
51 void Synchronize();
54 // where the full-screen data is captured by Synchronize(), this simply
x_server_pixel_buffer.cc 228 void XServerPixelBuffer::Synchronize() {
  /external/openfst/src/bin/
fstsynchronize.cc 23 #include <fst/script/synchronize.h>
49 s::Synchronize(*ifst, &ofst);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdaipp.h 193 virtual HRESULT WINAPI Synchronize(MSDAIPP_SYNC_FLAGS dwFlags) = 0;
201 HRESULT (WINAPI *Synchronize)(ISynchronizeRow *This,MSDAIPP_SYNC_FLAGS dwFlags);
211 #define ISynchronizeRow_Synchronize(This,dwFlags) (This)->lpVtbl->Synchronize(This,dwFlags)
mobsync.h 139 virtual HRESULT WINAPI Synchronize(HWND hWndParent) = 0;
156 HRESULT (WINAPI *Synchronize)(ISyncMgrSynchronize *This,HWND hWndParent);
175 #define ISyncMgrSynchronize_Synchronize(This,hWndParent) (This)->lpVtbl->Synchronize(This,hWndParent)
adojet.h 123 virtual HRESULT WINAPI Synchronize(BSTR target,SyncTypeEnum syncType = jrSyncTypeImpExp,SyncModeEnum syncMode = jrSyncModeIndirect) = 0;
155 HRESULT (WINAPI *Synchronize)(IReplica *This,BSTR target,SyncTypeEnum syncType,SyncModeEnum syncMode);
189 #define IReplica_Synchronize(This,target,syncType,syncMode) (This)->lpVtbl->Synchronize(This,target,syncType,syncMode)
exdisp.h     [all...]
shldisp.h     [all...]
dbdaoint.h 396 STDMETHOD(Synchronize) (BSTR DbPathName,VARIANT ExchangeType) PURE;
    [all...]
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
clock.cc 51 void Synchronize(WindowsHelpTimer* help_timer) {
241 // object and Synchronize API to sync the two.
250 Synchronize(&global_help_timer);
275 ReadLockScoped synchronize(*lock_);
280 ReadLockScoped synchronize(*lock_);
300 WriteLockScoped synchronize(*lock_);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 301 x_server_pixel_buffer_.Synchronize();
screen_capturer_x11.cc 84 // Synchronize the current buffer with |last_buffer_|, by copying pixels from
124 // Invalid region from the previous capture. This is used to synchronize the
401 x_server_pixel_buffer_.Synchronize();
466 // Synchronize the current buffer with the previous one since we do not
  /external/chromium_org/v8/src/heap/
heap.cc     [all...]
  /external/openfst/src/include/fst/
synchronize.h 0 // synchronize.h
19 // Synchronize an FST with bounded delay.
87 SetType("synchronize");
98 SetType("synchronize");
449 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h 0 // synchronize.h
18 // Synchronize an FST with bounded delay.
74 SetType("synchronize");
451 void Synchronize(const Fst<Arc> &ifst, MutableFst<Arc> *ofst) {
  /external/chromium_org/cc/output/
gl_renderer.cc 63 Synchronize();
71 void Synchronize() {
72 TRACE_EVENT0("cc", "FallbackFence::Synchronize");
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 330 v->Synchronize(VisitorSynchronization::kExtensions);
    [all...]
heap-snapshot-generator.cc     [all...]
objects.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 1708 milliseconds