/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | aspect_ratio_test.dart | 123 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/ |
D | errorSuperCalls.errors.txt | 2 …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 …]
|
D | privateNameAndPropertySignature.errors.txt | 1 …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.
|
D | illegalSuperCallsInConstructor.errors.txt | 2 …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 …
|
D | privateNameJsBadAssignment.errors.txt | 2 …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)
|
D | privateNameBadAssignment.errors.txt | 2 …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)
|
D | derivedClassSuperCallsInNonConstructorMembers.errors.txt | 6 …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 …]
|
D | superCallOutsideConstructor.errors.txt | 1 …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 …
|
D | moduleResolutionWithRequire.types | 8 const a = require('../outside-of-rootdir/foo'); 10 >require('../outside-of-rootdir/foo') : any 12 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | moduleResolutionWithRequireAndImport.types | 13 const a = require('../outside-of-rootdir/foo'); 15 >require('../outside-of-rootdir/foo') : any 17 >'../outside-of-rootdir/foo' : "../outside-of-rootdir/foo"
|
D | privateNameBadDeclaration.errors.txt | 1 …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.
|
D | privateNameJsBadDeclaration.errors.txt | 1 …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.
|
D | privateNameJsBadAssignment.types | 2 exports.#nope = 1; // Error (outside class body) 11 A.prototype.#no = 2; // Error (outside class body) 22 B.#foo = 3; // Error (outside class body)
|
D | privateNameBadAssignment.types | 2 exports.#nope = 1; // Error (outside class body) 11 A.prototype.#no = 2; // Error (outside class body) 22 B.#foo = 3; // Error (outside class body)
|
D | privateNameJsBadAssignment.symbols | 2 exports.#nope = 1; // Error (outside class body) 6 A.prototype.#no = 2; // Error (outside class body) 14 B.#foo = 3; // Error (outside class body)
|
D | privateNameBadAssignment.symbols | 2 exports.#nope = 1; // Error (outside class body) 6 A.prototype.#no = 2; // Error (outside class body) 14 B.#foo = 3; // Error (outside class body)
|
D | derivedClassConstructorWithoutSuperCall.errors.txt | 3 …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 …
|
D | callbackTag2.symbols | 32 var outside = n => n + 1; 33 >outside : Symbol(outside, Decl(cb.js, 22, 3))
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | fitted_box_test.dart | 11 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/ |
D | declaration_merging_1_3.ts | 30 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/ |
D | es2fClippingTests.cpp | 1886 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/ |
D | es3fClippingTests.cpp | 1889 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/ |
D | unique_ptr_to_opaque.rs | 1 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/ |
D | rrRenderer.cpp | 289 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/ |
D | fragment-operations.txt | 3 dEQP-VK.fragment_operations.scissor.points.outside 6 dEQP-VK.fragment_operations.scissor.lines.outside 10 dEQP-VK.fragment_operations.scissor.triangles.outside
|