Searched refs:testInitialized (Results 1 – 3 of 3) sorted by relevance
/third_party/node/test/sequential/ |
D | test-async-wrap-getasyncid.js | 85 function testInitialized(req, ctor_name) { function 101 testInitialized(dns.lookup('www.google.com', () => {}), 'GetAddrInfoReqWrap'); 102 testInitialized(dns.lookupService('::1', 22, () => {}), 'GetNameInfoReqWrap'); 106 testInitialized(resolver._handle, 'ChannelWrap'); 107 testInitialized(resolver.resolve6('::1', () => {}), 'QueryReqWrap'); 114 testInitialized(new FSEvent(), 'FSEvent'); 120 testInitialized(new JSStream(), 'JSStream'); 139 testInitialized(this, 'PBKDF2Job'); 144 testInitialized(this, 'RandomBytesJob'); 149 testInitialized(this, 'ScryptJob'); [all …]
|
/third_party/node/test/pseudo-tty/ |
D | test-async-wrap-getasyncid-tty.js | 33 function testInitialized(req, ctor_name) { function 44 testInitialized(handle, 'TTY');
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBMessageTests.m | 289 - (void)testInitialized { method
|