Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTestHelper.java537 final String SEPARATOR = ","; in writeAllResultsToCSVFile() local
547 sb.append(instant).append(SEPARATOR); in writeAllResultsToCSVFile()
548 sb.append(deviceType).append(SEPARATOR); in writeAllResultsToCSVFile()
549 sb.append(buildId).append(SEPARATOR); in writeAllResultsToCSVFile()
550 sb.append(serialNumber).append(SEPARATOR); in writeAllResultsToCSVFile()
551 sb.append(data.getIteration()).append(SEPARATOR); in writeAllResultsToCSVFile()
552 sb.append(data.hasLatency() ? data.getLatency() : "").append(SEPARATOR); in writeAllResultsToCSVFile()
553 sb.append(data.hasConfidence() ? data.getConfidence() : "").append(SEPARATOR); in writeAllResultsToCSVFile()
554 … sb.append(data.hasPeriodConfidence() ? data.getPeriodConfidence() : "").append(SEPARATOR); in writeAllResultsToCSVFile()
555 sb.append(data.hasBlockSize() ? data.getBlockSize() : "").append(SEPARATOR); in writeAllResultsToCSVFile()
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Drpm_controller_utils.py30 SEPARATOR = '\n' variable
77 cmd_str = '%s%s' % (cmd_str, SEPARATOR)
82 [_ascii_string('\S+%s' % SEPARATOR)], TIMEOUT)
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java66 private static final String SEPARATOR = "\\s+"; field in HermeticMemoryTest
215 String dataSplit[] = line[lineCount].trim().split(SEPARATOR); in parseDumpsysInfo()
243 String dataSplit[] = line.split(SEPARATOR); in parseProcInfo()
274 memAvailable = m.group(0).split(SEPARATOR); in calculateFreeMem()
299 String procDetails[] = processInfo[0].trim().split(SEPARATOR); in calculateFreeMem()
DSystemMemoryTest.java40 private static final String SEPARATOR = "\\s+"; field in SystemMemoryTest
92 String dataSplit[] = line.split(SEPARATOR); in parseProcInfo()
/tools/tradefederation/core/src/com/android/tradefed/result/
DJsonHttpTestResultReporter.java51 private final static String SEPARATOR = "#"; field in JsonHttpTestResultReporter
230 String reportingUnit = String.join(SEPARATOR, reportingUnitParts); in convertMetricsToJson()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DStoredEntry.java258 if (cdh.getName().endsWith(Character.toString(ZFile.SEPARATOR))) { in StoredEntry()
DZFile.java192 public static final char SEPARATOR = '/'; field in ZFile
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...