Home
last modified time | relevance | path

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

/cts/tools/utils/
DVogarUtils.java100 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture); in extractSupportedAbis() local
103 return supportedAbiSet; in extractSupportedAbis()
107 supportedAbiSet.removeAll(AbiUtils.parseAbiList(expectation.getDescription())); in extractSupportedAbis()
109 return supportedAbiSet; in extractSupportedAbis()
124 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture); in extractSupportedAbis() local
127 supportedAbiSet.retainAll(extractSupportedAbis(architecture, expectation)); in extractSupportedAbis()
130 return supportedAbiSet; in extractSupportedAbis()