Home
last modified time | relevance | path

Searched defs:I7 (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DinterfaceInheritance2.ts5 interface I7 extends I6 { } interface
DinterfaceDeclaration1.ts30 interface I7 extends I6 { } interface
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DcallSignatureAssignabilityInInheritance3.ts80 interface I7 extends A { interface
109 interface I7 extends C { interface
DconstructSignatureAssignabilityInInheritance3.ts70 interface I7 extends A { interface
95 interface I7 extends C { interface
DconstructSignatureAssignabilityInInheritance6.ts44 interface I7<T> extends A { interface
DcallSignatureAssignabilityInInheritance6.ts44 interface I7<T> extends A { interface
DanyAssignableToEveryType2.ts39 interface I7 { interface
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h42 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
Denc_mips_dsp_r2.c29 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/
DsubtypingWithGenericConstructSignaturesWithOptionalParameters.ts38 interface I7<T> extends Base<T> { interface
126 interface I7<T> extends Base2 { interface
214 interface I7 extends Base2 { interface
DsubtypingWithGenericCallSignaturesWithOptionalParameters.ts38 interface I7<T> extends Base<T> { interface
126 interface I7<T> extends Base2 { interface
214 interface I7 extends Base2 { interface
DsubtypingWithConstructSignatures6.ts44 interface I7<T> extends A { interface
DsubtypingWithCallSignaturesWithOptionalParameters.ts37 interface I7 extends Base { interface
DsubtypingWithConstructSignaturesWithOptionalParameters.ts37 interface I7 extends Base { interface
DsubtypesOfAny.ts39 interface I7 { interface
DenumIsNotASubtypeOfAnythingButNumber.ts40 interface I7 { interface
DsubtypingWithCallSignaturesWithRestParameters.ts74 interface I7 extends Base { interface
DunionSubtypeIfEveryConstituentTypeIsSubtype.ts47 interface I7 { interface
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersection.ts17 interface I7 extends T7 { x: string } interface