Home
last modified time | relevance | path

Searched defs:getSync (Results 1 – 9 of 9) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_systemparameter.js20 getSync: function (...args) { method
Dohos_data_Storage.js81 getSync: function () { method
Dsystem_storage.js74 getSync: function (...args) { method
/third_party/node/deps/npm/node_modules/sha/
Dindex.js76 function getSync(file, options) { function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp338 Sync *SyncManager::getSync(GLuint handle) const in getSync() function in gl::SyncManager
DContext.cpp1074 Sync *Context::getSync(GLsync handle) const in getSync() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.cpp341 Sync *SyncManager::getSync(GLuint handle) const in getSync() function in gl::SyncManager
DContext.cpp971 Sync *Context::getSync(GLsync handle) const in getSync() function in gl::Context
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingThreadedTests.cpp409 SharedPtr<FenceSync> getSync (void) { return m_sync; } in getSync() function in deqp::egl::GLES2ThreadTest::Operation