/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionMethodDeclarationTest.java | 50 void myMethod(int a, char c) { in myMethod() method in ReflectionMethodDeclarationTest.Foo 61 …ResolvedMethodDeclaration myMethod = foo.getAllMethods().stream().filter(m -> m.getName().equals("… in testParameterNameOnClassesFromThisProject() local 63 assertEquals("arg0", myMethod.getParam(0).getName()); in testParameterNameOnClassesFromThisProject() 64 assertEquals("arg1", myMethod.getParam(1).getName()); in testParameterNameOnClassesFromThisProject()
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-conflict-1.m | 14 - (void)myMethod:(NSArray *)object; 19 - (void)myMethod:(NSObject *)object { 30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}} 35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementat…
|
D | method-lookup-4.m | 31 - (void)myMethod { } method 47 [self myMethod]; 48 [super myMethod];
|
D | default-synthesize-2.m | 52 - (void) myMethod { method 68 - (id) myMethod { method 82 - (id) myMethod { method 97 - (id) myMethod 113 - (id) myMethod { method
|
D | method-def-1.m | 13 +- (void)myMethod; // expected-error {{expected selector for Objective-C method}} class 18 - (void)myMethod { } method
|
D | conditional-expr-7.m | 11 - (void)myMethod; method
|
/external/clang/test/SemaObjC/ |
D | method-conflict-1.m | 14 - (void)myMethod:(NSArray *)object; 19 - (void)myMethod:(NSObject *)object { 30 - (void)myMethod:(id <MyProtocol>)object; // broken-note {{previous definition is here}} 35 - (void)myMethod:(MyClass *)object { // broken-warning {{conflicting parameter types in implementat…
|
D | method-lookup-4.m | 31 - (void)myMethod { } method 47 [self myMethod]; 48 [super myMethod];
|
D | default-synthesize-2.m | 52 - (void) myMethod { method 68 - (id) myMethod { method 82 - (id) myMethod { method 97 - (id) myMethod 113 - (id) myMethod { method
|
D | method-def-1.m | 13 +- (void)myMethod; // expected-error {{expected selector for Objective-C method}} class 18 - (void)myMethod { } method
|
D | conditional-expr-7.m | 11 - (void)myMethod; method
|
/external/clang/test/Analysis/ |
D | analyzeOneFunction.m | 28 -(id)myMethod; method 38 -(id)myMethod { method
|
D | refcnt_naming.m | 30 - (NSURL *)myMethod:(NSString *)inString; 39 - (NSURL *)myMethod:(NSString *)inString
|
D | NSPanel.m | 68 - (void)myMethod; method 73 - (void)myMethod
|
/external/llvm-project/clang/test/Analysis/ |
D | analyzeOneFunction.m | 28 -(id)myMethod; method 38 -(id)myMethod { method
|
D | refcnt_naming.m | 30 - (NSURL *)myMethod:(NSString *)inString; 39 - (NSURL *)myMethod:(NSString *)inString
|
D | NSPanel.m | 68 - (void)myMethod; method 73 - (void)myMethod
|
/external/llvm-project/clang/test/Index/ |
D | complete-at-exprstmt.m | 4 - (int)myMethod:(int)arg; 8 - (int)myMethod:(int)arg { 51 // CHECK-CC4: NotImplemented:{TypedText myMethod:} (40)
|
/external/clang/test/Index/ |
D | complete-at-exprstmt.m | 4 - (int)myMethod:(int)arg; 8 - (int)myMethod:(int)arg { 51 // CHECK-CC4: NotImplemented:{TypedText myMethod:} (40)
|
/external/clang/test/SemaTemplate/ |
D | dependent-expr.cpp | 46 template<typename OT> int myMethod() in myMethod() function
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | GetValuesDebuggee.java | 76 public void myMethod() { in myMethod() method in MyThread
|
D | GetValues003Debuggee.java | 96 public void myMethod() { in myMethod() method in GetValues003DebuggeeThread
|
D | SetValues004Debuggee.java | 171 public void myMethod() { in myMethod() method in SetValues004DebuggeeThread
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/ |
D | GetValues005Debuggee.java | 94 public void myMethod() { in myMethod() method in GetValues005DebuggeeThread
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | dependent-expr.cpp | 45 template<typename OT> int myMethod() in myMethod() function
|