Home
last modified time | relevance | path

Searched refs:req1 (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-serve-file.js57 const req1 = client.request({ [HTTP2_HEADER_PATH]: '/a.js' }, constant
59 req1.on('response', common.mustCall((headers) => {
63 req1.setEncoding('utf8');
64 req1.on('data', (chunk) => req1_data += chunk);
65 req1.on('end', common.mustCall(() => {
Dtest-http-client-race.js45 const req1 = http.request({ port: this.address().port, path: '/1' });
46 req1.end();
47 req1.on('response', function(res1) {
Dtest-http-abort-queued.js54 const req1 = http.request(options); constant
55 req1.on('response', (res1) => {
94 req1.end();
Dtest-http-client-race-2.js63 const req1 = http.get({ port: this.address().port, path: '/1' });
64 req1.on('response', function(res1) {
Dtest-http-parser.js513 const req1 = Buffer.from( constant
557 parser.execute(req1, 0, req1.length);
/third_party/libuv/test/
Dtest-shutdown-twice.c30 static uv_shutdown_t req1; variable
40 ASSERT(req == &req1); in shutdown_cb()
51 r = uv_shutdown(&req1, req->handle, shutdown_cb); in connect_cb()
Dtest-udp-send-immediate.c99 uv_udp_send_t req1, req2; in TEST_IMPL() local
122 r = uv_udp_send(&req1, in TEST_IMPL()
Dtest-udp-send-unreachable.c110 uv_udp_send_t req1, req2, req3, req4; in TEST_IMPL() local
140 r = uv_udp_send(&req1, in TEST_IMPL()
/third_party/typescript/tests/baselines/reference/
DcontextualTypingOfTooShortOverloads.types14 (handler1: (req1: string) => void): void;
15 >handler1 : (req1: string) => void
16 >req1 : string
DcontextualTypingOfTooShortOverloads.symbols15 (handler1: (req1: string) => void): void;
17 >req1 : Symbol(req1, Decl(contextualTypingOfTooShortOverloads.ts, 5, 16))
DcontextualTypingOfTooShortOverloads.js7 (handler1: (req1: string) => void): void;
/third_party/typescript/tests/cases/compiler/
DcontextualTypingOfTooShortOverloads.ts7 (handler1: (req1: string) => void): void;
/third_party/python/Lib/distutils/tests/
Dtest_register.py153 req1 = dict(self.conn.reqs[0].headers)
156 self.assertEqual(req1['Content-length'], '1374')
/third_party/googletest/googletest/test/
Dgtest_ext_unittest.cc40 HWTEST(EmptyCase, test1, Platform.Qcom | TestSize.Large, req1) { ; }
41 HWTEST(EmptyCase, test2, Platform.Hisi | Platform.Qcom | Device.Sim, req1) { ; }
/third_party/libuv/docs/src/
Dstream.rst179 uv_write_t req1;
183 uv_write(&req1, stream, a, 2, cb);
/third_party/openssl/doc/man1/
Dca.pod613 openssl ca -infiles req1.pem req2.pem req3.pem