Home
last modified time | relevance | path

Searched refs:LINE_SEPARATOR (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java114 protected static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in Console
355 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 …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DPsParser.java27 private static final String LINE_SEPARATOR = "\\n"; field in PsParser
44 String processLines[] = psOutput.split(LINE_SEPARATOR); in getProcesses()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java67 private static final String LINE_SEPARATOR = "\\n"; field in HermeticMemoryTest
213 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()
DSystemMemoryTest.java41 private static final String LINE_SEPARATOR = "\\n"; field in SystemMemoryTest
90 for (String line : memInfo.split(LINE_SEPARATOR)) { in parseProcInfo()
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceRunMetricCollector.java52 private static final String LINE_SEPARATOR = "\\n"; field in AtraceRunMetricCollector
157 String[] outputLines = output.split(LINE_SEPARATOR); in aggregateMetrics()
DPerfettoPullerMetricCollector.java60 private static final String LINE_SEPARATOR = "\\r?\\n"; field in PerfettoPullerMetricCollector
275 String[] metrics = cr.getStdout().split(LINE_SEPARATOR); in processMetricFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java69 private static final String LINE_SEPARATOR = "\\r?\\n"; field in InstalledInstrumentationsTest
369 String pmListLines[] = pmListOutput.split(LINE_SEPARATOR); in buildTests()