HomeSort by relevance Sort by last modified time
    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
128 // Add the natures. We need to add the Java nature first, so it adds its builder to the
141 * Android Natures are always inserted at the beginning of the list of natures in order to
154 String[] natures = description.getNatureIds(); local
155 String[] newNatures = new String[natures.length + 1];
157 // Android natures always come first
    [all...]
ProjectHelper.java 564 String[] natures = description.getNatureIds(); local
567 if (AdtConstants.NATURE_DEFAULT.equals(natures[0]) == false) {
569 for (int i = 0 ; i < natures.length ; i++) {
570 if (AdtConstants.NATURE_DEFAULT.equals(natures[i])) {
580 natures = description.getNatureIds();
582 String[] newNatures = new String[natures.length + 1];
588 System.arraycopy(natures, 0, newNatures, 1, natures.length);
590 // set the new natures
610 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 113 milliseconds