| /third_party/typescript/tests/cases/compiler/ |
| D | interfaceInheritance2.ts | 5 interface I7 extends I6 { } interface
|
| D | interfaceDeclaration1.ts | 30 interface I7 extends I6 { } interface
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | callSignatureAssignabilityInInheritance3.ts | 80 interface I7 extends A { interface 109 interface I7 extends C { interface
|
| D | constructSignatureAssignabilityInInheritance3.ts | 70 interface I7 extends A { interface 95 interface I7 extends C { interface
|
| D | constructSignatureAssignabilityInInheritance6.ts | 44 interface I7<T> extends A { interface
|
| D | callSignatureAssignabilityInInheritance6.ts | 44 interface I7<T> extends A { interface
|
| D | anyAssignableToEveryType2.ts | 39 interface I7 { interface
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | mips_macro.h | 42 I0, I1, I2, I3, I4, I5, I6, I7, I8, I9) \ argument 53 I0, I1, I2, I3, I4, I5, I6, I7) \ argument 98 I0, I1, I2, I3, I4, I5, I6, I7) \ argument 161 I0, I1, I2, I3, I4, I5, I6, I7, \ argument
|
| D | enc_mips_dsp_r2.c | 29 I0, I1, I2, I3, I4, I5, I6, I7) \ argument 56 #define MUL_HALF(O0, I0, I1, I2, I3, I4, I5, I6, I7, \ argument
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypingWithGenericConstructSignaturesWithOptionalParameters.ts | 38 interface I7<T> extends Base<T> { interface 126 interface I7<T> extends Base2 { interface 214 interface I7 extends Base2 { interface
|
| D | subtypingWithGenericCallSignaturesWithOptionalParameters.ts | 38 interface I7<T> extends Base<T> { interface 126 interface I7<T> extends Base2 { interface 214 interface I7 extends Base2 { interface
|
| D | subtypingWithConstructSignatures6.ts | 44 interface I7<T> extends A { interface
|
| D | subtypingWithCallSignaturesWithOptionalParameters.ts | 37 interface I7 extends Base { interface
|
| D | subtypingWithConstructSignaturesWithOptionalParameters.ts | 37 interface I7 extends Base { interface
|
| D | subtypesOfAny.ts | 39 interface I7 { interface
|
| D | enumIsNotASubtypeOfAnythingButNumber.ts | 40 interface I7 { interface
|
| D | subtypingWithCallSignaturesWithRestParameters.ts | 74 interface I7 extends Base { interface
|
| D | unionSubtypeIfEveryConstituentTypeIsSubtype.ts | 47 interface I7 { interface
|
| /third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/ |
| D | interfaceExtendsObjectIntersection.ts | 17 interface I7 extends T7 { x: string } interface
|