Home
last modified time | relevance | path

Searched refs:Four (Results 1 – 25 of 177) sorted by relevance

12345678

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/
DobjectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.ts8 interface Four<T> { foo: T } interface
9 interface Five<T> extends Four<T> { }
22 class D<T extends U, U extends Four<string>> {
58 function foo5c(x: D<Four<string>, Four<string>>); // error
62 function foo6c(x: D<Four<string>, Four<string>>); // error
DobjectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts8 interface Four<T> { foo: T } interface
9 interface Five<T> extends Four<T> { }
26 class D<T extends U, U extends Four<string>> {
74 function foo5c(x: D<Four<string>, Four<string>>); // error
78 function foo6c(x: D<Four<string>, Four<string>>); // error
/third_party/typescript/tests/baselines/reference/
DobjectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.types17 interface Four<T> { foo: T }
20 interface Five<T> extends Four<T> { }
44 class D<T extends U, U extends Four<string>> {
143 >foo5c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
146 function foo5c(x: D<Four<string>, Four<string>>); // error
147 >foo5c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
148 >x : D<Four<string>, Four<string>>
151 >foo5c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
155 >foo6c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
158 function foo6c(x: D<Four<string>, Four<string>>); // error
[all …]
DobjectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.js9 interface Four<T> { foo: T }
10 interface Five<T> extends Four<T> { }
23 class D<T extends U, U extends Four<string>> {
59 function foo5c(x: D<Four<string>, Four<string>>); // error
63 function foo6c(x: D<Four<string>, Four<string>>); // error
DobjectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.types17 interface Four<T> { foo: T }
20 interface Five<T> extends Four<T> { }
56 class D<T extends U, U extends Four<string>> {
195 >foo5c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
198 function foo5c(x: D<Four<string>, Four<string>>); // error
199 >foo5c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
200 >x : D<Four<string>, Four<string>>
203 >foo5c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
207 >foo6c : { (x: C<Three, Three>): any; (x: D<Four<string>, Four<string>>): any; }
210 function foo6c(x: D<Four<string>, Four<string>>); // error
[all …]
DobjectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.symbols18 interface Four<T> { foo: T }
19 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.…
21 >foo : Symbol(Four.foo, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraint…
24 interface Five<T> extends Four<T> { }
27 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.…
68 class D<T extends U, U extends Four<string>> {
73 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.…
222 function foo5c(x: D<Four<string>, Four<string>>); // error
226 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.…
227 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.…
[all …]
DobjectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.js9 interface Four<T> { foo: T }
10 interface Five<T> extends Four<T> { }
27 class D<T extends U, U extends Four<string>> {
75 function foo5c(x: D<Four<string>, Four<string>>); // error
79 function foo6c(x: D<Four<string>, Four<string>>); // error
DobjectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.symbols18 interface Four<T> { foo: T }
19 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts, 6…
21 >foo : Symbol(Four.foo, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts…
24 interface Five<T> extends Four<T> { }
27 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts, 6…
85 class D<T extends U, U extends Four<string>> {
90 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts, 6…
289 function foo5c(x: D<Four<string>, Four<string>>); // error
293 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts, 6…
294 >Four : Symbol(Four, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts, 6…
[all …]
/third_party/rust/crates/regex/regex-syntax/src/
Dutf8.rs108 Four([Utf8Range; 4]), enumerator
128 4 => Utf8Sequence::Four([ in from_encoded_range()
145 Four(ref r) => &r[..], in as_slice()
177 Utf8Sequence::Four(ref mut x) => x.reverse(), in reverse()
212 Four(ref r) => { in fmt()
558 let mut s = Four([ in reverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp35 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() local
36 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCAsmInfo.cpp118 const MCExpr *Four = MCConstantExpr::create(4, Context); in getExprForPersonalitySymbol() local
119 return MCBinaryExpr::createAdd(Res, Four, Context); in getExprForPersonalitySymbol()
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbuttons_demo.dart266 String dropdown3Value = 'Four';
283 … items: <String>['One', 'Two', 'Free', 'Four'].map<DropdownMenuItem<String>>((String value) {
304 … items: <String>['One', 'Two', 'Free', 'Four'].map<DropdownMenuItem<String>>((String value) {
325 'One', 'Two', 'Free', 'Four', 'Can', 'I', 'Have', 'A', 'Little',
Dexpansion_tile_list_demo.dart31 ListTile(title: Text('Four')),
/third_party/protobuf/src/google/protobuf/compiler/ruby/
Druby_generated_pkg_implicit.proto5 message Four { message
Druby_generated_pkg_explicit.proto7 message Four { message
Druby_generated_pkg_explicit_legacy.proto7 message Four { message
Druby_generated_pkg_implicit_pb.rb17Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
Druby_generated_pkg_explicit_pb.rb17Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
Druby_generated_pkg_explicit_legacy_pb.rb17Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.and.Four").msgcla… constant
/third_party/skia/resources/sksl/shared/
DForLoopMultipleInit.sksl20 // Four variables, all dead
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleP9.td88 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd.
102 // Four DP (Floating Point) units in total. Two even, two Odd.
113 // Four LS (Load or Store) units.
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/
DREADME.md26 Four different formats are supported:
/third_party/flutter/flutter/packages/flutter/test/cupertino/
Daction_sheet_test.dart242 child: const Text('Four'),
272 …expect(tester.getCenter(find.widgetWithText(CupertinoActionSheetAction, 'Four')).dx, equals(400.0)…
279 …expect(tester.getSize(find.widgetWithText(CupertinoActionSheetAction, 'Four')).height, equals(92.0…
532 child: const Text('Four'),
/third_party/flutter/flutter/dev/manual_tests/lib/
Dfocus.dart175 DemoButton(name: 'Four'),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMScheduleSwift.td889 /// Four Register.
914 // Four element structure loads.
961 // Four element struture.
1006 // Four element structure store.
1030 // Four element structure.

12345678