OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:natures
(Results
1 - 8
of
8
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidNature.java
44
* when
natures
are added to the project using
46
* by clients. The nature extension id is added to the list of
natures
67
* workspace when
natures
are removed from the project using
69
* by clients. The nature extension id is removed from the list of
natures
130
// Add the
natures
. We need to add the Java nature first, so it adds its builder to the
145
* Android
Natures
are always inserted at the beginning of the list of
natures
in order to
158
String[]
natures
= description.getNatureIds();
local
159
String[] newNatures = new String[
natures
.length + 1];
161
// Android
natures
always come first
[
all
...]
ProjectHelper.java
634
String[]
natures
= description.getNatureIds();
local
637
if (AdtConstants.NATURE_DEFAULT.equals(
natures
[0]) == false) {
639
for (int i = 0 ; i <
natures
.length ; i++) {
640
if (AdtConstants.NATURE_DEFAULT.equals(
natures
[i])) {
650
natures
= description.getNatureIds();
652
String[] newNatures = new String[
natures
.length + 1];
658
System.arraycopy(
natures
, 0, newNatures, 1,
natures
.length);
660
// set the new
natures
680
String[]
natures
= description.getNatureIds()
local
[
all
...]
/packages/apps/Calendar/
mkprojectfile
34
<
natures
>
37
</
natures
>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java
373
String[]
natures
= new String[] { AdtConstants.NATURE_DEFAULT, JavaCore.NATURE_ID };
local
374
description.setNatureIds(
natures
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
/external/iproute2/doc/
ip-cref.tex
[
all
...]
Completed in 142 milliseconds