/third_party/node/test/parallel/ |
D | test-http2-serve-file.js | 57 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(() => {
|
D | test-http-client-race.js | 45 const req1 = http.request({ port: this.address().port, path: '/1' }); 46 req1.end(); 47 req1.on('response', function(res1) {
|
D | test-http-abort-queued.js | 54 const req1 = http.request(options); constant 55 req1.on('response', (res1) => { 94 req1.end();
|
D | test-http-client-race-2.js | 63 const req1 = http.get({ port: this.address().port, path: '/1' }); 64 req1.on('response', function(res1) {
|
D | test-http-parser.js | 513 const req1 = Buffer.from( constant 557 parser.execute(req1, 0, req1.length);
|
/third_party/libuv/test/ |
D | test-shutdown-twice.c | 30 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()
|
D | test-udp-send-immediate.c | 99 uv_udp_send_t req1, req2; in TEST_IMPL() local 122 r = uv_udp_send(&req1, in TEST_IMPL()
|
D | test-udp-send-unreachable.c | 110 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/ |
D | contextualTypingOfTooShortOverloads.types | 14 (handler1: (req1: string) => void): void; 15 >handler1 : (req1: string) => void 16 >req1 : string
|
D | contextualTypingOfTooShortOverloads.symbols | 15 (handler1: (req1: string) => void): void; 17 >req1 : Symbol(req1, Decl(contextualTypingOfTooShortOverloads.ts, 5, 16))
|
D | contextualTypingOfTooShortOverloads.js | 7 (handler1: (req1: string) => void): void;
|
/third_party/typescript/tests/cases/compiler/ |
D | contextualTypingOfTooShortOverloads.ts | 7 (handler1: (req1: string) => void): void;
|
/third_party/python/Lib/distutils/tests/ |
D | test_register.py | 153 req1 = dict(self.conn.reqs[0].headers) 156 self.assertEqual(req1['Content-length'], '1374')
|
/third_party/googletest/googletest/test/ |
D | gtest_ext_unittest.cc | 40 HWTEST(EmptyCase, test1, Platform.Qcom | TestSize.Large, req1) { ; } 41 HWTEST(EmptyCase, test2, Platform.Hisi | Platform.Qcom | Device.Sim, req1) { ; }
|
/third_party/libuv/docs/src/ |
D | stream.rst | 179 uv_write_t req1; 183 uv_write(&req1, stream, a, 2, cb);
|
/third_party/openssl/doc/man1/ |
D | ca.pod | 613 openssl ca -infiles req1.pem req2.pem req3.pem
|