Home
last modified time | relevance | path

Searched refs:indexLocation (Results 1 – 25 of 81) sorted by relevance

1234

/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.java182 if (indexLocation == null) { in computeIndexLocation()
186 indexLocation = (IndexLocation) getIndexStates().getKey(indexLocation); in computeIndexLocation()
201 indexLocation = (IndexLocation) getIndexStates().getKey(indexLocation); in computeIndexLocation()
206 return indexLocation; in computeIndexLocation()
210 if (indexLocation == null) { in computeIndexLocation()
221 return indexLocation; in computeIndexLocation()
824 indexLocation.close(); in removeIndex()
852 if (indexLocation == null) in removeIndexPath()
861 indexLocation.close(); in removeIndexPath()
865 indexLocation.delete(); in removeIndexPath()
[all …]
H A DDefaultJavaIndexer.java42 IndexLocation indexLocation = new FileIndexLocation(new File(pathToIndexFile)); in generateIndexForJar() local
43 Index index = new Index(indexLocation, pathToJar, false /*reuse index file*/); in generateIndexForJar()
H A DAddJrtToIndex.java125 IndexLocation indexLocation = index.getIndexLocation(); in JrtIndexer() local
126 this.indexPath = indexLocation != null ? new Path(indexLocation.getCanonicalFilePath()) : null; in JrtIndexer()
H A DAddJarFileToIndex.java223 IndexLocation indexLocation; in execute() local
224 if ((indexLocation = index.getIndexLocation()) != null) { in execute()
225 indexPath = new Path(indexLocation.getCanonicalFilePath()); in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/
H A DSearchParticipant.java137 public abstract void indexDocument(SearchDocument document, IPath indexLocation); in indexDocument() argument
164 public void indexResolvedDocument(SearchDocument document, IPath indexLocation) { in indexResolvedDocument() argument
209 public void removeIndex(IPath indexLocation){ in removeIndex() argument
211 manager.removeIndexPath(indexLocation); in removeIndex()
259 IndexLocation indexLocation; in scheduleDocumentIndexing() local
260 indexLocation = new FileIndexLocation(indexPath.toFile(), true); in scheduleDocumentIndexing()
261 manager.ensureIndexExists(indexLocation, containerPath); in scheduleDocumentIndexing()
262 manager.scheduleDocumentIndexing(document, containerPath, indexLocation, this); in scheduleDocumentIndexing()
/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 DDiskIndex.java30 IndexLocation indexLocation; field in DiskIndex
108 this.indexLocation = location; in DiskIndex()
272 this.indexLocation.close(); in cacheDocumentNames()
419 this.indexLocation.close(); in initialize()
530 if (this.indexLocation == null) { in mergeWith()
617 newDiskIndex.indexLocation = this.indexLocation; in mergeWith()
638 this.indexLocation.close(); in readAllDocumentNames()
727 this.indexLocation.close(); in readCategoryTable()
744 this.indexLocation.close(); in readCategoryTable()
798 this.indexLocation.close(); in readDocumentName()
[all …]
H A DIndex.java119 return this.diskIndex == null ? null : this.diskIndex.indexLocation.getIndexFile(); in getIndexFile()
122 return this.diskIndex == null ? null : this.diskIndex.indexLocation; in getIndexLocation()
125 return this.diskIndex == null? -1 : this.diskIndex.indexLocation.lastModified(); in getIndexLastModified()
195 this.diskIndex = new DiskIndex(this.diskIndex.indexLocation); in reset()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DLibraryLocation.java95 …n(IPath libraryPath, IPath sourcePath, IPath packageRoot, URL javadocLocation, URL indexLocation) { in LibraryLocation() argument
96 this(libraryPath, sourcePath, packageRoot, javadocLocation, indexLocation, null); in LibraryLocation()
117 …ryPath, IPath sourcePath, IPath packageRoot, URL javadocLocation, URL indexLocation, IPath externa… in LibraryLocation() argument
125 fIndexLocation = indexLocation; in LibraryLocation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/cmd/ractool/
H A Dmain.go479 indexLocation, tempFile := rac.IndexLocation(0), io.ReadWriter(nil)
484 indexLocation = rac.IndexLocationAtEnd
486 indexLocation = rac.IndexLocationAtStart
516 IndexLocation: indexLocation,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/cmd/ractool/
H A Dmain.go479 indexLocation, tempFile := rac.IndexLocation(0), io.ReadWriter(nil)
484 indexLocation = rac.IndexLocationAtEnd
486 indexLocation = rac.IndexLocationAtStart
516 IndexLocation: indexLocation,
/dports/deskutils/pinot/pinot-1.20/Core/
H A DWorkerThreads.h199 IndexingThread(const DocumentInfo &docInfo, const std::string &indexLocation,
236 UnindexingThread(const std::set<std::string> &labelNames, const std::string &indexLocation);
279 const std::string &indexLocation, unsigned int maxLevel = 0,
H A DWorkerThreads.cpp798 IndexingThread::IndexingThread(const DocumentInfo &docInfo, const string &indexLocation, in IndexingThread() argument
802 m_indexLocation(indexLocation), in IndexingThread()
1117 UnindexingThread::UnindexingThread(const set<string> &labelNames, const string &indexLocation) : in UnindexingThread() argument
1119 m_indexLocation(indexLocation), in UnindexingThread()
1123 if (indexLocation.empty() == true) in UnindexingThread()
1265 const string &indexLocation, unsigned int maxLevel, in DirectoryScannerThread() argument
1267 IndexingThread(docInfo, indexLocation), in DirectoryScannerThread()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/compiler/translator/
H A DParseContext.h185 const TSourceLoc &indexLocation,
198 const TSourceLoc &indexLocation,
229 const TSourceLoc &indexLocation,
361 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DJREContainer.java362 URL indexLocation = lib.getIndexLocation(); in buildClasspathAttributes() local
363 if(indexLocation != null) { in buildClasspathAttributes()
364 …ClasspathAttribute(IClasspathAttribute.INDEX_LOCATION_ATTRIBUTE_NAME, indexLocation.toExternalForm… in buildClasspathAttributes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h165 … const TSourceLoc &indexLocation, TIntermTyped *indexExpression);
172 … const TSourceLoc &indexLocation, TIntermTyped *indexExpression,
187 … const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/compiler/
H A DParseHelper.h165 … const TSourceLoc &indexLocation, TIntermTyped *indexExpression);
172 … const TSourceLoc &indexLocation, TIntermTyped *indexExpression,
187 … const TString &identifier, const TSourceLoc &indexLocation, TIntermTyped *indexExpression,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DParseContext.h238 const TSourceLoc &indexLocation,
251 const TSourceLoc &indexLocation,
283 const TSourceLoc &indexLocation,
507 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DParseContext.h238 const TSourceLoc &indexLocation,
251 const TSourceLoc &indexLocation,
283 const TSourceLoc &indexLocation,
508 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h223 const TSourceLoc &indexLocation,
236 const TSourceLoc &indexLocation,
268 const TSourceLoc &indexLocation,
484 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h223 const TSourceLoc &indexLocation,
236 const TSourceLoc &indexLocation,
268 const TSourceLoc &indexLocation,
484 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext.h238 const TSourceLoc &indexLocation,
251 const TSourceLoc &indexLocation,
283 const TSourceLoc &indexLocation,
508 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h223 const TSourceLoc &indexLocation,
236 const TSourceLoc &indexLocation,
268 const TSourceLoc &indexLocation,
484 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h223 const TSourceLoc &indexLocation,
236 const TSourceLoc &indexLocation,
268 const TSourceLoc &indexLocation,
484 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h223 const TSourceLoc &indexLocation,
236 const TSourceLoc &indexLocation,
268 const TSourceLoc &indexLocation,
484 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h223 const TSourceLoc &indexLocation,
236 const TSourceLoc &indexLocation,
268 const TSourceLoc &indexLocation,
484 bool checkIsValidTypeAndQualifierForArray(const TSourceLoc &indexLocation,

1234