Home
last modified time | relevance | path

Searched refs:IPath (Results 1 – 25 of 2047) sorted by relevance

12345678910>>...82

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/buildpath/
H A DBuildpathModifierActionTest.java187 assertDeltaResources(delta, new IPath[0], new IPath[0], new IPath[0], new IPath[0]); in testAddExternalJar01AddMyLib()
203 IPath[] jarPaths= new IPath[] { in testAddExternalJar02AddMuiltiLibs()
213 assertDeltaResources(delta, new IPath[0], new IPath[0], new IPath[0], new IPath[0]); in testAddExternalJar02AddMuiltiLibs()
246 assertDeltaResources(delta, new IPath[0], new IPath[0], new IPath[0], new IPath[0]); in testAddExternalJar02AddMuiltiLibsTwice()
274 assertDeltaResources(delta, new IPath[0], new IPath[0], new IPath[0], new IPath[0]); in testAddExternalJarBug132827()
300 assertDeltaResources(delta, new IPath[] {outputPath}, new IPath[0], new IPath[0], new IPath[0]); in testEditOutputFolder01SetOutputFolderForSourceFolder()
334 assertDeltaResources(delta, new IPath[] {outputPath}, new IPath[0], new IPath[0], new IPath[0]); in testEditOutputFolder02RemoveProjectAsSourceFolder()
673 assertDeltaResources(delta, new IPath[0], new IPath[] {}, new IPath[0], new IPath[0]); in testRemoveFromBuildpath01RemoveProject()
703 assertDeltaResources(delta, new IPath[0], new IPath[0], new IPath[0], new IPath[0]); in testRemoveFromBuildpath01RemoveLibs()
727 assertDeltaResources(delta, new IPath[0], new IPath[] {}, new IPath[0], new IPath[0]); in testRemoveFromBuildpathBug153299Src()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/
H A DOutputFolderTests.java18 import org.eclipse.core.runtime.IPath;
76 expectingPresenceOf(new IPath[]{ in testDeleteOutputFolder()
84 expectingPresenceOf(new IPath[]{ in testDeleteOutputFolder()
131 expectingPresenceOf(new IPath[] {cuPath}); in testInvalidOutput()
149 expectingPresenceOf(new IPath[] { in testSimpleProject()
171 expectingPresenceOf(new IPath[] { in testProjectWithBin()
194 expectingPresenceOf(new IPath[] { in testProjectWithSrcBin()
218 expectingPresenceOf(new IPath[] { in testProjectWith2SrcBin()
242 expectingPresenceOf(new IPath[] { in testProjectWith2SrcAsBin()
266 expectingPresenceOf(new IPath[] { in testProjectWith2Src2Bin()
[all …]
H A DTestingEnvironment.java90 public IPath addClass(IPath packagePath, String className, String contents) { in addClass()
134 IPath path = in addPackage()
332 public void addLibrary(IPath projectPath, IPath libraryPath, IPath sourceAttachmentPath, IPath sour… in addLibrary()
347 public IPath addFile(IPath root, String fileName, String contents){ in addFile()
361 public IPath addFolder(IPath root, String folderName){ in addFolder()
615 public IPath getOutputLocation(IPath projectPath){ in getOutputLocation()
737 public IPath getPackagePath(IPath root, String packageName) { in getPackagePath()
804 private IPath getJarRootPath(IPath projectPath) { in getJarRootPath()
954 IPath path = in removePackage()
1150 public IPath setExternalOutputFolder(IPath projectPath, String name, IPath externalOutputLocation){ in setExternalOutputFolder()
[all …]
H A DMultiProjectTests.java21 import org.eclipse.core.runtime.IPath;
980 IPath p1 = env.addProject("P1"); in testCycle6()
1026 IPath[] accessiblePaths = new IPath[] {new Path("java/lang/*")}; in testCycle6()
1027 IPath[] forbiddenPaths = new IPath[] {new Path("**/*")}; in testCycle6()
1132 IPath[] accessiblePaths = new IPath[] {new Path("java/lang/*")}; in testCycle7()
1133 IPath[] forbiddenPaths = new IPath[] {new Path("**/*")}; in testCycle7()
1192 IPath[] accessiblePaths = new IPath[] {new Path("java/lang/*")}; in testCycle8()
1193 IPath[] forbiddenPaths = new IPath[] {new Path("**/*")}; in testCycle8()
1378 env.addRequiredProject(project2Path, project1Path, new IPath[] {}, new IPath[] {}, false); in testExcludePartOfAnotherProject3()
1534 env.addRequiredProject(project2Path, project1Path, new IPath[] {}, new IPath[] {}, false); in testIncludePartOfAnotherProject3()
[all …]
H A DDependencyTests.java20 import org.eclipse.core.runtime.IPath;
279 expectingOnlyProblemsFor(new IPath[] {xPath}); in testExactMethodVisibility()
471 expectingOnlyProblemsFor(new IPath[] {xPath}); in testFieldVisibility()
661 expectingOnlyProblemsFor(new IPath[] {xPath}); in testMemberTypeVisibility()
838 expectingOnlyProblemsFor(new IPath[] {xPath}); in testMethodVisibility()
1111 expectingOnlyProblemsFor(new IPath[] {aPath}); in testTypeVisibility2()
1121 expectingOnlyProblemsFor(new IPath[] {aPath}); in testTypeVisibility2()
1142 expectingOnlyProblemsFor(new IPath[] {aPath}); in testTypeVisibility2()
1178 expectingOnlyProblemsFor(new IPath[] {bPath}); in testTypeVariable()
1206 IPath projectPath = env.addProject("P"); in test0100()
[all …]
H A DCopyResourceTests.java17 import org.eclipse.core.runtime.IPath;
123 expectingPresenceOf(new IPath[] { in testProjectWithBin()
134 expectingNoPresenceOf(new IPath[] { in testProjectWithBin()
138 expectingPresenceOf(new IPath[] { in testProjectWithBin()
155 expectingPresenceOf(new IPath[] { in testProjectWithSrcBin()
165 expectingNoPresenceOf(new IPath[] { in testProjectWithSrcBin()
169 expectingPresenceOf(new IPath[] { in testProjectWithSrcBin()
188 expectingPresenceOf(new IPath[] { in testProjectWith2SrcBin()
205 expectingPresenceOf(new IPath[] { in testProjectWith2SrcBin()
224 expectingPresenceOf(new IPath[] { in testProjectWith2SrcAsBin()
[all …]
H A DTestAttributeBuilderTests.java19 import org.eclipse.core.runtime.IPath;
39 IPath project1Path = env.addProject("Project1"); in testWithProjectAsMainDependency()
80 IPath project2Path = env.addProject("Project2"); in testWithProjectAsMainDependency()
138 IPath project1Path = env.addProject("Project1"); in testWithProjectAsTestDependency()
179 IPath project2Path = env.addProject("Project2"); in testWithProjectAsTestDependency()
239 IPath project1Path = env.addProject("Project1"); in testWithProjectAsMainDependencyWithoutTestCode()
280 IPath project2Path = env.addProject("Project2"); in testWithProjectAsMainDependencyWithoutTestCode()
340 IPath project1Path = env.addProject("Project1"); in testWithProjectAsTestDependencyWithoutTestCode()
381 IPath project2Path = env.addProject("Project2"); in testWithProjectAsTestDependencyWithoutTestCode()
773 IPath projectPath = env.addProject("Project"); in testExternalTestJarChanged()
[all …]
H A DMultiSourceFolderAndOutputFolderTests.java18 import org.eclipse.core.runtime.IPath;
37 IPath projectPath = env.addProject("P"); //$NON-NLS-1$ in test0001()
54 IPath projectPath = env.addProject("P"); //$NON-NLS-1$ in test0002()
81 IPath projectPath = env.addProject("P"); //$NON-NLS-1$ in test0003()
123 IPath projectPath = env.addProject("P"); //$NON-NLS-1$ in test0005()
135 IPath projectPath = env.addProject("P"); //$NON-NLS-1$ in test0006()
138IPath src = env.addPackageFragmentRoot(projectPath, "src", new IPath[]{new Path("f1/")}, null); //… in test0006()
159IPath src = env.addPackageFragmentRoot(projectPath, "src", new IPath[]{new Path("f1/")}, null); //… in test0007()
180IPath src = env.addPackageFragmentRoot(projectPath, "src", new IPath[]{new Path("f1/")}, null); //… in test0008()
293 IPath projectPath = env.addProject("P"); in test0012()
[all …]
H A DIncrementalTests.java24 import org.eclipse.core.runtime.IPath;
47 IPath projectPath = env.addProject("Project"); in testAddDuplicateSecondaryType()
53 IPath root = env.addPackageFragmentRoot(projectPath, "src"); in testAddDuplicateSecondaryType()
64 IPath pathToD = env.addClass(root, "p", "D", in testAddDuplicateSecondaryType()
79 IPath projectPath = env.addProject("Project"); //$NON-NLS-1$ in testDefaultPackage()
101 IPath projectPath = env.addProject("Project"); //$NON-NLS-1$ in testDefaultPackage2()
126 IPath projectPath = env.addProject("Project"); //$NON-NLS-1$ in testNewJCL()
202 new IPath[]{ pathToA, pathToB, pathToC }, in testRenameMainType()
1240 IPath projectPath1 = env.addProject("Project1"); in testRemovePackageInDependencyProject()
1243 IPath projectPath2 = env.addProject("Project2"); in testRemovePackageInDependencyProject()
[all …]
H A DPackageTests.java24 import org.eclipse.core.runtime.IPath;
46 IPath projectPath = env.addProject("Project"); //$NON-NLS-1$ in testNoPackageProblem()
95 IPath projectPath = env.addProject("Project"); //$NON-NLS-1$ in testPackageProblem()
118 IPath projectPath = env.addProject("Project"); //$NON-NLS-1$ in testNoFolderProblem()
158 IPath project2Path = env.addProject("Project2"); in testNoFolderProblem2()
202 IPath projectPath = env.addProject("P"); in test001()
206 IPath src = env.addPackageFragmentRoot(projectPath, "src"); in test001()
207 IPath bin = env.setOutputFolder(projectPath, "bin"); in test001()
247 IPath projectPath = env.addProject("P"); in test002()
248 IPath externalProjectPath = env.addProject("EP"); in test002()
[all …]
H A DPackageInfoTest.java29 import org.eclipse.core.runtime.IPath;
197 IPath otherPackageInfoPath = env.addFile(otherRoot, in test004()
238 IPath otherPackageInfoPath = env.addFile(otherRoot, in test258145()
255 IPath projectPath = env.addProject("Project", "1.5"); in test323785()
277 IPath projectPath = env.addProject("Project", "1.5"); in test323785a()
305 IPath projectPath = env.addProject("Project", "1.5"); in testBug372012()
362 IPath projectPath = env.addProject("Project", "1.5"); in testBug372012a()
421 IPath projectPath = env.addProject("Project", "1.5"); in testBug372012b()
479 IPath projectPath = env.addProject("Project", "1.5"); in testBug372012c()
555 IPath projectPath = env.addProject("Project", "1.5"); in testBug374063()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DLibraryLocation.java20 import org.eclipse.core.runtime.IPath;
33 private IPath fSystemLibrary;
34 private IPath fSystemLibrarySource;
35 private IPath fExternalAnnotations;
36 private IPath fPackageRootPath;
54 public LibraryLocation(IPath libraryPath, IPath sourcePath, IPath packageRoot) { in LibraryLocation()
74 …public LibraryLocation(IPath libraryPath, IPath sourcePath, IPath packageRoot, URL javadocLocation… in LibraryLocation()
95 …public LibraryLocation(IPath libraryPath, IPath sourcePath, IPath packageRoot, URL javadocLocation… in LibraryLocation()
117 …public LibraryLocation(IPath libraryPath, IPath sourcePath, IPath packageRoot, URL javadocLocation… in LibraryLocation()
162 public IPath getPackageRootPath() { in getPackageRootPath()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/
H A DIPath.java45 public interface IPath extends Cloneable { interface
89 public IPath addTrailingSeparator(); in addTrailingSeparator()
106 public IPath append(String path); in append()
121 public IPath append(IPath path); in append()
295 public IPath makeAbsolute(); in makeAbsolute()
304 public IPath makeRelative(); in makeRelative()
320 public IPath makeRelativeTo(IPath base); in makeRelativeTo()
332 public IPath makeUNC(boolean toUNC); in makeUNC()
358 public IPath removeFileExtension(); in removeFileExtension()
454 public IPath setDevice(String device); in setDevice()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/dtree/
H A DAbstractDataTree.java17 import org.eclipse.core.runtime.IPath;
52 protected static final IPath[] NO_CHILDREN = new IPath[0];
157 public IPath getChild(IPath parentKey, int index) { in getChild()
171 public int getChildCount(IPath parentKey) { in getChildCount()
183 public IPath[] getChildren(IPath parentKey) { in getChildren()
188 IPath answer[] = new IPath[len]; in getChildren()
204 public abstract Object getData(IPath key); in getData()
259 static void handleNotFound(IPath key) { in handleNotFound()
277 public abstract boolean includes(IPath key); in includes()
293 public abstract DataTreeLookup lookup(IPath key); in lookup()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/mapping/
H A DPathTree.java25 import org.eclipse.core.runtime.IPath;
34 Set<IPath> descendantsWithPayload;
148 public synchronized IPath[] getChildren(IPath path) { in getChildren()
158 IPath descendantPath = (IPath)next; in getChildren()
159 IPath childPath = null; in getChildren()
174 private boolean addToParents(IPath path, IPath parent) { in addToParents()
201 private boolean removeFromParents(IPath path, IPath parent) { in removeFromParents()
282 private Node getNode(IPath path) { in getNode()
286 private Node addNode(IPath path) { in addNode()
306 public synchronized IPath[] setPropogatedProperty(IPath path, int property, boolean value) { in setPropogatedProperty()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/
H A DClassPathDetector.java71 private HashMap<IPath, List<IPath>> fSourceFolders;
73 private HashSet<IPath> fJARFiles;
108 private boolean isNested(IPath path, Iterator<IPath> iter) { in isNested()
110 IPath other= iter.next(); in isNested()
171 private IPath findInSourceFolders(IPath path) { in findInSourceFolders()
177 return (IPath) key; in findInSourceFolders()
214 IPath resPath= null; in detectOutputFolder()
249 for (IPath path : fJARFiles) { in detectLibraries()
275 IPath[] excludedPaths= excluded.toArray(new IPath[excluded.size()]); in detectSourceFolders()
306 private void addToMap(HashMap<IPath, List<IPath>> map, IPath folderPath, IPath relPath) { in addToMap() argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DClasspathHelper.java194 HashMap<IPath, ArrayList<IPath>> map = new LinkedHashMap<>(); in getClasspathMap()
245 Iterator<Entry<IPath, Collection<IPath>>> resolvedIter = resolved.entrySet().iterator(); in getClasspathMap()
247 Map.Entry<IPath, Collection<IPath>> resolvedEntry = resolvedIter.next(); in getClasspathMap()
262 …private static IPath[] findLibrary(String libName, IProject project, Map<IPath, ArrayList<IPath>> … in findLibrary() argument
282 IPath path = null; in findLibrary()
356 Iterator<Entry<IPath, ArrayList<IPath>>> it = classpathMap.entrySet().iterator(); in getDevPaths()
358 Map.Entry<IPath, ArrayList<IPath>> entry = it.next(); in getDevPaths()
410 return new IPath[0]; in findLibraryFromFragments()
417 private static IPath[] postfixFragmentAnnotation(IPath[] paths) { in postfixFragmentAnnotation()
424 private static void addPath(ArrayList<IPath> result, IProject project, IPath path) { in addPath()
[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 DAnnotationValueConversionTests.java21 import org.eclipse.core.runtime.IPath;
45 public IPath getSourcePath() { in getSourcePath()
52 public IPath getBinaryPath(){ in getBinaryPath()
59 public IPath getOutputPath(){ in getOutputPath()
84 IPath srcRoot = getSourcePath(); in testByteConversion()
110 IPath srcRoot = getSourcePath(); in testByteConversion_Reflection()
140 IPath srcRoot = getSourcePath(); in testShortConversion()
167 IPath srcRoot = getSourcePath(); in testShortConversion_Reflection()
198 IPath srcRoot = getSourcePath(); in testCharConversion()
415 IPath testPath = env.addClass( in testFloatConversion()
[all …]
H A DExceptionHandlingTests.java22 import org.eclipse.core.runtime.IPath;
40 IPath srcRoot = getSourcePath(); in testWrapperClassForPrimitiveValue()
55 IPath srcRoot = getSourcePath(); in testOtherPrimitiveForBooleanValue()
70 IPath srcRoot = getSourcePath(); in testStringForBooleanValue()
85 IPath srcRoot = getSourcePath(); in testArrayForBooleanValue()
101 IPath srcRoot = getSourcePath(); in testPrimitiveForStringValue()
116 IPath srcRoot = getSourcePath(); in testOtherClassForStringValue()
131 IPath srcRoot = getSourcePath(); in testArrayForStringValue()
147 IPath srcRoot = getSourcePath(); in testPrimitiveForArrayValue()
162 IPath srcRoot = getSourcePath(); in testNonArrayForArrayValue()
[all …]
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/core/
H A DPathMapItem.java6 import org.eclipse.core.runtime.IPath;
10 private IPath local;
11 private IPath remote;
17 static private String MakeStringData(IPath local, IPath remote) { in MakeStringData()
28 IPath localPath = sanitizePath(newLocal); in PathMapItem()
35 IPath sanitizePath = null; in sanitizePath()
36 IPath computePath = new Path(newPath); in sanitizePath()
67 public IPath getLocalPath() { in getLocalPath()
76 public IPath getRemotePath() { in getRemotePath()
93 public void setLocalPath(IPath path) { in setLocalPath()
[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/watson/
H A DIPathConstants.java16 import org.eclipse.core.runtime.IPath;
28 IPath root = Path.ROOT;
29 IPath solution = root.append("solution");
30 IPath project1 = solution.append("project1");
32 IPath file1 = project2.append("file1");
33 IPath folder1 = project2.append("folder1");
34 IPath folder2 = project2.append("folder2");
36 IPath file2 = folder1.append("file2");
37 IPath folder3 = folder1.append("folder3");
38 IPath folder4 = folder1.append("folder4");
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/util/
H A DPathMap.java16 import org.eclipse.core.runtime.IPath;
39 String getSegment(IPath key) { in getSegment()
43 Node<T> createNode(IPath key) { in createNode()
95 public void addAllKeys(Set<IPath> result, IPath parent) { in addAllKeys()
111 IPath buildChildPath(IPath parent, String key) { in buildChildPath()
142 String getSegment(IPath key) { in getSegment()
163 IPath buildChildPath(IPath parent, String key) { in buildChildPath()
181 public T put(IPath key, T value) { in put()
191 public T get(IPath key) { in get()
203 public T getMostSpecific(IPath key) { in getMostSpecific()
[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/
H A DIPathVariableTest.java63 IPath value;
228 IPath value = manager.getValue("one"); in testGetSetValue()
337 IPath path = new Path("three/bar"); in testResolvePathWithMacro()
378 IPath actual; in testGetVariableRelativePathLocation()
379 IPath expected; in testGetVariableRelativePathLocation()
399 private IPath getVariableRelativePathLocation(IProject project, IPath location) { in getVariableRelativePathLocation()
431 IPath path = new Path("one/bar"); in testResolvePath()
505 IPath actual = null; in testConvertToRelative()
511 IPath expected = file; in testConvertToRelative()
626 IPath path = new Path(new String()); in testEmptyURIResolution()
[all …]
/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DPathCache.hpp27 typedef std::map<unsigned int, IPath*> PathMap;
28 typedef std::map<unsigned int, IPath*>::iterator PathMapIt;
33 …const IPath* GetTempPath(unsigned int pathID) const { return (GetConstPath(pathID, PATH_TYPE_TEMP)… in GetTempPath()
34 …const IPath* GetLivePath(unsigned int pathID) const { return (GetConstPath(pathID, PATH_TYPE_LIVE)… in GetLivePath()
36 IPath* GetTempPath(unsigned int pathID) { return (GetPath(pathID, PATH_TYPE_TEMP)); } in GetTempPath()
37 IPath* GetLivePath(unsigned int pathID) { return (GetPath(pathID, PATH_TYPE_LIVE)); } in GetLivePath()
38 IPath* GetDeadPath(unsigned int pathID) { return (GetPath(pathID, PATH_TYPE_DEAD)); } in GetDeadPath()
40 void AddTempPath(IPath* path);
41 void AddLivePath(IPath* path);
50 const IPath* GetConstPath(unsigned int pathID, unsigned int pathType) const;
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DExternalFoldersManager.java46 import org.eclipse.core.runtime.IPath;
64 private Map<IPath, IFolder> folders;
119 Set<IPath> folders = null; in getExternalFolders()
123 IPath entryPath = entry.getPath(); in getExternalFolders()
325 IPath key = entry.getKey(); in cleanUp()
335 Map<IPath, RootInfo> roots = state.roots; in getFoldersToCleanUp()
336 Map<IPath, IPath> sourceAttachments = state.sourceAttachments; in getFoldersToCleanUp()
345 IPath path = entry.getKey(); in getFoldersToCleanUp()
436 Map<IPath, IFolder> getFolders() { in getFolders()
487 Set<IPath> externalFolders = null; in refreshReferences()
[all …]

12345678910>>...82