Searched refs:SEPARATOR (Results 1 – 5 of 5) sorted by relevance
537 final String SEPARATOR = ","; in writeAllResultsToCSVFile() local547 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 …]
65 private static final String SEPARATOR ="\\s+"; field in HermeticMemoryTest202 String dataSplit[] = line[lineCount].trim().split(SEPARATOR); in parseDumpsysInfo()234 String dataSplit[] = line.split(SEPARATOR); in parseProcInfo()260 String memAvailable[] = mTestDevice.executeShellCommand(MEM_AVAILABLE).split(SEPARATOR); in calculateFreeMem()276 String procDetails[] = processInfo[0].trim().split(SEPARATOR); in calculateFreeMem()
50 private final static String SEPARATOR = "#"; field in JsonHttpTestResultReporter175 Joiner joiner = Joiner.on(SEPARATOR).skipNulls(); in convertMetricsToJson()
258 if (cdh.getName().endsWith(Character.toString(ZFile.SEPARATOR))) { in StoredEntry()
191 public static final char SEPARATOR = '/'; field in ZFile