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

  /sdk/anttasks/src/com/android/ant/
ComputeProjectClasspathTask.java 36 public void setProjectLocation(String projectLocation) {
37 mProjectLocation = projectLocation;
47 throw new BuildException("Missing attribute projectLocation");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
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...]
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());
SampleSelectionPage.java 212 mValues.projectLocation = Platform.getLocation().toFile();
NewProjectCreator.java 415 IPath path = new Path(mValues.projectLocation.getPath());
489 IPath path = new Path(mValues.projectLocation.getPath());
    [all...]
ApplicationInfoPage.java 513 Path path = new Path(mValues.projectLocation.getPath());
573 File projectDir = mValues.projectLocation;
  /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...]
NewProjectWizard.java 332 mValues.isLibrary, mValues.projectLocation, mValues.workingSets);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 448 String projectLocation = location.toOSString();
450 ProjectProperties properties = ProjectProperties.load(projectLocation,
454 properties = ProjectProperties.load(projectLocation,
472 ProjectProperties.delete(projectLocation, PropertyType.LEGACY_DEFAULT);
475 properties = ProjectProperties.load(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 
  /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 268 milliseconds