HomeSort by relevance Sort by last modified time
    Searched defs:projectLocation (Results 1 - 11 of 11) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectWizardState.java 109 public String projectLocation;
ProjectContentsPage.java 152 mLocationText.setText(mValues.projectLocation);
215 mValues.projectLocation = mLocationText.getText().trim();
233 String projectLocation = workspace.append(projectName).toOSString();
234 mLocationText.setText(projectLocation);
235 mValues.projectLocation = projectLocation;
261 mValues.projectLocation = dir;
NewProjectPage.java 519 String projectLocation = workspace.append(projectName).toOSString();
520 mValues.projectLocation = projectLocation;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 52 * to by the {@link #projectLocation} or in the case of sample projects, the
69 public File projectLocation = new File(Platform.getLocation().toOSString());
ProjectNamePage.java 188 if (mValues.projectLocation != null) {
189 mLocationText.setText(mValues.projectLocation.getPath());
218 mValues.projectLocation = f;
219 if (f.exists() && f.isDirectory() && !f.equals(mValues.projectLocation)) {
220 updateLocationPathField(mValues.projectLocation.getPath());
401 mValues.projectLocation = new File(sCustomLocationOsPath);
408 mValues.projectLocation = new File(value);
416 if (mValues.useExisting && mValues.projectLocation != null
417 && mValues.projectLocation.exists() && mValues.mode != Mode.SAMPLE) {
418 mValues.extractFromAndroidManifest(new Path(mValues.projectLocation.getPath()))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 459 String projectLocation = location.toOSString();
461 ProjectProperties properties = ProjectProperties.load(projectLocation,
465 properties = ProjectProperties.load(projectLocation,
483 ProjectProperties.delete(projectLocation, PropertyType.LEGACY_DEFAULT);
486 properties = ProjectProperties.load(projectLocation,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 693 String projectLocation = workspace.append(projectValues.projectName).toOSString();
694 projectValues.projectLocation = projectLocation;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/devtools/tools/lib/
ant-tasks.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.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 90 milliseconds