/external/chromium_org/third_party/mesa/src/src/egl/main/ |
D | eglsync.h | 52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, 57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, 65 _eglGetSync(_EGLSync *sync) in _eglGetSync() argument 67 if (sync) in _eglGetSync() 68 _eglGetResource(&sync->Resource); in _eglGetSync() 69 return sync; in _eglGetSync() 77 _eglPutSync(_EGLSync *sync) in _eglPutSync() argument 79 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE; in _eglPutSync() 88 _eglLinkSync(_EGLSync *sync) in _eglLinkSync() argument 90 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); in _eglLinkSync() [all …]
|
D | eglsync.c | 40 _eglParseSyncAttribList(_EGLSync *sync, const EGLint *attrib_list) in _eglParseSyncAttribList() argument 69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, in _eglInitSync() argument 78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy); in _eglInitSync() 79 sync->Type = type; in _eglInitSync() 80 sync->SyncStatus = EGL_UNSIGNALED_KHR; in _eglInitSync() 81 sync->SyncCondition = EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR; in _eglInitSync() 83 err = _eglParseSyncAttribList(sync, attrib_list); in _eglInitSync() 92 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in _eglGetSyncAttribKHR() argument 100 *value = sync->Type; in _eglGetSyncAttribKHR() 103 *value = sync->SyncStatus; in _eglGetSyncAttribKHR() [all …]
|
/external/mesa3d/src/egl/main/ |
D | eglsync.h | 52 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, 57 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, 65 _eglGetSync(_EGLSync *sync) in _eglGetSync() argument 67 if (sync) in _eglGetSync() 68 _eglGetResource(&sync->Resource); in _eglGetSync() 69 return sync; in _eglGetSync() 77 _eglPutSync(_EGLSync *sync) in _eglPutSync() argument 79 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE; in _eglPutSync() 88 _eglLinkSync(_EGLSync *sync) in _eglLinkSync() argument 90 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); in _eglLinkSync() [all …]
|
D | eglsync.c | 40 _eglParseSyncAttribList(_EGLSync *sync, const EGLint *attrib_list) in _eglParseSyncAttribList() argument 69 _eglInitSync(_EGLSync *sync, _EGLDisplay *dpy, EGLenum type, in _eglInitSync() argument 78 _eglInitResource(&sync->Resource, sizeof(*sync), dpy); in _eglInitSync() 79 sync->Type = type; in _eglInitSync() 80 sync->SyncStatus = EGL_UNSIGNALED_KHR; in _eglInitSync() 81 sync->SyncCondition = EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR; in _eglInitSync() 83 err = _eglParseSyncAttribList(sync, attrib_list); in _eglInitSync() 92 _eglGetSyncAttribKHR(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSync *sync, in _eglGetSyncAttribKHR() argument 100 *value = sync->Type; in _eglGetSyncAttribKHR() 103 *value = sync->SyncStatus; in _eglGetSyncAttribKHR() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_syncobj.c | 51 struct intel_sync_object *sync; in intel_new_sync_object() local 53 sync = calloc(1, sizeof(struct intel_sync_object)); in intel_new_sync_object() 55 return &sync->Base; in intel_new_sync_object() 61 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_delete_sync_object() local 63 drm_intel_bo_unreference(sync->bo); in intel_delete_sync_object() 64 free(sync); in intel_delete_sync_object() 72 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_fence_sync() local 77 sync->bo = intel->batch.bo; in intel_fence_sync() 78 drm_intel_bo_reference(sync->bo); in intel_fence_sync() 93 struct intel_sync_object *sync = (struct intel_sync_object *)s; in intel_client_wait_sync() local [all …]
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | DEPS | 2 "-sync/engine", 3 "-sync/sessions", 4 "-sync/syncable", 6 "+sync/internal_api/public", 7 "+sync/util", 8 "+sync/test", 14 "+sync/notifier/invalidation_util.h", 15 "+sync/notifier/mock_sync_notifier_observer.h", 16 "+sync/notifier/sync_notifier.h", 17 "+sync/notifier/sync_notifier_helper.h", [all …]
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | test_util.js | 25 test.util.sync = {}; 59 test.util.sync.getWindows = function() { 83 test.util.sync.closeWindow = function(appId) { 100 test.util.sync.getDocument_ = function(contentWindow, opt_iframeQuery) { 113 test.util.sync.getErrorCount = function() { 131 test.util.sync.resizeWindow = function(contentWindow, width, height) { 143 test.util.sync.getSelectedFiles = function(contentWindow) { 162 test.util.sync.getFileList = function(contentWindow) { 191 test.util.sync.queryAllElements = function( 193 var doc = test.util.sync.getDocument_(contentWindow, iframeQuery); [all …]
|
/external/chromium_org/sync/internal_api/ |
D | DEPS | 7 "+sync/base", 8 "+sync/engine", 9 "+sync/js", 10 "+sync/notifier", 11 "+sync/protocol", 12 "+sync/sessions", 13 "+sync/syncable", 14 "+sync/test", 15 "+sync/util",
|
/external/chromium_org/sync/sessions/ |
D | DEPS | 2 "+sync/base", 3 "+sync/engine", 4 "+sync/internal_api/public", 5 "+sync/notifier", 6 "+sync/protocol", 7 "+sync/syncable", 8 "+sync/test", 9 "+sync/util",
|
/external/chromium_org/sync/engine/ |
D | DEPS | 2 "+sync/base", 3 "+sync/internal_api/public", 4 "+sync/notifier", 5 "+sync/protocol", 6 "+sync/sessions", 7 "+sync/syncable", 8 "+sync/test", 9 "+sync/util",
|
/external/chromium_org/sync/ |
D | sync.gyp | 17 # 1) In static mode, the public 'sync' target has a target type of 'none', 20 # 2) In component mode, we build the public 'sync' target into a single DLL, 23 # 3) All external targets that depend on anything in sync/ must simply 24 # declare a dependency on 'sync.gyp:sync' 27 # The public sync static library target. 29 'target_name': 'sync', 44 # The sync external API library. 58 # The core sync library. 76 # The sync internal API library. 95 # The sync notifications library. [all …]
|
/external/chromium_org/sync/tools/ |
D | sync_tools.gyp | 22 '../sync.gyp:sync', 26 '../sync.gyp:sync', 33 # A tool to listen to sync notifications and print them out. 46 '../sync.gyp:sync', 54 # A standalone command-line sync client. 67 '../sync.gyp:sync', 68 '../sync.gyp:test_support_sync_core',
|
/external/chromium_org/sync/internal_api/public/ |
D | DEPS | 2 "-sync", 3 "+sync/api", 4 "+sync/base", 5 "+sync/internal_api/public", 6 "+sync/notifier", 7 "+sync/protocol", 10 "+sync/util/cryptographer.h"
|
/external/chromium_org/chrome/android/javatests/ |
D | DEPS | 3 "+sync/android/java/src/org/chromium/sync/internal_api/pub", 4 "+sync/android/java/src/org/chromium/sync/notifier", 5 "+sync/android/java/src/org/chromium/sync/signin", 8 "+sync/test/android/javatests/src/org/chromium/sync/test/util",
|
/external/chromium_org/sync/syncable/ |
D | DEPS | 4 "+sync/base", 5 "+sync/internal_api/public/base", 6 "+sync/internal_api/public/engine", 7 "+sync/internal_api/public/util", 8 "+sync/protocol", 9 "+sync/test", 10 "+sync/util",
|
/external/chromium_org/chrome/browser/sync/ |
D | DEPS | 8 "+sync/internal_api/public", 9 "+sync/js", 10 "+sync/notifier", 13 "+sync/util/cryptographer.h", 15 "+sync/syncable", 16 # Used by autofill tests, which should use the public sync API instead. 17 "+sync/test/engine/test_id_factory.h", 19 "+sync/internal_api/syncapi_internal.h",
|
/external/chromium_org/sync/internal_api/public/base/ |
D | DEPS | 2 # Invalidations headers depend on this. We should move them to sync/notifier 6 "-sync", 7 "+sync/base", 8 "+sync/internal_api/public/base", 9 "+sync/internal_api/public/util", 10 "+sync/notifier", 11 "+sync/protocol",
|
/external/libedit/ |
D | ChangeLog | 8 * all: sync with upstream source. 41 * all: sync with upstream source. 47 * all: sync with upstream source. 53 * all: sync with upstream source. 59 * all: sync with upstream source. 65 * all: sync with upstream source. 71 * all: sync with upstream source. 77 * all: sync with upstream source. 83 * all: sync with upstream source. 89 * all: sync with upstream source. [all …]
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
D | eglext.h | 142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync); 143 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTi… 144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode); 145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute… 148 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync); 149 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint … 150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum… 151 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLi… 212 EGLBoolean eglDestroySyncNV (EGLSyncNV sync); 213 EGLBoolean eglFenceNV (EGLSyncNV sync); [all …]
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-bookII.s | 47 # CHECK-BE: sync 2 # encoding: [0x7c,0x40,0x04,0xac] 48 # CHECK-LE: sync 2 # encoding: [0xac,0x04,0x40,0x7c] 49 sync 2 73 # CHECK-BE: sync 0 # encoding: [0x7c,0x00,0x04,0xac] 74 # CHECK-LE: sync 0 # encoding: [0xac,0x04,0x00,0x7c] 75 sync 76 # CHECK-BE: sync 0 # encoding: [0x7c,0x00,0x04,0xac] 77 # CHECK-LE: sync 0 # encoding: [0xac,0x04,0x00,0x7c] 79 # CHECK-BE: sync 1 # encoding: [0x7c,0x20,0x04,0xac] 80 # CHECK-LE: sync 1 # encoding: [0xac,0x04,0x20,0x7c] [all …]
|