| /third_party/backends/backend/ |
| D | hp-scl.c | 99 HpConnect connect; member 157 hp_GetOpenDevice (const char *devname, HpConnect connect, int *pfd) in hp_GetOpenDevice() 180 hp_AddOpenDevice (const char *devname, HpConnect connect, int fd) in hp_AddOpenDevice() 253 hp_IsOpenFd (int fd, HpConnect connect) in hp_IsOpenFd() 273 hp_RemoveOpenFd (int fd, HpConnect connect) in hp_RemoveOpenFd() 296 hp_nonscsi_write (HpScsi this, hp_byte_t *data, size_t len, HpConnect connect) in hp_nonscsi_write() 336 hp_nonscsi_read (HpScsi this, hp_byte_t *data, size_t *len, HpConnect connect, in hp_nonscsi_read() 396 hp_nonscsi_open (const char *devname, int *fd, HpConnect connect) in hp_nonscsi_open() 467 hp_nonscsi_close (int fd, HpConnect connect) in hp_nonscsi_close() 494 sanei_hp_nonscsi_new (HpScsi * newp, const char * devname, HpConnect connect) in sanei_hp_nonscsi_new() [all …]
|
| /third_party/node/deps/undici/src/lib/ |
| D | agent.js | 28 constructor ({ factory = defaultFactory, maxRedirections = 0, connect, ...options } = {}) { property 51 this[kOptions] = { ...util.deepClone(options), connect } field
|
| D | pool.js | 30 connect, property 71 this[kOptions] = { ...util.deepClone(options), connect, allowH2 } property
|
| D | proxy-agent.js | 84 this[kClient] = clientFactory(resolvedUrl, { connect }) field 87 connect: async (opts, callback) => { method
|
| /third_party/typescript/tests/baselines/reference/ |
| D | exportEqualMemberMissing.js | 32 var connect = require("./exportEqualMemberMissing_0"); variable
|
| D | localAliasExportAssignment.js | 27 var connect = require("./localAliasExportAssignment_0"); variable
|
| D | exportEqualErrorType.js | 31 define(["require", "exports", "exportEqualErrorType_0"], function (require, exports, connect) { argument
|
| D | exportEqualCallable.js | 22 define(["require", "exports", "exportEqualCallable_0"], function (require, exports, connect) { argument
|
| /third_party/musl/src/network/ |
| D | connect.c | 4 int connect(int fd, const struct sockaddr *addr, socklen_t len) in connect() function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | jsdocReferenceGlobalTypeInCommonJs.ts | 14 export function connect(name: string): void; function
|
| D | circularlySimplifyingConditionalTypesNoCrash.ts | 34 declare var connect: Connect; variable
|
| /third_party/node/test/parallel/ |
| D | test-http2-client-port-80.js | 12 const connect = net.connect; constant
|
| D | test-net-socket-end-callback.js | 11 const connect = (...args) => { function
|
| D | test-http2-client-promisify-connect.js | 17 const connect = util.promisify(http2.connect); constant
|
| D | test-net-socket-local-address.js | 27 function connect() { function
|
| D | test-gc-tls-external-memory.js | 28 function connect() { function
|
| D | test-net-connect-call-socket-connect.js | 25 Socket.prototype.connect = common.mustCall(function() { method in Socket
|
| D | test-http-client-immediate-error.js | 24 connect: common.mustCall((req, addr, port) => { property
|
| D | test-http-nodelay.js | 10 net.Socket.prototype.connect = common.mustCall(function(args) { method in net.Socket
|
| /third_party/node/test/fixtures/ |
| D | tls-connect.js | 45 exports.connect = function connect(options, callback) { function
|
| /third_party/node/test/fixtures/wpt/resources/ |
| D | channel.sub.js | 147 connect: new Set(), property 162 async connect(onmessage) { method in anonymousFunctiona89e69210100.Channel 242 async connect() { method in anonymousFunctiona89e69210100.SendChannel 295 async connect() { method in anonymousFunctiona89e69210100.RecvChannel 393 async connect() { method in anonymousFunctiona89e69210100.RemoteGlobalCommandRecvChannel 542 async connect() { method in anonymousFunctiona89e69210100.RemoteGlobal
|
| /third_party/node/lib/ |
| D | http2.js | 17 connect, property
|
| /third_party/pulseaudio/src/tests/ |
| D | gtk-test.c | 35 static void connect(void) { in connect() function
|
| /third_party/jerryscript/jerry-debugger/ |
| D | jerry_client_serial.py | 35 def connect(self): member in Serial
|
| /third_party/node/doc/api/ |
| D | net.md | 877 #### `socket.connect(options[, connectListener])` 990 #### `socket.connect(path[, connectListener])` 1004 #### `socket.connect(port[, host][, connectListener])` 1378 ### `net.connect(options[, connectListener])` 1391 ### `net.connect(path[, connectListener])` 1404 ### `net.connect(port[, host][, connectListener])`
|