Home
last modified time | relevance | path

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

/external/annotation-tools/scene-lib/src/annotations/io/classfile/
DClassAnnotationSceneReader.java166 AMethod aMethod = aClass.methods.vivify(name+desc); in visitMethod() local
167 return new MethodAnnotationSceneReader(name, desc, signature, aMethod); in visitMethod()
759 private void handleMethodReceiver(AMethod aMethod) { in handleMethodReceiver() argument
761 aMethod.receiver.type in handleMethodReceiver()
764 aMethod.receiver.type in handleMethodReceiver()
773 private void handleMethodLocalVariable(AMethod aMethod) { in handleMethodLocalVariable() argument
775 aMethod.body.locals.vivify(makeLocalLocation()) in handleMethodLocalVariable()
778 aMethod.body.locals.vivify(makeLocalLocation()) in handleMethodLocalVariable()
787 private void handleMethodObjectCreation(AMethod aMethod) { in handleMethodObjectCreation() argument
789 aMethod.body.news.vivify(makeOffset(false)) in handleMethodObjectCreation()
[all …]
DClassAnnotationSceneWriter.java631 private final AMethod aMethod; field in ClassAnnotationSceneWriter.MethodAnnotationSceneWriter
655 this.aMethod = aClass.methods.vivify(name+desc); in MethodAnnotationSceneWriter()
728 && aMethod.lookup(name) != null); in shouldSkipExisting()
760 for (Annotation tla : aMethod.tlAnnotationsHere) { in ensureVisitMethodDeclarationAnnotations()
777 for (Annotation tla : aMethod.returnType.tlAnnotationsHere) { in ensureVisitReturnTypeAnnotations()
791 aMethod.returnType.innerTypes.entrySet()) { in ensureVisitReturnTypeAnnotations()
815 aMethod.bounds.entrySet()) { in ensureVisitTypeParameterBoundAnnotations()
857 aMethod.body.locals.entrySet()) { in ensureVisitLocalVariablesAnnotations()
903 aMethod.body.news.entrySet()) { in ensureVisitObjectCreationAnnotations()
953 aMethod.parameters.entrySet()) { in ensureVisitParameterAnnotations()
[all …]
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
Dvisitor_scenarios.story9 public void aMethod(){
41 public void aMethod(){
59 public void aMethod(){
Dparsing_scenarios.story31 …final protected /*comment2*/ native List<String> /*comment2*/ aMethod(int a, String b) throws /*co…
35 Then method 1 in class 1 declaration as a String is "protected final native List<String> aMethod(in…
45 …final protected /*comment2*/ native List<String> /*comment2*/ aMethod(int a, String b) throws /*co…
49 Then method 1 in class 1 declaration as a String short form is "List<String> aMethod(int a, String …
61 public void aMethod(){
70 public void aMethod(){
89 public void aMethod(){
98 public void aMethod(){
117 public void aMethod(){
126 public void aMethod(){
Dcomment_attribution_scenarios.story8 public void aMethod(){
82 public void aMethod() {
433 void aMethod(){}
441 void aMethod() {
449 void aMethod(){
459 void aMethod() {
Dcomment_parsing_scenarios.story8 public void aMethod(){
158 void aMethod(){
/external/clang/test/SemaObjC/
Dcompare-qualified-class.m49 - (ClassA<ProtocolY> *)aMethod; method
54 - (ClassA<ProtocolY> *)aMethod { method
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java312 assertThat(new AClassWithDifficultArgs().aMethod("bc")).isEqualTo("abc"); in shouldAllowLooseSignatureMatches()
318 protected Object aMethod(Object s) { in aMethod() method in ShadowWranglerIntegrationTest.ShadowAClassWithDifficultArgs
325 public CharSequence aMethod(CharSequence s) { in aMethod() method in ShadowWranglerIntegrationTest.AClassWithDifficultArgs
/external/clang/test/Index/
Dannotate-attribute.cpp5 __attribute__((annotate("spiffy_method"))) void aMethod();
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
DReferencesToParameter.java.txt7 public void aMethod(int foo){
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassThatRefersToAForgettableClassInMethodCalls.java8 AClassToForget aMethod(int a, AClassToForget aClassToForget, String b) { in aMethod() method in AClassThatRefersToAForgettableClassInMethodCalls
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
DSerialVersionUIDAdderTest.classSerialVersionUIDAdderTest.java package org.objectweb.asm.commons public org.objectweb.asm.commons ...
DSerialVersionUIDAdderTest.java55 public Object[] aMethod() { in aMethod() method in SerialVersionUIDAdderTest
/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/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];