Home
last modified time | relevance | path

Searched defs:Rectangle (Results 1 – 25 of 31) sorted by relevance

12

/third_party/rust/rust/tests/ui/resolve/
Dissue-101749-2.rs1 struct Rectangle { struct
5 impl Rectangle { argument
Dissue-101749.rs2 struct Rectangle { struct
6 impl Rectangle { impl
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsReferenceToClassInstanceCrossFile.js4 class Rectangle { class
10 module.exports = { Rectangle }; property
12 const {Rectangle} = require('./rectangle'); constant
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsReferenceToClassInstanceCrossFile.ts7 class Rectangle { class
15 const {Rectangle} = require('./rectangle'); constant
/third_party/typescript/tests/cases/compiler/
DdiscriminatedUnionErrorMessage.ts2 type Rectangle = { kind: "rt", x: number, y: number } alias
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.ts6 interface Rectangle { interface
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dsample_distorted_bounding_box_ext2.h26 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function
27 Rectangle(int xmin, int ymin, int xmax, int ymax) { Set(xmin, ymin, xmax, ymax); } in Rectangle() function
/third_party/grpc/examples/ruby/lib/
Droute_guide_pb.rb33Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass constant
/third_party/ffmpeg/libavcodec/
Dmss2.c467 struct Rectangle { struct
487 struct Rectangle wmv9rects[MAX_WMV9_RECTANGLES], *r; in mss2_decode_frame() argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/
Dclass_declarations_1.ts23 class Rectangle { class
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DCommonDataType.h99 struct Rectangle { struct
109 struct Rectangle location; argument
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.hpp383 struct Rectangle struct
385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() function
390 GLint x;
391 GLint y;
392 GLint width;
393 GLint height;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp231 TEST(Rectangle, Clip) in TEST() argument
291 TEST(Rectangle, Combine) in TEST() argument
329 TEST(Rectangle, Extend) in TEST() argument
/third_party/rust/rust/tests/ui/issues/
Dissue-3753.rs17 Rectangle(Point, Point) enumerator
/third_party/grpc/examples/php/route_guide/Routeguide/
DRectangle.php17 class Rectangle extends \Google\Protobuf\Internal\Message class
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_heritage_specification/
Dclass_heritage_specification_2.ts56 class Rectangle implements InterP2 { class
Dclass_heritage_specification_3.ts65 class Rectangle implements InterP { class
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp77 struct Rectangle struct
79 Vec3 xyz; // Before viewport transformation
80 deInt32 r8g8b8; // (8-bit) red << 16 | green << 8 | blue
81 Vec2 widthHeight; // positive; before viewport transformation
82 deInt32 viewportIndex;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp75 struct Rectangle struct
77 Vec3 xyz; // Before viewport transformation
78 deInt32 r8g8b8; // (8-bit) red << 16 | green << 8 | blue
79 Vec2 widthHeight; // positive; before viewport transformation
80 deInt32 viewportIndex;
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2671.js25 class Rectangle extends Shape { class
/third_party/typescript/tests/cases/conformance/types/union/
DdiscriminatedUnionTypes1.ts6 interface Rectangle { interface
/third_party/grpc/examples/python/route_guide/
Dasyncio_route_guide_server.py80 self, request: route_guide_pb2.Rectangle, unused_context
/third_party/grpc/examples/protos/
Droute_guide.proto66 message Rectangle { message
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp934 struct Rectangle struct
936 GLsizei bytes;
937 GLsizei width;
938 GLsizei height;
939 GLsizei depth;
940 int inputPitch;
941 int inputHeight;
942 int destPitch;
943 GLsizei destSlice;
/third_party/jerryscript/tests/jerry/
Dobject-create.js60 function Rectangle() { class

12