Home
last modified time | relevance | path

Searched refs:histFile (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Emulator/
H A DProperties.c531 IniFile *histFile; in propLoad() local
715 histFile = iniFileOpen(histFilename); in propLoad()
717 GET_STR_VALUE_2(histFile, cartridge, defDir); in propLoad()
724 GET_STR_VALUE_2(histFile, diskdrive, defDir); in propLoad()
729 GET_STR_VALUE_2(histFile, cassette, defDir); in propLoad()
776 iniFileClose(histFile); in propLoad()
783 IniFile *histFile; in propSave() local
979 histFile = iniFileOpen(histFilename); in propSave()
981 SET_STR_VALUE_2(histFile, cartridge, defDir); in propSave()
993 SET_STR_VALUE_2(histFile, cassette, defDir); in propSave()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
154 histFile = fopen(histFileName, "a"); in main()
155 if (histFile == NULL) { in main()
161 histFile = NULL; in main()
440 if (histFile != NULL) { in main()
443 fprintf(histFile, "%6d ", hist[n]); in main()
445 fprintf(histFile, "\n"); in main()
446 fclose(histFile); in main()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
154 histFile = fopen(histFileName, "a"); in main()
155 if (histFile == NULL) { in main()
161 histFile = NULL; in main()
440 if (histFile != NULL) { in main()
443 fprintf(histFile, "%6d ", hist[n]); in main()
445 fprintf(histFile, "\n"); in main()
446 fclose(histFile); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
158 histFile = fopen(histFileName, "a"); in main()
159 if (histFile == NULL) { in main()
165 histFile = NULL; in main()
444 if (histFile != NULL) { in main()
447 fprintf(histFile, "%6d ", hist[n]); in main()
449 fprintf(histFile, "\n"); in main()
450 fclose(histFile); in main()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
154 histFile = fopen(histFileName, "a"); in main()
155 if (histFile == NULL) { in main()
161 histFile = NULL; in main()
440 if (histFile != NULL) { in main()
443 fprintf(histFile, "%6d ", hist[n]); in main()
445 fprintf(histFile, "\n"); in main()
446 fclose(histFile); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
158 histFile = fopen(histFileName, "a"); in main()
159 if (histFile == NULL) { in main()
165 histFile = NULL; in main()
444 if (histFile != NULL) { in main()
447 fprintf(histFile, "%6d ", hist[n]); in main()
449 fprintf(histFile, "\n"); in main()
450 fclose(histFile); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
154 histFile = fopen(histFileName, "a"); in main()
155 if (histFile == NULL) { in main()
161 histFile = NULL; in main()
440 if (histFile != NULL) { in main()
443 fprintf(histFile, "%6d ", hist[n]); in main()
445 fprintf(histFile, "\n"); in main()
446 fclose(histFile); in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
158 histFile = fopen(histFileName, "a"); in main()
159 if (histFile == NULL) { in main()
165 histFile = NULL; in main()
444 if (histFile != NULL) { in main()
447 fprintf(histFile, "%6d ", hist[n]); in main()
449 fprintf(histFile, "\n"); in main()
450 fclose(histFile); in main()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c87 FILE* histFile; in main() local
158 histFile = fopen(histFileName, "a"); in main()
159 if (histFile == NULL) { in main()
165 histFile = NULL; in main()
444 if (histFile != NULL) { in main()
447 fprintf(histFile, "%6d ", hist[n]); in main()
449 fprintf(histFile, "\n"); in main()
450 fclose(histFile); in main()
/dports/biology/abyss/abyss-2.3.1/Assembly/
H A DCoverageAlgorithm.h77 std::ofstream histFile(opt::coverageHistPath.c_str()); in setCoverageParameters()
78 assert_good(histFile, opt::coverageHistPath); in setCoverageParameters()
79 histFile << h; in setCoverageParameters()
80 assert(histFile.good()); in setCoverageParameters()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c94 FILE* histFile;
170 histFile = fopen(histFileName, "a");
171 if(histFile == NULL)
180 histFile = NULL;
564 if(histFile != NULL)
569 fprintf(histFile, "%6d ", hist[n]);
571 fprintf(histFile, "\n");
572 fclose(histFile);
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
H A DsimpleKenny.c94 FILE* histFile; in main() local
165 histFile = fopen(histFileName, "a"); in main()
166 if (histFile == NULL) { in main()
172 histFile = NULL; in main()
490 if (histFile != NULL) { in main()
493 fprintf(histFile, "%6d ", hist[n]); in main()
495 fprintf(histFile, "\n"); in main()
496 fclose(histFile); in main()
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dhistory.cxx137 ofstream histFile( filename ); in save() local
138 if ( ! histFile ) { in save()
149 histFile << "### " << h.timestamp() << "\n" << utf8.get() << endl; in save()
183 ifstream histFile( filename ); in do_load() local
184 if ( ! histFile ) { in do_load()
189 while ( getline( histFile, line ).good() ) { in do_load()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dhistory.cxx137 ofstream histFile( filename ); in save() local
138 if ( ! histFile ) { in save()
149 histFile << "### " << h.timestamp() << "\n" << utf8.get() << endl; in save()
183 ifstream histFile( filename ); in do_load() local
184 if ( ! histFile ) { in do_load()
189 while ( getline( histFile, line ).good() ) { in do_load()
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dhistory.cxx137 ofstream histFile( filename ); in save() local
138 if ( ! histFile ) { in save()
149 histFile << "### " << h.timestamp() << "\n" << utf8.get() << endl; in save()
183 ifstream histFile( filename ); in do_load() local
184 if ( ! histFile ) { in do_load()
189 while ( getline( histFile, line ).good() ) { in do_load()
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dhistory.cxx131 ofstream histFile( filename ); in save() local
132 if ( ! histFile ) { in save()
143 histFile << "### " << h.timestamp() << "\n" << utf8.get() << endl; in save()
172 ifstream histFile( filename ); in do_load() local
173 if ( ! histFile ) { in do_load()
178 while ( getline( histFile, line ).good() ) { in do_load()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/session/
H A DRInit.cpp390 std::string histFile = core::system::getenv("R_HISTFILE"); in rHistoryFilePath() local
391 boost::algorithm::trim(histFile); in rHistoryFilePath()
392 if (histFile.empty()) in rHistoryFilePath()
393 histFile = ".Rhistory"; in rHistoryFilePath()
395 return utils::rHistoryDir().completePath(histFile); in rHistoryFilePath()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/metrics/
H A DInsertSizeMetricsCollector.java169 File histFile = new File(inputArgs.histogramPlotFile); in writeHistogramPDF() local
170 IOUtil.assertFileIsWritable(histFile); in writeHistogramPDF()
176 histFile.getAbsolutePath(), // PDF graphics file in writeHistogramPDF()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/repo/
H A DRepositoryManager.java580 File histFile = pluginStateLocation.append(COMMENT_HIST_FILE).toFile(); in saveCommentHistory() local
585 if (histFile.exists()) { in saveCommentHistory()
586 histFile.delete(); in saveCommentHistory()
588 boolean renamed = tempFile.renameTo(histFile); in saveCommentHistory()
593 …n.UNABLE, NLS.bind(CVSUIMessages.RepositoryManager_save, new String[] { histFile.getAbsolutePath()… in saveCommentHistory()
920 File histFile = pluginStateLocation.append(COMMENT_TEMPLATES_FILE) in saveCommentTemplates() local
927 if (histFile.exists()) { in saveCommentTemplates()
928 histFile.delete(); in saveCommentTemplates()
930 boolean renamed = tempFile.renameTo(histFile); in saveCommentTemplates()
942 new String[] { histFile.getAbsolutePath() }), e)); in saveCommentTemplates()
/dports/biology/bbmap/bbmap/pytools/lib/
H A Dreadqc_report.py649 def read_gc_mean(histFile, log): argument
654 if os.path.isfile(histFile):
655 with open(histFile, "r") as histFH:
660 …log.error("- GC content hist text file does not contains right results: %s, %s" % (histFile, line))
672 log.error("- gc hist file not found: %s" % (histFile))
/dports/biology/abyss/abyss-2.3.1/ParseAligns/
H A Dabyss-fixmate.cc529 ofstream histFile(opt::histPath.c_str()); in main() local
530 assert(histFile.is_open()); in main()
531 histFile << g_histogram; in main()
532 assert(histFile.good()); in main()
533 histFile.close(); in main()
H A DParseAligns.cpp586 ofstream histFile(opt::histPath.c_str()); in main() local
587 assert(histFile.is_open()); in main()
588 histFile << histogram; in main()
589 assert(histFile.good()); in main()
590 histFile.close(); in main()
/dports/biology/bbmap/bbmap/current/jgi/
H A DKmerCoverage.java83 String histFile=null; in main() local
162 histFile=b; in main()
221 if(histFile==null){ in main()
313 if(histFile!=null){ in main()
424 String output, boolean ordered, boolean overwrite, String histFile, long estUnique) {
471 long bases=calcCoverage(cris, kca, k, maxReads, ros, histFile, overwrite, estUnique);
480 String output, boolean ordered, boolean overwrite, String histFile, long estUnique) {
538 bases+=calcCoverage(cris, kca, k, maxReads, ros, histFile, overwrite, estUnique);
555 String histFile, boolean overwrite, long estUnique) {
604 tswh=new TextStreamWriter(histFile, overwrite, false, false);
[all …]
H A DReadKmerDepthDistribution.java86 String histFile=null; in main() local
168 histFile=b; in main()
230 if(histFile==null){ in main()
329 if(histFile!=null){ in main()
418 bases=count(reads1, reads2, kca, k, maxReads, outKeep, overwrite, histFile, estUnique); in main()
455 String outKeep, boolean overwrite, String histFile, long estUnique) { in count() argument
497 long bases=downsample(cris, kca, k, maxReads, rosKeep, histFile, overwrite, estUnique); in count()
508 String histFile, boolean overwrite, long estUnique) { in downsample() argument
573 tswh=new TextStreamWriter(histFile, overwrite, false, false); in downsample()
618 outstream.println("Wrote histogram to "+histFile); in downsample()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dhelpbrowser.cpp200 QFile histFile(historyFile()); in closeEvent() local
201 if (histFile.open(QIODevice::WriteOnly)) in closeEvent()
203 QTextStream stream(&histFile); in closeEvent()
210 histFile.close(); in closeEvent()

12