Home
last modified time | relevance | path

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

12

/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/reflectionmodel/
DReflectionMethodDeclarationTest.java50 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/
Dmethod-conflict-1.m14 - (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…
Dmethod-lookup-4.m31 - (void)myMethod { } method
47 [self myMethod];
48 [super myMethod];
Ddefault-synthesize-2.m52 - (void) myMethod { method
68 - (id) myMethod { method
82 - (id) myMethod { method
97 - (id) myMethod
113 - (id) myMethod { method
Dmethod-def-1.m13 +- (void)myMethod; // expected-error {{expected selector for Objective-C method}} class
18 - (void)myMethod { } method
Dconditional-expr-7.m11 - (void)myMethod; method
/external/clang/test/SemaObjC/
Dmethod-conflict-1.m14 - (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…
Dmethod-lookup-4.m31 - (void)myMethod { } method
47 [self myMethod];
48 [super myMethod];
Ddefault-synthesize-2.m52 - (void) myMethod { method
68 - (id) myMethod { method
82 - (id) myMethod { method
97 - (id) myMethod
113 - (id) myMethod { method
Dmethod-def-1.m13 +- (void)myMethod; // expected-error {{expected selector for Objective-C method}} class
18 - (void)myMethod { } method
Dconditional-expr-7.m11 - (void)myMethod; method
/external/clang/test/Analysis/
DanalyzeOneFunction.m28 -(id)myMethod; method
38 -(id)myMethod { method
Drefcnt_naming.m30 - (NSURL *)myMethod:(NSString *)inString;
39 - (NSURL *)myMethod:(NSString *)inString
DNSPanel.m68 - (void)myMethod; method
73 - (void)myMethod
/external/llvm-project/clang/test/Analysis/
DanalyzeOneFunction.m28 -(id)myMethod; method
38 -(id)myMethod { method
Drefcnt_naming.m30 - (NSURL *)myMethod:(NSString *)inString;
39 - (NSURL *)myMethod:(NSString *)inString
DNSPanel.m68 - (void)myMethod; method
73 - (void)myMethod
/external/llvm-project/clang/test/Index/
Dcomplete-at-exprstmt.m4 - (int)myMethod:(int)arg;
8 - (int)myMethod:(int)arg {
51 // CHECK-CC4: NotImplemented:{TypedText myMethod:} (40)
/external/clang/test/Index/
Dcomplete-at-exprstmt.m4 - (int)myMethod:(int)arg;
8 - (int)myMethod:(int)arg {
51 // CHECK-CC4: NotImplemented:{TypedText myMethod:} (40)
/external/clang/test/SemaTemplate/
Ddependent-expr.cpp46 template<typename OT> int myMethod() in myMethod() function
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DGetValuesDebuggee.java76 public void myMethod() { in myMethod() method in MyThread
DGetValues003Debuggee.java96 public void myMethod() { in myMethod() method in GetValues003DebuggeeThread
DSetValues004Debuggee.java171 public void myMethod() { in myMethod() method in SetValues004DebuggeeThread
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
DGetValues005Debuggee.java94 public void myMethod() { in myMethod() method in GetValues005DebuggeeThread
/external/llvm-project/clang/test/SemaTemplate/
Ddependent-expr.cpp45 template<typename OT> int myMethod() in myMethod() function

12