HomeSort by relevance Sort by last modified time
    Searched refs:Sync (Results 1 - 25 of 168) sorted by null

1 2 3 4 5 6 7

  /cts/tests/app/app/src/android/app/stubs/
CTSActivityTestCaseBase.java 25 private Sync mSync;
26 static class Sync {
34 mSync = new Sync();
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 87 Sync(_p);
90 Sync(_p);
137 Sync(i);
141 Sync(i);
156 Sync(0);
160 Sync(i);
BufferedTokenStream.cs 184 Sync(_p);
188 protected virtual void Sync(int i) {
262 Sync(i);
275 Sync(0);
365 Sync(i);
368 Sync(i);
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 74 void CProgressDialog::OnCancel() { Sync.SetStopped(true); }
103 if (Sync.GetPaused())
109 Sync.GetProgress(total, completed);
165 bool paused = Sync.GetPaused();
166 Sync.SetPaused(true);
170 Sync.SetPaused(paused);
ProgressDialog2.cpp 299 if (Sync.Get_Paused())
556 void CProgressDialog::OnCancel() { Sync.Set_Stopped(true); }
688 NSynchronization::CCriticalSectionLock lock(Sync._cs);
689 total = Sync._totalBytes;
690 completed = Sync._completedBytes;
691 totalFiles = Sync._totalFiles;
692 completedFiles = Sync._curFiles;
693 inSize = Sync._inSize;
694 outSize = Sync._outSize;
695 bytesProgressMode = Sync._bytesProgressMode;
1316 CProgressSync &sync = Sync; local
    [all...]
ExtractCallback.cpp 59 ProgressDialog->Sync.AddError_Message(s);
71 ProgressDialog->Sync.Set_NumFilesTotal(numFiles);
80 ProgressDialog->Sync.Set_NumBytesTotal(total);
86 return ProgressDialog->Sync.Set_NumBytesCur(value);
91 return ProgressDialog->Sync.CheckStop();
102 // res = ProgressDialog->Sync.Set_NumFilesTotal(*files);
110 ProgressDialog->Sync.Set_NumBytesTotal(*bytes);
125 ProgressDialog->Sync.Set_NumFilesCur(*files);
133 return ProgressDialog->Sync.CheckStop();
138 return ProgressDialog->Sync.CheckStop();
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
device.cc 39 void Device::Sync(const DoneCallback& done) { done(Sync()); }
threadpool_device.h 42 Status Sync() override { return Status::OK(); }
device.h 117 virtual Status Sync() = 0;
124 virtual void Sync(const DoneCallback& done);
126 // On session completion, the executor may call Device::Sync() depending on
141 // Stream::BlockHostUntilDone or Device::Sync. When applicable, the device
renamed_device.h 113 Status Sync() override { return underlying_->Sync(); }
single_threaded_cpu_device.cc 63 Status Sync() override { return Status::OK(); }
  /external/deqp/external/openglcts/modules/gl/
gl4cSyncTests.hpp 39 namespace Sync
65 * behaves like Flush was inserted immediately after the creation of sync. This shall
105 } /* Sync namespace */
  /external/ltp/testcases/kernel/io/disktest/
io.h 60 int Sync (fd_t);
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compilation_device.h 57 Status Sync() override;
  /external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
igfs_writable_file.h 32 Status Sync() override;
igfs_writable_file.cc 48 Status IGFSWritableFile::Flush() { return Sync(); }
50 Status IGFSWritableFile::Sync() {
  /cts/tests/app/src/android/app/cts/
LocalActivityManagerTest.java 33 private Sync mSync = new Sync();
34 private static class Sync {
42 mSync = new Sync();
  /external/webp/src/utils/
thread_utils.h 58 int (*Sync)(WebPWorker* const worker);
61 // function, but not be changed afterward until the next call to Sync().
65 // mechanism while still using the WebPWorker structs. Sync() must
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 149 Sync(i);
154 Sync(i);
BufferedTokenStream.cs 212 Sync(_p);
216 protected virtual void Sync(int i)
298 Sync(i);
313 Sync(0);
417 Sync(i);
421 Sync(i);
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 41 return ProgressDialog.Sync.ProcessStopAndPause();
55 return ProgressDialog.Sync.ProcessStopAndPause();
69 ProgressDialog.Sync.SetProgress(size, 0);
77 RINOK(ProgressDialog.Sync.ProcessStopAndPause());
79 ProgressDialog.Sync.SetPos(*completeValue);
99 if (ProgressDialog.Sync.GetStopped())
  /cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java 35 private Sync mSync = new Sync();
71 private static class Sync {
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 68 private final Sync<V> sync = new Sync<V>(); field in class:AbstractFuture
96 return sync.get(unit.toNanos(timeout));
116 return sync.get();
121 return sync.isDone();
126 return sync.isCancelled();
131 if (!sync.cancel(mayInterruptIfRunning)) {
160 return sync.wasInterrupted();
176 * {@link AbstractFuture.Sync#COMPLETED} and invoke the listeners if th
    [all...]
  /bootable/recovery/minui/
graphics_adf.h 67 void Sync(GRSurfaceAdf* surf);
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_util.h 55 static Status Sync(Device* gpu_device);

Completed in 1659 milliseconds

1 2 3 4 5 6 7