Searched refs:sync (Results 226 - 250 of 415) sorted by relevance

1234567891011>>

/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp1019 GLsync sync;
1023 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if sync is not the name of a sync object.");
1029 sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0);
1031 glGetSynciv (sync, -1, 32, &length, &values[0]);
1255 GLsync sync = 0;
1258 m_log << TestLog::Section("", "A name returned by glFenceSync is the name of a sync object.");
1259 isSync = glIsSync(sync);
1262 sync = glFenceSync (GL_SYNC_GPU_COMMANDS_COMPLETE, 0);
1263 isSync = glIsSync(sync);
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
H A DProfileSyncService.java5 package org.chromium.chrome.browser.sync;
14 import org.chromium.sync.internal_api.pub.SyncDecryptionPassphraseType;
15 import org.chromium.sync.internal_api.pub.base.ModelType;
34 * See chrome/browser/sync/profile_sync_service.h for more details.
39 // Invoked when the underlying sync status has changed.
84 // This may cause us to create ProfileSyncService even if sync has not
96 * If we are currently in the process of setting up sync, this method clears the
97 * sync setup in progress flag.
112 * Signs in to sync, using the currently signed-in account.
116 // Notify listeners right away that the sync stat
[all...]
H A DChromiumSyncAdapter.java5 package org.chromium.chrome.browser.sync;
27 * A sync adapter for Chromium.
32 // TODO(nyquist) Make these fields package protected once downstream sync adapter tests are
75 Log.w(TAG, "Got InterruptedException when trying to request a sync.", e);
104 Log.w(TAG, "Got exception when trying to request a sync. Informing Android system.", e);
139 // Startup succeeded, so we can tickle the sync engine.
141 Log.v(TAG, "Received sync tickle for all types.");
151 Log.v(TAG, "Received sync tickle for " + resolvedSource + " " + objectId + ".");
159 // The startup failed, so we reset the delayed sync state.
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
H A DChromeShellActivity.java34 import org.chromium.chrome.shell.sync.SyncController;
42 import org.chromium.sync.signin.AccountManagerHelper;
43 import org.chromium.sync.signin.ChromeSigninController;
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_database.cc348 write_options.sync = kSyncWrites;
362 write_options.sync = kSyncWrites;
395 write_options.sync = kSyncWrites;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglapi.c1350 _EGLSync *sync; local
1357 sync = drv->API.CreateSyncKHR(drv, disp, type, attrib_list);
1358 ret = (sync) ? _eglLinkSync(sync) : EGL_NO_SYNC_KHR;
1365 eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) argument
1368 _EGLSync *s = _eglLookupSync(sync, disp);
1383 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
1386 _EGLSync *s = _eglLookupSync(sync, disp);
1399 eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) argument
1402 _EGLSync *s = _eglLookupSync(sync, dis
1415 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
[all...]
/external/mesa3d/src/egl/main/
H A Deglapi.c1350 _EGLSync *sync; local
1357 sync = drv->API.CreateSyncKHR(drv, disp, type, attrib_list);
1358 ret = (sync) ? _eglLinkSync(sync) : EGL_NO_SYNC_KHR;
1365 eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) argument
1368 _EGLSync *s = _eglLookupSync(sync, disp);
1383 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
1386 _EGLSync *s = _eglLookupSync(sync, disp);
1399 eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode) argument
1402 _EGLSync *s = _eglLookupSync(sync, dis
1415 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
[all...]
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dsync_node_browser.js30 * A helper function to sort sync nodes.
68 * Creates a new sync node tree item.
72 * chrome.sync.getAllNodes().
119 * Creates a new sync node tree. Technically, it's a forest since it each
163 var treeContainer = $('sync-node-tree-container');
181 chrome.sync.getAllNodes(function(nodeMap) {
187 var treeContainer = $('sync-node-tree-container');
189 tree.setAttribute('id', 'sync-node-tree');
203 cr.ui.decorate('#sync-node-splitter', cr.ui.Splitter);
206 $('sync
[all...]
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
H A DModelType.java5 package org.chromium.sync.internal_api.pub.base;
132 * Converts string representations of types to sync to {@link ModelType}s.
150 // Drop invalid sync types.
151 Log.w(TAG, "Could not translate sync type to model type: " + syncType);
159 * Converts a set of sync types {@link String} to a set of {@link ObjectId}.
/external/chromium_org/sync/android/java/src/org/chromium/sync/signin/
H A DSystemAccountManagerDelegate.java5 package org.chromium.sync.signin;
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
H A DAccountHolder.java5 package org.chromium.sync.test.util;
/external/chromium_org/third_party/WebKit/Source/web/
H A DServiceWorkerGlobalScopeProxy.cpp119 m_workerGlobalScope->dispatchEvent(Event::create(EventTypeNames::sync));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_thread.h188 int (*sync)(VP9Worker *const worker); member in struct:__anon13139
195 // mechanism while still using the VP9Worker structs. sync() must
/external/chromium_org/v8/
H A DMakefile343 $(addsuffix .sync, $(ANDROID_BUILDS)): $$(basename $$@)
344 @tools/android-sync.sh $(basename $@) $(OUTDIR) \
347 $(addsuffix .check, $(ANDROID_BUILDS)): $$(basename $$@).sync
473 # Remember to keep these in sync with the DEPS file.
493 gclient sync -r fb782d4369d5ae04f17a2fceef7de5a63e50f07b --spec="solutions = [{u'managed': False, u'name': u'buildtools', u'url': u'https://chromium.googlesource.com/chromium/buildtools.git', u'custom_deps': {}, u'custom_hooks': [{u'name': u'clang_format_win',u'pattern': u'.',u'action': [u'download_from_google_storage',u'--no_resume',u'--platform=win32',u'--no_auth',u'--bucket',u'chromium-clang-format',u'-s',u'buildtools/win/clang-format.exe.sha1']},{u'name': u'clang_format_mac',u'pattern': u'.',u'action': [u'download_from_google_storage',u'--no_resume',u'--platform=darwin',u'--no_auth',u'--bucket',u'chromium-clang-format',u'-s',u'buildtools/mac/clang-format.sha1']},{u'name': u'clang_format_linux',u'pattern': u'.',u'action': [u'download_from_google_storage',u'--no_resume',u'--platform=linux*',u'--no_auth',u'--bucket',u'chromium-clang-format',u'-s',u'buildtools/linux64/clang-format.sha1']}],u'deps_file': u'.DEPS.git', u'safesync_url': u''}]"
/external/iproute2/include/linux/
H A Dif.h162 sync_serial_settings *sync; member in union:if_settings::__anon22271
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h274 drm_via_blitsync_t sync; member in struct:drm_via_dmablit
/external/kernel-headers/original/uapi/linux/
H A Dif.h165 sync_serial_settings __user *sync; member in union:if_settings::__anon23032
/external/libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp46 int virtual sync() function in struct:testbuf
/external/libpcap/lbl/
H A Dos-sunos4.h178 void sync(void);
/external/llvm/test/MC/Mips/mips2/
H A Dinvalid-mips32.s43 sync 0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
44 sync 1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/stlport/src/
H A Dstdio_streambuf.cpp144 int stdio_streambuf_base::sync() { function in class:stdio_streambuf_base
/external/tcpdump/lbl/
H A Dos-sunos4.h178 void sync(void);
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h146 sync();
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_api.cc31 // Only apply quota if this is for sync storage.
38 return settings_namespace_string != "sync";
154 core_api::storage::sync::MAX_WRITE_OPERATIONS_PER_HOUR,
165 core_api::storage::sync::MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE,
/external/chromium_org/ipc/
H A Dipc_message_macros.h163 // until a reply comes back. To declare a sync message, use the IPC_SYNC_
568 // Common message macro which dispatches into one of the 6 (sync x kind)
572 #define IPC_MESSAGE_DECL(sync, kind, msg_class, \
574 IPC_##sync##_##kind##_DECL(msg_class, in_cnt, out_cnt, in_list, out_list) \
575 IPC_MESSAGE_EXTRA(sync, kind, msg_class, in_cnt, out_cnt, in_list, out_list)
671 #define IPC_MESSAGE_EXTRA(sync, kind, msg_class, \
673 IPC_##sync##_##kind##_IMPL(msg_class, in_cnt, out_cnt, in_list, out_list) \
674 IPC_##sync##_MESSAGE_LOG(msg_class)
786 #define IPC_MESSAGE_EXTRA(sync, kind, msg_class, \
800 #define IPC_MESSAGE_EXTRA(sync, kin
[all...]

Completed in 729 milliseconds

1234567891011>>