Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/third_party/libabigail/tests/
Dtest-svg.cc25 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main() local
44 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main() local
61 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main() local
74 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main() local
91 row r2 = { "base", base_row_sty, 0, 0, 0 }; in main() local
108 row r2 = { "A", base_row_sty, 0, 24, 8 }; in main() local
127 row r2 = { "C1", base_row_sty, 0, 2, 2 }; in main() local
150 row r2 = { "C2", base_row_sty, 0, 16, 16 }; in main() local
175 row r2 = { "C1", base_row_sty, 0, 2, 2 }; in main() local
192 row r2 = { "C3", base_row_sty, 0, 16, 16 }; in main() local
[all …]
/third_party/typescript/tests/cases/conformance/interfaces/declarationMerging/
DmergeThreeInterfaces2.ts11 var r2 = a.bar; variable
25 var r2 = a.bar; variable
38 var r2 = a.bar; variable
51 var r2 = a.bar; variable
64 var r2 = a.bar; variable
DmergeTwoInterfaces2.ts11 var r2 = a.bar; variable
21 var r2 = a.bar; variable
33 var r2 = a.bar; variable
45 var r2 = a.bar; variable
DtwoMergedInterfacesWithDifferingOverloads2.ts12 var r2 = a(1); variable
28 var r2 = a(true); variable
/third_party/typescript/tests/cases/conformance/types/members/
DobjectTypeWithStringNamedPropertyOfIllegalCharacters.ts11 var r2 = c[" "]; variable
24 var r2 = i[" "]; variable
37 var r2 = a[" "]; variable
49 var r2 = b[" "]; variable
DobjectTypeWithNumericProperty.ts10 var r2 = c[1.1]; variable
21 var r2 = i[1.1]; variable
31 var r2 = a[1.1]; variable
41 var r2 = b[1.1]; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DgenericClassWithObjectTypeArgsAndConstraints.ts29 var r2 = g.foo(c1, c1); variable
39 var r2 = g2.foo2(c1, c1); variable
51 var r2 = g.foo(c1, c1); variable
59 var r2 = g2.foo2(c1, c1); variable
DgenericCallWithObjectTypeArgsAndConstraints.ts25 var r2 = foo(c1, c1); variable
33 var r2 = foo2(c1, c1); variable
/third_party/typescript/tests/baselines/reference/
DinterfaceWithCallAndConstructSignature.js9 var r2 = new f(); variable
14 var r2 = new f(); variable
DconstraintSatisfactionWithEmptyObject.js14 var r2 = new C({}); variable
53 var r2 = new C({}); variable
66 var r2 = new C2({}); variable
DtypeofClassWithPrivates.js11 var r2: typeof c; variable
21 var r2; variable
DinstantiateNonGenericTypeWithTypeArguments.js33 var r2 = new f(); variable
36 var r2 = new a(); variable
DmultiModuleFundule1.js12 var r2 = new C(2); // using void returning function as constructor variable
25 var r2 = new C(2); // using void returning function as constructor variable
/third_party/typescript/tests/cases/fourslash/
DnavigateToIIFE.ts17 const [r0, r1, r2] = test.ranges(); constant
19 const bTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSla… constant
DnavigateToSingleFileResults.ts16 const [r0, r1, r2] = test.ranges(); constant
20 const bTs: ReadonlyArray<FourSlashInterface.ExpectedNavigateToItem> = [r1, r2].map((range): FourSla… constant
DjsDocServices.ts14 const [r0, r1Def, r1, r2] = test.ranges(); constant
15 const ranges = [r0, r1, r2]; constant
DfindAllRefsForModule.ts17 const [r0Def, r0, r1Def, r1, r2] = test.ranges(); constant
18 const ranges = [r0, r1, r2]; constant
/third_party/typescript/tests/cases/conformance/types/typeParameters/typeArgumentLists/
DinstantiateNonGenericTypeWithTypeArguments.ts14 var r2 = new f<number>(); variable
18 var r2 = new a<number>(); variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRegList.h28 #define REGLIST3(ns, r0, r1, r2) \ argument
30 #define REGLIST4(ns, r0, r1, r2, r3) \ argument
32 #define REGLIST7(ns, r0, r1, r2, r3, r4, r5, r6) \ argument
/third_party/jerryscript/tests/jerry/
Dregexp-construct.js47 var r2; variable
83 r2 = new RegExp(undefined); variable
/third_party/typescript/tests/cases/conformance/classes/members/instanceAndStaticMembers/
DtypeOfThisInInstanceMember.ts23 var r2 = c.y; variable
25 var rs = [r, r2, r3]; variable
DtypeOfThisInInstanceMember2.ts25 var r2 = c.y; variable
28 var rs = [r, r2, r3]; variable
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardOfFormTypeOfEqualEqualHasNoEffect.ts17 var r2 = strOrBool; // string | boolean variable
20 var r2 = strOrBool; // string | boolean variable
DtypeGuardOfFormTypeOfNotEqualHasNoEffect.ts17 var r2 = strOrBool; // string | boolean variable
20 var r2 = strOrBool; // string | boolean variable
/third_party/typescript/tests/cases/conformance/classes/members/constructorFunctionTypes/
DclassWithStaticMembers.ts10 var r2 = r.x; variable
18 var r2 = r.x; variable

12345678910>>...30