Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 7 of 7) sorted by relevance

/cts/tools/utils/
DVogarUtils.java55 Expectation expectation = expectationStore.get(fullTestName); in isVogarKnownFailure() local
99 public static Set<String> extractSupportedAbis(String architecture, Expectation expectation) { in extractSupportedAbis()
126 Expectation expectation = expectationStore.get(fullTestName); in extractSupportedAbis() local
169 public static int timeoutInMinutes(Expectation expectation) { in timeoutInMinutes()
DDescriptionGenerator.java577 Expectation expectation = expectationStore.get( in getTestMethods() local
/cts/libs/vogar-expect/src/vogar/
DAnnotatedOutcome.java38 private final Expectation expectation; field in AnnotatedOutcome
47 AnnotatedOutcome(Outcome outcome, Expectation expectation, in AnnotatedOutcome()
DExpectationStore.java107 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local
244 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation() local
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DTestFilter.java92 Expectation expectation = expectationStore.get(testName); in shouldRun() local
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java255 public static void removeUnsupportedAbis(Expectation expectation, Set<String> supportedAbis) { in removeUnsupportedAbis()