Home
last modified time | relevance | path

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

/external/r8/src/test/examples/invokeempty/
DInvokeEmpty.java12 anA.aMethod(); in main()
13 anB.aMethod(); in main()
DClassA.java11 public void aMethod() { in aMethod() method in ClassA
DClassB.java11 public void aMethod() { in aMethod() method in ClassB
/external/r8/src/test/examples/shaking9/
DSubclass.java9 public void aMethod() { in aMethod() method in Subclass
17 super.aMethod(); in callingSuper()
DSuperclass.java8 public void aMethod() { in aMethod() method in Superclass
/external/r8/src/test/examples/shaking15/
DSubclass.java10 public void aMethod() { in aMethod() method in Subclass
18 super.aMethod(); in callingSuper()
DSuperclass.java8 public void aMethod() { in aMethod() method in Superclass
/external/r8/src/test/examples/throwing/
DThrowing.java214 return on.aMethod(value); in callAMethod()
218 int aMethod(int value) { in aMethod() method in Throwing.Nested
220 return aMethod(value - 1); in aMethod()
DOverloaded.java10 public int aMethod(int x) { in aMethod() method in Overloaded
/external/clang/test/SemaObjC/
Dcompare-qualified-class.m49 - (ClassA<ProtocolY> *)aMethod; method
54 - (ClassA<ProtocolY> *)aMethod { method
/external/r8/src/test/examples/shaking11/
DSuperClass.java8 public void aMethod() { in aMethod() method in SuperClass
DSubclassWithMethod.java8 public void aMethod() { in aMethod() method in SubclassWithMethod
Dkeep-rules.txt12 public void aMethod();
Dkeep-rules-keep-method.txt14 public void aMethod();
/external/r8/src/test/examples/shaking14/
DSuperclass.java7 static int aMethod(int value) { in aMethod() method in Superclass
DSubclass.java7 static int aMethod(int value) { in aMethod() method in Subclass
DShaking.java10 System.out.println(Subclass.aMethod(99)); in main()
/external/clang/test/Index/
Dannotate-attribute.cpp5 __attribute__((annotate("spiffy_method"))) void aMethod();
/external/r8/src/test/examples/memberrebinding/subpackage/
DPackagePrivateClass.java8 public final void aMethod() { in aMethod() method in PackagePrivateClass
/external/r8/src/test/examples/enclosingmethod/
DMain.java9 anInstance.aMethod(); in main()
DOuterClass.java11 public void aMethod() { in aMethod() method in OuterClass
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java270 intf.aMethod(null); in testInterceptingNonBridgeWorks()
277 public T aMethod(T t) { return null; } in aMethod() method in MethodInterceptionTest.Superclass
280 RetType aMethod(RetType obj); in aMethod() method
/external/r8/src/test/examples/memberrebinding/
DMemberrebinding.java25 instance.aMethod(); in main()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRLexer.m138 // SEL aMethod = @selector(mTokens);
139 // [[self class] instancesRespondToSelector:aMethod];
DANTLRBaseRecognizer.m910 // NSString *aMethod = [NSString stringWithFormat:@"%s", name];