Home
last modified time | relevance | path

Searched refs:doSomethingElse (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaObjC/
Dprotocol-qualified-class-unsupported.m31 static void doSomethingElse(id <Func> pleaseConvertToThisType) { function
38 doSomethingElse([Derived self]);
39 doSomethingElse([Derived2 self]);
/external/guice/jdk8-tests/test/com/google/inject/jdk8/
DDefaultMethodInterceptionTest.java179 String doSomethingElse(); in doSomethingElse() method
185 public String doSomethingElse() { in doSomethingElse() method in DefaultMethodInterceptionTest.BazImpl
202 assertEquals("BazImpl", baz.doSomethingElse()); in testInterception_ofAllMethodsOnType()
219 assertEquals("BazImpl", baz.doSomethingElse()); in testInterception_ofAllMethodsOnType_interceptsInheritedDefaultMethod()
/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DChildWithSameParentFieldInjectionTest.java37 public void doSomethingElse() { in doSomethingElse() method in ChildWithSameParentFieldInjectionTest.System
/external/clang/test/SemaCXX/
Dwarn-unused-private-field.cpp178 void doSomethingElse() {} in doSomethingElse() function in mutual_friends::C
Dwarn-thread-safety-analysis.cpp2168 doSomethingElse(); in doSomething()
2172 void doSomethingElse() EXCLUSIVE_LOCKS_REQUIRED(this) { in doSomethingElse() function in SelfLockingTest::MyLock