OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:projectLocation
(Results
1 - 25
of
26
) sorted by null
1
2
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
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
...]
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
444
IPath path = new Path(mValues.
projectLocation
.getPath());
518
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
360
mValues.isLibrary, mValues.
projectLocation
, mValues.workingSets);
/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
...]
/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
/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/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
/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
/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
/external/guice/lib/build/
bnd-0.0.384.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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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 1437 milliseconds
1
2