Home
last modified time | relevance | path

Searched refs:method1 (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/test/SemaObjCXX/
Dinstantiate-message.mm6 + (ClassMethods *)method1:(void*)ptr;
16 R *result1 = [T method1:arg1];
17 R *result2 = [typename identity<T>::type method1:arg1];
18 …R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type …
25 + (ClassMethods2 *)method1:(int*)ptr;
32 - (InstanceMethods *)method1:(void*)ptr;
39 R *result1 = [receiver method1:arg1];
40 …R *result2 = [im method1:arg1]; // expected-error{{cannot initialize a variable of type 'InstanceM…
47 - (InstanceMethods2 *)method1:(void*)ptr;
/external/clang/test/FixIt/
Dfixit-objc-message.m12 - (int)method1:(int)x second:(float)y;
18 a method1:5+2 second:+(3.14159)];
19 a method1:[a method1:3 second:j] second:i++]
23 (void)array[a method1:5+2 second:+(3.14159)]];
30 - (int)method1:(int)x second:(float)y;
34 - (int)method1:(int)x second:(float)y {
35 super method1:x second:y];
/external/clang/test/Modules/Inputs/attr-unavailable/
Dtwo.h2 -(void)method1;
5 -(void)method1 __attribute__((unavailable));
/external/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m11 -(void) method1: (Base*) x; // expected-note {{previous declaration is here}}
25 -(void) method1: (Sub*) x; // expected-warning {{method parameter type 'Sub *' does not match super…
39 [base method1:b]; // if base is actuall 'Sub' it will use [Sub method1] with wrong argument.
Dmethod-attributes.m66 -(id)method1; method
76 -(id)method1 __attribute__((aligned(16))) {
Dattr-deprecated.m291 - (void)method1:(S1) x; // expected-error{{is unavailable}}
295 - (void)method1:(S1) x; // expected-error{{is unavailable}}
/external/clang/test/Modules/
Dmethod_pool.m15 [object method1];
33 [object method1];
Dattr-unavailable.m6 [x method1];
/external/clang/test/Modules/Inputs/
DMethodPoolB.h11 - (int)method1;
DMethodPoolA.h6 + (int)method1;
/external/clang/test/Analysis/inlining/
DInlineObjCInstanceMethod.m72 - (int) method1 { method
89 - (void) method1 { method
/external/clang/test/ASTMerge/Inputs/
Dcategory1.m11 - (int)method1;
Dcategory2.m13 - (Int)method1;
/external/smali/baksmali/src/test/resources/LocalTest/
DLocalTest.smali6 .method public static method1()V
/external/clang/test/Index/
Dcomplete-objc-message.m126 - (void)method1; method
134 [b method1];
135 b method1];
303 // CHECK-CCI: ObjCInstanceMethodDecl:{ResultType void}{TypedText method1} (37)
/external/ppp/pppd/
Dccp.c1430 char method1[64]; local
1438 strlcpy(method1, method_name(go, NULL), sizeof(method1));
1440 method1, method_name(ho, NULL));
/external/clang/test/SemaCXX/
Dwarn-thread-safety-analysis.cpp935 int method1(int i) SHARED_LOCKS_REQUIRED(mu2) EXCLUSIVE_LOCKS_REQUIRED(mu1);
938 int Foo::method1(int i) { in method1() function in thread_annot_lock_27_modified::Foo
958 a.method1(1); in main()
1093 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2);
1099 int Foo::method1(int i) in method1() function in thread_annot_lock_66_modified::Foo
1111 a.method1(1); in main()
1500 int method1(int i) SHARED_LOCKS_REQUIRED(mu1, mu, mu2, mu3);
1506 int Foo::method1(int i) { in method1() function in thread_annot_lock_67_modified::Foo
1513 a.method1(1); // expected-warning {{calling function 'method1' requires holding mutex 'a.mu1'}} \ in main()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/test/ARCMT/
Dobjcmt-atomic-property.m207 - (id)method1 ALIGNED NS_AVAILABLE;
Dobjcmt-atomic-property.m.result183 @property (strong) id method1 ALIGNED NS_AVAILABLE;
Dobjcmt-property.m210 - (id)method1 ALIGNED NS_AVAILABLE;
Dobjcmt-ns-nonatomic-iosonly.m214 - (id)method1 ALIGNED NS_AVAILABLE;
Dobjcmt-property.m.result186 @property (nonatomic, strong) id method1 ALIGNED NS_AVAILABLE;
Dobjcmt-ns-nonatomic-iosonly.m.result190 @property (NS_NONATOMIC_IOSONLY, strong) id method1 ALIGNED NS_AVAILABLE;
/external/dexmaker/src/main/java/com/google/dexmaker/stock/
DProxyBuilder.java622 public int compare(Method method1, Method method2) { in getMethodsToProxyRecursive()
623 return method1.toString().compareTo(method2.toString()); in getMethodsToProxyRecursive()

12