Searched refs:LINE_SEPARATOR (Results 1 – 6 of 6) sorted by relevance
95 protected static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in Console336 allHelpBuilder.append(LINE_SEPARATOR); in generateHelpListings()382 return ArrayUtil.join(LINE_SEPARATOR, genericHelp); in getGenericHelpString()467 "%s help:" + LINE_SEPARATOR + in addDefaultCommands()468 "\ti[nvocations] List all invocation threads" + LINE_SEPARATOR + in addDefaultCommands()469 "\td[evices] List all detected or known devices" + LINE_SEPARATOR + in addDefaultCommands()470 "\td[devices] all List all devices including placeholders" + LINE_SEPARATOR + in addDefaultCommands()472 LINE_SEPARATOR + in addDefaultCommands()474 "waiting to be executed" + LINE_SEPARATOR + in addDefaultCommands()475 "\tconfigs List all known configurations" + LINE_SEPARATOR, in addDefaultCommands()[all …]
67 private static final String LINE_SEPARATOR = "\\n"; field in HermeticMemoryTest212 String line[] = dumpInfo.split(LINE_SEPARATOR); in parseDumpsysInfo()236 String lineSplit[] = memInfo.split(LINE_SEPARATOR); in parseProcInfo()278 String processes[] = cachedProcesses.split(LINE_SEPARATOR); in calculateFreeMem()295 processInfo = m1.group(0).split(LINE_SEPARATOR); in calculateFreeMem()
29 private static final String LINE_SEPARATOR = "\\n"; field in PsParser46 String processLines[] = psOutput.split(LINE_SEPARATOR); in getProcesses()
48 private static final String LINE_SEPARATOR = "\\r?\\n"; field in PerfettoPullerMetricCollector121 String[] metrics = cr.getStdout().split(LINE_SEPARATOR); in processMetricFile()
52 private static final String LINE_SEPARATOR = "\\n"; field in AtraceRunMetricCollector157 String[] outputLines = output.split(LINE_SEPARATOR); in aggregateMetrics()
59 private static final String LINE_SEPARATOR = "\\r?\\n"; field in InstalledInstrumentationsTest285 String pmListLines[] = pmListOutput.split(LINE_SEPARATOR); in buildTests()