HomeSort by relevance Sort by last modified time
    Searched refs:workspacePath (Results 1 - 7 of 7) 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 

Completed in 211 milliseconds