Home
last modified time | relevance | path

Searched defs:indexFile (Results 76 – 100 of 248) sorted by relevance

12345678910

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cine/
H A Ddetection.cpp203 Common::String indexFile = Common::String::format("%s.dir", target); in removeSaveState() local
245 Common::String indexFile = _targetName + ".dir"; in saveGameState() local
/dports/net/liveMedia/live/testProgs/
H A DtestMPEG2TransportStreamTrickPlay.cpp78 MPEG2TransportStreamIndexFile* indexFile in main() local
/dports/games/scummvm/scummvm-2.5.1/engines/cine/
H A Dmetaengine.cpp251 Common::String indexFile = Common::String::format("%s.dir", target); in removeSaveState() local
294 Common::String indexFile = _targetName + ".dir"; in saveGameState() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DMetaIndex.java162 File indexFile = new File(dir, "meta-index"); in registerDirectory() local
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Connect/
H A DServer.php10 private $indexFile; variable in Tiki_Connect_Server
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/misc/
H A DMetaIndex.java162 File indexFile = new File(dir, "meta-index"); in registerDirectory() local
/dports/shells/elvish/elvish-0.17.0/pkg/eval/vals/
H A Dindex.go67 func indexFile(f *os.File, k interface{}) (interface{}, error) { func
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DIndexManager.java415 File indexFile = index.getIndexFile(); in getIndexes() local
607 private IndexRequest getRequest(Object target, IPath jPath, IndexLocation indexFile, IndexManager m… in getRequest()
623 IndexLocation indexFile = null; in indexLibrary() local
659 synchronized boolean addIndex(IPath containerPath, IndexLocation indexFile) { in addIndex()
816 File indexFile = null; in removeIndex() local
1289 IndexLocation indexFile = (IndexLocation)indexFiles[i]; in writeParticipantsIndexNamesFile() local
H A DAddJrtToIndex.java51 …public AddJrtToIndex(IFile resource, IndexLocation indexFile, IndexManager manager, final boolean … in AddJrtToIndex()
57 …public AddJrtToIndex(IPath jrtPath, IndexLocation indexFile, IndexManager manager, final boolean u… in AddJrtToIndex()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/
H A DAssetsUtils.cpp173 QFile indexFile(indexPath); in getAssetsDir() local
210 QFile indexFile(indexPath); in reconstructAssets() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/
H A DFileIndexLocation.java26 File indexFile; field in FileIndexLocation
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/test/uk/ac/sanger/artemis/components/alignment/
H A DBamUtilsTest.java99 File indexFile = null; in testCreateTempIndexFile() local
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DTabix.cpp57 IFILE indexFile = ifopen(filename, "rb"); in readIndex() local
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/kpa-thumbnailtool/
H A Dmain.cpp106 …const QString indexFile = imageDir.absoluteFilePath(QString::fromUtf8(".thumbnails/thumbnailindex"… in main() local
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dindexedzip.cc126 bool IndexedZip::indexFile( BtreeIndexing::IndexedWords &zipFileNames, quint32 * filesCount ) in indexFile() function in IndexedZip
H A Dlsa.cc68 bool indexIsOldOrBad( string const & indexFile ) in indexIsOldOrBad()
203 string const & indexFile, in LsaDictionary()
559 string indexFile = indicesDir + dictId; in makeDictionaries() local
/dports/sysutils/zbackup/zbackup-1.4.4/
H A Dchunk_storage.hh99 sptr< IndexFile::Writer > indexFile; member in ChunkStorage::Writer
/dports/www/mattermost-server/mattermost-server-6.0.2/store/searchlayer/
H A Dfile_info_layer.go18 func (s SearchFileInfoStore) indexFile(file *model.FileInfo) { func
/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DWriteRegion.cpp110 String indexFile = ""; in execute() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/chewy/
H A Dscene.cpp213 static void readSSoundInfo(Common::File &indexFile, int16 *data) { in readSSoundInfo()
218 static void readUSoundInfo(Common::File &indexFile, uint16 *data) { in readUSoundInfo()
233 Common::File indexFile; in loadSceneInfo() local
/dports/games/scummvm/scummvm-2.5.1/engines/chewy/
H A Dscene.cpp213 static void readSSoundInfo(Common::File &indexFile, int16 *data) { in readSSoundInfo()
218 static void readUSoundInfo(Common::File &indexFile, uint16 *data) { in readUSoundInfo()
233 Common::File indexFile; in loadSceneInfo() local
/dports/devel/doxygen/doxygen-1.9.3/addon/doxywizard/
H A Dexpert.cpp963 QString indexFile = getHtmlOutputIndex(workingDir); in htmlOutputPresent() local
974 QString indexFile = workingDir; in getHtmlOutputIndex() local
1001 QString indexFile; in pdfOutputPresent() local
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/quarto/
H A DSessionQuartoXRefs.cpp124 for (auto indexFile : indexFiles) in readProjectXRefIndex() local
199 for (auto indexFile : indexFiles) in readAllProjectXRefIndexes() local
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JSearch/client/com/sun/java/help/search/
H A DDocumentCompressor.java106 public void close(String indexFile) throws java.io.IOException in close()
137 private void writeOutOffsets(String indexFile) throws java.io.IOException in writeOutOffsets()
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/cc/arduino/contributions/packages/
H A DContributionsIndexer.java139 private void mergeContributions(File indexFile) throws IOException { in mergeContributions()
195 private ContributionsIndex parseIndex(File indexFile) throws IOException { in parseIndex()

12345678910