Searched refs:LINE_SEPARATOR (Results 1 – 7 of 7) sorted by relevance
114 protected static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in Console355 allHelpBuilder.append(LINE_SEPARATOR); in generateHelpListings()410 return ArrayUtil.join(LINE_SEPARATOR, genericHelp); in getGenericHelpString()521 + LINE_SEPARATOR in addDefaultCommands()523 + LINE_SEPARATOR in addDefaultCommands()525 + LINE_SEPARATOR in addDefaultCommands()527 + LINE_SEPARATOR in addDefaultCommands()530 + LINE_SEPARATOR in addDefaultCommands()533 + LINE_SEPARATOR in addDefaultCommands()535 + LINE_SEPARATOR, in addDefaultCommands()[all …]
27 private static final String LINE_SEPARATOR = "\\n"; field in PsParser44 String processLines[] = psOutput.split(LINE_SEPARATOR); in getProcesses()
67 private static final String LINE_SEPARATOR = "\\n"; field in HermeticMemoryTest213 String line[] = dumpInfo.split(LINE_SEPARATOR); in parseDumpsysInfo()237 String lineSplit[] = memInfo.split(LINE_SEPARATOR); in parseProcInfo()279 String processes[] = cachedProcesses.split("\\n{2}")[0].split(LINE_SEPARATOR); in calculateFreeMem()296 processInfo = m1.group(0).split(LINE_SEPARATOR); in calculateFreeMem()
41 private static final String LINE_SEPARATOR = "\\n"; field in SystemMemoryTest90 for (String line : memInfo.split(LINE_SEPARATOR)) { in parseProcInfo()
52 private static final String LINE_SEPARATOR = "\\n"; field in AtraceRunMetricCollector157 String[] outputLines = output.split(LINE_SEPARATOR); in aggregateMetrics()
60 private static final String LINE_SEPARATOR = "\\r?\\n"; field in PerfettoPullerMetricCollector275 String[] metrics = cr.getStdout().split(LINE_SEPARATOR); in processMetricFile()
69 private static final String LINE_SEPARATOR = "\\r?\\n"; field in InstalledInstrumentationsTest369 String pmListLines[] = pmListOutput.split(LINE_SEPARATOR); in buildTests()