/test/testfwk/arkxtest/uitest/test/ |
H A D | dummy_extension.cpp | 26 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 D | sanei_udp.h | 34 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 D | eth008-power-relay.py | 7 port = sys.argv[2] variable 20 c = socket.create_connection((host, int(port)))
|
/third_party/node/test/parallel/ |
H A D | test-crypto-verify-failure.js | 56 port: server.address().port,
|
H A D | test-http-allow-req-after-204-res.js | 44 port: server.address().port,
|
H A D | test-http-client-incomingmessage-destroy.js | 21 port: server.address().port
|
H A D | test-http-exceptions.js | 48 http.get({ port: this.address().port, path: `/busy/${i}` });
|
H A D | test-http-head-request.js | 38 port: this.address().port,
|
H A D | test-http-header-read.js | 46 http.get({ port: this.address().port }, function(response) {
|
H A D | test-http-request-agent.js | 30 port: this.address().port,
|
H A D | test-http-response-multi-content-length.js | 13 { port: server.address().port },
|
H A D | test-http-server-incomingmessage-destroy.js | 17 port: server.address().port
|
H A D | test-http-set-header-chain.js | 23 http.get({ port: server.address().port }, common.mustCall((res) => {
|
H A D | test-https-agent-servername.js | 27 port: this.address().port,
|
H A D | test-https-byteswritten.js | 51 port: this.address().port,
|
H A D | test-https-request-arguments.js | 17 // replacing address and port portions of the URL provided. 36 port: server.address().port,
|
H A D | test-https-timeout-server.js | 53 net.connect({ host: '127.0.0.1', port: this.address().port });
|
H A D | test-https-timeout.js | 42 port: this.address().port,
|
H A D | test-https-timeout-server-2.js | 51 port: this.address().port,
|
H A D | test-tls-delayed-attach-error.js | 33 const c = net.connect({ port: this.address().port }, function() {
|
H A D | test-tls-empty-sni-context.js | 23 port: server.address().port,
|
H A D | test-tls-ip-servername-deprecation.js | 30 port: this.address().port,
|
H A D | test-tls-peer-certificate-multi-keys.js | 51 port: this.address().port,
|
H A D | test-tls-peer-certificate-encoding.js | 43 port: this.address().port,
|
H A D | test-tls-request-timeout.js | 48 port: this.address().port,
|