/external/mockito/src/test/java/org/mockitousage/bugs/creation/ |
D | ConstructorInvokingMethodShouldNotRaiseExceptionTest.java | 28 public HasConstructorInvokingMethod() { someMethod(); } in HasConstructorInvokingMethod() 30 void someMethod() { } in someMethod() method in ConstructorInvokingMethodShouldNotRaiseExceptionTest.WithDumbMethod.HasConstructorInvokingMethod 46 doesIt = someMethod().contains("yup"); in HasConstructorInvokingMethod() 49 String someMethod() { return "tada!"; } in someMethod() method in ConstructorInvokingMethodShouldNotRaiseExceptionTest.UsingMethodObjectReferenceResult.HasConstructorInvokingMethod 65 doesIt = someMethod(); in HasConstructorInvokingMethod() 68 boolean someMethod() { return new Random().nextBoolean(); } in someMethod() method in ConstructorInvokingMethodShouldNotRaiseExceptionTest.UsingMethodPrimitiveResult.HasConstructorInvokingMethod
|
/external/mockito/src/test/java/org/mockito/internal/creation/ |
D | DelegatingMethodTest.java | 18 private Method someMethod, otherMethod; field in DelegatingMethodTest 23 someMethod = Something.class.getMethod("someMethod", Object.class); in setup() 25 delegatingMethod = new DelegatingMethod(someMethod); in setup() 36 DelegatingMethod equal = new DelegatingMethod(someMethod); in equals_should_return_true_when_equal() 52 assertTrue(delegatingMethod.equals(someMethod)); in equals_should_return_true_when_equal_to_method() 57 Object someMethod(Object param); in someMethod() method
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/targets/ |
D | BadCycleClass.java | 20 b.someMethod(); in b.someMethod() 34 void someMethod() { in someMethod() method in BadCycleClass.Child
|
/external/mockito/src/test/java/org/mockitousage/junitrunner/ |
D | DeepStubbingWithJUnitRunnerTest.java | 23 someClass.someMethod(root); in deep_stubs_dont_trigger_unnecessary_stubbing_exception() 29 void someMethod(Root root) { in someMethod() method in DeepStubbingWithJUnitRunnerTest.SomeClass
|
/external/clang/test/SemaObjC/ |
D | delay-parsing-cfunctions.m | 6 - (void)someMethod; method 10 - (void)someMethod { method
|
/external/clang/test/Index/ |
D | complete-lambdas.mm | 13 - someMethod:(A*)a { 17 [self someMethod:a]; 50 // CHECK-CC6-NEXT: ObjCInstanceMethodDecl:{ResultType id}{TypedText someMethod:}{Placeholder (A *)}…
|
/external/clang/test/SemaObjCXX/ |
D | delay-parsing-cfunctions.mm | 11 - (void)someMethod; method 15 - (void)someMethod { method
|
D | delay-parsing-cplusfuncs.mm | 6 - (void)someMethod; method 23 - (void)someMethod { method
|
D | delay-parsing-func-tryblock.mm | 5 - (void)someMethod; method 17 - (void)someMethod { method
|
/external/slf4j/slf4j-migrator/ |
D | LIMITATIONS.txt | 16 public void someMethod(Log l1, Log l2) { 22 public void someMethod(Log l1, Logger l2) {
|
/external/clang/test/CodeGenObjC/ |
D | tentative-cfconstantstring.m | 25 +(NSString *)someMethod { class 29 -(void)someMethod { method
|
/external/clang/test/Analysis/ |
D | objc-message.m | 8 -(void)someMethod; method 23 [o someMethod];
|
D | objc-properties.m | 31 - (void) someMethod: (MyClass*)In; 65 - (void) someMethod: (MyClass*)In {
|
/external/clang/test/Analysis/objc/ |
D | direct-ivar-assignment-in-annotated-functions.m | 18 …- (void) someMethod: (MyClass*)In __attribute__((annotate("objc_no_direct_instance_variable_assign… 46 - (void) someMethod: (MyClass*)In {
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/lexical_preservation_samples/ |
D | MethodWithOneStatement.java.txt | 2 public void someMethod() {
|
/external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/ |
D | TestLocalVariableGenericArray.class | TestLocalVariableGenericArray.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
D | TestLocalVariableGenericArray_Expected.class | TestLocalVariableGenericArray.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
D | TestLocalVariableA_Expected.class | TestLocalVariableA.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
D | TestLocalVariableA.class | TestLocalVariableA.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
D | TestLocalVariable.class | TestLocalVariable.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
D | TestLocalVariable_Expected.class | TestLocalVariable.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
/external/annotation-tools/asmx/test/conform/cases/ |
D | TestLocalVariableGenericArray.expected | TestLocalVariableGenericArray.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
D | TestLocalVariable.expected | TestLocalVariable.java
package annotations.tests.classfile.cases
public annotations.tests.classfile.cases ... |
/external/junit-params/src/test/java/junitparams/ |
D | IgnoringTest.java | 42 private Object[] someMethod() { in someMethod() method in IgnoringTest
|
/external/annotation-tools/scene-lib/test/annotations/tests/classfile/cases/ |
D | TestLocalVariableA.jaif | 21 method someMethod()V:
|