/third_party/typescript/tests/baselines/reference/ |
D | lateBoundAssignmentDeclarationSupport5.types | 15 const y = inst["my-fake-sym"]; 17 >inst["my-fake-sym"] : any 19 >"my-fake-sym" : "my-fake-sym" 36 const _str = "my-fake-sym"; 37 >_str : "my-fake-sym" 38 >"my-fake-sym" : "my-fake-sym" 44 >F.prototype = { [_sym]: "ok", [_str]: "ok"} : { [_sym]: string; "my-fake-sym": string; } 45 >F.prototype : { [_sym]: string; "my-fake-sym": string; } 47 >prototype : { [_sym]: string; "my-fake-sym": string; } 48 >{ [_sym]: "ok", [_str]: "ok"} : { [_sym]: string; "my-fake-sym": string; } [all …]
|
D | lateBoundAssignmentDeclarationSupport1.types | 8 const y = x["my-fake-sym"]; 10 >x["my-fake-sym"] : any 12 >"my-fake-sym" : "my-fake-sym" 29 const _str = "my-fake-sym"; 30 >_str : "my-fake-sym" 31 >"my-fake-sym" : "my-fake-sym" 44 >_str : "my-fake-sym"
|
D | lateBoundClassMemberAssignmentJS2.types | 2 const _sym = "my-fake-sym"; 3 >_sym : "my-fake-sym" 4 >"my-fake-sym" : "my-fake-sym" 14 >_sym : "my-fake-sym" 25 >_sym : "my-fake-sym" 32 >_sym : "my-fake-sym"
|
D | lateBoundAssignmentDeclarationSupport2.types | 8 const y = x["my-fake-sym"]; 10 >x["my-fake-sym"] : any 12 >"my-fake-sym" : "my-fake-sym" 29 const _str = "my-fake-sym"; 30 >_str : "my-fake-sym" 31 >"my-fake-sym" : "my-fake-sym" 48 >_str : "my-fake-sym"
|
D | lateBoundAssignmentDeclarationSupport4.types | 15 const y = inst["my-fake-sym"]; 17 >inst["my-fake-sym"] : any 19 >"my-fake-sym" : "my-fake-sym" 36 const _str = "my-fake-sym"; 37 >_str : "my-fake-sym" 38 >"my-fake-sym" : "my-fake-sym" 58 >_str : "my-fake-sym" 70 >_str : "my-fake-sym"
|
D | lateBoundAssignmentDeclarationSupport7.types | 8 const y = x.F["my-fake-sym"]; 10 >x.F["my-fake-sym"] : string 14 >"my-fake-sym" : "my-fake-sym" 32 const _str = "my-fake-sym"; 33 >_str : "my-fake-sym" 34 >"my-fake-sym" : "my-fake-sym" 50 >_str : "my-fake-sym"
|
D | lateBoundAssignmentDeclarationSupport3.types | 8 const y = x["my-fake-sym"]; 10 >x["my-fake-sym"] : any 12 >"my-fake-sym" : "my-fake-sym" 29 const _str = "my-fake-sym"; 30 >_str : "my-fake-sym" 31 >"my-fake-sym" : "my-fake-sym" 54 >_str : "my-fake-sym"
|
D | lateBoundAssignmentDeclarationSupport5.errors.txt | 1 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 2 Property 'my-fake-sym' does not exist on type 'F'. 5 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 6 Property 'my-fake-sym' does not exist on type 'F'. 14 const y = inst["my-fake-sym"]; 16 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 17 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'F'. 26 const _str = "my-fake-sym"; 37 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 38 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'F'.
|
D | lateBoundAssignmentDeclarationSupport6.errors.txt | 1 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 2 Property 'my-fake-sym' does not exist on type 'F'. 5 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 6 Property 'my-fake-sym' does not exist on type 'F'. 14 const y = inst["my-fake-sym"]; 16 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 17 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'F'. 26 const _str = "my-fake-sym"; 36 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 37 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'F'.
|
D | lateBoundAssignmentDeclarationSupport4.errors.txt | 1 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 2 Property 'my-fake-sym' does not exist on type 'F'. 5 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 6 Property 'my-fake-sym' does not exist on type 'F'. 14 const y = inst["my-fake-sym"]; 16 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 17 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'F'. 26 const _str = "my-fake-sym"; 35 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 36 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'F'.
|
D | lateBoundAssignmentDeclarationSupport6.types | 15 const y = inst["my-fake-sym"]; 17 >inst["my-fake-sym"] : any 19 >"my-fake-sym" : "my-fake-sym" 36 const _str = "my-fake-sym"; 37 >_str : "my-fake-sym" 38 >"my-fake-sym" : "my-fake-sym" 60 >_str : "my-fake-sym" 87 >_str : "my-fake-sym"
|
D | lateBoundAssignmentDeclarationSupport1.errors.txt | 3 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 4 …Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/conformance/salsa/lateBo… 5 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 6 …Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/conformance/salsa/lateBo… 13 const y = x["my-fake-sym"]; 15 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 16 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/confo… 25 const _str = "my-fake-sym"; 33 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 34 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/confo…
|
D | lateBoundAssignmentDeclarationSupport2.errors.txt | 3 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 4 …Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/conformance/salsa/lateBo… 5 …053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' can't be used… 6 …Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/conformance/salsa/lateBo… 13 const y = x["my-fake-sym"]; 15 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 16 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/confo… 25 const _str = "my-fake-sym"; 33 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c… 34 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/confo…
|
/third_party/curl/tests/data/ |
D | test439 | 15 Server: test-server/fake 41 …p://fake.fake.fake:8000/%TESTNUMBER/?name=me%&aim=b%aad&&&weirdo=*.//-" -u user:secret --aws-sigv4… 50 Host: fake.fake.fake:8000
|
D | test1216 | 34 http://example.fake/c/%TESTNUMBER http://bexample.fake/c/%TESTNUMBER -b %LOGDIR/injar%TESTNUMBER -x… 37 example.fake FALSE /a FALSE 22139150993 mooo indeed 38 example.fake FALSE /b FALSE 0 moo1 indeed 39 example.fake FALSE /c FALSE 22139150993 moo2 indeed 40 example.fake TRUE /c FALSE 22139150993 moo3 indeed 51 GET http://example.fake/c/%TESTNUMBER HTTP/1.1 52 Host: example.fake 58 GET http://bexample.fake/c/%TESTNUMBER HTTP/1.1 59 Host: bexample.fake
|
D | test1218 | 17 Set-Cookie: bug=fixed; domain=.example.fake; 33 http://example.fake/c/%TESTNUMBER http://example.fake/c/%TESTNUMBER http://bexample.fake/c/%TESTNUM… 44 GET http://example.fake/c/%TESTNUMBER HTTP/1.1 45 Host: example.fake 50 GET http://example.fake/c/%TESTNUMBER HTTP/1.1 51 Host: example.fake 57 GET http://bexample.fake/c/%TESTNUMBER HTTP/1.1 58 Host: bexample.fake
|
D | test1228 | 15 Set-Cookie: path1=root; domain=.example.fake; path=/; 16 Set-Cookie: path2=depth1; domain=.example.fake; path=/hoge; 32 http://example.fake/hoge/%TESTNUMBER http://example.fake/hogege/ -b nonexisting -x %HOSTIP:%HTTPPORT 43 GET http://example.fake/hoge/%TESTNUMBER HTTP/1.1 44 Host: example.fake 49 GET http://example.fake/hogege/ HTTP/1.1 50 Host: example.fake
|
D | test179 | 34 http://supertrooper.fake/c/%TESTNUMBER -b %LOGDIR/injar%TESTNUMBER -x %HOSTIP:%HTTPPORT 37 supertrooper.fake FALSE /a FALSE 22139150993 mooo indeed 38 supertrooper.fake FALSE /b FALSE 0 moo1 indeed 39 supertrooper.fake FALSE /c FALSE 22139150993 moo2 indeed 50 GET http://supertrooper.fake/c/%TESTNUMBER HTTP/1.1 51 Host: supertrooper.fake
|
/third_party/node/deps/npm/node_modules/retry/test/integration/ |
D | test-retry-operation.js | 3 var fake = common.fake.create(); variable 11 var finalCallback = fake.callback('finalCallback'); 12 fake.expectAnytime(finalCallback); 99 var finalCallback = fake.callback('finalCallback'); 100 fake.expectAnytime(finalCallback); 125 var finalCallback = fake.callback('finalCallback'); 126 fake.expectAnytime(finalCallback); 159 var finalCallback = fake.callback('finalCallback'); 160 fake.expectAnytime(finalCallback); 190 var finalCallback = fake.callback('finalCallback'); [all …]
|
/third_party/gstreamer/gstplugins_good/gst/autodetect/ |
D | gstautoaudiosrc.c | 59 GstElement *fake; in gst_auto_audio_src_create_fake_element() local 61 fake = gst_element_factory_make ("audiotestsrc", "fake-auto-audio-src"); in gst_auto_audio_src_create_fake_element() 62 if (fake != NULL) { in gst_auto_audio_src_create_fake_element() 63 g_object_set (fake, "is-live", TRUE, NULL); in gst_auto_audio_src_create_fake_element() 64 gst_util_set_object_arg (G_OBJECT (fake), "wave", "silence"); in gst_auto_audio_src_create_fake_element() 71 fake = gst_element_factory_make ("fakesrc", "fake-auto-audio-src"); in gst_auto_audio_src_create_fake_element() 73 return fake; in gst_auto_audio_src_create_fake_element()
|
D | gstautovideosrc.c | 59 GstElement *fake; in gst_auto_video_src_create_fake_element() local 61 fake = gst_element_factory_make ("videotestsrc", "fake-auto-video-src"); in gst_auto_video_src_create_fake_element() 62 if (fake != NULL) { in gst_auto_video_src_create_fake_element() 63 g_object_set (fake, "is-live", TRUE, NULL); in gst_auto_video_src_create_fake_element() 70 fake = gst_element_factory_make ("fakesrc", "fake-auto-video-src"); in gst_auto_video_src_create_fake_element() 72 return fake; in gst_auto_video_src_create_fake_element()
|
/third_party/node/test/parallel/ |
D | test-http2-compat-serverresponse-headers.js | 16 const fake = 'bar-foo'; 23 assert.strictEqual(response.hasHeader(fake), false); 27 assert.strictEqual(response.getHeader(fake), undefined); 29 response.removeHeader(fake); 30 assert.strictEqual(response.hasHeader(fake), false); 109 response.getHeaders()[fake] = fake; 110 assert.strictEqual(response.hasHeader(fake), false);
|
D | test-assert-checktag.js | 19 const fake = new FakeDate(); constant 21 assert.notDeepEqual(date, fake); 22 assert.notDeepEqual(fake, date); 27 () => assert.deepStrictEqual(date, fake), 34 () => assert.deepStrictEqual(fake, date),
|
/third_party/node/test/fixtures/keys/ |
D | fake-startcom-root.cnf | 10 database = fake-startcom-root-database.txt 11 serial = fake-startcom-root-serial 12 private_key = fake-startcom-root-key.pem 13 certificate = fake-startcom-root-cert.pem 14 new_certs_dir = fake-startcom-root-issued-certs
|
D | Makefile | 39 fake-cnnic-root-cert.pem \ 212 fake-cnnic-root-key.pem: 213 openssl genrsa -out fake-cnnic-root-key.pem 2048 215 fake-cnnic-root-cert.pem: fake-cnnic-root.cnf fake-cnnic-root-key.pem 217 -key fake-cnnic-root-key.pem \ 219 -out fake-cnnic-root-cert.pem \ 220 -config fake-cnnic-root.cnf 225 fake-startcom-root-key.pem: 226 openssl genrsa -out fake-startcom-root-key.pem 2048 228 fake-startcom-root-cert.pem: fake-startcom-root.cnf \ [all …]
|