HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 101 - 125 of 841) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VvmAccountManager.java 16 package com.android.voicemail.impl.sync;
VvmNetworkRequest.java 17 package com.android.voicemail.impl.sync;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java 72 public void sync() { method in class:Buffer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
stdio_sync_filebuf.h 160 sync() function in class:stdio_sync_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
stdio_sync_filebuf.h 160 sync() function in class:stdio_sync_filebuf
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dumbdbm.py 116 sync = _commit variable in class:_Database
shelve.py 54 entries that you access. You can call d.sync() to write back all the
55 entries in the cache, and empty the cache (d.sync() also synchronizes
143 self.sync()
161 def sync(self): member in class:Shelf
168 if hasattr(self.dict, 'sync'):
169 self.dict.sync()
  /prebuilts/gdb/linux-x86/lib/python2.7/
dumbdbm.py 116 sync = _commit variable in class:_Database
shelve.py 54 entries that you access. You can call d.sync() to write back all the
55 entries in the cache, and empty the cache (d.sync() also synchronizes
143 self.sync()
161 def sync(self): member in class:Shelf
168 if hasattr(self.dict, 'sync'):
169 self.dict.sync()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 116 sync = _commit variable in class:_Database
shelve.py 54 entries that you access. You can call d.sync() to write back all the
55 entries in the cache, and empty the cache (d.sync() also synchronizes
143 self.sync()
161 def sync(self): member in class:Shelf
168 if hasattr(self.dict, 'sync'):
169 self.dict.sync()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 116 sync = _commit variable in class:_Database
shelve.py 54 entries that you access. You can call d.sync() to write back all the
55 entries in the cache, and empty the cache (d.sync() also synchronizes
143 self.sync()
161 def sync(self): member in class:Shelf
168 if hasattr(self.dict, 'sync'):
169 self.dict.sync()
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream3/
zfstream.cc 32 // Sync output buffer and close only if responsible for file
34 this->sync();
114 // Attempt to sync and close gzipped file
115 if (this->sync() == -1)
269 // First make sure stuff is sync'ed, for safety
270 if (this->sync() == -1)
299 gzfilebuf::sync() function in class:gzfilebuf
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 110 private final Sync sync; field in class:ReentrantLock
117 abstract static class Sync extends AbstractQueuedSynchronizer {
197 * Sync object for non-fair locks
199 static final class NonfairSync extends Sync {
219 * Sync object for fair locks
221 static final class FairSync extends Sync {
258 sync = new NonfairSync();
268 sync = fair ? new FairSync() : new NonfairSync();
286 sync.lock()
    [all...]
  /art/runtime/
indenter.h 68 int sync() { function in class:art::Indenter
  /development/ide/emacs/
android-host.el 27 ;; (global-set-key [f8] 'android-adb-sync)
29 ;; or rely on autocompletion M-x and-sync will expand to
30 ;; M-x android-adb-sync
35 ;; C-x a s android-adb-sync
58 (define-key map (kbd "s") 'android-adb-sync)
83 (defun android-adb-sync ()
84 "Execute 'adb sync'."
86 ;; Always force root and remount, this way sync always works even on
90 (android-adb-command "sync" 'p))
  /external/ImageMagick/MagickCore/
image-view.c 260 sync;
295 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
296 if (sync == MagickFalse)
255 sync; local
915 sync; local
1043 sync; local
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_clock_test.cc 78 SyncClock sync; local
79 thr1.ReleaseStore(&cache, &sync);
81 thr2.acquire(&cache, &sync);
82 thr2.acquire(&cache, &sync);
84 sync.Reset(&cache);
155 SyncClock sync; local
156 vector.release(&cache, &sync);
157 ASSERT_EQ(sync.size(), 11U);
158 ASSERT_EQ(sync.get(0), 0ULL);
159 ASSERT_EQ(sync.get(1), 0ULL)
170 SyncClock sync; local
185 SyncClock sync; local
203 SyncClock sync; local
    [all...]
  /external/deqp/framework/delibs/decpp/
deSpinBarrier.cpp 76 void SpinBarrier::sync (WaitMode requestedMode) function in class:de::SpinBarrier
147 // See sync() - use cached value
167 barrier.sync(mode);
168 barrier.sync(mode);
169 barrier.sync(mode);
195 m_barrier.sync(getWaitMode(rnd));
199 m_barrier.sync(getWaitMode(rnd));
205 m_barrier.sync(getWaitMode(rnd));
209 m_barrier.sync(getWaitMode(rnd));
262 barrier.sync(mode)
    [all...]
  /external/deqp/framework/platform/android/
tcuAndroidRenderActivity.cpp 63 "SYNC"
123 void RenderThread::sync (void) function in class:tcu::Android::RenderThread
292 // Ignore all but SYNC and FINISH messages.
376 m_thread->sync(); // Block until thread has processed all messages.
389 m_thread->sync();
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 410 // Sync objects
426 GLsync sync = ctx.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); local
428 ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of a sync object.");
434 ctx.glWaitSync(sync, 0x0010, GL_TIMEOUT_IGNORED);
439 ctx.glWaitSync(sync, 0, 0);
443 ctx.glDeleteSync(sync);
448 GLsync sync = ctx.glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); local
450 ctx.beginSection("GL_INVALID_VALUE is generated if sync is not the name of an existing sync object.")
    [all...]
  /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...]
  /external/libxcam/modules/soft/
soft_handler.cpp 148 SoftHandler::execute_buffer (const SmartPtr<ImageHandler::Parameters> &param, bool sync)
211 if (sync) {
224 SmartPtr<SyncMeta> sync = _cur_sync; local
225 if (sync.ptr ()) {
226 ret = sync->signal_wait_ret ();
239 SmartPtr<SyncMeta> sync = _cur_sync; local
240 if (sync.ptr ()) {
241 sync->wakeup ();
242 sync.release ();
soft_worker.cpp 61 SmartPtr<ItemSynch> &sync)
65 , _sync (sync)
208 SmartPtr<ItemSynch> sync = new ItemSynch (max_items); local
213 SmartPtr<WorkItem> item = new WorkItem (this, args, WorkSize(x, y, z), sync);
217 sync->update_error (ret);

Completed in 380 milliseconds

1 2 3 45 6 7 8 91011>>