Home
last modified time | relevance | path

Searched defs:I5 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DrecursiveInheritanceGeneric.ts1 interface I5<T> extends I5<T> { interface
DrecursiveInheritance.ts2 interface I5 extends I5 { // error interface
DinterfaceDeclaration4.ts31 interface I5 extends Foo { } interface
DunparenthesizedConstructorTypeInUnionOrIntersection.ts15 type I5 = string & new (any: any, any2: any) => any & any; alias
DunparenthesizedFunctionTypeInUnionOrIntersection.ts15 type I5 = string & (any: any, any2: any) => any & any; alias
DinterfaceInheritance.ts18 interface I5 { interface
Dmutrec.ts35 interface I5 { interface
DinterfaceDeclaration1.ts22 interface I5 extends I5 { 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
/third_party/typescript/tests/cases/conformance/interfaces/interfacesExtendingClasses/
DinterfaceExtendingClassWithPrivates2.ts20 interface I5 extends Foo, Baz { interface
DinterfaceExtendingClassWithProtecteds2.ts20 interface I5 extends Foo, Baz { interface
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithGenericConstructSignaturesWithOptionalParameters.ts29 interface I5<T> extends Base<T> { interface
117 interface I5<T> extends Base2 { interface
205 interface I5 extends Base2 { interface
DsubtypingWithGenericCallSignaturesWithOptionalParameters.ts29 interface I5<T> extends Base<T> { interface
117 interface I5<T> extends Base2 { interface
205 interface I5 extends Base2 { interface
DsubtypingWithConstructSignatures6.ts40 interface I5<T> extends A { interface
DsubtypingWithCallSignaturesWithOptionalParameters.ts28 interface I5 extends Base { interface
DsubtypingWithConstructSignaturesWithOptionalParameters.ts28 interface I5 extends Base { interface
DsubtypesOfAny.ts27 interface I5 { interface
DenumIsNotASubtypeOfAnythingButNumber.ts28 interface I5 { interface
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DtypeParameterUsedAsConstraint.ts12 interface I5<T extends U, U extends V, V> { } interface
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DconstructSignatureAssignabilityInInheritance6.ts40 interface I5<T> extends A { interface
DcallSignatureAssignabilityInInheritance6.ts40 interface I5<T> extends A { interface
DanyAssignableToEveryType2.ts27 interface I5 { interface
/third_party/ffmpeg/libavfilter/
Dvf_xbr.c92 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
126 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
168 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
273 const uint32_t I5 = sa4[pnext]; in xbr_filter() local
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersectionErrors.ts13 interface I5 extends T5 { c: number } interface
DinterfaceExtendsObjectIntersection.ts15 interface I5 extends T5 { x: string } interface

12