/third_party/typescript/tests/baselines/reference/ |
H A D | bestCommonTypeOfConditionalExpressions.js | 22 var r10: Base = true ? derived : derived2; // no error since we use the contextual type in BCT variable 78 var r10 = true ? derived : derived2; // no error since we use the contextual type in BCT
variable
|
H A D | genericCallWithOverloadedConstructorTypedArguments2.js | 32 var r10 = foo6(b); // error variable
|
H A D | genericCallWithOverloadedFunctionTypedArguments2.js | 29 var r10 = foo6(<T>(x: T, y: T) => ''); // error variable
|
H A D | stringIndexingResults.js | 33 var r10 = b['y']; variable 58 var r10 = b['y'];
variable
|
H A D | objectTypePropertyAccess.js | 28 var r10 = a.foo; variable 54 var r10 = a.foo;
variable
|
H A D | objectTypeWithStringNamedNumericProperty.js | 123 var r10 = i[0x1] variable 153 var r10 = i[0x1];
variable 172 var r10 = i[0x1];
variable 191 var r10 = i[0x1];
variable 219 var r10 = i[0x1];
variable
|
H A D | exponentiationOperatorWithEnum.js | 23 var r10 = a ** E.b; variable 47 var r10 = Math.pow(a, E.b);
variable
|
H A D | exponentiationOperatorWithEnumUnion.js | 27 var r10 = a ** E.b; variable 56 var r10 = Math.pow(a, E.b);
variable
|
H A D | functionConstraintSatisfaction3.js | 40 var r10 = foo(<U extends string>(x: U) => x); variable
|
H A D | genericCallTypeArgumentInference.js | 69 var r10 = c.foo7(''); // {} variable 91 var r10 = i.foo7(''); // {} variable 150 var r10 = c.foo7(''); // {}
variable 159 var r10 = i.foo7(''); // {}
variable
|
H A D | genericCallWithGenericSignatureArguments3.js | 30 var r10 = foo2(null, (x: Object) => '', (x: string) => ''); // Object => Object variable
|
H A D | additionOperatorWithNullValueAndInvalidOperator.js | 23 var r10 = null + foo(); variable 44 var r10 = null + foo();
variable
|
H A D | additionOperatorWithNullValueAndValidOperator.js | 23 var r10 = c + null variable 56 var r10 = c + null;
variable
|
H A D | additionOperatorWithNumberAndEnum.js | 20 var r10 = a + c; variable 50 var r10 = a + c;
variable
|
H A D | additionOperatorWithUndefinedValueAndInvalidOperands.js | 23 var r10 = undefined + foo(); variable 44 var r10 = undefined + foo();
variable
|
H A D | additionOperatorWithUndefinedValueAndValidOperator.js | 23 var r10 = c + undefined variable 56 var r10 = c + undefined;
variable
|
H A D | genericCallWithConstraintsTypeArgumentInference.js | 83 var r10 = c.foo7(d1); // Base variable 106 var r10 = i.foo7(d1); // Base variable 209 var r10 = c.foo7(d1); // Base
variable 219 var r10 = i.foo7(d1); // Base
variable
|
H A D | additionOperatorWithAnyAndEveryType.js | 30 var r10 = a + foo; variable 76 var r10 = a + foo;
variable
|
H A D | additionOperatorWithInvalidOperands.js | 31 var r10 = a + true; variable 77 var r10 = a + true;
variable
|
H A D | additionOperatorWithStringAndEveryType.js | 27 var r10 = c + x; variable 68 var r10 = c + x;
variable
|
H A D | nullIsSubtypeOfEverythingButUndefined.js | 42 var r10 = true ? c1 : null; variable 43 var r10 = true ? null : c1; variable 126 var r10 = true ? c1 : null;
variable 127 var r10 = true ? null : c1;
variable
|
H A D | functionConstraintSatisfaction.js | 43 var r10 = foo(function <U>(x: U) { return x; }); variable
|
/third_party/ffmpeg/libavcodec/ |
H A D | r210dec.c | 46 int r10 = (avctx->codec_tag & 0xFFFFFF) == MKTAG('r', '1', '0', 0); in decode_frame() local
|
/third_party/skia/tests/ |
H A D | QuickRejectTest.cpp | 71 SkRect r10 = SkRect::MakeLTRB(-50.0f, -50.0f, 50.0f, SK_ScalarNaN); in test_quick_reject() local
|
/third_party/lzma/Asm/arm64/ |
H A D | 7zAsm.S | 14 #define r10 x10
define
|