Searched refs:separator (Results 1 – 5 of 5) sorted by relevance
71 separator = ': "'80 idx = line.find(separator)89 val = line[len(separator) + idx : -1]99 separator = ':'103 f.write(key + separator + '"%s"' % self.configs[key])
91 private String format(List<?> elements, String separator) { in format() argument96 builder.append(separator); in format()
54 InputStream gtestResultStream1 = getClass().getResourceAsStream(File.separator + in readInFile()55 TEST_TYPE_DIR + File.separator + filename); in readInFile()
698 size_t separator = curr_string.find("_"); in LoadSharedLibFromTypeName() local699 curr_string.replace(separator, 1, "."); in LoadSharedLibFromTypeName()
311 boolean endsWithSlashCheck = fileOrDirPath.endsWith(File.separator); in getParentDirPath()