Home
last modified time | relevance | path

Searched refs:method6 (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/common_lib/test_utils/
Dmock_demo.py41 def method6(self, error): member in D
65 print d.method6(False)
67 d.method6(True)
123 m3.method6.expect_call(False).and_return(10)
124 m3.method6.expect_call(True).and_raises(MyError("woops"))
/external/clang/test/Index/
Dcomplete-blocks.m38 - method6:(void(^)(block_t block))arg;
42 [d method6:0];
71 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText method6:}{Placeholder ^(block_t bloc…
/external/clang/test/Modules/Inputs/
DMethodPoolBSub2.h2 - (id)method6;
DMethodPoolBSub.h4 - (id)method6;
/external/clang/test/SemaObjC/
Dwarn-superclass-method-mismatch.m16 - method6: (int) x : (float) d; // expected-note {{previous declaration is here}}
31 - method6: (int) x : (double) d; // expected-warning {{method parameter type 'double' does not matc…
/external/clang/test/Modules/
Dmethod_pool.m51 [object method6];