Home
last modified time | relevance | path

Searched defs:r1a (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtooFewArgumentsInGenericFunctionTypedArgument.js13 var r1a = _.map(c2, (x) => { return x.toFixed() }); variable
DcallbacksDontShareTypes.js16 var r1a = _.map(c2, (x) => { return x.toFixed() }); variable
DnumericIndexingResults.js44 var r1a = b['1']; variable
DsubtypingWithConstructSignatures4.js57 var r1a = [r1arg, r1arg2]; variable
160 var r1a = [r1arg, r1arg2]; variable
DsubtypingWithCallSignatures4.js57 var r1a = [r1arg, r1arg2]; variable
160 var r1a = [r1arg, r1arg2]; variable
DsubtypingWithConstructSignatures2.js84 var r1a = [r1arg2, r1arg1]; // generic signature, subtype in both directions variable
221 var r1a = [r1arg2, r1arg1]; // generic signature, subtype in both directions variable
DsubtypingWithCallSignatures2.js84 var r1a = [r1arg2, r1arg1]; // generic signature, subtype in both directions variable
221 var r1a = [r1arg2, r1arg1]; // generic signature, subtype in both directions variable
DsubtypingWithConstructSignatures3.js60 var r1a = [r1arg2, r1arg1]; variable
DpromisePermutations3.js49 var r1a = r1.then(testFunction, testFunction, testFunction); variable
DpromisePermutations.js50 var r1a = r1.then(testFunction, testFunction, testFunction); variable
DpromisePermutations2.js49 var r1a = r1.then(testFunction, testFunction, testFunction); variable
DsubtypingWithCallSignatures3.js58 var r1a = [(x: number) => [''], <T, U>(x: T) => <U[]>null]; variable
/third_party/typescript/tests/cases/compiler/
DtooFewArgumentsInGenericFunctionTypedArgument.ts12 var r1a = _.map(c2, (x) => { return x.toFixed() }); variable
DcallbacksDontShareTypes.ts15 var r1a = _.map(c2, (x) => { return x.toFixed() }); variable
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeParameterLists/
DpropertyAccessOnTypeParameterWithConstraints3.ts28 var r1a = (new C<A, B>()).f(); variable
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_etc2.c116 const uint8_t r1a = (buffer[0] & 0x18) >> 3; in swap_colors() local
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/indexSignatures/
DnumericIndexingResults.ts43 var r1a = b['1']; variable