Home
last modified time | relevance | path

Searched refs:port (Results 476 - 500 of 1779) sorted by relevance

1...<<11121314151617181920>>...72

/test/testfwk/arkxtest/uitest/test/
H A Ddummy_extension.cpp26 extern "C" RetCode UiTestExtension_OnInit(UiTestPort port, size_t argc, char **argv) in UiTestExtension_OnInit() argument
40 return impl(port, argc, argv); in UiTestExtension_OnInit()
/third_party/backends/include/sane/
H A Dsanei_udp.h34 extern SANE_Status sanei_udp_open(const char *host, int port, int *fdp);
40 extern ssize_t sanei_udp_write_broadcast(int fd, int port, const u_char * buf, int count);
/third_party/mesa3d/.gitlab-ci/bare-metal/
H A Deth008-power-relay.py7 port = sys.argv[2] variable
20 c = socket.create_connection((host, int(port)))
/third_party/node/test/parallel/
H A Dtest-crypto-verify-failure.js56 port: server.address().port,
H A Dtest-http-allow-req-after-204-res.js44 port: server.address().port,
H A Dtest-http-client-incomingmessage-destroy.js21 port: server.address().port
H A Dtest-http-exceptions.js48 http.get({ port: this.address().port, path: `/busy/${i}` });
H A Dtest-http-head-request.js38 port: this.address().port,
H A Dtest-http-header-read.js46 http.get({ port: this.address().port }, function(response) {
H A Dtest-http-request-agent.js30 port: this.address().port,
H A Dtest-http-response-multi-content-length.js13 { port: server.address().port },
H A Dtest-http-server-incomingmessage-destroy.js17 port: server.address().port
H A Dtest-http-set-header-chain.js23 http.get({ port: server.address().port }, common.mustCall((res) => {
H A Dtest-https-agent-servername.js27 port: this.address().port,
H A Dtest-https-byteswritten.js51 port: this.address().port,
H A Dtest-https-request-arguments.js17 // replacing address and port portions of the URL provided.
36 port: server.address().port,
H A Dtest-https-timeout-server.js53 net.connect({ host: '127.0.0.1', port: this.address().port });
H A Dtest-https-timeout.js42 port: this.address().port,
H A Dtest-https-timeout-server-2.js51 port: this.address().port,
H A Dtest-tls-delayed-attach-error.js33 const c = net.connect({ port: this.address().port }, function() {
H A Dtest-tls-empty-sni-context.js23 port: server.address().port,
H A Dtest-tls-ip-servername-deprecation.js30 port: this.address().port,
H A Dtest-tls-peer-certificate-multi-keys.js51 port: this.address().port,
H A Dtest-tls-peer-certificate-encoding.js43 port: this.address().port,
H A Dtest-tls-request-timeout.js48 port: this.address().port,

Completed in 3 milliseconds

1...<<11121314151617181920>>...72