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

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
__init__.py 345 def sync(self): member in class:_DBWithCursor
347 return _DeadlockWrap(self.db.sync)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
__init__.py 345 def sync(self): member in class:_DBWithCursor
347 return _DeadlockWrap(self.db.sync)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 345 def sync(self): member in class:_DBWithCursor
347 return _DeadlockWrap(self.db.sync)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 345 def sync(self): member in class:_DBWithCursor
347 return _DeadlockWrap(self.db.sync)
  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
zfstream.cpp 12 sync();
106 sync();
206 int gzfilebuf::sync() { function in class:gzfilebuf
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
OmtpVvmSyncService.java 16 package com.android.voicemail.impl.sync;
42 import com.android.voicemail.impl.sync.VvmNetworkRequest.NetworkWrapper;
43 import com.android.voicemail.impl.sync.VvmNetworkRequest.RequestFailedException;
50 /** Sync OMTP visual voicemail. */
67 public void sync( method in class:OmtpVvmSyncService
73 VvmLog.v(TAG, "Sync requested for account: " + phoneAccount);
83 VvmLog.e(TAG, "Sync requested for disabled account");
95 // "Sync in progress..." status, which is currently displayed to the user as no error.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTest.java 35 private final Object sync = new Object(); field in class:TimerTest
80 synchronized (sync) {
81 sync.notify();
222 synchronized (sync) {
223 sync.wait(500);
236 synchronized (sync) {
237 sync.wait(500);
249 synchronized (sync) {
250 sync.wait(200);
252 sync.wait(200)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java 43 * This class manages message sync with the Telephony SmsProvider/MmsProvider.
86 * Timestamp of in progress sync - used to keep track of whether sync is running
91 * Timestamp of current sync batch upper bound - used to determine if message makes batch dirty
96 * Timestamp of messages inserted since sync batch started - used to determine if batch dirty
104 * a full sync.
109 * Start an incremental sync (backed off a few seconds)
111 public static void sync() { method in class:SyncManager
112 SyncMessagesAction.sync();
116 * Start an incremental sync (with no backoff
    [all...]
  /development/python-packages/adb/
device.py 423 def push(self, local, remote, sync=False):
429 sync: If True, only transfers files that are newer on the host than
436 if sync:
437 cmd.append('--sync')
444 def sync(self, directory=None): member in class:AndroidDevice
445 cmd = ['sync']
  /external/ImageMagick/MagickWand/
wand-view.c 308 sync;
372 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception);
373 if (sync == MagickFalse)
303 sync; local
959 sync; local
1096 sync; local
1250 sync; local
    [all...]
  /external/ImageMagick/coders/
pnm.c 587 sync;
627 sync=SyncAuthenticPixels(image,exception);
628 if (sync == MagickFalse)
660 sync;
750 sync=SyncAuthenticPixels(image,exception);
751 if (sync == MagickFalse)
777 sync;
922 sync=SyncAuthenticPixels(image,exception);
923 if (sync == MagickFalse)
977 sync;
583 sync; local
656 sync; local
773 sync; local
973 sync; local
1295 sync; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 120 sync(p);
124 protected void sync(int i) { method in class:BufferedTokenStream
126 //System.out.println("sync("+i+") needs "+n);
175 sync(i);
184 protected void setup() { sync(0); p = 0; }
266 sync(i);
269 sync(i);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interp.java 54 protected void sync(int i) { method in class:Interp.FilteringTokenStream
55 super.sync(i);
  /external/clang/test/CodeGen/
builtins-nvptx.c 141 __device__ void sync() { function
143 // CHECK: call void @llvm.nvvm.bar.sync(i32 0)
  /external/compiler-rt/lib/tsan/rtl/
tsan_fd.cc 29 FdSync *sync; member in struct:__tsan::FdDesc
99 if (d->sync) {
100 unref(thr, pc, d->sync);
101 d->sync = 0;
106 d->sync = s;
109 d->sync = &fdctx.globsync;
164 FdSync *s = d->sync;
175 FdSync *s = d->sync;
212 unref(thr, pc, d->sync);
213 d->sync = 0
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CalendarICU.java 40 sync(); method
46 sync(); method
64 // calendar fields. See private void sync().
70 sync(); method
77 sync(); method
96 sync(); method
104 sync(); method
187 sync(); method
198 sync(); method
213 sync(); method
219 sync(); method
225 sync(); method
270 sync(); method
274 private void sync() { method in class:CalendarICU
    [all...]
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 384 int (*sync)(VPxWorker *const worker); member in struct:__anon26299
387 // function, but not be changed afterward until the next call to Sync().
391 // mechanism while still using the VPxWorker structs. sync() must
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 4 * implementation in stand-alone master mode by sending PTPv1 Sync
91 static const unsigned char sync[] = { variable
142 res = sendto(sock, sync, sizeof(sync), 0,
232 if (res < sizeof(sync))
234 else if (!memcmp(sync, data + res - sizeof(sync),
235 sizeof(sync)))
  /external/mesa3d/src/egl/main/
egldisplay.c 318 _EGLSync *sync = (_EGLSync *) list; local
321 _eglUnlinkSync(sync);
322 drv->API.DestroySyncKHR(drv, display, sync);

Completed in 756 milliseconds

1 2 3 4 5 67 8 91011>>