OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
479
String
projectLocation
= location.toOSString();
481
ProjectProperties properties = ProjectProperties.load(
projectLocation
,
485
properties = ProjectProperties.load(
projectLocation
,
503
ProjectProperties.delete(
projectLocation
, PropertyType.LEGACY_DEFAULT);
506
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 66 milliseconds