| /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/angle/src/libANGLE/ |
| D | angletypes.h | 33 struct Rectangle struct 35 Rectangle() : x(0), y(0), width(0), height(0) {} in Rectangle() function 36 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle() function 49 Rectangle flip(bool flipX, bool flipY) const; argument 62 bool operator==(const Rectangle &a, const Rectangle &b); 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() function 390 GLint x; 391 GLint y; 392 GLint width; 393 GLint height;
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | sample_distorted_bounding_box_op.cc | 32 class Rectangle { class 34 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon19eb8b1d0111::Rectangle 35 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon19eb8b1d0111::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/chromium-trace/catapult/devil/devil/utils/ |
| D | geometry.py | 40 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/swiftshader/src/OpenGL/common/ |
| D | Image.cpp | 1003 struct Rectangle struct 1005 GLsizei bytes; 1006 GLsizei width; 1007 GLsizei height; 1008 GLsizei depth; 1009 int inputPitch; 1010 int inputHeight; 1011 int destPitch; 1012 GLsizei destSlice;
|
| /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/deqp/modules/gles31/functional/ |
| D | es31fSeparateShaderTests.cpp | 963 struct Rectangle struct 965 Rectangle (int x_, int y_, int width_, int height_) in Rectangle() argument 970 int x; 971 int y; 972 int width; 973 int height;
|
| /external/angle/src/common/ |
| D | packed_gl_enums.json | 189 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string 201 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
|
| D | PackedGLEnums_autogen.h | 511 Rectangle = 6, enumerator 537 Rectangle = 6, enumerator
|
| /external/grpc-grpc/examples/node/static_codegen/route_guide/ |
| D | route_guide_pb.js | 214 proto.routeguide.Rectangle = function(opt_data) { class in proto.routeguide
|
| /external/python/cpython2/Lib/lib-tk/ |
| D | Canvas.py | 113 class Rectangle(CanvasItem): class
|