HomeSort by relevance Sort by last modified time
    Searched refs:PROJECT (Results 26 - 39 of 39) sorted by null

12

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 2 * Copyright (C) 2011 The Android Open Source Project
28 import com.android.sdklib.internal.project.ProjectProperties;
29 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
30 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy;
72 * to the selected project.
107 IProject project = null; local
109 project = (IProject) element;
111 project = (IProject) ((IAdaptable) element)
114 if (project != null) {
115 install(project);
    [all...]
  /gdk/build/core/
definitions.mk 211 # native debugging). It is generally under $PROJECT/obj/local/
215 # this module will be stored. Usually $PROJECT/obj/local/<module>/obj
219 # of the module. Usually $PROJECT/libs/<abi>/<prefix><module><suffix>
299 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ProjectNamePage.java 2 * Copyright (C) 2011 The Android Open Source Project
29 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
65 * Initial page shown when creating projects which asks for the project name,
66 * the the location of the project, working sets, etc.
86 * resources required by the New Project wizard are present -- we don't
102 setTitle("Create Android Project");
103 setDescription("Select project name and type of project");
122 nameLabel.setText("Project Name:");
131 mCreateNewButton.setText("Create new project in workspace")
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 2 * Copyright (C) 2008 The Android Open Source Project
34 import com.android.sdklib.internal.project.ProjectCreator;
35 import com.android.sdklib.internal.project.ProjectProperties;
36 import com.android.sdklib.internal.project.ProjectCreator.OutputLevel;
37 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
517 * Creates a new Android project based on command-line parameters
546 "Project name '%1$s' contains invalid characters.\nAllowed characters are: %2$s",
579 * Creates a new Android test project based on command-line parameters
585 // first check the path of the parent project, and make sure it's valid.
591 // destination path of the project
    [all...]
  /ndk/build/core/
definitions.mk 1 # Copyright (C) 2009 The Android Open Source Project
565 # native debugging). It is generally under $PROJECT/obj/local/
569 # this module will be stored. Usually $PROJECT/obj/local/<module>/obj
573 # of the module. Usually $PROJECT/libs/<abi>/<prefix><module><suffix>
654 # An installable module is one that will be copied to $PROJECT/libs/<abi>/
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 2 * Copyright (C) 2010 The Android Open Source Project
26 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
128 * @param project
135 public BuildHelper(IProject project, AndroidPrintStream outStream,
138 mProject = project;
180 * @param manifestFile the manifest of the project.
181 * @param libProjects the list of library projects that this project depends on.
219 // list of res folder (main project + maybe libraries)
673 * @param javaProject The java project
735 // output error message and mark the project
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 2 * Copyright (C) 2009 The Android Open Source Project
24 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
25 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper;
104 // Project UI widgets
604 * Show a dialog that lets the user select a Android project. This in turn provides
606 * constraining the search for main types to the specified project.
609 IJavaProject project = mProjectChooserHelper.chooseJavaProject(getProjectName(), local
610 "Please select a project to launch");
611 if (project == null) {
615 String projectName = project.getElementName()
708 IProject project = getWorkspaceRoot().getProject(projectName); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 2 * Copyright (C) 2012 The Android Open Source Project
69 * First wizard page in the "New Project From Template" wizard
136 projectLabel.setText("Project Name:");
144 "The project name is only used by Eclipse, but must be unique within the " +
494 IStatus nameStatus = workspace.validateName(appName, IResource.PROJECT);
510 /** If the project should be created in the workspace, then update the project location
511 * based on the project name. */
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/
NewBuildingBlocksWizardPage.java 2 * Copyright (C) 2012 The Android Open Source Project
689 IJavaProject project = null; local
692 project = packageFragmentRoot.getJavaProject();
695 pack = EclipseUtils.getDefaultPackageFragment(project);
901 "Error getting the project nature.", ce); //$NON-NLS-1$
912 || (getPackageFragmentRoot().getResource().getType() == IResource.PROJECT)
    [all...]
  /tools/build/builder/prebuilts/
sdklib.jar 

Completed in 732 milliseconds

12