Searched refs:sync (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbrowser_options.css5 #sync-section {
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglsync.h42 /* A sync is a display resource */
52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
62 * Increment reference count for the sync.
65 _eglGetSync(_EGLSync *sync) argument
67 if (sync)
68 _eglGetResource(&sync->Resource);
69 return sync;
74 * Decrement reference count for the sync.
77 _eglPutSync(_EGLSync *sync) argument
88 _eglLinkSync(_EGLSync *sync) argument
99 _eglUnlinkSync(_EGLSync *sync) argument
112 _EGLSync *sync = (_EGLSync *) handle; local
123 _eglGetSyncHandle(_EGLSync *sync) argument
[all...]
H A Deglsync.c37 * Parse the list of sync attributes and return the proper error code.
40 _eglParseSyncAttribList(_EGLSync *sync, const EGLint *attrib_list) argument
59 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%04x", attr);
69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, argument
78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy);
79 sync->Type = type;
80 sync->SyncStatus = EGL_UNSIGNALED_KHR;
81 sync->SyncCondition = EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR;
83 err = _eglParseSyncAttribList(sync, attrib_lis
92 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLint attribute, EGLint *value) argument
[all...]
/external/mesa3d/src/egl/main/
H A Deglsync.h42 /* A sync is a display resource */
52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type,
57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
62 * Increment reference count for the sync.
65 _eglGetSync(_EGLSync *sync) argument
67 if (sync)
68 _eglGetResource(&sync->Resource);
69 return sync;
74 * Decrement reference count for the sync.
77 _eglPutSync(_EGLSync *sync) argument
88 _eglLinkSync(_EGLSync *sync) argument
99 _eglUnlinkSync(_EGLSync *sync) argument
112 _EGLSync *sync = (_EGLSync *) handle; local
123 _eglGetSyncHandle(_EGLSync *sync) argument
[all...]
H A Deglsync.c37 * Parse the list of sync attributes and return the proper error code.
40 _eglParseSyncAttribList(_EGLSync *sync, const EGLint *attrib_list) argument
59 _eglLog(_EGL_DEBUG, "bad sync attribute 0x%04x", attr);
69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, argument
78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy);
79 sync->Type = type;
80 sync->SyncStatus = EGL_UNSIGNALED_KHR;
81 sync->SyncCondition = EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR;
83 err = _eglParseSyncAttribList(sync, attrib_lis
92 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, EGLint attribute, EGLint *value) argument
[all...]
/external/chromium_org/sync/android/java/src/org/chromium/sync/
H A DSyncSwitches.java5 package org.chromium.sync;
8 * Contains all of the command line switches that are specific to the sync/
16 // TODO(johnme): Remove this command line switch once disabling sync is no longer necessary.
18 "disable-sync-gcm-in-order-to-try-push-api";
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DInvalidationClientNameGenerator.java5 package org.chromium.sync.notifier;
H A DSyncContentResolverDelegate.java5 package org.chromium.sync.notifier;
13 * mock out for tests. This interface wraps all the sync-related methods we use from
22 void setMasterSyncAutomatically(boolean sync); argument
26 void setSyncAutomatically(Account account, String authority, boolean sync); argument
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Devents.css6 #sync-events-table,
7 #sync-events-table th,
8 #sync-events-table td {
12 #sync-events-table {
17 #sync-events > tr {
H A Dsync_node_browser.css5 #sync-node-browser-refresher {
9 #sync-node-browser-refresher > * {
13 #sync-node-browser-container {
18 #sync-node-tree-container {
29 #sync-node-tree {
36 #sync-node-tree .leaf .tree-label {
40 #sync-node-splitter {
50 #sync-node-details-container {
H A Dsync_search.css5 #sync-search-query {
9 #sync-search-query[error] {
13 .sync-search-quicklink {
19 #sync-search-status {
24 #sync-results-container {
26 /* Should be > #sync-page's min-height. */
31 #sync-results-list {
43 #sync-results-splitter {
53 #sync-result-details-container {
H A Dsearch.js8 cr.ui.decorate('#sync-results-splitter', cr.ui.Splitter);
10 var allLinks = document.getElementsByClassName('sync-search-quicklink');
12 chrome.sync.decorateQuickQueryControls(
14 $('sync-search-submit'),
15 $('sync-search-query'));
17 chrome.sync.decorateSearchControls(
18 $('sync-search-query'),
19 $('sync-search-submit'),
20 $('sync-search-status'),
21 $('sync
[all...]
H A Dtypes.js5 cr.define('chrome.sync.types', function() {
35 * @param {!Object} e An event containing the list of known sync types.
44 chrome.sync.events.removeEventListener(
72 chrome.sync.events.addEventListener(
75 chrome.sync.events.addEventListener(
79 chrome.sync.requestListOfTypes();
80 chrome.sync.registerForPerTypeCounters();
92 document.addEventListener('DOMContentLoaded', chrome.sync.types.onLoad, false);
/external/compiler-rt/test/lsan/TestCases/
H A Duse_stacks_threaded.cc15 int *sync = reinterpret_cast<int *>(arg); local
19 __sync_fetch_and_xor(sync, 1);
25 int sync = 0; local
27 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
29 while (!__sync_fetch_and_xor(&sync, 0))
H A Duse_registers.cc15 int *sync = reinterpret_cast<int *>(arg); local
34 __sync_fetch_and_xor(sync, 1);
40 int sync = 0; local
42 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);
44 while (!__sync_fetch_and_xor(&sync, 0))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_syncobj.c35 * application is using many sync objects, it will emit small batchbuffers
51 struct intel_sync_object *sync; local
53 sync = calloc(1, sizeof(struct intel_sync_object));
55 return &sync->Base;
61 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
63 drm_intel_bo_unreference(sync->bo);
64 free(sync);
72 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
77 sync->bo = intel->batch.bo;
78 drm_intel_bo_reference(sync
93 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
115 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_syncobj.c35 * application is using many sync objects, it will emit small batchbuffers
51 struct intel_sync_object *sync; local
53 sync = calloc(1, sizeof(struct intel_sync_object));
55 return &sync->Base;
61 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
63 drm_intel_bo_unreference(sync->bo);
64 free(sync);
72 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
77 sync->bo = intel->batch.bo;
78 drm_intel_bo_reference(sync
93 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
115 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_syncobj.c35 * application is using many sync objects, it will emit small batchbuffers
51 struct intel_sync_object *sync; local
53 sync = calloc(1, sizeof(struct intel_sync_object));
55 return &sync->Base;
61 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
63 drm_intel_bo_unreference(sync->bo);
64 free(sync);
72 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
77 sync->bo = intel->batch.bo;
78 drm_intel_bo_reference(sync
93 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
115 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_syncobj.c35 * application is using many sync objects, it will emit small batchbuffers
51 struct intel_sync_object *sync; local
53 sync = calloc(1, sizeof(struct intel_sync_object));
55 return &sync->Base;
61 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
63 drm_intel_bo_unreference(sync->bo);
64 free(sync);
72 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
77 sync->bo = intel->batch.bo;
78 drm_intel_bo_reference(sync
93 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
115 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_syncobj.c35 * application is using many sync objects, it will emit small batchbuffers
51 struct intel_sync_object *sync; local
53 sync = calloc(1, sizeof(struct intel_sync_object));
55 return &sync->Base;
61 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
63 drm_intel_bo_unreference(sync->bo);
64 free(sync);
72 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
77 sync->bo = intel->batch.bo;
78 drm_intel_bo_reference(sync
93 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
115 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_syncobj.c35 * application is using many sync objects, it will emit small batchbuffers
51 struct intel_sync_object *sync; local
53 sync = calloc(1, sizeof(struct intel_sync_object));
55 return &sync->Base;
61 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
63 drm_intel_bo_unreference(sync->bo);
64 free(sync);
72 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
77 sync->bo = intel->batch.bo;
78 drm_intel_bo_reference(sync
93 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
115 struct intel_sync_object *sync = (struct intel_sync_object *)s; local
[all...]
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/sync/
H A DChromeShellSyncAdapterService.java5 package org.chromium.chrome.shell.sync;
10 import org.chromium.chrome.browser.sync.ChromiumSyncAdapter;
11 import org.chromium.chrome.browser.sync.ChromiumSyncAdapterService;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dwalker_unittest_base.js154 CvoxWalkerUnitTestBase.CMD_WHITELIST = ['next', 'sync', 'nextRow', 'nextCol'];
185 * Ensures that sync(sync(sel)) = sync(sel)
187 * for TableWalker, sync can return null. Override if it doesn't work yet.
203 var sync = this.walker.sync(sel);
204 var syncsync = this.walker.sync(sync);
205 assertEquals(true, sync
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPeriodicSyncTest.java21 PeriodicSync sync = new PeriodicSync(a, "auth",
24 assertThat(sync.account, is(a));
25 assertThat(sync.authority, equalTo("auth"));
26 assertThat(sync.period, equalTo(120l));
27 assertNotNull(sync.extras);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_sync.h39 egl_g3d_destroy_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync);
42 egl_g3d_client_wait_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,
46 egl_g3d_signal_sync(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync,

Completed in 5891 milliseconds

1234567891011>>