Searched refs:LINE_SEPARATOR (Results 1 – 5 of 5) sorted by relevance
89 protected static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in Console303 allHelpBuilder.append(LINE_SEPARATOR); in generateHelpListings()349 return ArrayUtil.join(LINE_SEPARATOR, genericHelp); in getGenericHelpString()434 "%s help:" + LINE_SEPARATOR + in addDefaultCommands()435 "\ti[nvocations] List all invocation threads" + LINE_SEPARATOR + in addDefaultCommands()436 "\td[evices] List all detected or known devices" + LINE_SEPARATOR + in addDefaultCommands()438 LINE_SEPARATOR + in addDefaultCommands()440 "waiting to be executed" + LINE_SEPARATOR + in addDefaultCommands()441 "\tconfigs List all known configurations" + LINE_SEPARATOR, in addDefaultCommands()445 "%s help:" + LINE_SEPARATOR + in addDefaultCommands()[all …]
29 private static final String LINE_SEPARATOR = "\\n"; field in PsParser46 String processLines[] = psOutput.split(LINE_SEPARATOR); in getProcesses()
66 private static final String LINE_SEPARATOR = "\\n"; field in HermeticMemoryTest200 String line[] = dumpInfo.split(LINE_SEPARATOR); in parseDumpsysInfo()228 String lineSplit[] = memInfo.split(LINE_SEPARATOR); in parseProcInfo()264 String processes[] = cachedProcesses.split(LINE_SEPARATOR); in calculateFreeMem()273 processInfo = processInfoStr.split(LINE_SEPARATOR); in calculateFreeMem()
52 private static final String LINE_SEPARATOR = "\\n"; field in AtraceRunMetricCollector157 String[] outputLines = output.split(LINE_SEPARATOR); in aggregateMetrics()
53 private static final String LINE_SEPARATOR = "\\r?\\n"; field in InstalledInstrumentationsTest261 String pmListLines[] = pmListOutput.split(LINE_SEPARATOR); in buildTests()