| /third_party/typescript/tests/cases/compiler/ |
| D | recursiveInheritanceGeneric.ts | 1 interface I5<T> extends I5<T> { interface
|
| D | recursiveInheritance.ts | 2 interface I5 extends I5 { // error interface
|
| D | interfaceDeclaration4.ts | 31 interface I5 extends Foo { } interface
|
| D | unparenthesizedConstructorTypeInUnionOrIntersection.ts | 15 type I5 = string & new (any: any, any2: any) => any & any; alias
|
| D | unparenthesizedFunctionTypeInUnionOrIntersection.ts | 15 type I5 = string & (any: any, any2: any) => any & any; alias
|
| D | interfaceInheritance.ts | 18 interface I5 { interface
|
| D | mutrec.ts | 35 interface I5 { interface
|
| D | interfaceDeclaration1.ts | 22 interface I5 extends I5 { 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
|
| /third_party/typescript/tests/cases/conformance/interfaces/interfacesExtendingClasses/ |
| D | interfaceExtendingClassWithPrivates2.ts | 20 interface I5 extends Foo, Baz { interface
|
| D | interfaceExtendingClassWithProtecteds2.ts | 20 interface I5 extends Foo, Baz { interface
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
| D | subtypingWithGenericConstructSignaturesWithOptionalParameters.ts | 29 interface I5<T> extends Base<T> { interface 117 interface I5<T> extends Base2 { interface 205 interface I5 extends Base2 { interface
|
| D | subtypingWithGenericCallSignaturesWithOptionalParameters.ts | 29 interface I5<T> extends Base<T> { interface 117 interface I5<T> extends Base2 { interface 205 interface I5 extends Base2 { interface
|
| D | subtypingWithConstructSignatures6.ts | 40 interface I5<T> extends A { interface
|
| D | subtypingWithCallSignaturesWithOptionalParameters.ts | 28 interface I5 extends Base { interface
|
| D | subtypingWithConstructSignaturesWithOptionalParameters.ts | 28 interface I5 extends Base { interface
|
| D | subtypesOfAny.ts | 27 interface I5 { interface
|
| D | enumIsNotASubtypeOfAnythingButNumber.ts | 28 interface I5 { interface
|
| /third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/ |
| D | typeParameterUsedAsConstraint.ts | 12 interface I5<T extends U, U extends V, V> { } interface
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
| D | constructSignatureAssignabilityInInheritance6.ts | 40 interface I5<T> extends A { interface
|
| D | callSignatureAssignabilityInInheritance6.ts | 40 interface I5<T> extends A { interface
|
| D | anyAssignableToEveryType2.ts | 27 interface I5 { interface
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_xbr.c | 92 #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/ |
| D | interfaceExtendsObjectIntersectionErrors.ts | 13 interface I5 extends T5 { c: number } interface
|
| D | interfaceExtendsObjectIntersection.ts | 15 interface I5 extends T5 { x: string } interface
|