Searched defs:createSocket (Results 1 – 11 of 11) sorted by relevance
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/basics/ |
D | abstract-class-with-abstract-method.src.ts | 2 abstract createSocket(): Promise<string>; method in AbstractSocket
|
/third_party/node/test/parallel/ |
D | test-http-agent-close.js | 8 agent.createSocket = function(req, options, cb) { function in agent
|
D | test-wrap-js-stream-destroy.js | 26 function createSocket() { function
|
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/ |
D | agent.js | 76 createSocket(req, options, cb) { method in Agent
|
D | _http_agent.js | 251 Agent.prototype.createSocket = function createSocket(req, options, cb) { method in Agent
|
/third_party/node/deps/npm/node_modules/tunnel-agent/ |
D | index.js | 117 TunnelingAgent.prototype.createSocket = function createSocket(options, cb) { method in TunnelingAgent 200 TunnelingAgent.prototype.createSocket.call(self, options, function(socket) { method in TunnelingAgent
|
/third_party/node/lib/ |
D | _http_agent.js | 296 Agent.prototype.createSocket = function createSocket(req, options, cb) { method in Agent
|
D | dgram.js | 152 function createSocket(type, listener) { function 1050 createSocket, property
|
/third_party/flutter/skia/experimental/Networking/ |
D | SkSockets.cpp | 29 int SkSocket::createSocket() { in createSocket() function in SkSocket
|
/third_party/node/lib/internal/ |
D | child_process.js | 321 function createSocket(pipe, readable) { function
|
/third_party/python/Lib/logging/ |
D | handlers.py | 580 def createSocket(self): member in SocketHandler
|