Searched refs:pathStream (Results 1 – 8 of 8) sorted by relevance
231 std::ifstream pathStream; in CheckAccuracy() local246 pathStream.open(filePaths[i]); in CheckAccuracy()247 if (!pathStream.is_open()) in CheckAccuracy()253 expected.assign(std::istream_iterator<float>(pathStream), {}); in CheckAccuracy()254 pathStream.close(); in CheckAccuracy()255 pathStream.clear(); in CheckAccuracy()282 pathStream.open(filePaths[4]); in CheckAccuracy()283 if (!pathStream.is_open()) in CheckAccuracy()289 expected.assign(std::istream_iterator<float>(pathStream), {}); in CheckAccuracy()290 pathStream.close(); in CheckAccuracy()[all …]
475 std::stringstream pathStream; in FindTestDataPath() local476 pathStream << path << "/" << searchPath; in FindTestDataPath()477 std::string candidatePath = pathStream.str(); in FindTestDataPath()
126 try (Stream<Path> pathStream = java.nio.file.Files.walk(fontsInputPath)) { in maybeCopyFonts() argument127 Iterator<Path> fileIterator = pathStream.iterator(); in maybeCopyFonts()
266 try (Stream<Path> pathStream = Files.walk(Paths.get(certFilesDir))) { in loadCertificates() argument267 records = pathStream.filter(Files::isRegularFile).sorted().collect(Collectors.toList()); in loadCertificates()
555 std::stringstream pathStream; in parseTraceUncompressed() local556 pathStream << gBinaryDataDir << GetPathSeparator() << file; in parseTraceUncompressed()557 std::string path = pathStream.str(); in parseTraceUncompressed()
1875 std::stringstream pathStream; in reserveTestArtifactPath() local1876 pathStream << mTestArtifactDirectory << GetPathSeparator() << artifactName; in reserveTestArtifactPath()1877 return pathStream.str(); in reserveTestArtifactPath()
1693 std::stringstream pathStream; in FindTraceGzPath() local1700 pathStream << genDir << angle::GetPathSeparator() << "tracegz_" << traceName << ".gz"; in FindTraceGzPath()1702 return pathStream.str(); in FindTraceGzPath()
3777 std::stringstream pathStream; in dumpProgramInfo() local3781 pathStream << shaderDumpDir << "/"; in dumpProgramInfo()3783 pathStream << dumpHash << ".program"; in dumpProgramInfo()3784 std::string path = pathStream.str(); in dumpProgramInfo()