OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VogarUtils
(Results
1 - 4
of
4
) sorted by null
/cts/tools/utils/
VogarUtils.java
28
public class
VogarUtils
{
Android.mk
23
LOCAL_SRC_FILES := CollectAllTests.java DescriptionGenerator.java
VogarUtils
.java
CollectAllTests.java
164
=
VogarUtils
.provideExpectationStore(libcoreExpectationDir);
165
ctsVogarExpectationStore =
VogarUtils
.provideExpectationStore(CTS_EXPECTATION_DIR);
425
} else if (
VogarUtils
.isVogarKnownFailure(expectations,
DescriptionGenerator.java
125
ctsExpectationStore =
VogarUtils
.provideExpectationStore("./" + CTS_EXPECTATION_DIR);
555
if (
VogarUtils
.isVogarKnownFailure(expectationStore, clazz.toString(), name)) {
Completed in 762 milliseconds