Searched refs:CpuInfoParser (Results 1 – 2 of 2) sorted by relevance
30 CpuInfoItem item = new CpuInfoParser().parse(input); in testSingleLine()44 CpuInfoItem item = new CpuInfoParser().parse(input); in testMultipleLines()
27 public class CpuInfoParser implements IParser { class