OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fMethod
(Results
1 - 17
of
17
) sorted by null
/external/junit/src/org/junit/runners/model/
FrameworkMethod.java
19
final Method
fMethod
;
25
fMethod
= method;
32
return
fMethod
;
45
return
fMethod
.invoke(target, params);
54
return
fMethod
.getName();
68
if (
fMethod
.getParameterTypes().length != 0)
69
errors.add(new Exception("Method " +
fMethod
.getName() + " should have no parameters"));
82
if (Modifier.isStatic(
fMethod
.getModifiers()) != isStatic) {
84
errors.add(new Exception("Method " +
fMethod
.getName() + "() " + state + " be static"));
86
if (!Modifier.isPublic(
fMethod
.getDeclaringClass().getModifiers())
[
all
...]
NoGenericTypeParametersValidator.java
12
private final Method
fMethod
;
15
this.
fMethod
= method;
19
for (Type each :
fMethod
.getGenericParameterTypes())
25
errors.add(new Exception("Method " +
fMethod
.getName()
/external/javassist/sample/
Test.java
37
CtMethod
fMethod
= cc.getDeclaredMethod("f");
38
CtMethod gMethod = CtNewMethod.copy(
fMethod
, "g", cc, null);
/external/junit/src/org/junit/internal/runners/
TestMethod.java
21
private final Method
fMethod
;
25
fMethod
= method;
30
return
fMethod
.getAnnotation(Ignore.class) != null;
34
Test annotation=
fMethod
.getAnnotation(Test.class);
42
Test annotation=
fMethod
.getAnnotation(Test.class);
66
fMethod
.invoke(test);
/external/skia/bench/
BitmapScaleBench.cpp
119
SkBitmapScaler::ResizeMethod
fMethod
;
124
PixmapScalerBench(SkBitmapScaler::ResizeMethod method, const char suffix[]) :
fMethod
(method) {
150
SkBitmapScaler::Resize(dst, src,
fMethod
);
/external/junit/src/org/junit/experimental/theories/internal/
AllMembersSupplier.java
25
private final FrameworkMethod
fMethod
;
28
fMethod
= dataPointMethod;
34
return
fMethod
.invokeExplosively(null);
49
return
fMethod
.getName();
/frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java
52
+ "
fMethod
calls: " + fMethodCalls
174
int count =
fMethod
();
179
public int
fMethod
() {
/external/owasp/sanitizer/lib/junit/
junit-dep.jar
junit.jar
/external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar
/prebuilts/tools/common/m2/repository/junit/junit/4.10/
junit-4.10.jar
/prebuilts/tools/common/m2/repository/junit/junit-dep/4.10/
junit-dep-4.10.jar
/external/libphonenumber/lib/
junit-4.8.1.jar
/prebuilts/tools/common/m2/repository/junit/junit/4.8.2/
junit-4.8.2.jar
/libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 556 milliseconds