Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
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/llvm-project/clang/test/SemaObjC/
Dcompare-qualified-class.m49 - (ClassA<ProtocolY> *)aMethod; method
54 - (ClassA<ProtocolY> *)aMethod { method
/external/clang/test/SemaObjC/
Dcompare-qualified-class.m49 - (ClassA<ProtocolY> *)aMethod; method
54 - (ClassA<ProtocolY> *)aMethod { method
/external/clang/test/Index/
Dannotate-attribute.cpp5 __attribute__((annotate("spiffy_method"))) void aMethod();
/external/llvm-project/clang/test/Index/
Dannotate-attribute.cpp5 __attribute__((annotate("spiffy_method"))) void aMethod();
Dcomplete-method-decls.m242 - (void)aMethod; method
257 …ethodDecl:{Text -}{HorizontalSpace }{LeftParen (}{Text void}{RightParen )}{TypedText aMethod} (40)
/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/llvm-project/lldb/test/API/lang/objc/objc-ivar-protocols/
Dmain.m4 -(void)aMethod; method
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
DShadowWranglerIntegrationTest.java361 assertThat(new AClassWithDifficultArgs().aMethod("bc")).isEqualTo("abc"); in shouldAllowLooseSignatureMatches()
367 protected Object aMethod(Object s) { in aMethod() method in ShadowWranglerIntegrationTest.ShadowAClassWithDifficultArgs
374 public CharSequence aMethod(CharSequence s) { in aMethod() method in ShadowWranglerIntegrationTest.AClassWithDifficultArgs
/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java322 intf.aMethod(null); in testInterceptingNonBridgeWorks()
331 public T aMethod(T t) { in aMethod() method in MethodInterceptionTest.Superclass
337 RetType aMethod(RetType obj); in aMethod() method
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java320 for (Object aMethod : classNode.methods) { in ClassInfo()
321 MethodNode method = ((MethodNode) aMethod); in ClassInfo()
/external/antlr/runtime/ObjC/Framework/
DLexer.m138 // SEL aMethod = @selector(mTokens);
139 // [[self class] instancesRespondToSelector:aMethod];
DBaseRecognizer.m913 // NSString *aMethod = [NSString stringWithFormat:@"%s", name];