Home
last modified time | relevance | path

Searched refs:getFullPath (Results 1 – 25 of 1433) sorted by relevance

12345678910>>...58

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/localstore/
H A DBucketTreeTests.java137 …] paths = {Path.ROOT, proj1.getFullPath(), file1.getFullPath(), folder1.getFullPath(), file2.getFu… in testVisitor()
154 …w IPath[] {Path.ROOT, proj1.getFullPath(), file1.getFullPath(), folder1.getFullPath(), file2.getFu… in testVisitor()
155 …verify(tree, "2.1", proj1.getFullPath(), BucketTree.DEPTH_ZERO, Arrays.asList(new IPath[] {proj1.g… in testVisitor()
156 … "2.2", proj1.getFullPath(), BucketTree.DEPTH_ONE, Arrays.asList(new IPath[] {proj1.getFullPath(),… in testVisitor()
157 ….getFullPath(), BucketTree.DEPTH_INFINITE, Arrays.asList(new IPath[] {proj1.getFullPath(), file1.g… in testVisitor()
158 …verify(tree, "3.1", file1.getFullPath(), BucketTree.DEPTH_ZERO, Arrays.asList(new IPath[] {file1.g… in testVisitor()
159 …verify(tree, "3.2", file1.getFullPath(), BucketTree.DEPTH_ONE, Arrays.asList(new IPath[] {file1.ge… in testVisitor()
162 …fy(tree, "4.2", folder1.getFullPath(), BucketTree.DEPTH_ONE, Arrays.asList(new IPath[] {folder1.ge… in testVisitor()
163 …(tree, "4.3", folder1.getFullPath(), BucketTree.DEPTH_INFINITE, Arrays.asList(new IPath[] {folder1… in testVisitor()
165 …verify(tree, "5.2", file2.getFullPath(), BucketTree.DEPTH_ONE, Arrays.asList(new IPath[] {file2.ge… in testVisitor()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/lib/php/Dao/test/
H A DTreeDaoTest.php77 $path = $this->treeDao->getFullPath(6, "uploadtree", $cover);
80 $path = $this->treeDao->getFullPath(6, "uploadtree", $cover, true);
89 $path = $this->treeDao->getFullPath(6, "uploadtree", $cover);
102 $pathInsideArchive = $this->treeDao->getFullPath(6, "uploadtree", $cover);
105 $pathInsideArchive = $this->treeDao->getFullPath(6, "uploadtree", $cover, true);
108 $pathOutsideArchive = $this->treeDao->getFullPath(11, "uploadtree", $cover);
111 $pathOutsideArchive = $this->treeDao->getFullPath(11, "uploadtree", $cover, true);
230 assertThat($this->treeDao->getFullPath(3666, "uploadtree", $cover), equalTo("L/L1"));
231 assertThat($this->treeDao->getFullPath(3666, "uploadtree", $cover,true), equalTo("L/L1"));
304 assertThat($this->treeDao->getFullPath(2, "uploadtree", 0), equalTo('example.zip'));
[all …]
/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 DResourceTree.java264 String message = NLS.bind(Messages.resources_deleting, file.getFullPath()); in internalDeleteFile()
337 String message = NLS.bind(Messages.resources_deleting, folder.getFullPath()); in internalDeleteFolder()
539 … NLS.bind(Messages.resources_errorPropertiesMove, source.getFullPath(), destination.getFullPath()); in movedFile()
550 …essage = NLS.bind(Messages.resources_errorMoving, source.getFullPath(), destination.getFullPath()); in movedFile()
598 … NLS.bind(Messages.resources_errorPropertiesMove, source.getFullPath(), destination.getFullPath()); in movedFolderSubtree()
609 …essage = NLS.bind(Messages.resources_errorMoving, source.getFullPath(), destination.getFullPath()); in movedFolderSubtree()
684 …essage = NLS.bind(Messages.resources_errorMoving, source.getFullPath(), destination.getFullPath()); in movedProjectSubtree()
697 …e = NLS.bind(Messages.resources_errorMarkersMove, source.getFullPath(), destination.getFullPath()); in movedProjectSubtree()
750 String message = NLS.bind(Messages.resources_moving, source.getFullPath()); in moveProjectContent()
773 message = NLS.bind(Messages.resources_moving, element.getFullPath()); in moveProjectContent()
[all …]
H A DFile.java41 String message = NLS.bind(Messages.resources_settingContents, getFullPath()); in appendContents()
100 String message = NLS.bind(Messages.resources_creating, getFullPath()); in create()
212 if ((charset = workspace.getCharsetManager().getCharsetFor(getFullPath(), false)) != null) in getCharsetFor()
222 String message = NLS.bind(Messages.resources_errorContentDescription, getFullPath()); in getCharsetFor()
235 String charset = workspace.getCharsetManager().getCharsetFor(getFullPath(), false); in internalGetCharset()
258 String message = NLS.bind(Messages.localstore_resourceIsOutOfSync, getFullPath()); in getContentDescription()
290 return getLocalManager().getHistoryStore().getStates(getFullPath(), monitor); in getHistory()
324 String message = NLS.bind(Messages.resources_settingContents, getFullPath()); in setContents()
394 workspace.getCharsetManager().setCharsetFor(getFullPath(), newCharset); in setCharset()
399 String message = NLS.bind(Messages.resources_settingCharset, getFullPath()); in setCharset()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/
H A DAptBuilderTests.java121 fullBuild( project.getFullPath() ); in _testGeneratedFileInBuilder0()
137 fullBuild( project.getFullPath() ); in _testGeneratedFileInBuilder0()
163 fullBuild( project.getFullPath() ); in _testGeneratedFileInBuilder1()
189 fullBuild( project.getFullPath() ); in testGeneratingIllegalTypeName()
205 fullBuild( project.getFullPath() ); in testGeneratingIllegalTypeName()
234 fullBuild( project.getFullPath() ); in testTwoAnnotations()
266 fullBuild( project.getFullPath() ); in testNestedGeneratedFileInBuilder()
283 fullBuild( project.getFullPath() ); in testNestedGeneratedFileInBuilder()
337 fullBuild( project.getFullPath() ); in testExtraDependencies()
364 fullBuild( project.getFullPath() ); in testExtraDependencies()
[all …]
H A DStarProcessorTests.java125 fullBuild( project.getFullPath() ); in _testGeneratedFileInBuilder0()
141 fullBuild( project.getFullPath() ); in _testGeneratedFileInBuilder0()
167 fullBuild( project.getFullPath() ); in _testGeneratedFileInBuilder1()
193 fullBuild( project.getFullPath() ); in testGeneratingIllegalTypeName()
209 fullBuild( project.getFullPath() ); in testGeneratingIllegalTypeName()
238 fullBuild( project.getFullPath() ); in testTwoAnnotations()
270 fullBuild( project.getFullPath() ); in testNestedGeneratedFileInBuilder()
287 fullBuild( project.getFullPath() ); in testNestedGeneratedFileInBuilder()
341 fullBuild( project.getFullPath() ); in testExtraDependencies()
366 fullBuild( project.getFullPath() ); in testExtraDependencies()
[all …]
H A DAnnotationValueConversionTests.java55 IPath lib = srcFolder.getFullPath(); in getBinaryPath()
62 IPath bin = binFolder.getFullPath(); in getOutputPath()
99 fullBuild( project.getFullPath() ); in testByteConversion()
125 fullBuild( project.getFullPath() ); in testByteConversion_Reflection()
156 fullBuild( project.getFullPath() ); in testShortConversion()
183 fullBuild( project.getFullPath() ); in testShortConversion_Reflection()
214 fullBuild( project.getFullPath() ); in testCharConversion()
245 fullBuild( project.getFullPath() ); in testCharConversion_Reflection()
276 fullBuild( project.getFullPath() ); in testIntConversion()
307 fullBuild( project.getFullPath() ); in testIntConversion_Reflection()
[all …]
H A DExceptionHandlingTests.java44 fullBuild( project.getFullPath() ); in testWrapperClassForPrimitiveValue()
59 fullBuild( project.getFullPath() ); in testOtherPrimitiveForBooleanValue()
74 fullBuild( project.getFullPath() ); in testStringForBooleanValue()
89 fullBuild( project.getFullPath() ); in testArrayForBooleanValue()
105 fullBuild( project.getFullPath() ); in testPrimitiveForStringValue()
120 fullBuild( project.getFullPath() ); in testOtherClassForStringValue()
135 fullBuild( project.getFullPath() ); in testArrayForStringValue()
151 fullBuild( project.getFullPath() ); in testPrimitiveForArrayValue()
166 fullBuild( project.getFullPath() ); in testNonArrayForArrayValue()
181 fullBuild( project.getFullPath() ); in testAnnotationForEnumArrayValue()
/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 DISynchronizerTest.java100 table.put(resource.getFullPath(), b); in testDeleteResources()
122 fail("1.3." + resource.getFullPath(), e); in testDeleteResources()
160 fail("3.3." + resource.getFullPath(), e); in testDeleteResources()
185 fail("5.1." + resource.getFullPath(), e); in testDeleteResources()
210 table.put(resource.getFullPath(), b); in testDeleteResources2()
232 fail("1.3." + resource.getFullPath(), e); in testDeleteResources2()
271 fail("3.3." + resource.getFullPath(), e); in testDeleteResources2()
486 table.put(resource.getFullPath(), b); in testSave()
519 return resource.getFullPath(); in testSave()
738 table.put(resource.getFullPath(), b); in testSyncInfo()
[all …]
H A DMarkerTest.java53 …destination = resource.getFullPath().removeLastSegments(1).append(resource.getFullPath().lastSegme… in testMarkerChangesInDelta3()
76 …destination = resource.getFullPath().removeLastSegments(1).append(resource.getFullPath().lastSegme… in testMarkerChangesInDelta3()
441 fail("1.1." + resource.getFullPath(), e); in testCreateMarker()
449 fail("2.0." + resource.getFullPath()); in testCreateMarker()
451 fail("2.1." + resource.getFullPath(), e); in testCreateMarker()
507 fail("2.2." + resource.getFullPath(), e); in testDeleteMarker()
715 fail("1.1." + file.getFullPath(), e); in test_289811()
717 fail("1.2." + file.getFullPath(), e); in test_289811()
719 fail("1.3." + file.getFullPath(), e); in test_289811()
1477 return resource.getFullPath(); in testMarkerSave()
[all …]
H A DIResourceDeltaTest.java89 assertNotNull("1.1", delta.findMember(file1.getFullPath())); in testFindMember()
90 assertNotNull("1.2", delta.findMember(folder2.getFullPath())); in testFindMember()
91 assertNotNull("1.3", delta.findMember(file3.getFullPath())); in testFindMember()
92 assertNotNull("1.4", delta.findMember(file4.getFullPath())); in testFindMember()
93 assertNull("1.5", delta.findMember(project2.getFullPath())); in testFindMember()
94 assertNull("1.6", delta.findMember(file2.getFullPath())); in testFindMember()
95 assertNull("1.7", delta.findMember(folder3.getFullPath())); in testFindMember()
98 delta = delta.findMember(project1.getFullPath()); in testFindMember()
103 assertNull("2.5", delta.findMember(project2.getFullPath())); in testFindMember()
106 assertNull("2.8", delta.findMember(project1.getFullPath())); in testFindMember()
[all …]
H A DNonLocalLinkedResourceTest.java93 sourceFile.copy(destinationFile.getFullPath(), IResource.NONE, getMonitor()); in testCopyFile()
99 sourceFile.copy(localFile.getFullPath(), IResource.NONE, getMonitor()); in testCopyFile()
107 localFile.copy(destinationFile.getFullPath(), IResource.NONE, getMonitor()); in testCopyFile()
114 localFile.copy(localFile.getFullPath(), IResource.NONE, getMonitor()); in testCopyFile()
139 source.copy(destination.getFullPath(), IResource.SHALLOW, getMonitor()); in testCopyFolder()
148 source.copy(destination.getFullPath(), IResource.NONE, getMonitor()); in testCopyFolder()
156 source.copy(destination.getFullPath(), IResource.NONE, getMonitor()); in testCopyFolder()
164 source.copy(source.getFullPath(), IResource.NONE, getMonitor()); in testCopyFolder()
207 sourceFile.move(localFile.getFullPath(), IResource.NONE, getMonitor()); in testMoveFile()
213 localFile.move(destinationFile.getFullPath(), IResource.NONE, getMonitor()); in testMoveFile()
[all …]
H A DIResourceChangeListenerTest.java1168 file1.move(file2.getFullPath(), false, null); in testMoveMoveFile()
1169 file2.move(file3.getFullPath(), false, null); in testMoveMoveFile()
1192 folder1.move(folder2.getFullPath(), false, null); in testMoveMoveFolder()
1408 …pectedChange(folder2, IResourceDelta.CHANGED, flags, folder1.getFullPath(), folder3.getFullPath()); in testReplaceFolderWithFolder()
1452 ….addExpectedChange(file1, IResourceDelta.CHANGED, flags, file2.getFullPath(), file2.getFullPath()); in testSwapFiles()
1453 ….addExpectedChange(file2, IResourceDelta.CHANGED, flags, file1.getFullPath(), file1.getFullPath()); in testSwapFiles()
1457 file1.move(file3.getFullPath(), false, null); in testSwapFiles()
1458 file2.move(file1.getFullPath(), false, null); in testSwapFiles()
1459 file3.move(file2.getFullPath(), false, null); in testSwapFiles()
1481 …pectedChange(folder1, IResourceDelta.CHANGED, flags, folder2.getFullPath(), folder2.getFullPath()); in testSwapFolders()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/usecase/
H A DIFolderTest.java41 assertTrue(method + "5", !wb.getRoot().exists(folder.getFullPath())); in nonexistentFolderFailureTests()
118 assertTrue("7.1", workspace.getRoot().findMember(folder.getFullPath()).exists()); in testFolder()
120 assertTrue("7.4", workspace.getRoot().exists(folder.getFullPath())); in testFolder()
190 assertTrue("12.0", workspace.getRoot().exists(nestedFolder.getFullPath())); in testFolder()
194 assertTrue("12.5", workspace.getRoot().exists(nestedFolder.getFullPath())); in testFolder()
210 assertTrue("13.5", !workspace.getRoot().exists(nestedFolder.getFullPath())); in testFolder()
218 assertTrue("14.1", workspace.getRoot().findMember(folder.getFullPath()).exists()); in testFolder()
220 assertTrue("14.4", workspace.getRoot().exists(folder.getFullPath())); in testFolder()
230 assertTrue("15.4", workspace.getRoot().findMember(folder.getFullPath()) == null); in testFolder()
231 assertTrue("15.5", !workspace.getRoot().exists(folder.getFullPath())); in testFolder()
[all …]
H A DIProjectTest.java121 assertTrue("1.5", proj.getFullPath().equals(new Path("/" + PROJECT))); in testProject()
123 assertTrue("1.9", !wb.getRoot().exists(proj.getFullPath())); in testProject()
124 assertTrue("1.11", wb.getRoot().findMember(proj.getFullPath()) == null); in testProject()
146 assertTrue("9.3", wb.getRoot().exists(proj.getFullPath())); in testProject()
149 assertTrue("9.5", wb.getRoot().findMember(proj.getFullPath()).equals(proj)); in testProject()
228 assertTrue("19.5", wb.getRoot().findMember(proj.getFullPath()).equals(proj)); in testProject()
229 assertTrue("19.6", wb.getRoot().exists(proj.getFullPath())); in testProject()
244 assertTrue("20.4", wb.getRoot().findMember(proj.getFullPath()) == null); in testProject()
247 assertTrue("20.5", !wb.getRoot().exists(proj.getFullPath())); in testProject()
271 assertTrue(method + "3", !wb.getRoot().exists(proj.getFullPath())); in unopenedSolutionFailureTests()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DTestSnapshottableDirListing.java90 assertEquals(root, dirs[0].getFullPath()); in testListSnapshottableDir()
102 assertEquals(dir1, dirs[0].getFullPath()); in testListSnapshottableDir()
111 assertEquals(dir1, dirs[0].getFullPath()); in testListSnapshottableDir()
113 assertEquals(dir2, dirs[1].getFullPath()); in testListSnapshottableDir()
125 assertEquals(dir1, dirs[0].getFullPath()); in testListSnapshottableDir()
134 assertEquals(dir2, dirs[1].getFullPath()); in testListSnapshottableDir()
149 assertEquals(dir1, dirs[0].getFullPath()); in testListSnapshottableDir()
150 assertEquals(dir2, dirs[1].getFullPath()); in testListSnapshottableDir()
151 assertEquals(sub1, dirs[2].getFullPath()); in testListSnapshottableDir()
152 assertEquals(sub2, dirs[3].getFullPath()); in testListSnapshottableDir()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/wizardapi/
H A DNewJavaProjectWizardTest.java126 assertEquals("f", outputLocation, project.getFullPath()); in assertBasicBuildPath()
127 assertEquals("g", classpath[0].getPath(), project.getFullPath()); in assertBasicBuildPath()
200 IPath folderPath= project.getFolder("dbin").getFullPath(); in testUserSet()
203 JavaCore.newSourceEntry(project.getFolder("dsrc1").getFullPath()), in testUserSet()
204 JavaCore.newSourceEntry(project.getFolder("dsrc2").getFullPath()) in testUserSet()
228 IPath folderPath= project.getFolder("dbin").getFullPath(); in testUserCreate()
232 JavaCore.newSourceEntry(project.getFolder("dsrc2").getFullPath()) in testUserCreate()
254 IPath folderPath= project.getFolder("dbin").getFullPath(); in testReadExisting()
257 JavaCore.newSourceEntry(project.getFolder("dsrc2").getFullPath()) in testReadExisting()
287 IPath folderPath= project.getFolder("dbin").getFullPath(); in testExistingOverwrite()
[all …]
/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/config/packages/
H A Dsowing.py81 self.getExecutable('pdflatex', getFullPath = 1)
86 self.getExecutable('bfort', path=installDir, getFullPath = 1)
87 self.getExecutable('doctext', path=installDir, getFullPath = 1)
88 self.getExecutable('mapnames', path=installDir, getFullPath = 1)
89 self.getExecutable('bib2html', path=installDir, getFullPath = 1)
98 self.getExecutable('bfort', getFullPath = 1)
99 self.getExecutable('doctext', getFullPath = 1)
100 self.getExecutable('mapnames', getFullPath = 1)
101 self.getExecutable('bib2html', getFullPath = 1)
114 self.getExecutable('bfort', path=installDir, getFullPath = 1)
[all …]
/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/config/
H A Dprograms.py24 self.getExecutable('mkdir', getFullPath = 1, setMakeMacro = 0)
47 …if self.getExecutable(self.argDB['with-autoreconf'], getFullPath = 1,resultName = 'autoreconf',set…
67 self.getExecutable('glibtoolize', getFullPath = 1,resultName = 'libtoolize',setMakeMacro = 0\
73 self.getExecutable('sh', getFullPath = 1, resultName = 'SHELL')
75 self.getExecutable('sed', getFullPath = 1)
95 self.getExecutable('mv', getFullPath = 1)
97 self.getExecutable('cp', getFullPath = 1)
99 self.getExecutable('grep', getFullPath = 1)
101 self.getExecutable('rm -f',getFullPath = 1, resultName = 'RM')
103 self.getExecutable('diff', getFullPath = 1,setMakeMacro=0)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/
H A DFileSystemResourceManager.java103 results.add(project.getFullPath().append(suffix)); in allPathsForLocationNonCanonical()
160 IPath path = resource.getFullPath(); in findLinkedResourcesPaths()
323 String title = NLS.bind(Messages.localstore_copying, target.getFullPath()); in copy()
524 return workspace.getRoot().getLocation().append(project.getFullPath()); in getProjectDefaultLocation()
535 return getStoreRoot(target).createStore(target.getFullPath(), target); in getStore()
538 return EFS.getNullFileSystem().getStore(target.getFullPath()); in getStore()
616 return root.createStore(target.getFullPath(), target); in initializeStore()
642 String msg = NLS.bind(Messages.resources_writeMeta, target.getFullPath()); in internalWrite()
813 return getStoreRoot(target).computeURI(target.getFullPath(), canonical); in locationURIFor()
1052 info.setFileStoreRoot(new FileStoreRoot(location, target.getFullPath())); in setLocation()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/
H A DClasspathProviderTests.java70 JavaCore.setClasspathVariable(varName, archive.getFullPath(), null); in testVariableArchiveResolution()
75 assertEquals("Resolved path not correct", archive.getFullPath(), resolved[0].getPath()); in testVariableArchiveResolution()
87 JavaCore.setClasspathVariable(varName, root.getFullPath(), null); in testVariableExtensionResolution()
92 assertEquals("Resolved path not correct", archive.getFullPath(), resolved[0].getPath()); in testVariableExtensionResolution()
105 JavaCore.setClasspathVariable(varName, archive.getFullPath(), null); in testBootpathVariableResolution()
111 assertEquals("Resolved path not correct", archive.getFullPath(), resolved[0].getPath()); in testBootpathVariableResolution()
123 JavaCore.setClasspathVariable(varName, root.getFullPath(), null); in testBootpathVariableExtensionResolution()
222 JavaCore.setClasspathVariable(varName, archive.getFullPath(), null); in testUserClassesVariableResolution()
241 JavaCore.setClasspathVariable(varName, root.getFullPath(), null); in testUserClassesVariableExtensionResolution()
342 JavaCore.setClasspathVariable(varName, archive.getFullPath(), null); in testStandardClassesVariableResolution()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/test-builder/perf/incremental/non-api-struc-change/changed/
H A DResource.java228 if (getFullPath().isPrefixOf(destination)) { in checkCopyRequirements()
304 IResource variant = findExistingResourceVariant(getFullPath()); in checkDoesNotExist()
358 if (getFullPath().isPrefixOf(destination)) { in checkMoveRequirements()
430 getLocalManager().getHistoryStore().remove(getFullPath(), monitor); in clearHistory()
453 return path.isPrefixOf(((IResource) rule).getFullPath()); in contains()
966 public IPath getFullPath() { in getFullPath() method in Resource
1160 return getFullPath().hashCode(); in hashCode()
1204 IPath otherPath = ((IResource) rule).getFullPath(); in isConflicting()
1366 return getParent().getFullPath().append(target); in makePathAbsolute()
1510 return getFullPath(); in requestPath()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/test-builder/perf/incremental/non-api-struc-change/revert/
H A DResource.java228 if (getFullPath().isPrefixOf(destination)) { in checkCopyRequirements()
304 IResource variant = findExistingResourceVariant(getFullPath()); in checkDoesNotExist()
358 if (getFullPath().isPrefixOf(destination)) { in checkMoveRequirements()
430 getLocalManager().getHistoryStore().remove(getFullPath(), monitor); in clearHistory()
453 return path.isPrefixOf(((IResource) rule).getFullPath()); in contains()
966 public IPath getFullPath() { in getFullPath() method in Resource
1160 return getFullPath().hashCode(); in hashCode()
1204 IPath otherPath = ((IResource) rule).getFullPath(); in isConflicting()
1366 return getParent().getFullPath().append(target); in makePathAbsolute()
1510 return getFullPath(); in requestPath()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/test-builder/perf/incremental/non-api-non-struc-change/revert/
H A DFile.java39 String message = NLS.bind(Messages.resources_settingContents, getFullPath()); in appendContents()
101 String message = NLS.bind(Messages.localstore_resourceIsOutOfSync, getFullPath()); in checkSynchronized()
102 throw new ResourceException(IResourceStatus.OUT_OF_SYNC_LOCAL, getFullPath(), message, null); in checkSynchronized()
236 if ((charset = workspace.getCharsetManager().getCharsetFor(getFullPath(), false)) != null) in getCharsetFor()
246 String message = NLS.bind(Messages.resources_errorContentDescription, getFullPath()); in getCharsetFor()
259 String charset = workspace.getCharsetManager().getCharsetFor(getFullPath(), false); in internalGetCharset()
320 return getLocalManager().getHistoryStore().getStates(getFullPath(), monitor); in getHistory()
361 String message = NLS.bind(Messages.resources_settingContents, getFullPath()); in setContents()
431 workspace.getCharsetManager().setCharsetFor(getFullPath(), newCharset); in setCharset()
440 String message = NLS.bind(Messages.resources_settingCharset, getFullPath()); in setCharset()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools.tests/test-builder/perf/incremental/non-api-non-struc-change/changed/
H A DFile.java39 String message = NLS.bind(Messages.resources_settingContents, getFullPath()); in appendContents()
101 String message = NLS.bind(Messages.localstore_resourceIsOutOfSync, getFullPath()); in checkSynchronized()
102 throw new ResourceException(IResourceStatus.OUT_OF_SYNC_LOCAL, getFullPath(), message, null); in checkSynchronized()
236 if ((charset = workspace.getCharsetManager().getCharsetFor(getFullPath(), false)) != null) in getCharsetFor()
246 String message = NLS.bind(Messages.resources_errorContentDescription, getFullPath()); in getCharsetFor()
259 String charset = workspace.getCharsetManager().getCharsetFor(getFullPath(), false); in internalGetCharset()
320 return getLocalManager().getHistoryStore().getStates(getFullPath(), monitor); in getHistory()
362 String message = NLS.bind(Messages.resources_settingContents, getFullPath()); in setContents()
432 workspace.getCharsetManager().setCharsetFor(getFullPath(), newCharset); in setCharset()
441 String message = NLS.bind(Messages.resources_settingCharset, getFullPath()); in setCharset()
[all …]

12345678910>>...58