Home
last modified time | relevance | path

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

12345678910>>...32

/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"
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'.
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'.
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'.
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…
/third_party/boost/libs/test/test/baseline-outputs/
Dlog-count-skipped-tests.pattern3 xxx/log-count-skipped-test.cpp:143: Entering test suite "fake master test suite"
7 xxx/log-count-skipped-test.cpp:131: Test case "fake master test suite/test_2" is skipped because pr…
8 xxx/log-count-skipped-test.cpp:132: Test case "fake master test suite/test_3" is skipped because di…
9 xxx/log-count-skipped-test.cpp:143: Leaving test suite "fake master test suite"
12 <TestLog><TestSuite name="fake master test suite" file="xxx/log-count-skipped-test.cpp" line="143">…
27 - disabled test unit: 'fake master test suite/test_2'
33 - disabled test unit: 'fake master test suite/test_3'
45 - disabled test unit: 'fake master test suite/test_2'
51 - disabled test unit: 'fake master test suite/test_3'
57 xxx/log-count-skipped-test.cpp:143: Entering test suite "fake master test suite"
[all …]
/third_party/curl/tests/data/
Dtest121634 http://example.fake/c/%TESTNUMBER http://bexample.fake/c/%TESTNUMBER -b log/injar%TESTNUMBER -x %HO…
37 example.fake FALSE /a FALSE 2139150993 mooo indeed
38 example.fake FALSE /b FALSE 0 moo1 indeed
39 example.fake FALSE /c FALSE 2139150993 moo2 indeed
40 example.fake TRUE /c FALSE 2139150993 moo3 indeed
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
Dtest121817 Set-Cookie: bug=fixed; domain=.example.fake;
33 http://example.fake/c/%TESTNUMBER http://example.fake/c/%TESTNUMBER http://bexample.fake/c/%TESTNUM…
43 GET http://example.fake/c/%TESTNUMBER HTTP/1.1
44 Host: example.fake
49 GET http://example.fake/c/%TESTNUMBER HTTP/1.1
50 Host: example.fake
56 GET http://bexample.fake/c/%TESTNUMBER HTTP/1.1
57 Host: bexample.fake
Dtest122815 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
42 GET http://example.fake/hoge/%TESTNUMBER HTTP/1.1
43 Host: example.fake
48 GET http://example.fake/hogege/ HTTP/1.1
49 Host: example.fake
Dtest17934 http://supertrooper.fake/c/%TESTNUMBER -b log/injar%TESTNUMBER -x %HOSTIP:%HTTPPORT
37 supertrooper.fake FALSE /a FALSE 2139150993 mooo indeed
38 supertrooper.fake FALSE /b FALSE 0 moo1 indeed
39 supertrooper.fake FALSE /c FALSE 2139150993 moo2 indeed
49 GET http://supertrooper.fake/c/%TESTNUMBER HTTP/1.1
50 Host: supertrooper.fake
/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/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/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),
/third_party/node/test/fixtures/keys/
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

12345678910>>...32