/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 43 "ulw %[" #O0 "], " #I1 "+" XSTR(I9) "*" #I5 "(%[" #I0 "]) \n\t" \ 44 "ulw %[" #O1 "], " #I2 "+" XSTR(I9) "*" #I6 "(%[" #I0 "]) \n\t" \ 45 "ulw %[" #O2 "], " #I3 "+" XSTR(I9) "*" #I7 "(%[" #I0 "]) \n\t" \ 46 "ulw %[" #O3 "], " #I4 "+" XSTR(I9) "*" #I8 "(%[" #I0 "]) \n\t" 162 I8, I9, I10, I11, I12, I13) \ argument 183 "usw %[" #IO0 "], " XSTR(I13) "*" #I9 "(%[" #I8 "]) \n\t" \
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/ |
D | subtypingWithGenericCallSignaturesWithOptionalParameters.ts | 46 interface I9<T> extends Base<T> { interface 134 interface I9<T> extends Base2 { interface 222 interface I9 extends Base2 { interface
|
D | subtypingWithGenericConstructSignaturesWithOptionalParameters.ts | 46 interface I9<T> extends Base<T> { interface 134 interface I9<T> extends Base2 { interface 222 interface I9 extends Base2 { interface
|
D | subtypingWithCallSignaturesWithOptionalParameters.ts | 45 interface I9 extends Base { interface
|
D | subtypingWithConstructSignaturesWithOptionalParameters.ts | 45 interface I9 extends Base { interface
|
D | subtypesOfAny.ts | 51 interface I9 { interface
|
D | enumIsNotASubtypeOfAnythingButNumber.ts | 52 interface I9 { interface
|
D | unionSubtypeIfEveryConstituentTypeIsSubtype.ts | 61 interface I9 { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | subtypingWithGenericCallSignaturesWithOptionalParameters.js | 47 interface I9<T> extends Base<T> { 135 interface I9<T> extends Base2 { 223 interface I9 extends Base2 {
|
D | subtypingWithGenericConstructSignaturesWithOptionalParameters.js | 47 interface I9<T> extends Base<T> { 135 interface I9<T> extends Base2 { 223 interface I9 extends Base2 {
|
D | subtypesOfAny.symbols | 95 interface I9 { 96 >I9 : Symbol(I9, Decl(subtypesOfAny.ts, 47, 1)) 102 >foo : Symbol(I9.foo, Decl(subtypesOfAny.ts, 51, 21))
|
D | subtypingWithConstructSignaturesWithOptionalParameters.symbols | 100 interface I9 extends Base { 101 >I9 : Symbol(I9, Decl(subtypingWithConstructSignaturesWithOptionalParameters.ts, 42, 1)) 105 >a3 : Symbol(I9.a3, Decl(subtypingWithConstructSignaturesWithOptionalParameters.ts, 44, 27))
|
D | subtypingWithCallSignaturesWithOptionalParameters.symbols | 100 interface I9 extends Base { 101 >I9 : Symbol(I9, Decl(subtypingWithCallSignaturesWithOptionalParameters.ts, 42, 1)) 105 >a3 : Symbol(I9.a3, Decl(subtypingWithCallSignaturesWithOptionalParameters.ts, 44, 27))
|
D | anyAssignableToEveryType2.symbols | 95 interface I9 { 96 >I9 : Symbol(I9, Decl(anyAssignableToEveryType2.ts, 47, 1)) 103 >foo : Symbol(I9.foo, Decl(anyAssignableToEveryType2.ts, 51, 20))
|
D | unionSubtypeIfEveryConstituentTypeIsSubtype.symbols | 134 interface I9 { 135 >I9 : Symbol(I9, Decl(unionSubtypeIfEveryConstituentTypeIsSubtype.ts, 57, 1)) 142 >foo : Symbol(I9.foo, Decl(unionSubtypeIfEveryConstituentTypeIsSubtype.ts, 61, 20)) 145 >foo2 : Symbol(I9.foo2, Decl(unionSubtypeIfEveryConstituentTypeIsSubtype.ts, 62, 25))
|
D | enumIsNotASubtypeOfAnythingButNumber.symbols | 107 interface I9 { 108 >I9 : Symbol(I9, Decl(enumIsNotASubtypeOfAnythingButNumber.ts, 48, 1)) 115 >foo : Symbol(I9.foo, Decl(enumIsNotASubtypeOfAnythingButNumber.ts, 52, 20))
|
D | subtypingWithGenericCallSignaturesWithOptionalParameters.symbols | 144 interface I9<T> extends Base<T> { 145 >I9 : Symbol(I9, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 43, 5)) 151 >a3 : Symbol(I9.a3, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 45, 37)) 420 interface I9<T> extends Base2 { 421 >I9 : Symbol(I9, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 131, 5)) 426 >a3 : Symbol(I9.a3, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 133, 35)) 686 interface I9 extends Base2 { 687 >I9 : Symbol(I9, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 219, 5)) 691 >a3 : Symbol(I9.a3, Decl(subtypingWithGenericCallSignaturesWithOptionalParameters.ts, 221, 32))
|
D | callSignatureAssignabilityInInheritance6.symbols | 196 interface I9<T> extends A { 197 >I9 : Symbol(I9, Decl(callSignatureAssignabilityInInheritance6.ts, 45, 1)) 202 >a16 : Symbol(I9.a16, Decl(callSignatureAssignabilityInInheritance6.ts, 47, 27))
|
D | subtypingWithConstructSignatures6.symbols | 196 interface I9<T> extends A { 197 >I9 : Symbol(I9, Decl(subtypingWithConstructSignatures6.ts, 45, 1)) 202 >a16 : Symbol(I9.a16, Decl(subtypingWithConstructSignatures6.ts, 47, 27))
|
D | constructSignatureAssignabilityInInheritance6.symbols | 196 interface I9<T> extends A { 197 >I9 : Symbol(I9, Decl(constructSignatureAssignabilityInInheritance6.ts, 45, 1)) 202 >a16 : Symbol(I9.a16, Decl(constructSignatureAssignabilityInInheritance6.ts, 47, 27))
|
D | subtypingWithGenericConstructSignaturesWithOptionalParameters.symbols | 144 interface I9<T> extends Base<T> { 145 >I9 : Symbol(I9, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 43, 5)) 151 >a3 : Symbol(I9.a3, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 45, 37)) 420 interface I9<T> extends Base2 { 421 >I9 : Symbol(I9, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 131, 5)) 426 >a3 : Symbol(I9.a3, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 133, 35)) 686 interface I9 extends Base2 { 687 >I9 : Symbol(I9, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 219, 5)) 691 >a3 : Symbol(I9.a3, Decl(subtypingWithGenericConstructSignaturesWithOptionalParameters.ts, 221, 32))
|
D | subtypingWithCallSignaturesWithRestParameters.symbols | 189 interface I9 extends Base { 190 >I9 : Symbol(I9, Decl(subtypingWithCallSignaturesWithRestParameters.ts, 79, 1)) 194 >a3 : Symbol(I9.a3, Decl(subtypingWithCallSignaturesWithRestParameters.ts, 81, 27))
|
D | subtypingWithConstructSignaturesWithOptionalParameters.js | 46 interface I9 extends Base {
|
D | subtypingWithCallSignaturesWithOptionalParameters.js | 46 interface I9 extends Base {
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/ |
D | anyAssignableToEveryType2.ts | 51 interface I9 { interface
|