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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/r600/
evergreen_hw_context.c 108 unsigned sync = 0; local
123 sync = PKT3_CP_DMA_CP_SYNC;
133 radeon_emit(cs, sync | PKT3_CP_DMA_SRC_SEL(2)); /* CP_SYNC [31] | SRC_SEL[30:29] */
  /frameworks/base/core/java/android/util/
AtomicFile.java 38 * been completely written and sync'd to disk before removing its backup.
149 * returned by {@link #startWrite()}. This will close, sync, and
155 FileUtils.sync(str);
176 FileUtils.sync(str);
193 FileUtils.sync(fos);
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 223 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); local
224 if (sync == EGL_NO_SYNC_KHR) {
225 ALOGW("failed to create EGL native fence sync: %#x", eglGetError());
233 base::unique_fd fenceFd(eglDupNativeFenceFDANDROID(mEGLDisplay, sync));
234 eglDestroySyncKHR(mEGLDisplay, sync);
236 ALOGW("failed to dup EGL native fence sync: %#x", eglGetError());
248 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr); local
249 if (sync == EGL_NO_SYNC_KHR) {
250 ALOGW("failed to create EGL fence sync: %#x", eglGetError());
254 EGLint result = eglClientWaitSyncKHR(mEGLDisplay, sync, EGL_SYNC_FLUSH_COMMANDS_BIT_KHR
277 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); local
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 5 package sync package
9 "sync/atomic"
73 panic("sync: negative WaitGroup counter")
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
87 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
131 panic("sync: WaitGroup is reused before previous Wait has returned")
cond.go 5 package sync package
8 "sync/atomic"
85 panic("sync.Cond is copied")
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 5 package sync package
9 "sync/atomic"
73 panic("sync: negative WaitGroup counter")
76 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
87 panic("sync: WaitGroup misuse: Add called concurrently with Wait")
131 panic("sync: WaitGroup is reused before previous Wait has returned")
cond.go 5 package sync package
8 "sync/atomic"
85 panic("sync.Cond is copied")
  /build/soong/android/
onceper.go 19 "sync"
23 values sync.Map
24 valuesLock sync.Mutex
  /external/walt/
README.md 32 differing clock frequencies. This means they will go out of sync after
33 several minutes. The workaround is to use the app to re-sync the
34 clocks. Some, but not all tests in the app will sync the clocks when starting a measurement.
  /frameworks/base/core/java/android/content/
IContentService.aidl 60 * Start a sync given a request.
62 void sync(in SyncRequest request);
67 /** Cancel a sync, providing information about the sync to be cancelled. */
82 * @param sync true if the provider should be synced when tickles are received for it
84 void setSyncAutomatically(in Account account, String providerName, boolean sync);
85 void setSyncAutomaticallyAsUser(in Account account, String providerName, boolean sync,
92 * @param cname component to identify sync service, must be null if account/providerName are
102 * @param pollFrequency the period that a sync should be performed, in seconds. If this is
112 * @param pollFrequency the period that a sync should be performed, in seconds. If this i
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/trace/
trace_unix_test.go 14 "sync"
35 var wg sync.WaitGroup
58 var timerSetup sync.WaitGroup
  /prebuilts/go/darwin-x86/src/net/
tcpsock_unix_test.go 14 "sync"
30 var wg sync.WaitGroup
92 var wg sync.WaitGroup
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 16 "sync"
17 "sync/atomic"
47 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/cmd/trace/
trace_unix_test.go 14 "sync"
35 var wg sync.WaitGroup
58 var timerSetup sync.WaitGroup
  /prebuilts/go/linux-x86/src/net/
tcpsock_unix_test.go 14 "sync"
30 var wg sync.WaitGroup
92 var wg sync.WaitGroup
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 16 "sync"
17 "sync/atomic"
47 var wg sync.WaitGroup
  /build/kati/
stats.go 22 "sync"
27 mu sync.Mutex
125 mu sync.Mutex
176 mu sync.Mutex
  /device/google/contexthub/firmware/variant/
variant.mk 49 .PHONY: all clean sync
78 sync:
  /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/drm_hwcomposer/
virtualcompositorworker.cpp 23 #include <sync/sync.h>
48 ALOGE("Failed to create sw sync timeline %d", ret);
93 ALOGE("Failed to increment sync timeline %d", ret);
  /external/eigen/Eigen/src/Core/products/
Parallelizer.h 76 GemmParallelInfo() : sync(-1), users(0), lhs_start(0), lhs_length(0) {}
78 Index volatile sync; member in struct:Eigen::internal::GemmParallelInfo
  /external/parameter-framework/upstream/parameter/
InstanceConfigurableElement.cpp 138 // Sync to HW
174 bool CInstanceConfigurableElement::sync(CParameterAccessContext &parameterAccessContext) const function in class:CInstanceConfigurableElement
178 // AutoSync is disabled, do not perform the sync.
193 if (!pSyncer->sync(*parameterAccessContext.getParameterBlackboard(), false, strError)) {
  /external/python/cpython2/Demo/threads/
Coroutine.py 70 import sync
75 self.e = sync.event()
  /external/skia/bin/
coverage 33 bin/sync
  /external/skqp/bin/
coverage 33 bin/sync

Completed in 709 milliseconds

<<11121314151617181920>>