/external/clang/test/SemaObjC/ |
D | category-1.m | 3 @interface MyClass1 @end 7 @interface MyClass1 (Category1) <p1> // expected-warning {{cannot find protocol definition for 'p1… 10 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'… 13 @interface MyClass1 (Category3) 16 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}} 17 @interface MyClass1 (Category5) @end 18 @interface MyClass1 (Category6) @end 19 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}} 20 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}} 23 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego… [all …]
|
D | invalid-objc-decls-1.m | 3 @interface Super @end 4 Super s1; // expected-error{{interface type cannot be statically allocated}} 6 extern Super e1; // expected-error{{interface type cannot be statically allocated}} 9 Super s1; // expected-error{{interface type cannot be statically allocated}} 14 @interface INTF 16 Super ivar1; // expected-error{{interface type cannot be statically allocated}} 21 Super objField; // expected-error{{interface type cannot be statically allocated}} 24 @interface MyIntf 26 Super<P1> ivar1; // expected-error{{interface type cannot be statically allocated}} 30 Super foo( // expected-error{{interface interface type 'Super' cannot be returned by value; did you… [all …]
|
D | class-def-test-1.m | 5 @interface SUPER <SUPER> @end // expected-warning {{cannot find protocol definition for 'SUPER'}} 9 @interface INTF @end // expected-error {{redefinition of 'INTF' as different kind of symbol}} 11 @interface OBJECT @end // expected-note {{previous definition is here}} 13 @interface INTF1 : OBJECT @end // expected-note {{previous definition is here}} 15 @interface INTF1 : OBJECT @end // expected-error {{duplicate interface definition for class 'INTF1'… 20 @interface INTF2 : OBJECT2 @end // expected-error {{redefinition of 'OBJECT2' as different kind of … 25 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', su… 28 @interface NSObject @end 30 @interface XCElementUnit : TD_NSObject {}
|
D | class-proto-1.m | 3 @interface INTF1 @end 15 @interface I1 <p1> @end 17 @interface E1 <p2> @end // expected-warning {{cannot find protocol definition for 'p2'}} 22 @interface I2 <p1,p2> @end 24 @interface E2 <p1,p2,p3> @end // expected-warning {{cannot find protocol definition for 'p3'}} 28 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass … 31 @interface I3 : E3 @end 33 @interface U2 @end 35 @interface I4 : U2 <p1,p2>
|
D | property-typecheck-1.m | 3 @interface A 8 @interface A (Cat) 24 @interface C 34 @interface SPeer 40 @interface SPeer_iDisk_remote1 : SPeer 44 @interface SPeer_iDisk_local 48 @interface SSyncSet 51 @interface SSyncSet_iDisk 55 @interface SPeer_iDisk_remote1 (protected) 65 @interface NSArray @end [all …]
|
D | forward-class-1.m | 6 @interface INTF : FOO // expected-error {{attempting to use the forward class 'FOO' as superclass o… 9 @interface FOO 14 @interface INTF1 : FOO 17 @interface INTF2 : INTF1 // expected-note {{previous definition is here}} 23 @interface INTF2 : INTF1 // expected-error {{duplicate interface definition for class 'INTF2'}} 30 @interface NSObject @end 36 @interface XCElementMainImp { 50 @interface A : B {} // expected-error {{attempting to use the forward class 'B' as superclass of 'A… 53 @interface B : A {}
|
D | super-class-protocol-conformance.m | 4 @interface NSObject @end 13 @interface TopClass : NSObject <TopProtocol> {} 16 @interface SubClass : TopClass <SubProtocol> {} 19 @interface SubClass1 : TopClass {} 30 @interface SubClass2 : TopClass<TopProtocol> 35 @interface SubClass3 : TopClass<SubProtocol> @end 38 @interface SubClass4 : SubClass3 @end 45 @interface SubClass5 : SubClass4 <NewProtocol> @end 53 @interface Super <SuperProtocol> 60 @interface INTF : Super <ProtocolWithProperty>
|
D | interface-scope-2.m | 23 @interface NSObject <NSObject> {} 28 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding> 31 @interface NSMutableString : NSString 35 @interface NSResponder : NSObject <NSCoding> {} 41 @interface NSView : NSResponder <NSAnimatablePropertyContainer> { 46 @interface FooiagramView : NSView { 51 @interface _FooiagramViewReserved : NSObject { 60 @interface FooiagramView (FooiagramViewPrivate) 77 @interface WizKing_MIKeep { 95 @interface OingoWerdnaPeon : NSObject {} [all …]
|
D | protocol-warn.m | 6 @interface NSObject <NSObject> @end 8 @interface UIResponder : NSObject 14 @interface UIView : UIResponder 20 @interface UIWebTiledView : UIView 26 @interface UIWebDocumentView : UIWebTiledView 32 @interface UIWebBrowserView : UIWebDocumentView 38 @interface UIPDFView : UIView 44 @interface UIWebPDFView : UIPDFView
|
D | interface-tu-variable.m | 3 @interface XX 4 int x; // expected-error {{cannot declare variable inside @interface or @protocol}} 5 int one=1; // expected-error {{cannot declare variable inside @interface or @protocol}} 9 int ddd; // expected-error {{cannot declare variable inside @interface or @protocol}} 12 @interface XX(CAT) 13 char * III; // expected-error {{cannot declare variable inside @interface or @protocol}} 17 @interface XX() 18 char * III2; // expected-error {{cannot declare variable inside @interface or @protocol}}
|
/external/iproute2/examples/ |
D | dhcp-client-script | 345 ifconfig $interface:dhcp down 346 ifconfig $interface:dhcp1 down 347 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then 348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.255 349 ifconfig $interface:dhcp down 350 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then 351 LOG The interface $interface already configured. 354 ifconfig $interface:dhcp up 363 if DAD "$interface" "$check_ip_address" ; then 372 … DelINETAddr "$interface" "$alias_ip_address" "$alias_subnet_mask" "$alias_broadcast_address" dhcp1 [all …]
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
D | CodeGeneratorTestRunner.pm | 49 my ($self, $interface, $defines) = @_; 51 …foreach my $file ($self->_generateHeaderFile($interface), $self->_generateImplementationFile($inte… 111 my ($self, $interface) = @_; 115 my $idlType = $interface->name; 122 my $parentClassName = _parentClassName($interface); 146 if (my @functions = @{$interface->functions}) { 153 if (my @attributes = @{$interface->attributes}) { 176 my ($self, $interface) = @_; 182 my $idlType = $interface->name; 190 my $parentClassName = _parentClassName($interface); [all …]
|
/external/webrtc/src/system_wrappers/source/ |
D | system_wrappers.gyp | 17 '../interface', 21 '../interface', 25 '../interface/aligned_malloc.h', 26 '../interface/atomic32_wrapper.h', 27 '../interface/condition_variable_wrapper.h', 28 '../interface/cpu_wrapper.h', 29 '../interface/cpu_features_wrapper.h', 30 '../interface/critical_section_wrapper.h', 31 '../interface/event_wrapper.h', 32 '../interface/file_wrapper.h', [all …]
|
/external/clang/test/ASTMerge/Inputs/ |
D | interface2.m | 2 @interface I1 { 8 @interface I2 : I1 { 14 @interface I3 { 21 @interface I4 : I1 { 26 @interface I5 32 @interface I6 37 @interface I7 43 @interface I8 61 @interface I9 <P0> 71 // Forward-declared interface [all …]
|
D | interface1.m | 2 @interface I1 { 8 @interface I2 : I1 { 14 @interface I3 { 21 @interface I4 : I2 { 26 @interface I5 32 @interface I6 38 @interface I7 44 @interface I8 62 @interface I9 <P0> 74 @interface I12 [all …]
|
D | category1.m | 1 @interface I1 5 @interface I1 (Cat1) 10 @interface I1 () 15 @interface I1 (Cat2) 19 @interface I2 23 @interface I2 () 28 @interface I2 (Cat3) 35 @interface I2 (Cat4) 42 @interface I2 (Cat6)
|
D | category2.m | 3 @interface I1 7 @interface I1 (Cat1) 12 @interface I1 () 17 @interface I1 (Cat2) 21 @interface I2 25 @interface I2 () 30 @interface I2 (Cat3) 37 @interface I2 (Cat5) 44 @interface I2 (Cat6)
|
/external/dhcpcd/ |
D | net.h | 86 const struct interface *iface; 97 struct interface *init_interface(const char *); 98 struct interface *discover_interfaces(int, char * const *); 99 void free_interface(struct interface *); 107 int up_interface(struct interface *); 108 int if_conf(struct interface *); 109 int if_init(struct interface *); 113 int if_address(const struct interface *, 125 int if_route(const struct interface *, const struct in_addr *, 137 int open_udp_socket(struct interface *); [all …]
|
D | dhcpcd.h | 84 struct interface { struct 112 struct interface *next; argument 121 extern struct interface *ifaces; 124 struct interface *find_interface(const char *); 136 void start_reboot(struct interface *); 138 void send_decline(struct interface *); 139 void open_sockets(struct interface *); 140 void close_sockets(struct interface *); 141 void drop_config(struct interface *, const char *); 142 int select_profile(struct interface *, const char *);
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMPrivate.h | 29 @interface DOMNode (DOMNodeExtensionsPendingPublic) 36 @interface DOMRGBColor (WebPrivate) 42 @interface DOMRange (WebPrivate) 46 @interface DOMRange (DOMRangeExtensions) 52 @interface DOMElement (WebPrivate) 59 @interface DOMCSSStyleDeclaration (WebPrivate) 64 @interface DOMHTMLDocument (WebPrivate) 72 @interface DOMHTMLInputElement (FormAutoFillTransition) 83 @interface DOMHTMLInputElement (FormPromptAdditions) 87 @interface DOMHTMLTextAreaElement (FormPromptAdditions) [all …]
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 95-configured | 3 # know that setting up the interface is complete. 6 setprop dhcp.${interface}.reason "${reason}" 10 setprop dhcp.${interface}.ipaddress "${new_ip_address}" 11 setprop dhcp.${interface}.gateway "${new_routers%% *}" 12 setprop dhcp.${interface}.mask "${new_subnet_mask}" 13 setprop dhcp.${interface}.leasetime "${new_dhcp_lease_time}" 14 setprop dhcp.${interface}.server "${new_dhcp_server_identifier}" 16 setprop dhcp.${interface}.result "ok" 20 setprop dhcp.${interface}.result "failed" 24 setprop dhcp.${interface}.result "released"
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | WebKit.idl | 159 [default] interface IWebView; 160 interface IWebIBActions; 161 interface IWebViewCSS; 162 interface IWebViewEditing; 163 interface IWebViewUndoableEditing; 164 interface IWebViewEditingActions; 165 interface IWebNotificationObserver; 166 interface IWebViewPrivate; 171 [default] interface IWebIconDatabase; 176 [default] interface IWebMutableURLRequest; [all …]
|
/external/webkit/Source/WebCore/bindings/scripts/ |
D | CodeGenerator.pm | 164 my $interface = shift; 166 for (@{$interface->parents}) { 198 my $interface = shift; 207 push(@$parents, $interface->name); 208 $object->ForAllParents($interface, sub { 209 my $interface = shift; 210 push(@$parents, $interface->name); 219 push(@$parents, $interface->name) if $parents; 222 . @{$interface->constants} . " constants, " 223 . @{$interface->functions} . " functions, " [all …]
|
/external/webrtc/src/modules/audio_processing/main/source/ |
D | Android.mk | 50 $(LOCAL_PATH)/../interface \ 51 $(LOCAL_PATH)/../../../interface \ 52 $(LOCAL_PATH)/../../../../system_wrappers/interface \ 53 $(LOCAL_PATH)/../../aec/main/interface \ 54 $(LOCAL_PATH)/../../aecm/main/interface \ 55 $(LOCAL_PATH)/../../agc/main/interface \ 56 $(LOCAL_PATH)/../../ns/main/interface \ 57 $(LOCAL_PATH)/../../../../common_audio/signal_processing_library/main/interface \ 58 $(LOCAL_PATH)/../../../../common_audio/vad/main/interface
|
/external/clang/test/Analysis/ |
D | pr4209.m | 15 @end @interface NSObject <NSObject> { 23 @interface NSArray : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (NSUInt… 24 @end @interface NSMutableArray : NSArray - (void)addObject:(id)anObject; 26 @interface NSString : NSObject <NSCopying, NSMutableCopying, NSCoding> - (NSUInteger)length; 28 @end @interface NSSimpleCString : NSString { 30 @end @interface NSConstantString : NSSimpleCString @end extern void *_NSConstantStringClassRefer… 31 @interface NSDictionary : NSObject <NSCopying, NSMutableCopying, NSCoding, NSFastEnumeration> - (N… 32 @end @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey; 36 @interface NSResponder : NSObject <NSCoding> { 39 @interface NSCell : NSObject <NSCopying, NSCoding> { [all …]
|