Searched refs:sync (Results 101 - 125 of 415) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/command_buffer/client/
H A Dquery_tracker.h45 sync(sync_mem) {
52 sync(NULL) {
58 QuerySync* sync; member in struct:gpu::gles2::QuerySyncManager::QueryInfo
65 void Free(const QueryInfo& sync);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
H A Dbuild.sh66 gclient sync -r ${NACLPORTS_REV}
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
H A DInvalidationClientNameProviderTest.java5 package org.chromium.sync.notifier;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.c47 // signal to the main thread that we're done (for sync())
86 static int sync(VP9Worker *const worker) { function
126 ok = sync(worker);
166 init, reset, sync, launch, execute, end
172 winterface->sync == NULL || winterface->launch == NULL ||
/external/e2fsprogs/include/nonunix/
H A Dunistd.h38 // no-oped sync
39 __inline void sync(void){}; function
/external/libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/
H A Dconstruct.pass.cpp30 int virtual sync() function in struct:testbuf1
H A Ddestruct.pass.cpp30 int virtual sync() function in struct:testbuf1
/external/oprofile/daemon/
H A Dopd_extended.h53 int (*sync)(struct sfile *); member in struct:opd_ext_sfile_handlers
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc29 FdSync *sync; member in struct:__tsan::FdDesc
97 if (d->sync) {
98 unref(thr, pc, d->sync);
99 d->sync = 0;
104 d->sync = s;
107 d->sync = &fdctx.globsync;
157 FdSync *s = d->sync;
168 FdSync *s = d->sync;
193 unref(thr, pc, d->sync);
194 d->sync
[all...]
H A Dtsan_rtl_thread.cc28 , sync()
39 sync.Reset();
44 AcquireImpl(caller_thr, 0, &sync);
45 sync.Reset();
61 ReleaseImpl(args->thr, 0, &sync);
68 sync.Reset();
110 AcquireImpl(thr, 0, &sync);
116 sync.Reset();
129 ReleaseImpl(thr, 0, &sync);
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dchrome_sync.js9 cr.define('chrome.sync', function() {
45 chrome.sync.events.dispatchEvent(e);
50 * chrome.sync.dispatchEvent().
58 * chrome.sync.dispatchEvent().
65 * Asks the browser to refresh our snapshot of sync state. Should result
94 * Asks the browser to send us a copy of all existing sync nodes.
H A Dsync_log.js10 * records all sync events.
13 cr.define('chrome.sync', function() {
49 * sync events. Recorded entries are available in the 'entries'
69 chrome.sync.events.addEventListener(
89 * @param {string} submodule The sync submodule for the event.
/external/chromium_org/remoting/webapp/
H A Dbutter_bar.js32 chrome.storage.sync.get(
133 chrome.storage.sync.set(value);
/external/chromium_org/v8/tools/
H A Dandroid-ll-prof.sh37 # and then sync the deploy directory with /data/local/tmp/v8 on the device.
53 adb -p "$DEPLOY" sync data
/external/f2fs-tools/scripts/
H A Dspo_test.sh23 sync
49 sync
/external/sonivox/arm-wt-22k/host_src/
H A Djet.h167 EAS_PUBLIC EAS_RESULT JET_SetMuteFlags (EAS_DATA_HANDLE easHandle, EAS_U32 muteFlags, EAS_BOOL sync);
175 EAS_PUBLIC EAS_RESULT JET_SetMuteFlag (EAS_DATA_HANDLE easHandle, EAS_INT trackNum, EAS_BOOL muteFlag, EAS_BOOL sync);
/external/stlport/src/
H A Diostream.cpp296 bool _STLP_CALL ios_base::sync_with_stdio(bool sync) { argument
302 if (sync == _S_is_synced) return sync;
305 // just set the sync flag and exit
307 _S_is_synced = sync;
308 return sync;
316 if (sync)
321 if (sync) {
344 _S_is_synced = sync;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBufferedTokenStream.java120 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/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_thread_test.cc58 EXPECT_NE(vp9_get_worker_interface()->sync(&worker_), 0);
70 EXPECT_NE(vp9_get_worker_interface()->sync(&worker_), 0);
75 EXPECT_NE(vp9_get_worker_interface()->sync(&worker_), 0);
89 EXPECT_FALSE(vp9_get_worker_interface()->sync(&worker_));
97 EXPECT_NE(vp9_get_worker_interface()->sync(&worker_), 0);
143 case 2: winterface.sync = NULL; break;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_manager.js108 * If there is an activeElement, use it. Otherwise, sync to the page
213 // Only sync if the activeElement is not document.body; which is shorthand for
217 this.sync();
322 dummyNavShifter.sync(dummySel);
363 cvox.NavigationManager.prototype.sync = function() {
365 var ret = this.shifter_.sync(this.curSel_);
379 this.sync();
505 this.sync();
518 this.sync();
527 this.sync();
[all...]
/external/chromium_org/third_party/angle/include/EGL/
H A Deglext.h246 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
247 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
248 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
249 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
252 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
253 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
254 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
255 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
364 typedef EGLint (EGLAPIENTRYP PFNEGLWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags);
366 EGLAPI EGLint EGLAPIENTRY eglWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLin
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp328 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);
330 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of a sync object.");
336 glWaitSync(sync, 0x0010, GL_TIMEOUT_IGNORED);
341 glWaitSync(sync, 0, 0);
345 glDeleteSync(sync);
349 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);
351 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of an existing sync object.");
357 glClientWaitSync(sync,
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dquery_manager_unittest.cc231 QuerySync* sync = decoder_->GetSharedMemoryAs<QuerySync*>( local
232 kSharedMemoryId, kSharedMemoryOffset, sizeof(*sync));
233 ASSERT_TRUE(sync != NULL);
234 sync->Reset();
249 EXPECT_EQ(0, sync->process_count);
250 EXPECT_EQ(0u, sync->result);
264 EXPECT_EQ(kSubmitCount, sync->process_count);
265 EXPECT_EQ(kResult, sync->result);
550 QuerySync* sync = decoder_->GetSharedMemoryAs<QuerySync*>( local
551 kSharedMemoryId, kSharedMemoryOffset, sizeof(*sync));
[all...]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
H A DOAuth2TokenServiceTest.java13 import org.chromium.sync.signin.AccountManagerHelper;
14 import org.chromium.sync.test.util.AccountHolder;
15 import org.chromium.sync.test.util.MockAccountManager;
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/sync/
H A DChromiumSyncAdapterTest.java5 package org.chromium.chrome.browser.sync;
18 import org.chromium.sync.notifier.SyncStatusHelper;
19 import org.chromium.sync.signin.AccountManagerHelper;

Completed in 812 milliseconds

1234567891011>>