Home
last modified time | relevance | path

Searched refs:handleName (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-server-listen-handle.js40 let handle, errno, handleName;
44 handleName = 'arbitrary tcp port';
49 handleName = `pipe ${path}`;
53 assert.fail(`unable to bind ${handleName}: ${getSystemErrorName(errno)}`);
59 `Bound ${handleName} has fd -1 and errno ${errno}`);
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
DgenRef.py616 def autoGenHandlePage(baseDir, handleName): argument
628 genDict[handleName] = None
635 'sname:' + handleName,
641 refPageHead(handleName,
643 makeAPIInclude('handles', handleName),
647 refPageTail(pageName=handleName,
650 seeAlso=seeAlsoList(handleName, None),