Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java95 protected static final String LINE_SEPARATOR = System.getProperty("line.separator"); field in Console
336 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 …]
/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
243 String[] metrics = cr.getStdout().split(LINE_SEPARATOR); in processMetricFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java58 private static final String LINE_SEPARATOR = "\\r?\\n"; field in InstalledInstrumentationsTest
331 String pmListLines[] = pmListOutput.split(LINE_SEPARATOR); in buildTests()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...