Searched refs:getInterface (Results 1 - 10 of 10) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-readline-promises-interface.js | 30 function getInterface(options) { function 53 const [rli] = getInterface({ crlfDelay }); 160 const [rli, fi] = getInterface({ terminal: true }); 171 const [rli, fi] = getInterface({ terminal: true }); 183 const [rli, fi] = getInterface({ terminal: true, completer }); 197 const [rli, fi] = getInterface({ terminal: true }); 209 const [rli, fi] = getInterface({ terminal: true }); 224 const [rli, fi] = getInterface({ terminal: true }); 241 const [rli, fi] = getInterface({ 318 const [rli, fi] = getInterface({ [all...] |
H A D | test-readline-interface.js | 52 function getInterface(options) { function 94 const [rli] = getInterface({ crlfDelay }); 183 const [rli, fi] = getInterface({ terminal: true }); 194 const [rli, fi] = getInterface({ terminal: true }); 206 const [rli, fi] = getInterface({ terminal: true, completer }); 220 const [rli, fi] = getInterface({ terminal: true }); 232 const [rli, fi] = getInterface({ terminal: true }); 247 const [rli, fi] = getInterface({ terminal: true }); 264 const [rli, fi] = getInterface({ 341 const [rli, fi] = getInterface({ [all...] |
/third_party/vk-gl-cts/scripts/egl/ |
H A D | common.py | 92 def getInterface (registry, api, version=None, profile=None, **kwargs): function 97 return getInterface(getEGLRegistry(), 'egl', VERSION, extensionNames = EXTENSIONS, protects = PROTECTS) 124 iface = getInterface(registry, api, version=version, profile=profile)
|
H A D | proc_address_tests.py | 114 eglCoreIface = getInterface(eglRegistry, 'egl', '1.4') 121 gles10CoreIface = getInterface(glRegistry, 'gles1', '1.0') 122 gles20CoreIface = getInterface(glRegistry, 'gles2', '2.0')
|
H A D | __init__.py | 23 from egl.common import getEGLRegistry, getInterface, getDefaultInterface, VERSION namespace
|
H A D | gtf_wrapper.py | 94 noExtIface = getInterface(registry, 'egl', VERSION)
|
H A D | library.py | 91 noExtIface = getInterface(registry, 'egl', VERSION)
|
/third_party/vk-gl-cts/scripts/opengl/ |
H A D | src_util.py | 199 def getInterface (registry, api, version=None, profile=None, **kwargs): function 227 iface = getInterface(registry, api, version=version, profile=profile)
|
H A D | gen_ext_init.py | 31 extIface = getInterface(registry, api, version=False, profile='core', extensionNames=[extension])
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 221 def getInterface(self, feature): member in Node 1486 def getInterface(self, feature): member in DOMImplementation
|
Completed in 6 milliseconds