Home
last modified time | relevance | path

Searched refs:updateIndexState (Results 1 – 7 of 7) sorted by relevance

/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.java121 updateIndexState(indexLocation, newIndexState); in aboutToUpdateIndex()
261 updateIndexState(indexLocation, REBUILDING_STATE); in ensureIndexExists()
694 updateIndexState(indexLocation, UNKNOWN_STATE); in jobWasCancelled()
749 updateIndexState(indexLocation, REBUILDING_STATE); in rebuildIndex()
835 updateIndexState(indexLocation, null); in removeIndex()
982 updateIndexState(index.getIndexLocation(), REUSE_STATE); in savePreBuiltIndex()
1002 updateIndexState(indexLocation, SAVED_STATE); in saveIndex()
1173 private synchronized void updateIndexState(IndexLocation indexLocation, Integer indexState) { in updateIndexState() method in IndexManager
/dports/www/drupal9/drupal-9.2.10/core/modules/help_topics/src/Plugin/Search/
H A DHelpSearch.php374 $this->updateIndexState();
446 public function updateIndexState() { function in Drupal\\help_topics\\Plugin\\Search\\HelpSearch
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DUpdate.hs93 writeIndexTimestamp index (fromFlag (updateIndexState updateFlags))
H A DSetup.hs1342 updateIndexState :: Flag IndexState function
1349 updateIndexState = toFlag IndexStateHead function
1370 updateIndexState (\v flags -> flags { updateIndexState = v }) function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DUpdate.hs97 repoIndexState = lookupIndexState rname (fromFlag (updateIndexState updateFlags))
H A DSetup.hs1254 updateIndexState :: Flag TotalIndexState function
1261 updateIndexState = toFlag headTotalIndexState function
1282 updateIndexState (\v flags -> flags { updateIndexState = v }) function
/dports/www/drupal9/drupal-9.2.10/core/modules/help_topics/
H A Dhelp_topics.module109 $help_search->updateIndexState();