/external/clang/test/SemaObjC/ |
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 of 'E3'}} 31 @interface I3 : E3 @end 33 @interface U2 @end 35 @interface I4 : U2 <p1,p2>
|
ContClassPropertyLookup.m | 4 @interface MyObject { 9 @interface MyObject(whatever) 13 @interface MyObject() 22 @interface MPMediaItem 27 @interface MPMediaItem () 31 @interface PodcastEpisodesViewController
|
objc-string-constant.m | 5 @interface NSObject 8 @interface NSString : NSObject 12 @interface NSMutableString : NSString 16 @interface NSSimpleCString : NSString { 23 @interface NSConstantString : NSSimpleCString 27 @interface Subclass : NSObject
|
selector-overload.m | 3 @interface NSObject 12 @interface Foo : NSObject 19 @interface Bar : NSObject 25 @interface Car : NSObject 31 @interface Zar : NSObject 37 @interface Rar : NSObject
|
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 symbol}} 26 @interface INTF3 : PROTO @end // expected-error {{cannot find interface declaration for 'PROTO', superclass of 'INTF3'}} 29 @interface NSObject @en [all...] |
interface-1.m | 4 @interface NSWhatever : 5 NSObject // expected-error {{cannot find interface declaration for 'NSObject'}} 11 @interface A 19 @interface INT1 24 INT1 b[3]; // expected-error {{array of interface 'INT1' is invalid (probably should be an array of pointers)}} 31 @interface FOO // expected-note {{previous definition is here}} 35 @interface FOO // expected-error {{duplicate interface definition for class 'FOO'}}
|
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}}
|
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
|
/external/chromium_org/tools/idl_parser/test_parser/ |
extattr_ppapi.idl | 33 *Interface(Foo) 39 [foo()] interface Foo {}; 42 *Interface(Foo) 48 [foo(1)] interface Foo {}; 51 *Interface(Foo) 57 [foo(1 true 1.2e-3)] interface Foo {}; 60 *Interface(Foo) 67 [foo(null)] interface Foo {}; 70 *Interface(Foo) 75 [foo=1] interface Foo {} [all...] |
/external/clang/test/ASTMerge/Inputs/ |
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 61 // Interface with protocol 62 @interface I9 <P0 [all...] |
/external/clang/test/CodeGenObjC/ |
forward-class-impl-metadata.m | 3 @interface BASE { 11 @interface PVRHandldler 20 @interface PVR : BASE 26 // Reopen of an interface after use. 28 @interface A { 43 @interface B
|
/external/eigen/bench/btl/actions/ |
action_rot.hh | 26 template<class Interface> 37 typename Interface::stl_matrix tmp; 42 Interface::vector_from_stl(A_ref,A_stl); 43 Interface::vector_from_stl(A,A_stl); 44 Interface::vector_from_stl(B_ref,B_stl); 45 Interface::vector_from_stl(B,B_stl); 58 Interface::free_vector(A); 59 Interface::free_vector(B); 60 Interface::free_vector(A_ref); 61 Interface::free_vector(B_ref) [all...] |
action_ger.hh | 26 template<class Interface> 37 typename Interface::stl_matrix tmp; 44 Interface::matrix_from_stl(A_ref,A_stl); 45 Interface::matrix_from_stl(A,A_stl); 46 Interface::vector_from_stl(B_ref,B_stl); 47 Interface::vector_from_stl(B,B_stl); 48 Interface::vector_from_stl(X_ref,X_stl); 49 Interface::vector_from_stl(X,X_stl); 62 Interface::free_matrix(A,_size); 63 Interface::free_vector(B) [all...] |
action_syr2.hh | 31 template<class Interface> 41 typename Interface::stl_matrix tmp; 48 Interface::matrix_from_stl(A_ref,A_stl); 49 Interface::matrix_from_stl(A,A_stl); 50 Interface::vector_from_stl(B_ref,B_stl); 51 Interface::vector_from_stl(B,B_stl); 52 Interface::vector_from_stl(X_ref,X_stl); 53 Interface::vector_from_stl(X,X_stl); 65 Interface::free_matrix(A,_size); 66 Interface::free_vector(B) [all...] |
/prebuilts/sdk/5/ |
framework.aidl | 0 interface android.accounts.IAccountManager; 2 interface android.accounts.IAccountManagerResponse; 3 interface android.accounts.IAccountAuthenticator; 4 interface android.accounts.IAccountAuthenticatorResponse; 22 interface com.android.internal.view.IInputContext; 23 interface com.android.internal.view.IInputMethod; 24 interface com.android.internal.view.IInputMethodCallback; 25 interface com.android.internal.view.IInputMethodClient; 26 interface com.android.internal.view.IInputMethodManager; 27 interface com.android.internal.view.IInputMethodSession [all...] |
/device/samsung/manta/sepolicy/ |
gpsd.te | 1 # gpsd on manta uses /data/.gps.interface.pipe.to_gpsd, 2 # /data/.gps.interface.pipe.to_jni, /data/.gpsd.lock,
|
system.te | 3 # Label the .gps.interface.pipe.to_jni pipe with gps_data_file. 4 type_transition system system_data_file:fifo_file gps_data_file ".gps.interface.pipe.to_jni";
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/ |
BCKeyStore.java | 6 * all BC provider keystores implement this interface. 8 public interface BCKeyStore
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
PreCompInfo.java | 4 * Interface for classes storing precomputation data for multiplication 8 interface PreCompInfo
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 19 #define GR_GL_GET_PROC(F) interface->f ## F = (GrGL ## F ## Proc) \ 21 #define GR_GL_GET_PROC_SUFFIX(F, S) interface->f ## F = (GrGL ## F ## Proc) \ 44 GrGLInterface* interface = new GrGLInterface(); local 46 interface->fActiveTexture = glActiveTexture; 52 interface->fBindTexture = glBindTexture; 53 interface->fBlendFunc = glBlendFunc; 63 interface->fClear = glClear; 64 interface->fClearColor = glClearColor; 65 interface->fClearStencil = glClearStencil; 66 interface->fClientActiveTexture = glClientActiveTexture [all...] |
/external/clang/test/Index/Inputs/ |
complete-pch.h | 1 @interface A 6 @interface B
|
objc.h | 1 @interface Base { 9 @interface Sub : Base
|
/external/clang/test/Index/ |
boxed-exprs.h | 2 @interface NSString @end 4 @interface NSString (NSStringExtensionMethods)
|
/external/clang/test/Modules/Inputs/ |
category_left_sub.h | 1 @interface Foo(LeftSub) <P1> 10 @interface Foo(LeftP3) <P3>
|
def.h | 5 @interface A { 11 @interface Def
|