Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/third_party/typescript/tests/baselines/reference/
DlateBoundAssignmentDeclarationSupport5.types15 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 …]
DlateBoundAssignmentDeclarationSupport1.types8 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"
DlateBoundClassMemberAssignmentJS2.types2 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"
DlateBoundAssignmentDeclarationSupport2.types8 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"
DlateBoundAssignmentDeclarationSupport4.types15 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"
DlateBoundAssignmentDeclarationSupport7.types8 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"
DlateBoundAssignmentDeclarationSupport3.types8 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"
DlateBoundAssignmentDeclarationSupport6.errors.txt1 …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'.
DlateBoundAssignmentDeclarationSupport4.errors.txt1 …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'.
DlateBoundAssignmentDeclarationSupport5.errors.txt1 …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'.
DlateBoundAssignmentDeclarationSupport6.types15 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"
DlateBoundAssignmentDeclarationSupport1.errors.txt3 …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…
DlateBoundAssignmentDeclarationSupport2.errors.txt3 …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…
DlateBoundAssignmentDeclarationSupport3.errors.txt1 …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 'typeof import("tests/cases/conformance/salsa/lateBo…
9 const y = x["my-fake-sym"];
11 !!! error TS7053: Element implicitly has an 'any' type because expression of type '"my-fake-sym"' c…
12 !!! error TS7053: Property 'my-fake-sym' does not exist on type 'typeof import("tests/cases/confo…
21 const _str = "my-fake-sym";
/third_party/node/deps/npm/node_modules/retry/test/integration/
Dtest-retry-operation.js3 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/
Dgstautoaudiosrc.c59 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()
Dgstautovideosrc.c59 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/deps/npm/node_modules/promise-retry/node_modules/retry/test/integration/
Dtest-retry-operation.js3 var fake = common.fake.create(); variable
61 var finalCallback = fake.callback('finalCallback');
62 fake.expectAnytime(finalCallback);
87 var finalCallback = fake.callback('finalCallback');
88 fake.expectAnytime(finalCallback);
121 var finalCallback = fake.callback('finalCallback');
122 fake.expectAnytime(finalCallback);
152 var finalCallback = fake.callback('finalCallback');
153 fake.expectAnytime(finalCallback);
/third_party/flutter/flutter/packages/flutter_test/test/
Dwindow_test.dart18 testWidgets('TestWindow can fake device pixel ratio', (WidgetTester tester) async {
32 testWidgets('TestWindow can fake physical size', (WidgetTester tester) async {
46 testWidgets('TestWindow can fake physical depth', (WidgetTester tester) async {
60 testWidgets('TestWindow can fake view insets', (WidgetTester tester) async {
74 testWidgets('TestWindow can fake padding', (WidgetTester tester) async {
88 testWidgets('TestWindow can fake locale', (WidgetTester tester) async {
102 testWidgets('TestWindow can fake locales', (WidgetTester tester) async {
116 testWidgets('TestWindow can fake text scale factor', (WidgetTester tester) async {
130 testWidgets('TestWindow can fake clock format', (WidgetTester tester) async {
144 testWidgets('TestWindow can fake default route name', (WidgetTester tester) async {
[all …]
/third_party/node/test/parallel/
Dtest-http2-compat-serverresponse-headers.js16 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);
Dtest-assert-checktag.js19 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),
Dtest-internal-util-helpers.js17 const fake = { [Symbol.toStringTag]: 'Error' }; variable
18 assert(!types.isNativeError(fake));
19 assert(!(fake instanceof Error));
20 assert(!isError(fake));
/third_party/node/test/fixtures/keys/
DMakefile39 fake-cnnic-root-cert.pem \
204 fake-cnnic-root-key.pem:
205 openssl genrsa -out fake-cnnic-root-key.pem 2048
207 fake-cnnic-root-cert.pem: fake-cnnic-root.cnf fake-cnnic-root-key.pem
209 -key fake-cnnic-root-key.pem \
211 -out fake-cnnic-root-cert.pem \
212 -config fake-cnnic-root.cnf
217 fake-startcom-root-key.pem:
218 openssl genrsa -out fake-startcom-root-key.pem 2048
220 fake-startcom-root-cert.pem: fake-startcom-root.cnf \
[all …]
Dfake-startcom-root.cnf10 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
/third_party/libsnd/docs/
Dlinux_games_programming.txt7 From: Paul <paul@fake-domain-name.co.uk>
8 To: erikd@fake-domain-name.com
42 From: Erik de Castro Lopo <erikd@fake-domain-name.com>
43 To: Paul <paul@fake-domain-name.co.uk>
47 Paul <paul@fake-domain-name.co.uk> wrote:
98 Erik de Castro Lopo nospam@fake-domain-name.com
105 From: PFJ <paul@fake-domain-name.co.uk>
106 To: Erik de Castro Lopo <erikd@fake-domain-name.com>
155 From: Erik de Castro Lopo <erikd@fake-domain-name.com>
156 To: PFJ <paul@fake-domain-name.co.uk>
[all …]

12345678910>>...12