Home
last modified time | relevance | path

Searched +defs:project +defs:desc (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/builders/
H A DCustomBuildTriggerTest.java46 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testBuildAfterClean_builderRespondingToFull() local
54 IProjectDescription desc = project.getDescription(); in testBuildAfterClean_builderRespondingToFull() local
99 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testBuildAfterClean_builderRespondingToIncremental() local
107 IProjectDescription desc = project.getDescription(); in testBuildAfterClean_builderRespondingToIncremental() local
159 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testBuildAfterClean_builderRespondingToAuto() local
167 IProjectDescription desc = project.getDescription(); in testBuildAfterClean_builderRespondingToAuto() local
214 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testConfigurable() local
337 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testNonConfigurable() local
400 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testSkipAutobuildDelta() local
466 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testCleanBuild_AfterCleanBuilder() local
[all …]
H A DBuilderTest.java121 IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testBrokenBuilder() local
132 IProjectDescription desc = project.getDescription(); in testBrokenBuilder() local
165 IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testBuildClean() local
669 IProject project = workspace.getRoot().getProject("PROJECT" + 1); in testCloseOpenProject() local
843 IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testEnableAutobuild() local
884 IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testExceptionBuilder() local
925 IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testForgetLastBuiltState() local
1000 final IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testIncrementalBuildBeforeAutobuild() local
1044 IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testInterruptAutobuild() local
1113 IProject project = getWorkspace().getRoot().getProject("PROJECT"); in testLifecycleEvents() local
[all …]
H A DBuilderNatureTest.java47 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("P1"); in testBasic() local
53 IProjectDescription desc = project.getDescription(); in testBasic() local
71 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("P1"); in testDisabledNature() local
75 IProjectDescription desc = project.getDescription(); in testDisabledNature() local
100 IProjectDescription desc = project.getDescription(); in testDisabledNature() local
116 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("P1"); in testMissingNature() local
120 IProjectDescription desc = project.getDescription(); in testMissingNature() local
131 IProjectDescription desc = project.getDescription(); in testMissingNature() local
159 IProjectDescription desc = project.getDescription(); in testMissingNature() local
200 IProjectDescription desc = project.getDescription(); in testMissingNature() local
H A DRelaxedSchedRuleBuilderTest.java68 final IProject project = getWorkspace().getRoot().getProject(name); in testBasicRelaxedSchedulingRules() local
137 final IProject project = getWorkspace().getRoot().getProject(name); in testTwoBuildersRunInOneBuild() local
140 IProjectDescription desc = project.getDescription(); in testTwoBuildersRunInOneBuild() local
241 final IProject project = getWorkspace().getRoot().getProject(name); in testBuilderDeltaUsingRelaxedRuleBug343256() local
245 IProjectDescription desc = project.getDescription(); in testBuilderDeltaUsingRelaxedRuleBug343256() local
334 final IProject project = getWorkspace().getRoot().getProject(name); in testBug343256() local
337 IProjectDescription desc = project.getDescription(); in testBug343256() local
454 …private void invokeTestBug343256(IProject project, ISchedulingRule[] getRules, ISchedulingRule[] b… in invokeTestBug343256()
H A DBuildConfigurationsTest.java67 private void setupProject(IProject project) throws CoreException { in setupProject()
68 IProjectDescription desc = project.getDescription(); in setupProject() local
195 IProjectDescription desc = project0.getDescription(); in testBuildReferences() local
246 IProjectDescription desc = project0.getDescription(); in testBuildReferencesOfClosedProject() local
293 …private void setReferences(IProject project, String configId, IBuildConfiguration[] configs) throw… in setReferences()
294 IProjectDescription desc = project.getDescription(); in setReferences() local
302 …private void incrementalBuild(int testId, IProject project, String variant, boolean shouldBuild, i… in incrementalBuild()
310 …private void clean(int testId, IProject project, String variant, int expectedCount) throws CoreExc… in clean()
321 …private void checkBuild(int testId, IProject project, String variant, boolean shouldBuild, int exp… in checkBuild()
H A DAbstractBuilderTest.java37 protected void addBuilder(IProject project, String builderName) throws CoreException { in addBuilder()
38 IProjectDescription desc = project.getDescription(); in addBuilder() local
79 IWorkspaceDescription desc = workspace.getDescription(); in setAutoBuilding() local
87 protected void setBuildOrder(IProject project) throws CoreException { in setBuildOrder()
89 IWorkspaceDescription desc = workspace.getDescription(); in setBuildOrder() local
99 IWorkspaceDescription desc = workspace.getDescription(); in setBuildOrder() local
121 IWorkspaceDescription desc = workspace.getDescription(); in tearDown() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/src/org/eclipse/pde/api/tools/util/tests/
H A DApiBaselineManagerTests.java362 IApiDescription desc = getTestProjectApiDescription(); in assertSourceResctriction() local
432 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceRemoved() local
491 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceTypeChanged() local
515 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceInnerTypeChanged() local
539 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceMethodChanged() local
562 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceFieldChanged() local
584 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceMethodRemoveTag() local
606 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceTypeRemoveTag() local
628 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdateSourceFieldRemoveTag() local
762 IApiDescription desc = getTestProjectApiDescription(); in testWPUpdatePackageAdded() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/java/
H A DUnresolvedImportFixProcessor.java41 public void addResolutionModification(IProject project, ExportPackageDescription desc) { in addResolutionModification()
46 …public void addResolutionModification(IProject project, ExportPackageDescription desc, Compilation… in addResolutionModification()
60 public void addResolutionModification(IProject project, String desc, CompilationUnit cu, in addResolutionModification()
81 …public ClasspathFixProposal[] getFixImportProposals(IJavaProject project, String name) throws Core… in getFixImportProposals()
H A DQuickFixProcessor.java122 IProject project = fragment.getJavaProject().getProject(); in handleAccessRestrictionByImportPackage() local
148 …ndleAccessRestrictionByImportPackage(IProject currentProject, ExportPackageDescription desc, Abstr… in handleAccessRestrictionByImportPackage()
215 IProject project = cu.getJavaElement().getJavaProject().getProject(); in handleImportNotFound() local
242 public void addResolutionModification(IProject project, ExportPackageDescription desc) { in createCollector()
247 …public void addResolutionModification(IProject project, ExportPackageDescription desc, Compilation… in createCollector()
273 …public Object addRequireBundleModification(IProject project, ExportPackageDescription desc, int re… in createCollector()
278 …public Object addRequireBundleModification(IProject project, ExportPackageDescription desc, int re… in createCollector()
327 IJavaProject project = parent.getJavaProject(); in hasCorrections() local
H A DFindClassResolutionsOperation.java57 abstract public void addResolutionModification(IProject project, ExportPackageDescription desc); in addResolutionModification()
65 abstract public void addResolutionModification(IProject project, ExportPackageDescription desc, in addResolutionModification()
85 …public Object addRequireBundleModification(IProject project, ExportPackageDescription desc, int re… in addRequireBundleModification()
93 …public Object addRequireBundleModification(IProject project, ExportPackageDescription desc, int re… in addRequireBundleModification()
126 public FindClassResolutionsOperation(IProject project, String className, in FindClassResolutionsOperation()
152 public FindClassResolutionsOperation(IProject project, CompilationUnit cu, String className, in FindClassResolutionsOperation()
204 BundleDescription desc = currentPackage.getExporter(); in run() local
374 BundleDescription desc = base.getBundleDescription(); in getVisiblePackages() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/session/
H A DTestMissingBuilder.java35 protected boolean hasBuilder(IProject project, String builderId) { in hasBuilder()
62 IWorkspaceDescription desc = workspace.getDescription(); in setAutoBuilding() local
72 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("P1"); in test1() local
76 IProjectDescription desc = project.getDescription(); in test1() local
112 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("P1"); in test2() local
140 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject("P1"); in test3() local
161 IProjectDescription desc = project.getDescription(); in test3() local
H A DTestBug20127.java36 IProject project = workspace.getRoot().getProject("Project1"); in test1() local
40 IWorkspaceDescription desc = workspace.getDescription(); in test1() local
68 IProject project = workspace.getRoot().getProject("Project1"); in test2() local
69 IProjectDescription desc = project.getDescription(); in test2() local
H A DProjectDescriptionDynamicTest.java38 public IBuildConfiguration getRef(IProject project) { in getRef()
45 public IBuildConfiguration getConfig(IProject project, String id) { in getConfig()
78 IProjectDescription desc = proj.getDescription(); in test1() local
98 IProjectDescription desc = proj.getDescription(); in test2() local
H A DTestCreateLinkedResourceInHiddenProject.java31 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(PROJECT); in test1() local
33 IProjectDescription desc = new ProjectDescription(); in test1() local
48 IProject project = ResourcesPlugin.getWorkspace().getRoot().getProject(PROJECT); in test2() local
H A DTestClosedProjectLocation.java34 IProject project = workspace.getRoot().getProject(PROJECT); in test1() local
37 IProjectDescription desc = workspace.newProjectDescription(PROJECT); in test1() local
60 IProject project = workspace.getRoot().getProject(PROJECT); in test2() local
H A DTestBug12575.java31 IProject project = workspace.getRoot().getProject(projectName); in test1() local
55 IProject project = workspace.getRoot().getProject(projectName); in test2() local
58 IProjectDescription desc = project.getDescription(); in test2() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/
H A DNatureManager.java54 protected String[] computeNatureEnablements(Project project) { in computeNatureEnablements()
97 IProjectNatureDescriptor desc = getNatureDescriptor(id); in computeNatureEnablements() local
321 private synchronized void flushEnablements(IProject project) { in flushEnablements()
329 protected synchronized String[] getEnabledNatures(Project project) { in getEnabledNatures()
343 protected boolean hasCycles(ProjectNatureDescriptor desc) { in hasCycles()
376 protected boolean hasLinks(IProject project) { in hasLinks()
419 IProjectNatureDescriptor desc = getNatureDescriptor(id); in insert() local
433 public boolean isNatureEnabled(Project project, String id) { in isNatureEnabled()
453 IProjectNatureDescriptor desc = null; in lazyInitialize() local
460 descriptors.put(desc.getNatureId(), desc); in lazyInitialize() local
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DProjectHistory.cpp26 ProjectHistory &ProjectHistory::Get( AudacityProject &project ) in Get()
44 auto &project = mProject; in InitialState() local
61 auto &project = mProject; in UndoAvailable() local
70 auto &project = mProject; in RedoAvailable() local
91 const TranslatableString &desc, const TranslatableString &shortDesc) in PushState()
96 void ProjectHistory::PushState(const TranslatableString &desc, in PushState()
100 auto &project = mProject; in PushState() local
119 auto &project = mProject; in RollbackState() local
126 auto &project = mProject; in ModifyState() local
145 auto &project = mProject; in PopState() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/
H A DProjectReferencesTest.java77 private IBuildConfiguration getRef(IProject project) { in getRef()
86 private void setUpVariants(IProject project) throws CoreException { in setUpVariants()
87 IProjectDescription desc = project.getDescription(); in setUpVariants() local
93 IProjectDescription desc = project0.getDescription(); in testAddReferencesToNonExistantConfigs() local
118 IProjectDescription desc = project0.getDescription(); in testChangingBuildConfigurations() local
161 IProjectDescription desc = project0.getDescription(); in testMixedProjectAndBuildConfigRefs() local
189 IProjectDescription desc = project0.getDescription(); in testSetAndGetProjectReferences() local
222 IProjectDescription desc = project0.getDescription(); in testSetAndGetProjectConfigReferences() local
257 IProjectDescription desc = project0.getDescription(); in testReferencesToActiveConfigs() local
H A DBug29116Nature.java39 IProject project = getProject(); in configure() local
40 IProjectDescription desc = project.getDescription(); in configure() local
60 public void setProject(IProject project) { in setProject()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/
H A DIProjectTest.java148 IProjectDescription desc = project.getDescription(); in testGetNature() local
242 IProjectDescription desc = project.getDescription(); in testHasNature() local
286 IProject project = root.getProject(name); in testInvalidProjectNames() local
385 IProjectDescription desc = project.getDescription(); in testIsNatureEnabled() local
468 IProject project, destProject; in testProjectCopyVariations() local
2505 IProjectDescription desc = getWorkspace().newProjectDescription("foo"); in testProjectDescriptionDynamic() local
2539 IProjectDescription desc = getWorkspace().newProjectDescription("foo"); in testProjectDescriptionReferences() local
2594 IProjectDescription desc = getWorkspace().newProjectDescription("Project2"); in testProjectLocationValidation() local
2655 IProjectDescription desc = getWorkspace().newProjectDescription(project1.getName()); in testProjectLocationWithEscapes() local
2728 IProject project, destProject; in testProjectMoveVariations() local
[all …]
H A DNatureTest.java37 IProject project; field in NatureTest
44 protected void setNatures(String message, IProject project, String[] natures, boolean shouldFail) { in setNatures()
53 …protected void setNatures(String message, IProject project, String[] natures, boolean shouldFail, … in setNatures()
55 IProjectDescription desc = project.getDescription(); in setNatures() local
263 java.io.File desc = null; in testBug297871() local
407 IProjectDescription desc = project.getDescription(); in testMissingNatureAddsMarker() local
453 IProjectDescription desc = project.getDescription(); in testKnownNatureDoesntAddMarker() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/regression/
H A DIFileTest.java49 IProject project = getWorkspace().getRoot().getProject("MyProject"); in testBug25658() local
87 IProject project = getWorkspace().getRoot().getProject("MyProject"); in testBug25662() local
110 IProject project = getWorkspace().getRoot().getProject("MyProject"); in testBug43936() local
115 IProjectDescription desc = null; in testBug43936() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/
H A DApiDescriptionManager.java121 IJavaProject project = component.getJavaProject(); in getApiDescription() local
147 public synchronized void clean(IJavaProject project, boolean delete, boolean remove) { in clean()
148 ProjectApiDescription desc = null; in clean() local
174 synchronized void projectChanged(IJavaProject project) { in projectChanged()
175 ProjectApiDescription desc = (ProjectApiDescription) fDescriptions.get(project); in projectChanged() local
187 synchronized void projectClasspathChanged(IJavaProject project) { in projectClasspathChanged()
188 ProjectApiDescription desc = (ProjectApiDescription) fDescriptions.get(project); in projectClasspathChanged() local
242 IJavaProject project = entry.getKey(); in saving() local
243 ProjectApiDescription desc = (ProjectApiDescription) entry.getValue(); in saving() local
267 …private boolean restoreDescription(IJavaProject project, ProjectApiDescription description) throws… in restoreDescription()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/resources/filtermatchers/
H A DCompoundFileInfoMatcher.java29 …private AbstractFileInfoMatcher instantiate(IProject project, FileInfoMatcherDescription filter) t… in instantiate()
30 IFilterMatcherDescriptor desc = project.getWorkspace().getFilterMatcherDescriptor(filter.getId()); in instantiate() local
40 public final void initialize(IProject project, Object arguments) throws CoreException { in initialize()

123456789