OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workspacePath
(Results
1 - 9
of
9
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java
51
CreateFileChange(@NonNull String name, @NonNull IPath
workspacePath
, File source) {
53
mPath =
workspacePath
;
TemplateHandler.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorApplication.java
52
IPath
workspacePath
= new Path(AndroidLocation.getFolder()).append(MONITOR_WORKSPACE_PATH);
53
instanceLoc.set(
workspacePath
.toFile().toURI().toURL(), true);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java
459
IPath
workspacePath
= root.getLocation();
460
return
workspacePath
.append(resource.getFullPath());
541
IPath
workspacePath
= workspace.getLocation();
542
if (
workspacePath
.isPrefixOf(path)) {
543
IPath relativePath = path.makeRelativeTo(
workspacePath
);
569
IPath
workspacePath
= workspace.getLocation();
570
if (
workspacePath
.isPrefixOf(path)) {
571
IPath relativePath = path.makeRelativeTo(
workspacePath
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java
491
IPath
workspacePath
= workspace.getLocation();
492
sImagePath =
workspacePath
.append(icon.getFullPath()).toOSString();
[
all
...]
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.help.base_3.5.2.v201011171123.jar
Completed in 136 milliseconds