| /third_party/weston/tests/ |
| D | linux-explicit-synchronization-test.c | 57 struct zwp_linux_explicit_synchronization_v1 *sync = NULL; in get_linux_explicit_synchronization() local 92 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 119 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 144 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 170 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 199 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 223 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 246 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 306 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local 367 struct zwp_linux_explicit_synchronization_v1 *sync = in TEST() local [all …]
|
| /third_party/flutter/skia/src/gpu/gl/ |
| D | GrGLSemaphore.h | 24 GrGLsync sync, in MakeWrapped() 32 GrGLsync sync() const { return fSync; } in sync() function 33 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLSemaphore.h | 24 GrGLsync sync, in MakeWrapped() 34 GrGLsync sync() const { return fSync; } in sync() function 35 void setSync(const GrGLsync& sync) { fSync = sync; } in setSync()
|
| D | GrGLAssembleWebGLInterfaceAutogen.cpp | 32 void emscripten_glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glWaitSync() 39 GLenum emscripten_glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout) { in emscripten_glClientWaitSync()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLSyncTest.cpp | 58 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local 137 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local 164 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local 201 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | FenceSyncTests.cpp | 146 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 156 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 215 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 235 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 293 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | FenceSyncTests.cpp | 142 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 152 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 211 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local 231 GLsync sync = glFenceSync(GL_SYNC_GPU_COMMANDS_COMPLETE, 0); in TEST_P() local
|
| /third_party/node/benchmark/streams/ |
| D | writable-manywrites.js | 8 sync: ['yes', 'no'], property 14 function main({ n, sync, writev, callback, len }) { property
|
| /third_party/node/deps/npm/node_modules/mkdirp/ |
| D | index.js | 56 mkdirP.sync = function sync (p, opts, made) { function
|
| /third_party/uboot/u-boot-2020.01/product/hiosd/vo/mkp/src/ |
| D | vo.c | 53 unsigned int type, unsigned int sync, hi_vo_pub_attr *pub_attr) in vo_construct_pub_attr() 68 static hi_s32 vo_set_user_sync_clk(unsigned int dev, unsigned int sync) in vo_set_user_sync_clk() 87 int start_vo(unsigned int dev, unsigned int type, unsigned int sync) in start_vo()
|
| /third_party/musl/src/unistd/ |
| D | sync.c | 4 void sync(void) in sync() function
|
| /third_party/grpc/test/core/security/ |
| D | print_google_default_creds_token.cc | 45 synchronizer* sync = static_cast<synchronizer*>(arg); in on_metadata_response() local 67 synchronizer sync; in main() local
|
| D | verify_jwt.cc | 50 synchronizer* sync = static_cast<synchronizer*>(user_data); in on_jwt_verification_done() local 72 synchronizer sync; in main() local
|
| /third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
| D | gstamcvideodec.c | 133 _gl_sync_ref (struct gl_sync *sync) in _gl_sync_ref() 145 _gl_sync_unref (struct gl_sync *sync) in _gl_sync_unref() 167 const struct gl_sync *sync = a; in _queue_compare_gl_sync() local 923 _gl_sync_release_buffer (struct gl_sync *sync, gboolean render) in _gl_sync_release_buffer() 973 _gl_sync_release_next_buffer (struct gl_sync *sync, gboolean render) in _gl_sync_release_next_buffer() 1057 _gl_sync_render_unlocked (struct gl_sync *sync) in _gl_sync_render_unlocked() 1140 _amc_gl_possibly_wait_for_gl_sync (struct gl_sync *sync, gint64 end_time) in _amc_gl_possibly_wait_for_gl_sync() 1191 struct gl_sync *sync = sync_meta->data; in _amc_gl_iterate_queue_unlocked() local 1231 struct gl_sync *sync = wait->sync_meta->data; in _amc_gl_wait_gl() local 1241 struct gl_sync *sync = sync_meta->data; in _amc_gl_wait() local [all …]
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/allocators/ |
| D | gstdmabuf.c | 54 struct dma_buf_sync sync = { DMA_BUF_SYNC_START }; in gst_dmabuf_mem_map() local 81 struct dma_buf_sync sync = { DMA_BUF_SYNC_END }; in gst_dmabuf_mem_unmap() local
|
| /third_party/NuttX/fs/mount/ |
| D | fs_sync.c | 54 void sync(void) in sync() function
|
| /third_party/node/deps/npm/node_modules/path-exists/ |
| D | index.js | 10 module.exports.sync = fp => { function
|
| /third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLSyncTest.cpp | 64 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local 143 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local 170 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local 207 EGLSyncKHR sync = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in TEST_P() local
|
| /third_party/uboot/u-boot-2020.01/cmd/ |
| D | cmd_vo_hi3516cv500.c | 47 static int vo_check_lcd_sync(unsigned int dev, unsigned int type, unsigned int sync) in vo_check_lcd_sync() 87 static int check_vo_support(unsigned int dev, unsigned int type, unsigned int sync) in check_vo_support() 169 unsigned int dev, intftype, sync; in do_startvo() local
|
| /third_party/boost/libs/container/src/ |
| D | dlmalloc.cpp | 92 BOOST_CONTAINER_DECL void dlmalloc_sync_destroy(void *sync) in dlmalloc_sync_destroy() 95 BOOST_CONTAINER_DECL bool dlmalloc_sync_lock(void *sync) in dlmalloc_sync_lock() 98 BOOST_CONTAINER_DECL void dlmalloc_sync_unlock(void *sync) in dlmalloc_sync_unlock()
|
| /third_party/boost/boost/thread/ |
| D | shared_mutex.hpp | 39 namespace sync namespace
|
| D | mutex.hpp | 26 namespace sync namespace
|
| D | recursive_mutex.hpp | 25 namespace sync namespace
|
| /third_party/node/test/parallel/ |
| D | test-http-sync-write-error-during-continue.js | 35 let sync = true; variable
|
| /third_party/e2fsprogs/include/mingw/ |
| D | unistd.h | 13 __inline void sync(void){}; in sync() function
|