Searched refs:supportedAbiSet (Results 1 – 1 of 1) sorted by relevance
100 Set<String> supportedAbiSet = AbiUtils.getAbisForArch(architecture); in extractSupportedAbis() local103 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() local127 supportedAbiSet.retainAll(extractSupportedAbis(architecture, expectation)); in extractSupportedAbis()130 return supportedAbiSet; in extractSupportedAbis()