Home
last modified time | relevance | path

Searched refs:infoFile (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/www/aria2/aria2-1.36.0/test/
H A DDefaultBtProgressInfoFileTest.cc121 infoFile.setBtRuntime(btRuntime_); in testLoad_compat()
127 infoFile.load(); in testLoad_compat()
173 infoFile.setBtRuntime(btRuntime_); in testLoad()
176 infoFile.load(); in testLoad()
231 infoFile.setBtRuntime(btRuntime_); in testSave()
237 infoFile.save(); in testSave()
343 infoFile.load(); in testLoad_nonBt_compat()
388 infoFile.load(); in testLoad_nonBt()
433 infoFile.load(); in testLoad_nonBt_pieceLengthShorter()
469 infoFile.save(); in testSave_nonBt()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/stencilsdocker/stencils/
H A DgenInfo.sh11 infoFile=$j'/collection.desktop'
12 if [ ! -f $infoFile ]; then
14 echo -e $collectionInfo0$name$collectionInfo1 > $infoFile
21 infoFile=$tmp.desktop
27 if [ ! -f $infoFile ]; then
29 echo -e $stencilInfo$name > $infoFile
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = filePath; in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = filePath; in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = filePath; in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp38 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
39 llvm::sys::fs::remove(infoFile); in clear()
52 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
53 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
60 std::string infoFile = filePath; in initFromFile() local
61 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
67 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
69 return report("Error opening file: " + infoFile, Diag); in initFromFile()
116 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
117 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp38 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
39 llvm::sys::fs::remove(infoFile); in clear()
52 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
53 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
60 std::string infoFile = filePath; in initFromFile() local
61 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
67 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
69 return report("Error opening file: " + infoFile, Diag); in initFromFile()
116 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
117 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/dist-scripts/
H A Dwiiu-new-cores.sh88 if [ ! -e $infoFile ]; then
92 local display_name=$(cat $infoFile |lookup "display_name")
93 local corename=$(cat $infoFile |lookup "corename")
94 local authors=$(cat $infoFile |lookup "authors" |sed s/\|/\ -\ /g)
95 local systemname=$(cat $infoFile |lookup "systemname")
96 local license=$(cat $infoFile |lookup "license")
/dports/astro/stellarium/stellarium-0.21.3/src/
H A DStelLogger.cpp81 QFile infoFile("/proc/meminfo"); in init() local
82 if(!infoFile.open(QIODevice::ReadOnly | QIODevice::Text)) in init()
86 while(!infoFile.peek(1).isEmpty()) in init()
88 QString line = infoFile.readLine(); in init()
93 infoFile.close(); in init()
96 infoFile.setFileName("/proc/cpuinfo"); in init()
97 if (!infoFile.open(QIODevice::ReadOnly | QIODevice::Text)) in init()
101 while(!infoFile.peek(1).isEmpty()) in init()
103 QString line = infoFile.readLine(); in init()
108 infoFile.close(); in init()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tests/unittest/lcov/
H A Dgenerate.rb14 def removeDataFromTrace(infoFile, directory) argument
16 system ("./lcov --remove #{infoFile} --output-file #{infoFile} #{directory}/*")
21 removeDataFromTrace(infoFile, d)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tests/unittest/lcov/
H A Dgenerate.rb14 def removeDataFromTrace(infoFile, directory) argument
16 system ("./lcov --remove #{infoFile} --output-file #{infoFile} #{directory}/*")
21 removeDataFromTrace(infoFile, d)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/simpleconfigurator/manipulator/
H A DSimpleConfiguratorManipulatorTests.java37 File infoFile = new File(folder, "bundle.info"); in testSaveConfiguration() local
44 manipulator.saveConfiguration(bundles, infoFile, folder.toURI()); in testSaveConfiguration()
45 bundles = manipulator.loadConfiguration(new FileInputStream(infoFile), baseFile); in testSaveConfiguration()
50 manipulator.saveConfiguration(bundles, infoFile, null); in testSaveConfiguration()
51 bundles = manipulator.loadConfiguration(new FileInputStream(infoFile), baseFile); in testSaveConfiguration()
57 manipulator.saveConfiguration(bundles, infoFile, null); in testSaveConfiguration()
58 bundles = manipulator.loadConfiguration(new FileInputStream(infoFile), baseFile); in testSaveConfiguration()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkFileDialogEventPlayer.cpp70 QFileInfo infoFile(files.at(0)); in playEvent() local
71 if(!infoFile.exists()) in playEvent()
76 fileDialog->setDirectory(infoFile.absoluteDir().absolutePath()); in playEvent()
77 if (fileDialog->directory() != infoFile.absoluteDir()) in playEvent()
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/doc/
H A Dundocumented-functions7 my $infoFile = $FindBin::RealBin . "/asdf.texinfo";
18 open INFOFILE, "< $infoFile" || die "couldn't find $infoFile";

1234567