Home
last modified time | relevance | path

Searched refs:I9 (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmips_macro.h42 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/
DsubtypingWithGenericCallSignaturesWithOptionalParameters.ts46 interface I9<T> extends Base<T> { interface
134 interface I9<T> extends Base2 { interface
222 interface I9 extends Base2 { interface
DsubtypingWithGenericConstructSignaturesWithOptionalParameters.ts46 interface I9<T> extends Base<T> { interface
134 interface I9<T> extends Base2 { interface
222 interface I9 extends Base2 { interface
DsubtypingWithCallSignaturesWithOptionalParameters.ts45 interface I9 extends Base { interface
DsubtypingWithConstructSignaturesWithOptionalParameters.ts45 interface I9 extends Base { interface
DsubtypesOfAny.ts51 interface I9 { interface
DenumIsNotASubtypeOfAnythingButNumber.ts52 interface I9 { interface
DunionSubtypeIfEveryConstituentTypeIsSubtype.ts61 interface I9 { interface
/third_party/typescript/tests/baselines/reference/
DsubtypingWithGenericCallSignaturesWithOptionalParameters.js47 interface I9<T> extends Base<T> {
135 interface I9<T> extends Base2 {
223 interface I9 extends Base2 {
DsubtypingWithGenericConstructSignaturesWithOptionalParameters.js47 interface I9<T> extends Base<T> {
135 interface I9<T> extends Base2 {
223 interface I9 extends Base2 {
DsubtypesOfAny.symbols95 interface I9 {
96 >I9 : Symbol(I9, Decl(subtypesOfAny.ts, 47, 1))
102 >foo : Symbol(I9.foo, Decl(subtypesOfAny.ts, 51, 21))
DsubtypingWithConstructSignaturesWithOptionalParameters.symbols100 interface I9 extends Base {
101 >I9 : Symbol(I9, Decl(subtypingWithConstructSignaturesWithOptionalParameters.ts, 42, 1))
105 >a3 : Symbol(I9.a3, Decl(subtypingWithConstructSignaturesWithOptionalParameters.ts, 44, 27))
DsubtypingWithCallSignaturesWithOptionalParameters.symbols100 interface I9 extends Base {
101 >I9 : Symbol(I9, Decl(subtypingWithCallSignaturesWithOptionalParameters.ts, 42, 1))
105 >a3 : Symbol(I9.a3, Decl(subtypingWithCallSignaturesWithOptionalParameters.ts, 44, 27))
DanyAssignableToEveryType2.symbols95 interface I9 {
96 >I9 : Symbol(I9, Decl(anyAssignableToEveryType2.ts, 47, 1))
103 >foo : Symbol(I9.foo, Decl(anyAssignableToEveryType2.ts, 51, 20))
DunionSubtypeIfEveryConstituentTypeIsSubtype.symbols134 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))
DenumIsNotASubtypeOfAnythingButNumber.symbols107 interface I9 {
108 >I9 : Symbol(I9, Decl(enumIsNotASubtypeOfAnythingButNumber.ts, 48, 1))
115 >foo : Symbol(I9.foo, Decl(enumIsNotASubtypeOfAnythingButNumber.ts, 52, 20))
DsubtypingWithGenericCallSignaturesWithOptionalParameters.symbols144 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))
DcallSignatureAssignabilityInInheritance6.symbols196 interface I9<T> extends A {
197 >I9 : Symbol(I9, Decl(callSignatureAssignabilityInInheritance6.ts, 45, 1))
202 >a16 : Symbol(I9.a16, Decl(callSignatureAssignabilityInInheritance6.ts, 47, 27))
DsubtypingWithConstructSignatures6.symbols196 interface I9<T> extends A {
197 >I9 : Symbol(I9, Decl(subtypingWithConstructSignatures6.ts, 45, 1))
202 >a16 : Symbol(I9.a16, Decl(subtypingWithConstructSignatures6.ts, 47, 27))
DconstructSignatureAssignabilityInInheritance6.symbols196 interface I9<T> extends A {
197 >I9 : Symbol(I9, Decl(constructSignatureAssignabilityInInheritance6.ts, 45, 1))
202 >a16 : Symbol(I9.a16, Decl(constructSignatureAssignabilityInInheritance6.ts, 47, 27))
DsubtypingWithGenericConstructSignaturesWithOptionalParameters.symbols144 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))
DsubtypingWithCallSignaturesWithRestParameters.symbols189 interface I9 extends Base {
190 >I9 : Symbol(I9, Decl(subtypingWithCallSignaturesWithRestParameters.ts, 79, 1))
194 >a3 : Symbol(I9.a3, Decl(subtypingWithCallSignaturesWithRestParameters.ts, 81, 27))
DsubtypingWithConstructSignaturesWithOptionalParameters.js46 interface I9 extends Base {
DsubtypingWithCallSignaturesWithOptionalParameters.js46 interface I9 extends Base {
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DanyAssignableToEveryType2.ts51 interface I9 { interface

1234