/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.ts | 8 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
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts | 8 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/ |
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.types | 17 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 …]
|
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.js | 9 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
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.types | 17 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 …]
|
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.symbols | 18 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 …]
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.js | 9 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
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.symbols | 18 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/ |
D | utf8.rs | 108 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/ |
D | X86TargetObjectFile.cpp | 35 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/ |
D | X86MCAsmInfo.cpp | 118 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/ |
D | buttons_demo.dart | 266 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',
|
D | expansion_tile_list_demo.dart | 31 ListTile(title: Text('Four')),
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generated_pkg_implicit.proto | 5 message Four { message
|
D | ruby_generated_pkg_explicit.proto | 7 message Four { message
|
D | ruby_generated_pkg_explicit_legacy.proto | 7 message Four { message
|
D | ruby_generated_pkg_implicit_pb.rb | 17 … Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
|
D | ruby_generated_pkg_explicit_pb.rb | 17 … Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.Four").msgclass constant
|
D | ruby_generated_pkg_explicit_legacy_pb.rb | 17 …Four = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("one.two.a_three.and.Four").msgcla… constant
|
/third_party/skia/resources/sksl/shared/ |
D | ForLoopMultipleInit.sksl | 20 // Four variables, all dead
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP9.td | 88 // 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/ |
D | README.md | 26 Four different formats are supported:
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | action_sheet_test.dart | 242 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/ |
D | focus.dart | 175 DemoButton(name: 'Four'),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 889 /// Four Register. 914 // Four element structure loads. 961 // Four element struture. 1006 // Four element structure store. 1030 // Four element structure.
|