Home
last modified time | relevance | path

Searched refs:getInterface (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-readline-promises-interface.js30 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 Dtest-readline-interface.js52 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 Dcommon.py92 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 Dproc_address_tests.py114 eglCoreIface = getInterface(eglRegistry, 'egl', '1.4')
121 gles10CoreIface = getInterface(glRegistry, 'gles1', '1.0')
122 gles20CoreIface = getInterface(glRegistry, 'gles2', '2.0')
H A D__init__.py23 from egl.common import getEGLRegistry, getInterface, getDefaultInterface, VERSION namespace
H A Dgtf_wrapper.py94 noExtIface = getInterface(registry, 'egl', VERSION)
H A Dlibrary.py91 noExtIface = getInterface(registry, 'egl', VERSION)
/third_party/vk-gl-cts/scripts/opengl/
H A Dsrc_util.py199 def getInterface (registry, api, version=None, profile=None, **kwargs): function
227 iface = getInterface(registry, api, version=version, profile=profile)
H A Dgen_ext_init.py31 extIface = getInterface(registry, api, version=False, profile='core', extensionNames=[extension])
/third_party/python/Lib/xml/dom/
H A Dminidom.py221 def getInterface(self, feature): member in Node
1486 def getInterface(self, feature): member in DOMImplementation

Completed in 6 milliseconds