Home
last modified time | relevance | path

Searched defs:expectation (Results 1 – 6 of 6) 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.java106 Expectation expectation = outcomes.get(name); in getByNameOrPackage() local
208 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation() local
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java249 public static void removeUnsupportedAbis(Expectation expectation, Set<String> supportedAbis) { in removeUnsupportedAbis()