Home
last modified time | relevance | path

Searched defs:r2c (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeWithConstructSignatureAppearsToBeFunctionType.ts10 var r2c: (x: any, y?: any) => any = i.apply; variable
DobjectTypeWithCallSignatureHidingMembersOfFunction.ts23 var r2c = x.arguments; variable
DobjectTypeWithConstructSignatureHidingMembersOfFunction.ts20 var r2c = x.arguments; variable
DobjectTypeWithCallSignatureHidingMembersOfExtendedFunction.ts30 var r2c = x.arguments; variable
DobjectTypeWithConstructSignatureHidingMembersOfExtendedFunction.ts27 var r2c = x.arguments; variable
DobjectTypeHidingMembersOfExtendedObject.ts36 var r2c = r2b['hm']; // should be 'Object' variable
/third_party/typescript/tests/baselines/reference/
DobjectTypeWithConstructSignatureHidingMembersOfFunction.js21 var r2c = x.arguments; variable
DobjectTypeWithCallSignatureHidingMembersOfFunction.js24 var r2c = x.arguments; variable
DobjectTypeWithConstructSignatureAppearsToBeFunctionType.js11 var r2c: (x: any, y?: any) => any = i.apply; variable
DobjectTypeWithConstructSignatureHidingMembersOfExtendedFunction.js28 var r2c = x.arguments; variable
DobjectTypeWithCallSignatureHidingMembersOfExtendedFunction.js31 var r2c = x.arguments; variable
DobjectTypeHidingMembersOfExtendedObject.js36 var r2c = r2b['hm']; // should be 'Object' variable
/third_party/ffmpeg/libavfilter/
Daf_apsyclip.c377 static void r2c(float *buffer, int size) in r2c() function