Home
last modified time | relevance | path

Searched refs:forceBatchInitializations (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DDeltaProcessor.java405 this.manager.forceBatchInitializations(false/*not initAfterLoad*/); in checkProjectsAndClasspathChanges()
425 this.manager.forceBatchInitializations(false/*not initAfterLoad*/); in checkProjectsAndClasspathChanges()
455 this.manager.forceBatchInitializations(false/*not initAfterLoad*/); in checkProjectsAndClasspathChanges()
500 this.manager.forceBatchInitializations(false/*not initAfterLoad*/); in checkProjectsAndClasspathChanges()
538 this.manager.forceBatchInitializations(false/*not initAfterLoad*/); in checkProjectsAndClasspathChanges()
H A DDeltaProcessingState.java257 JavaModelManager.getJavaModelManager().forceBatchInitializations(initAfterLoad); in initializeRoots()
H A DJavaModelManager.java2073 public synchronized boolean forceBatchInitializations(boolean initAfterLoad) { in forceBatchInitializations() method in JavaModelManager
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DClasspathInitializerTests.java1724 javaModelManager.forceBatchInitializations(false); in testBug525597()
1813 javaModelManager.forceBatchInitializations(false); in testBug525597B()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/core/
H A DJavaCore.java4540 …if (manager.forceBatchInitializations(true/*initAfterLoad*/)) { // if no other thread has started … in initializeAfterLoad()