Home
last modified time | relevance | path

Searched refs:outside (Results 1 – 25 of 1740) sorted by relevance

12345678910>>...70

/third_party/flutter/flutter/packages/flutter/test/rendering/
Daspect_ratio_test.dart123 RenderConstrainedOverflowBox outside;
125 layout(outside = RenderConstrainedOverflowBox(
130 outside.minWidth = 0.0;
131 outside.minHeight = 0.0;
133 outside.maxWidth = 100.0;
134 outside.maxHeight = 90.0;
138 outside.maxWidth = 90.0;
139 outside.maxHeight = 100.0;
143 outside.maxWidth = double.infinity;
144 outside.maxHeight = 90.0;
[all …]
/third_party/typescript/tests/baselines/reference/
DerrorSuperCalls.errors.txt2 …lls/errorSuperCalls.ts(9,9): error TS2337: Super calls are not permitted outside constructors or i…
3 …ls/errorSuperCalls.ts(14,9): error TS2337: Super calls are not permitted outside constructors or i…
4 …ls/errorSuperCalls.ts(18,9): error TS2337: Super calls are not permitted outside constructors or i…
5 …ls/errorSuperCalls.ts(22,9): error TS2337: Super calls are not permitted outside constructors or i…
6 …ls/errorSuperCalls.ts(26,9): error TS2337: Super calls are not permitted outside constructors or i…
7 …s/errorSuperCalls.ts(30,16): error TS2337: Super calls are not permitted outside constructors or i…
8 …ls/errorSuperCalls.ts(34,9): error TS2337: Super calls are not permitted outside constructors or i…
9 …ls/errorSuperCalls.ts(38,9): error TS2337: Super calls are not permitted outside constructors or i…
11 …ls/errorSuperCalls.ts(58,9): error TS2337: Super calls are not permitted outside constructors or i…
12 …ls/errorSuperCalls.ts(62,9): error TS2337: Super calls are not permitted outside constructors or i…
[all …]
DprivateNameAndPropertySignature.errors.txt1 …PropertySignature.ts(2,5): error TS18016: Private identifiers are not allowed outside class bodies.
2 …PropertySignature.ts(6,5): error TS18016: Private identifiers are not allowed outside class bodies.
3 …ropertySignature.ts(10,5): error TS18016: Private identifiers are not allowed outside class bodies.
4 …ropertySignature.ts(12,9): error TS18016: Private identifiers are not allowed outside class bodies.
5 …opertySignature.ts(16,28): error TS18016: Private identifiers are not allowed outside class bodies.
12 !!! error TS18016: Private identifiers are not allowed outside class bodies.
18 !!! error TS18016: Private identifiers are not allowed outside class bodies.
24 !!! error TS18016: Private identifiers are not allowed outside class bodies.
28 !!! error TS18016: Private identifiers are not allowed outside class bodies.
34 !!! error TS18016: Private identifiers are not allowed outside class bodies.
DillegalSuperCallsInConstructor.errors.txt2 …CallsInConstructor.ts(7,24): error TS2337: Super calls are not permitted outside constructors or i…
3 …CallsInConstructor.ts(8,26): error TS2337: Super calls are not permitted outside constructors or i…
4 …CallsInConstructor.ts(9,32): error TS2337: Super calls are not permitted outside constructors or i…
6 …allsInConstructor.ts(12,17): error TS2337: Super calls are not permitted outside constructors or i…
8 …allsInConstructor.ts(16,17): error TS2337: Super calls are not permitted outside constructors or i…
22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
26 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
30 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
40 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
52 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
DprivateNameJsBadAssignment.errors.txt2 …meJsBadAssignment.js(1,9): error TS18016: Private identifiers are not allowed outside class bodies.
3 …eJsBadAssignment.js(3,13): error TS18016: Private identifiers are not allowed outside class bodies.
9 exports.#nope = 1; // Error (outside class body)
13 !!! error TS18016: Private identifiers are not allowed outside class bodies.
15 A.prototype.#no = 2; // Error (outside class body)
17 !!! error TS18016: Private identifiers are not allowed outside class bodies.
20 B.#foo = 3; // Error (outside class body)
DprivateNameBadAssignment.errors.txt2 …NameBadAssignment.ts(1,9): error TS18016: Private identifiers are not allowed outside class bodies.
3 …ameBadAssignment.ts(3,13): error TS18016: Private identifiers are not allowed outside class bodies.
10 exports.#nope = 1; // Error (outside class body)
14 !!! error TS18016: Private identifiers are not allowed outside class bodies.
16 A.prototype.#no = 2; // Error (outside class body)
18 !!! error TS18016: Private identifiers are not allowed outside class bodies.
21 B.#foo = 3; // Error (outside class body)
DderivedClassSuperCallsInNonConstructorMembers.errors.txt6 …ConstructorMembers.ts(10,9): error TS2337: Super calls are not permitted outside constructors or i…
11 …ConstructorMembers.ts(13,9): error TS2337: Super calls are not permitted outside constructors or i…
17 …ConstructorMembers.ts(17,9): error TS2337: Super calls are not permitted outside constructors or i…
19 …onstructorMembers.ts(20,15): error TS2337: Super calls are not permitted outside constructors or i…
23 …ConstructorMembers.ts(22,9): error TS2337: Super calls are not permitted outside constructors or i…
29 …ConstructorMembers.ts(25,9): error TS2337: Super calls are not permitted outside constructors or i…
36 …ConstructorMembers.ts(29,9): error TS2337: Super calls are not permitted outside constructors or i…
41 // error to use super calls outside a constructor
62 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
75 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
[all …]
DsuperCallOutsideConstructor.errors.txt1 …lOutsideConstructor.ts(6,9): error TS2337: Super calls are not permitted outside constructors or i…
2 …utsideConstructor.ts(12,13): error TS2337: Super calls are not permitted outside constructors or i…
3 …utsideConstructor.ts(16,13): error TS2337: Super calls are not permitted outside constructors or i…
14 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
22 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
28 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
DmoduleResolutionWithRequire.types8 const a = require('../outside-of-rootdir/foo');
10 >require('../outside-of-rootdir/foo') : any
12 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
DmoduleResolutionWithRequireAndImport.types13 const a = require('../outside-of-rootdir/foo');
15 >require('../outside-of-rootdir/foo') : any
17 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
DprivateNameBadDeclaration.errors.txt1 …ameBadDeclaration.ts(3,3): error TS18016: Private identifiers are not allowed outside class bodies.
2 …ameBadDeclaration.ts(7,3): error TS18016: Private identifiers are not allowed outside class bodies.
11 !!! error TS18016: Private identifiers are not allowed outside class bodies.
17 !!! error TS18016: Private identifiers are not allowed outside class bodies.
DprivateNameJsBadDeclaration.errors.txt1 …teNameJsPrototype.js(3,3): error TS18016: Private identifiers are not allowed outside class bodies.
2 …teNameJsPrototype.js(7,3): error TS18016: Private identifiers are not allowed outside class bodies.
11 !!! error TS18016: Private identifiers are not allowed outside class bodies.
17 !!! error TS18016: Private identifiers are not allowed outside class bodies.
DprivateNameJsBadAssignment.types2 exports.#nope = 1; // Error (outside class body)
11 A.prototype.#no = 2; // Error (outside class body)
22 B.#foo = 3; // Error (outside class body)
DprivateNameBadAssignment.types2 exports.#nope = 1; // Error (outside class body)
11 A.prototype.#no = 2; // Error (outside class body)
22 B.#foo = 3; // Error (outside class body)
DprivateNameJsBadAssignment.symbols2 exports.#nope = 1; // Error (outside class body)
6 A.prototype.#no = 2; // Error (outside class body)
14 B.#foo = 3; // Error (outside class body)
DprivateNameBadAssignment.symbols2 exports.#nope = 1; // Error (outside class body)
6 A.prototype.#no = 2; // Error (outside class body)
14 B.#foo = 3; // Error (outside class body)
DderivedClassConstructorWithoutSuperCall.errors.txt3 …rWithoutSuperCall.ts(18,24): error TS2337: Super calls are not permitted outside constructors or i…
5 …rWithoutSuperCall.ts(24,31): error TS2337: Super calls are not permitted outside constructors or i…
33 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
45 !!! error TS2337: Super calls are not permitted outside constructors or in nested functions inside …
DcallbackTag2.symbols32 var outside = n => n + 1;
33 >outside : Symbol(outside, Decl(cb.js, 22, 3))
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dfitted_box_test.dart11 final Key outside = UniqueKey();
19 key: outside,
30 final RenderBox outsideBox = tester.firstRenderObject(find.byKey(outside));
46 final Key outside = UniqueKey();
55 key: outside,
66 final RenderBox outsideBox = tester.firstRenderObject(find.byKey(outside));
81 final Key outside = UniqueKey();
90 key: outside,
102 final RenderBox outsideBox = tester.firstRenderObject(find.byKey(outside));
133 final Key outside = UniqueKey();
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/declaration_merging/
Ddeclaration_merging_1_3.ts30 var o1: outside.OA = { OA: "OA" };
31 var o2: outside.OB = { OB: 1024 };
34 let x: outside.OA;
35 x = new outside.B();
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fClippingTests.cpp1886 const tcu::IVec3 outside[] = in init() local
1935 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(outside); ++ndx) in init()
1943 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far; in init()
1949 (outside[ndx].x() > 0 ? "_pos_x" : (outside[ndx].x() < 0 ? "_neg_x" : "")) + in init()
1950 (outside[ndx].y() > 0 ? "_pos_y" : (outside[ndx].y() < 0 ? "_neg_y" : "")) + in init()
1951 (outside[ndx].z() > 0 ? "_pos_z" : (outside[ndx].z() < 0 ? "_neg_z" : "")); in init()
1956 if (outside[ndx].x() == 0 && outside[ndx].y() == 0) in init()
1984 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init()
1985 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init()
1992 const tcu::IVec3 r1 = outside[ndx1]; in init()
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fClippingTests.cpp1889 const tcu::IVec3 outside[] = in init() local
1938 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(outside); ++ndx) in init()
1946 const tcu::Vec3 r2 = IVec3ToVec3(outside[ndx]) * far; in init()
1952 (outside[ndx].x() > 0 ? "_pos_x" : (outside[ndx].x() < 0 ? "_neg_x" : "")) + in init()
1953 (outside[ndx].y() > 0 ? "_pos_y" : (outside[ndx].y() < 0 ? "_neg_y" : "")) + in init()
1954 (outside[ndx].z() > 0 ? "_pos_z" : (outside[ndx].z() < 0 ? "_neg_z" : "")); in init()
1959 if (outside[ndx].x() == 0 && outside[ndx].y() == 0) in init()
1987 for (int ndx1 = 0; ndx1 < DE_LENGTH_OF_ARRAY(outside); ++ndx1) in init()
1988 for (int ndx2 = ndx1 + 1; ndx2 < DE_LENGTH_OF_ARRAY(outside); ++ndx2) in init()
1995 const tcu::IVec3 r1 = outside[ndx1]; in init()
[all …]
/third_party/rust/crates/cxx/tests/ui/
Dunique_ptr_to_opaque.rs1 mod outside { module
15 type C = crate::outside::C;
22 cxx::UniquePtr::new(outside::C { a: 4 }); in main()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.cpp289 const TriangleVertex& outside = clipped; in clipTriangleOneVertex() local
292 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position); in clipTriangleOneVertex()
301 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); in clipTriangleOneVertex()
302 …const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.pos… in clipTriangleOneVertex()
305 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist); in clipTriangleOneVertex()
306 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist); in clipTriangleOneVertex()
307 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist); in clipTriangleOneVertex()
313 const TriangleVertex& outside = clipped; in clipTriangleOneVertex() local
316 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position); in clipTriangleOneVertex()
325 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist); in clipTriangleOneVertex()
[all …]
/third_party/vk-gl-cts/android/cts/main/vk-master-2019-03-01/
Dfragment-operations.txt3 dEQP-VK.fragment_operations.scissor.points.outside
6 dEQP-VK.fragment_operations.scissor.lines.outside
10 dEQP-VK.fragment_operations.scissor.triangles.outside

12345678910>>...70