Home
last modified time | relevance | path

Searched refs:VogarUtils (Results 1 – 4 of 4) sorted by relevance

/cts/tools/utils/
DAndroid.mk23 LOCAL_SRC_FILES := CollectAllTests.java DescriptionGenerator.java VogarUtils.java
DCollectAllTests.java175 = VogarUtils.provideExpectationStore(libcoreExpectationDir); in main()
176 ctsVogarExpectationStore = VogarUtils.provideExpectationStore(CTS_EXPECTATION_DIR); in main()
446 } else if (VogarUtils.isVogarKnownFailure(expectations, in addToTests()
454 Set<String> supportedAbis = VogarUtils.extractSupportedAbis(architecture, in addToTests()
458 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectations, in addToTests()
DDescriptionGenerator.java137 ctsExpectationStore = VogarUtils.provideExpectationStore("./" + CTS_EXPECTATION_DIR); in start()
572 if (VogarUtils.isVogarKnownFailure(expectationStore, clazz.toString(), name)) { in getTestMethods()
578 VogarUtils.buildFullTestName(clazz.toString(), name)); in getTestMethods()
580 VogarUtils.extractSupportedAbis(architecture, expectation); in getTestMethods()
581 int timeoutInMinutes = VogarUtils.timeoutInMinutes(expectation); in getTestMethods()
DVogarUtils.java31 public class VogarUtils { class