| /external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-categories/ |
| D | main.cpp | 11 struct Rectangle : public Shape { struct 14 Rectangle(int W = 3, int H = 5) : w(W), h(H) {} in Rectangle() function
|
| /external/llvm-project/clang/test/FixIt/ |
| D | typo.c | 11 struct Rectangle { struct 19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument 37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
|
| /external/clang/test/FixIt/ |
| D | typo.c | 11 struct Rectangle { struct 19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument 37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
|
| /external/rust/crates/plotters/src/element/ |
| D | basic_shapes.rs | 125 pub struct Rectangle<Coord> { struct 131 impl<Coord> Rectangle<Coord> { argument 155 impl<'a, Coord> PointCollection<'a, Coord> for &'a Rectangle<Coord> { implementation 163 impl<Coord, DB: DrawingBackend> Drawable<DB> for Rectangle<Coord> { implementation
|
| /external/llvm-project/clang/test/Refactor/Extract/ |
| D | ExtractionSemicolonPolicy.cpp | 3 struct Rectangle { int width, height; }; argument
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | readability-magic-numbers.cpp | 171 struct Rectangle { struct 176 …Rectangle(Point<T> origin_, Dimension<T> size_, T rotation_ = 0) noexcept : origin{origin_}, size{… in Rectangle() function 184 const geometry::Rectangle<double> mandelbrotCanvas{geometry::Point<double>{-2.5, -1}, geometry::Dim…
|
| /external/angle/src/libANGLE/ |
| D | angletypes.h | 52 struct Rectangle struct 54 Rectangle() : x(0), y(0), width(0), height(0) {} in Rectangle() function 55 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle() function 68 Rectangle flip(bool flipX, bool flipY) const; argument 83 bool operator==(const Rectangle &a, const Rectangle &b); argument
|
| D | angletypes_unittest.cpp | 231 TEST(Rectangle, Clip) in TEST() argument 291 TEST(Rectangle, Combine) in TEST() argument 329 TEST(Rectangle, Extend) in TEST() argument
|
| /external/grpc-grpc/examples/ruby/lib/ |
| D | route_guide_pb.rb | 33 …Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass constant
|
| /external/deqp/modules/glshared/ |
| D | glsLifetimeTests.hpp | 383 struct Rectangle struct 385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() argument 390 GLint x; 391 GLint y; 392 GLint width; 393 GLint height;
|
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | sample_distorted_bounding_box_op.cc | 36 class Rectangle { class 38 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon8c810d0b0111::Rectangle 39 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon8c810d0b0111::Rectangle
|
| /external/grpc-grpc/examples/python/multiplex/ |
| D | route_guide_pb2.py | 249 Rectangle = _reflection.GeneratedProtocolMessageType('Rectangle', (_message.Message,), dict( variable
|
| /external/grpc-grpc/examples/python/route_guide/ |
| D | route_guide_pb2.py | 249 Rectangle = _reflection.GeneratedProtocolMessageType('Rectangle', (_message.Message,), dict( variable
|
| /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
| D | vktDynamicStateInheritanceTests.cpp | 75 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;
|
| /external/swiftshader/src/OpenGL/common/ |
| D | Image.cpp | 934 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;
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| D | geometry.py | 39 class Rectangle( class
|
| /external/grpc-grpc/examples/protos/ |
| D | route_guide.proto | 66 message Rectangle { message
|
| /external/grpc-grpc-java/examples/src/main/proto/ |
| D | route_guide.proto | 65 message Rectangle { message
|
| /external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
| D | route_guide.proto | 65 message Rectangle { message
|
| /external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
| D | RouteGuide.cs | 224 public sealed partial class Rectangle : pb::IMessage<Rectangle> { class 241 public Rectangle() { in Rectangle() method in Routeguide.Rectangle 248 public Rectangle(Rectangle other) : this() { in Rectangle() method in Routeguide.Rectangle
|
| /external/llvm-project/clang/test/Analysis/ |
| D | cast-value-notes.cpp | 16 class Rectangle : public Shape {}; class
|
| D | cast-value-logic.cpp | 22 class Rectangle : public Shape {}; class
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fSeparateShaderTests.cpp | 963 struct Rectangle struct 965 Rectangle (int x_, int y_, int width_, int height_) in Rectangle() function 970 int x; 971 int y; 972 int width; 973 int height;
|
| /external/llvm-project/clang/test/SemaObjC/ |
| D | unsafe-perform-selector.m | 21 typedef struct { int x; int y; int width; int height; } Rectangle; typedef
|
| /external/skia/experimental/skrive/include/ |
| D | SkRive.h | 231 Rectangle() : INHERITED(Type::kRectangle) {} in Rectangle() function
|