HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 226 - 250 of 2467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/include/nonunix/
unistd.h 38 // no-oped sync
39 __inline void sync(void){}; function
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
construct.pass.cpp 30 int virtual sync() function in struct:testbuf1
destruct.pass.cpp 32 int virtual sync() function in struct:testbuf1
  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 46 // signal to the main thread that we're done (for sync())
84 static int sync(VPxWorker *const worker) { function
124 ok = sync(worker);
163 static VPxWorkerInterface g_worker_interface = { init, reset, sync,
168 winterface->reset == NULL || winterface->sync == NULL ||
  /frameworks/base/core/java/android/view/
IWindow.aidl 71 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
74 int z, in Bundle extras, boolean sync);
  /frameworks/base/core/java/android/webkit/
CookieSyncManager.java 34 * To set up for sync, the host application has to call<p>
46 * To get instant sync instead of waiting for the timer to trigger, the host can
49 * <pre class="prettyprint">CookieSyncManager.getInstance().sync()</pre><p>
51 * The sync interval is 5 minutes, so you will want to force syncs
53 * WebViewClient#onPageFinished}. Note that even sync() happens
59 * To manually force a sync you can use the CookieManager
61 * replacement for {@link #sync}.
107 * sync() forces sync manager to sync no
111 public void sync() { method in class:CookieSyncManager
    [all...]
  /frameworks/base/libs/hwui/utils/
StringUtils.h 58 virtual int sync() { function in class:android::uirenderer::LogcatStream::LogcatStreamBuf
  /frameworks/base/media/jni/
android_media_SyncParams.h 27 AVSyncSettings sync; member in struct:android::SyncParams
  /frameworks/opt/net/lowpan/tests/
prepdevice.sh 31 adb sync system || die
  /libcore/luni/src/test/java/libcore/java/io/
FileDescriptorTest.java 30 new RandomAccessFile(f, "r").getFD().sync();
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
VoicemailProviderChangeReceiver.java 16 package com.android.voicemail.impl.sync;
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/src/
tsan5.go 20 "sync"
31 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_windows.go 12 "sync"
23 mu sync.Mutex
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv_windows.go 11 "sync"
15 var symlinkOnce sync.Once
  /prebuilts/go/darwin-x86/src/math/rand/
race_test.go 8 "sync"
19 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
main_test.go 12 "sync"
33 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/src/net/
port_unix.go 11 import "sync"
13 var onceReadServices sync.Once
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
finalizer_test.go 9 "sync"
30 sync.Mutex
io_test.go 14 "sync"
47 regHandler sync.Once
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
syscall_windows.go 10 "sync"
55 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/src/sync/
example_pool_test.go 11 "sync"
15 var bufPool = sync.Pool{
  /prebuilts/go/darwin-x86/src/testing/
helperfuncs_test.go 7 import "sync"
58 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/src/
tsan5.go 20 "sync"
31 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_windows.go 12 "sync"
23 mu sync.Mutex
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv_windows.go 11 "sync"
15 var symlinkOnce sync.Once

Completed in 1345 milliseconds

1 2 3 4 5 6 7 8 91011>>