/external/clang/test/FixIt/ |
D | typo.c | 11 struct Rectangle { struct 19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument 33 Rectangle r1; // expected-error{{must use 'struct' tag to refer to type 'Rectangle'}} in test() 37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
|
/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 217 goog.inherits(proto.routeguide.Rectangle, jspb.Message); 219 proto.routeguide.Rectangle.displayName = 'proto.routeguide.Rectangle'; 234 proto.routeguide.Rectangle.prototype.toObject = function(opt_includeInstance) { 235 return proto.routeguide.Rectangle.toObject(opt_includeInstance, this); 247 proto.routeguide.Rectangle.toObject = function(includeInstance, msg) { 266 proto.routeguide.Rectangle.deserializeBinary = function(bytes) { 268 var msg = new proto.routeguide.Rectangle; 269 return proto.routeguide.Rectangle.deserializeBinaryFromReader(msg, reader); 280 proto.routeguide.Rectangle.deserializeBinaryFromReader = function(msg, reader) { [all …]
|
D | route_guide_grpc_pb.js | 45 if (!(arg instanceof route_guide_pb.Rectangle)) { 52 return route_guide_pb.Rectangle.deserializeBinary(new Uint8Array(buffer_arg)); 107 requestType: route_guide_pb.Rectangle,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sample_distorted_bounding_box_op.cc | 31 class Rectangle { class 33 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon02d2461b0111::Rectangle 34 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon02d2461b0111::Rectangle 50 Rectangle Intersect(const Rectangle& r) const { in Intersect() 57 return Rectangle(); in Intersect() 59 return Rectangle(pmin_x, pmin_y, pmax_x, pmax_y); in Intersect() 71 bool SatisfiesOverlapConstraints(const Rectangle& crop, in SatisfiesOverlapConstraints() 73 const std::vector<Rectangle>& bounding_boxes) { in SatisfiesOverlapConstraints() 113 SimplePhilox* random, Rectangle* crop_rect) { in GenerateRandomCrop() 299 std::vector<Rectangle> bounding_boxes; in Compute() [all …]
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuide.cs | 47 …new pbr::GeneratedClrTypeInfo(typeof(global::Routeguide.Rectangle), global::Routeguide.Rectangle.P… in RouteGuideReflection() 224 public sealed partial class Rectangle : pb::IMessage<Rectangle> { class 225 …ivate static readonly pb::MessageParser<Rectangle> _parser = new pb::MessageParser<Rectangle>(() =… 228 public static pb::MessageParser<Rectangle> Parser { get { return _parser; } } 241 public Rectangle() { in Rectangle() method in Routeguide.Rectangle 248 public Rectangle(Rectangle other) : this() { in Rectangle() method in Routeguide.Rectangle 255 public Rectangle Clone() { in Clone() 256 return new Rectangle(this); in Clone() 289 return Equals(other as Rectangle); in Equals() 293 public bool Equals(Rectangle other) { in Equals() [all …]
|
D | RouteGuideGrpc.cs | 35 …Rectangle> __Marshaller_routeguide_Rectangle = grpc::Marshallers.Create((arg) => global::Google.Pr… 46 …od<global::Routeguide.Rectangle, global::Routeguide.Feature> __Method_ListFeatures = new grpc::Met… 104 …public virtual global::System.Threading.Tasks.Task ListFeatures(global::Routeguide.Rectangle reque… in ListFeatures() 240 …reamingCall<global::Routeguide.Feature> ListFeatures(global::Routeguide.Rectangle request, grpc::M… in ListFeatures() 255 …reamingCall<global::Routeguide.Feature> ListFeatures(global::Routeguide.Rectangle request, grpc::C… in ListFeatures()
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | geometry_test.py | 50 r = g.Rectangle(g.Point(0, 1), g.Point(2, 3)) 54 r = g.Rectangle(g.Point(0, 1), g.Point(2, 3)) 59 r1 = g.Rectangle(g.Point(0, 1), g.Point(2, 3)) 60 r2 = g.Rectangle.FromDict({'top': 1, 'left': 0, 'bottom': 3, 'right': 2})
|
D | geometry.py | 40 class Rectangle( class 56 return super(Rectangle, cls).__new__(cls, top_left, bottom_right)
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
D | ImmutablesRepresenter.java | 19 import java.awt.Rectangle; 36 this.representers.put(Rectangle.class, new RepresentRectangle()); in ImmutablesRepresenter() 54 Rectangle rect = (Rectangle) data; in representData()
|
D | MoreImmutablesTest.java | 20 import java.awt.Rectangle; 52 Rectangle rect = new Rectangle(10, 20, 30, 40); in testRectangle()
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/ |
D | IMETest.java | 12 import java.awt.Rectangle; 22 Rectangle loc = new Rectangle(100, 100, 300, 300); in main()
|
/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/ |
D | RouteGuideClientTest.java | 170 final AtomicReference<Rectangle> rectangleDelivered = new AtomicReference<Rectangle>(); in listFeatures() 176 public void listFeatures(Rectangle rectangle, StreamObserver<Feature> responseObserver) { in listFeatures() 191 assertEquals(Rectangle.newBuilder() in listFeatures() 208 final AtomicReference<Rectangle> rectangleDelivered = new AtomicReference<Rectangle>(); in listFeatures_error() 215 public void listFeatures(Rectangle rectangle, StreamObserver<Feature> responseObserver) { in listFeatures_error() 229 assertEquals(Rectangle.newBuilder() in listFeatures_error()
|
/external/python/cpython2/PC/VS7.1/ |
D | python20.wse | 555 Rectangle=188 234 244 253 566 Rectangle=264 234 320 253 576 Rectangle=10 225 320 226 581 Rectangle=108 11 323 33 593 Rectangle=108 58 321 219 602 Rectangle=108 40 313 58 619 Rectangle=6 6 204 186 630 Rectangle=209 8 265 26 639 Rectangle=209 31 265 50 671 Rectangle=188 234 244 251 [all …]
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJCustomFilter.java | 72 void customFilter(ShortBuffer coeffBuffer, Rectangle bufferRegion, in customFilter() 73 Rectangle planeRegion, int componentID, int transformID, in customFilter()
|
D | TJTransform.java | 36 public class TJTransform extends Rectangle { 202 public TJTransform(Rectangle r, int op, int options, in TJTransform()
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 383 struct Rectangle struct 385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() function 396 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight, 398 void setViewport (const RenderContext& renderCtx, const Rectangle& rect); 399 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect, 423 using details::Rectangle;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | IndicInputMethod.java | 13 import java.awt.Rectangle; 69 public void notifyClientWindowChange(Rectangle bounds) { in notifyClientWindowChange()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | app_ui_test.py | 100 self.assertEquals(node.bounds, geometry.Rectangle([121, 50], [1424, 178])) 109 self.assertEquals(node.bounds, geometry.Rectangle([16, 466], [128, 578])) 132 self.assertEquals(node.bounds, geometry.Rectangle([16, 578], [128, 690]))
|
/external/grpc-grpc/examples/python/multiplex/ |
D | route_guide_pb2_grpc.py | 24 request_serializer=route__guide__pb2.Rectangle.SerializeToString, 97 request_deserializer=route__guide__pb2.Rectangle.FromString,
|
/external/grpc-grpc/examples/python/route_guide/ |
D | route_guide_pb2_grpc.py | 24 request_serializer=route__guide__pb2.Rectangle.SerializeToString, 97 request_deserializer=route__guide__pb2.Rectangle.FromString,
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 454 public Rectangle getClipBounds() in getClipBounds() 459 public Rectangle getClipBounds(Rectangle r) in getClipBounds() 464 public Rectangle getClipRect() in getClipRect() 514 public boolean hit(Rectangle rect, Shape s, boolean onStroke) in hit()
|
/external/grpc-grpc/examples/protos/ |
D | route_guide.proto | 36 // Obtains the Features available within the given Rectangle. Results are 40 rpc ListFeatures(Rectangle) returns (stream Feature) {} 66 message Rectangle { message
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_value.cpp | 30 {XFA_Element::Rectangle, 1, XFA_PROPERTYFLAG_OneOf}, 84 ASSERT(!node || node->GetElementType() == XFA_Element::Rectangle); in GetRectangleIfExists()
|
/external/grpc-grpc-java/examples/src/main/proto/ |
D | route_guide.proto | 35 // Obtains the Features available within the given Rectangle. Results are 39 rpc ListFeatures(Rectangle) returns (stream Feature) {} 65 message Rectangle { message
|
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/ |
D | route_guide.proto | 35 // Obtains the Features available within the given Rectangle. Results are 39 rpc ListFeatures(Rectangle) returns (stream Feature) {} 65 message Rectangle { message
|