/external/annotation-tools/scene-lib/src/annotations/io/classfile/ |
D | ClassAnnotationSceneReader.java | 166 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 …]
|
D | ClassAnnotationSceneWriter.java | 631 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/ |
D | visitor_scenarios.story | 9 public void aMethod(){ 41 public void aMethod(){ 59 public void aMethod(){
|
D | parsing_scenarios.story | 31 …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(){
|
D | comment_attribution_scenarios.story | 8 public void aMethod(){ 82 public void aMethod() { 433 void aMethod(){} 441 void aMethod() { 449 void aMethod(){ 459 void aMethod() {
|
D | comment_parsing_scenarios.story | 8 public void aMethod(){ 158 void aMethod(){
|
/external/clang/test/SemaObjC/ |
D | compare-qualified-class.m | 49 - (ClassA<ProtocolY> *)aMethod; method 54 - (ClassA<ProtocolY> *)aMethod { method
|
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/ |
D | ShadowWranglerIntegrationTest.java | 312 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/ |
D | annotate-attribute.cpp | 5 __attribute__((annotate("spiffy_method"))) void aMethod();
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/ |
D | ReferencesToParameter.java.txt | 7 public void aMethod(int foo){
|
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/ |
D | AClassThatRefersToAForgettableClassInMethodCalls.java | 8 AClassToForget aMethod(int a, AClassToForget aClassToForget, String b) { in aMethod() method in AClassThatRefersToAForgettableClassInMethodCalls
|
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/ |
D | SerialVersionUIDAdderTest.class | SerialVersionUIDAdderTest.java
package org.objectweb.asm.commons
public org.objectweb.asm.commons ... |
D | SerialVersionUIDAdderTest.java | 55 public Object[] aMethod() { in aMethod() method in SerialVersionUIDAdderTest
|
/external/guice/core/test/com/google/inject/ |
D | MethodInterceptionTest.java | 270 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/ |
D | ANTLRLexer.m | 138 // SEL aMethod = @selector(mTokens); 139 // [[self class] instancesRespondToSelector:aMethod];
|
D | ANTLRBaseRecognizer.m | 910 // NSString *aMethod = [NSString stringWithFormat:@"%s", name];
|