OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNotExecuted
(Results
1 - 5
of
5
) sorted by null
/cts/common/util/src/com/android/compatibility/common/util/
IModuleResult.java
42
int
getNotExecuted
();
IInvocationResult.java
46
int
getNotExecuted
();
InvocationResult.java
70
public int
getNotExecuted
() {
73
numTests += module.
getNotExecuted
();
LightInvocationResult.java
58
mNotExecuted = result.
getNotExecuted
();
96
public int
getNotExecuted
() {
ModuleResult.java
146
public int
getNotExecuted
() {
269
this.mNotExecuted += otherModuleResult.
getNotExecuted
();
Completed in 640 milliseconds