/external/clang/test/Modules/ |
D | method_pool.m | 41 …[object method3]; // expected-warning{{instance method '-method3' not found (return type defaults … 47 char *str = [object method3]; // okay: only found in MethodPoolB.Sub 57 [object method3]; // expected-warning{{multiple methods named 'method3' found}}
|
D | attr-unavailable.m | 13 [x method3]; // expected-error{{'method3' is unavailable}} 14 // expected-note@oneA.h:3 {{'method3' has been explicitly marked unavailable here}} 24 [x method3]; // could be from interface E in module oncC
|
/external/autotest/client/common_lib/test_utils/ |
D | mock_demo.py | 25 def method3(self, z): member in B 36 u = self.method3(t) 55 print b.method3(10) 85 m2.method3.expect_call(10).and_return(10) 112 c.method3.expect_call(4).and_return(5)
|
/external/r8/src/test/examples/assumevalues2/ |
D | Assumevalues.java | 22 method3(); in main() 56 public static void method3() { in method3() method in Assumevalues
|
/external/clang/test/ASTMerge/ |
D | category.m | 7 // CHECK: category2.m:26:1: error: instance method 'method3' has incompatible result types in diffe… 8 // CHECK: category1.m:24:1: note: instance method 'method3' also declared here
|
/external/clang/test/Index/ |
D | complete-blocks.m | 21 - method3:(int (^)(void))b; 25 [b method3:^int(void){ return 0; }]; 60 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType id}{TypedText method3:}{Placeholder ^int(void)b} (…
|
D | complete-synthesized.m | 33 - (short)method3 { method
|
/external/clang/test/Modules/Inputs/attr-unavailable/ |
D | oneC.h | 2 -(void)method3;
|
D | oneA.h | 3 -(void)method3 __attribute__((unavailable));
|
/external/clang/test/Modules/Inputs/ |
D | MethodPoolBSub.h | 2 - (char *)method3;
|
D | MethodPoolASub.h | 2 - (char)method3;
|
/external/testng/src/test/java/test/sample/ |
D | Sample2.java | 25 public void method3() { in method3() method in Sample2
|
D | Sample1.java | 39 public void method3() { in method3() method in Sample1
|
/external/clang/test/FixIt/ |
D | typo.m | 102 - (int)method3:(id)x; 156 - (int)method3; method 160 - (int)method3 { method
|
/external/r8/src/test/java/com/android/tools/r8/shaking/includedescriptorclasses/ |
D | ClassWithNativeMethods.java | 12 public native NativeReturnType method3(NativeArgumentType a); in method3() method in ClassWithNativeMethods
|
D | MainCallMethod3.java | 13 cwnm.method3(null); in main()
|
/external/clang/test/SemaObjC/ |
D | method-attributes.m | 68 - (id) method3: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((… 82 - (id) method3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) {
|
D | warn-superclass-method-mismatch.m | 13 + method3: (int)x1 : (Base *)x2 : (float)x3; // expected-note {{previous declaration is here}} 27 + method3: (int)x1 : (Sub *)x2 : (float)x3; // expected-warning {{method parameter type 'Sub *' doe…
|
/external/testng/src/test/java/test/testng106/ |
D | Test2.java | 17 public void method3() { in method3() method in Test2
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
D | CoverageBuilderTest.java | 200 final MethodCoverageImpl method3 = new MethodCoverageImpl("doit", in testGetBundle() local 202 method3.increment(CounterImpl.COUNTER_1_0, CounterImpl.COUNTER_0_0, 1); in testGetBundle() 203 addClass(3, false, "Sample3", null, method3); in testGetBundle()
|
/external/clang/test/ASTMerge/Inputs/ |
D | category1.m | 24 - (int)method3;
|
D | category2.m | 26 - (float)method3;
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-pragmas-1.h | 56 - (void)method3:(NSError **)error; // expected-note{{passing argument to parameter 'error' here}}
|
/external/python/cpython2/Demo/metaclasses/ |
D | meta-vladimir.txt | 93 def method3(self, *args): pass # additional method3 226 def method3(self, *args): pass # additional method3
|
/external/clang/test/SemaObjCXX/ |
D | nullability-pragmas.mm | 31 …[a method3: a]; // expected-error{{cannot initialize a parameter of type 'NSError * _Nullable * _N…
|