Home
last modified time | relevance | path

Searched defs:server1 (Results 1 – 17 of 17) sorted by relevance

/third_party/node/test/parallel/
Dtest-http-bind-twice.js27 const server1 = http.createServer(common.mustNotCall()); constant
Dtest-net-bind-twice.js27 const server1 = net.createServer(common.mustNotCall()); constant
Dtest-net-server-try-ports.js29 const server1 = net.Server(); constant
Dtest-net-client-bind-twice.js9 const server1 = net.createServer(common.mustNotCall()); constant
Dtest-net-eaddrinuse.js27 const server1 = net.createServer(function(socket) { constant
Dtest-net-server-pause-on-connect.js45 const server1 = net.createServer({ pauseOnConnect: true }, server1ConnHandler); constant
Dtest-net-server-listen-path.js76 const server1 = net.createServer().listen({ path: handlePath }, () => { constant
Dtest-https-strict.js82 const server1 = server(options1); constant
/third_party/libuv/test/
Dtest-pipe-bind-error.c45 uv_pipe_t server1, server2; in TEST_IMPL() local
Dtest-tcp-bind6-error.c39 uv_tcp_t server1, server2; in TEST_IMPL() local
Dtest-tcp-bind-error.c82 uv_tcp_t server1, server2; in TEST_IMPL() local
/third_party/node/test/sequential/
Dtest-net-listen-shared-ports.js42 const server1 = net.createServer(common.mustNotCall()); constant
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime7/
Dserver.cpp150 tcp_server server1(io_context); in main() local
/third_party/grpc/test/core/surface/
Dserver_test.cc82 grpc_server* server1 = grpc_server_create(&args, nullptr); in test_bind_server_twice() local
/third_party/node/deps/npm/test/tap/
Dadd-named-update-protocol-port.js6 var server1 variable
/third_party/grpc/test/core/end2end/
Dgoaway_server_test.cc249 grpc_server* server1 = grpc_server_create(nullptr, nullptr); in main() local
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc491 ServerHolder server1(false, &loop, 0); in TEST_F() local