HomeSort by relevance Sort by last modified time
    Searched refs:VogarUtils (Results 1 - 4 of 4) sorted by null

  /cts/tools/utils/
Android.mk 23 LOCAL_SRC_FILES := CollectAllTests.java DescriptionGenerator.java VogarUtils.java
VogarUtils.java 28 public class VogarUtils {
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 256 milliseconds