/external/clang/test/SemaObjC/ |
D | property-9-impl-method.m | 21 typedef struct _NSRect {} NSRect; typedef 23 extern void NSDivideRect(NSRect inRect, NSRect * slice, NSRect * rem, CGFloat amount, NSRectEdge ed… 35 -(NSRect) bounds; 54 @property(readonly) NSRect headerRect; 61 NSRect dummy, result = {};
|
D | property-error-readonly-assign.m | 24 } NSRect; typedef 26 NSRect NSMakeRect(); 30 NSRect _frame; 32 - (NSRect)frame;
|
D | continuation-class-property.m | 32 } NSRect; typedef 36 @property (readonly) NSRect foo; // expected-note {{property declared here}} 42 @property (readwrite, strong) NSRect bar; // expected-error {{type of property 'NSRect' in class ex…
|
D | objc-boxed-expressions-nsvalue.m | 15 } NSRect; 48 NSRect rect; 63 NSRect ns_rect;
|
D | message.m | 30 } NSRect; 33 - (NSRect)rect; 42 NSRect r = [obj rect];
|
D | super-cat-prot.m | 11 typedef struct _NSRect {} NSRect; typedef 36 @interface NSView (NSView_IBViewProtocol) <IBViewProtocol> - (NSRect)layoutRect; @end
|
/external/clang/test/CodeGenObjC/ |
D | 2007-05-02-Strong.m | 6 } NSRect; typedef 8 __attribute__((objc_gc(strong))) NSRect *_cachedRectArray; 9 extern const NSRect NSZeroRect; 18 NSRect appendRect = NSZeroRect;
|
D | arc-linetable-autorelease.m | 19 typedef CGRect NSRect; typedef 20 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h); 22 + (NSBezierPath *)bezierPathWithRoundedRect:(NSRect)rect xRadius:(CGFloat)xRadius yRadius:(CGFloat)… argument 27 NSRect rect = NSMakeRect(0, 0, width, height);
|
/external/skia/src/views/mac/ |
D | SkTextFieldCell.m | 11 - (NSRect)drawingRectForBounds:(NSRect)theRect { argument 12 NSRect newRect = [super drawingRectForBounds:theRect]; 24 - (void)selectWithFrame:(NSRect)aRect 41 - (void)editWithFrame:(NSRect)aRect argument
|
D | skia_mac.mm | 16 - (id)initWithFrame: (NSRect)frame ; argument 23 - (id)initWithFrame: (NSRect)frame { argument 65 NSRect windowRect = NSMakeRect(100, 100, 1000, 1000); 68 NSRect rect = [NSWindow contentRectForFrameRect:windowRect styleMask:windowStyle];
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2008-04-22-ByValBitcast.ll | 6 %struct.NSRect = type { [4 x float] } 10 %tmp1 = bitcast i8* %context to %struct.NSRect* ; <%struct.NSRect*> [#uses=1] 11 call void (i32, ...) @bar( i32 3, %struct.NSRect* byval align 4 %tmp1 ) nounwind
|
/external/clang/test/SemaObjCXX/ |
D | objc-boxed-expressions-nsvalue.mm | 15 } NSRect; 50 NSRect rect; 65 NSRect ns_rect; 106 void test_template_1(NSRect rect, NonTriviallyCopyable ntc) { 111 template <unsigned i> id boxRect(NSRect rect) { return @(rect); } 113 void test_template_2(NSRect rect, NonTriviallyCopyable ntc) {
|
/external/clang/test/Analysis/ |
D | default-analyze.m | 44 typedef CGRect NSRect; typedef 47 static __inline__ __attribute__((always_inline)) CGFloat NSWidth(NSRect aRect) { 51 static __inline__ __attribute__((always_inline)) CGFloat NSHeight(NSRect aRect) { 58 NSRect myRect;
|
D | NSPanel.m | 28 typedef struct _NSPoint {} NSRect; typedef 29 …_inline__ __attribute__((always_inline)) NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloa… 55 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
|
D | NSWindow.m | 20 typedef struct _NSPoint {} NSRect; typedef 21 NSRect NSMakeRect(CGFloat x, CGFloat y, CGFloat w, CGFloat h); 38 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument 39 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)aStyle backing:(NSBackingStoreT… argument
|
/external/clang/test/Parser/ |
D | objcxx11-initialized-temps.mm | 23 typedef CGRect NSRect; typedef 25 void HappySetFrame(NSRect frame) {} 31 - (void) sadSetFrame: (NSRect)frame {} argument
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-15-LiveVariableBug.ll | 16 %struct.NSRect = type { %struct.CGPoint, %struct.CGPoint } 22 …%struct.NSView = type { %struct.NSResponder, %struct.NSRect, %struct.NSRect, %struct.NSObject*, %s… 23 …%struct.NSWindow = type { %struct.NSResponder, %struct.NSRect, %struct.NSObject*, %struct.NSObject… 24 …NSRect, i32, %struct.NSAssertionHandler*, %struct.NSUndoManager*, %struct.NSWindowController*, %st…
|
/external/clang/test/Sema/ |
D | init-struct-qualified.c | 6 typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect; typedef 12 const NSRect canvasRect = { NSZeroPoint, canvasSize() }; in func()
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration.mm | 24 - (NSRect)convertRectToBacking:(NSRect)aRect; argument 33 DesktopRect NSRectToDesktopRect(const NSRect& ns_rect) { 69 NSRect ns_bounds = [screen frame]; 77 NSRect ns_pixel_bounds = [screen convertRectToBacking: ns_bounds];
|
/external/webrtc/webrtc/test/mac/ |
D | video_renderer_mac.mm | 53 NSRect screenFrame = [[NSScreen mainScreen] frame]; 67 NSRect windowFrame = NSMakeRect(xOrigin, yOrigin, width_, height_); 73 NSRect viewFrame = NSMakeRect(0, 0, width_, height_);
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
D | APPRTCAppDelegate.m | 33 NSRect visibleRect = [screen visibleFrame]; 34 NSRect windowRect = NSMakeRect(NSMidX(visibleRect),
|
/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
D | testAPI_mac.mm | 38 NSRect outWindowFrame = NSMakeRect(200, 800, width + 20, height + 20); 48 NSRect cocoaRendererFrame = NSMakeRect(10, 10, width, height);
|
/external/opencv3/modules/highgui/src/ |
D | window_cocoa.mm | 223 NSRect rect = [window frame]; 224 NSRect vrectOld = [[window contentView] frame]; 230 NSRect vrectNew = vrectOld; 259 NSRect frame = [window frame]; 499 NSRect initContentRect = NSMakeRect(0, 0, windowWidth, 0); 501 NSRect dispFrame = [mainDisplay visibleFrame]; 673 //NSRect visible = [[self contentView] frame]; 796 NSRect rect = [self frame]; 900 NSRect r = [slider frame]; 909 - (void)drawRect:(NSRect)rect { argument [all …]
|
/external/webrtc/webrtc/api/objc/ |
D | RTCNSGLVideoView.m | 49 - (void)drawRect:(NSRect)rect { argument 55 NSRect frame = [self frame];
|
/external/skia/example/mac/ |
D | HelloWorldDelegate.mm | 17 NSRect frame = NSMakeRect(fWindow.frame.origin.x, fWindow.frame.origin.y, 768, 1024);
|