HomeSort by relevance Sort by last modified time
    Searched defs:projectLocation (Results 1 - 22 of 22) 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 189 if (mValues.projectLocation != null) {
190 mLocationText.setText(mValues.projectLocation.getPath());
219 mValues.projectLocation = f;
220 if (f.exists() && f.isDirectory() && !f.equals(mValues.projectLocation)) {
221 updateLocationPathField(mValues.projectLocation.getPath());
402 mValues.projectLocation = new File(sCustomLocationOsPath);
409 mValues.projectLocation = new File(value);
417 if (mValues.useExisting && mValues.projectLocation != null
418 && mValues.projectLocation.exists() && mValues.mode != Mode.SAMPLE) {
419 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 511 String projectLocation = location.toOSString();
513 ProjectProperties properties = ProjectProperties.load(projectLocation,
517 properties = ProjectProperties.load(projectLocation,
535 ProjectProperties.delete(projectLocation, PropertyType.LEGACY_DEFAULT);
538 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...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.20.0/
org.eclipse.tycho.p2.resolver.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/0.18.1/
org.eclipse.tycho.p2.resolver.shared-0.18.1.jar 
  /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 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta3/
ant-tasks-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/ant-tasks/24.4.0-beta6/
ant-tasks-24.4.0-beta6.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /external/guice/lib/build/
bnd-0.0.384.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 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 

Completed in 399 milliseconds