/sdk/testapps/jarCheckTests1/lib2/ |
build.xml | 2 <project name="basicLibWithSupport" default="help"> 22 Properties related to the SDK location or the project target should 31 <!-- The project.properties file is created and updated by the 'android' 34 This contains project specific properties such as project target, and library 40 <loadproperties srcFile="project.properties" /> 44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests2/app/ |
build.xml | 2 <project name="basicProjectWithSupport" default="help"> 22 Properties related to the SDK location or the project target should 31 <!-- The project.properties file is created and updated by the 'android' 34 This contains project specific properties such as project target, and library 40 <loadproperties srcFile="project.properties" /> 44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests2/lib1/ |
build.xml | 2 <project name="basicLibWithSupport" default="help"> 22 Properties related to the SDK location or the project target should 31 <!-- The project.properties file is created and updated by the 'android' 34 This contains project specific properties such as project target, and library 40 <loadproperties srcFile="project.properties" /> 44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests2/lib2/ |
build.xml | 2 <project name="basicLibWithSupport" default="help"> 22 Properties related to the SDK location or the project target should 31 <!-- The project.properties file is created and updated by the 'android' 34 This contains project specific properties such as project target, and library 40 <loadproperties srcFile="project.properties" /> 44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests3/app/ |
build.xml | 2 <project name="basicProjectWithSupport" default="help"> 22 Properties related to the SDK location or the project target should 31 <!-- The project.properties file is created and updated by the 'android' 34 This contains project specific properties such as project target, and library 40 <loadproperties srcFile="project.properties" /> 44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests3/lib1/ |
build.xml | 2 <project name="basicLibWithSupport" default="help"> 22 Properties related to the SDK location or the project target should 31 <!-- The project.properties file is created and updated by the 'android' 34 This contains project specific properties such as project target, and library 40 <loadproperties srcFile="project.properties" /> 44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/sdk/testapps/jarCheckTests3/lib2/ |
build.xml | 2 <project name="basicLibWithSupport" default="help"> 22 Properties related to the SDK location or the project target should 31 <!-- The project.properties file is created and updated by the 'android' 34 This contains project specific properties such as project target, and library 40 <loadproperties srcFile="project.properties" /> 44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var" 80 in order to avoid having your file be overridden by tools such as "android update project" 85 </project>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
RSSFeedUtil.java | 18 import org.apache.tools.ant.Project; 56 Project project = new Project(); project.setName(executable); local 57 exec.setProject(project); 75 handleExecTaskReturn(project); 79 handleExecTaskReturn(project); 80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$ 88 private void handleExecTaskReturn(Project project [all...] |
/external/webrtc/test/testsupport/ |
fileutils.h | 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 7 * in the file PATENTS. All contributing project authors may 16 // path to the project source tree root directory. Using this, it is easy to 32 // * Test project located in /home/user/webrtc/trunk/src/testproject 44 // * Test project located in C:\Users\user\webrtc\trunk\src\testproject 54 // * Test project located in /Users/user/webrtc/trunk/src/testproject 73 // to find the project root. 76 // Finds the root dir of the project, to be able to set correct paths to 82 // If the current working directory is above the project root dir, it will not 88 // Returns the absolute path to the project root dir (usually the trunk dir [all...] |
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
XmlContext.java | 2 * Copyright (C) 2011 The Android Open Source Project 51 * @param project the project containing the file being checked 52 * @param main the main project if this project is a library project, or 53 * null if this is not a library project. The main project is 54 * the root project of all library projects, not necessarily the 55 * directly including project [all...] |
/ndk/build/core/ |
build-local.mk | 1 # Copyright (C) 2010 The Android Open Source Project 44 # If NDK_PROJECT_PATH is not defined, find the application's project 53 # libraries without a full Android project tree. 78 find-project-dir = $(strip $(call find-project-dir-inner,$(abspath $1),$2)) 80 find-project-dir-inner = \ 84 $(call find-project-dir-inner-2)\ 87 find-project-dir-inner-2 = \ 97 $(call find-project-dir-inner-2)\ 104 # current directory is the top of our project path. If this is the case, w [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
XmlStringFileHelper.java | 2 * Copyright (C) 2009 The Android Open Source Project 50 * project path of the file, the data is a set of known string Ids for that file. 64 * @param project The project contain the XML file. 65 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml". 70 public String valueOfStringId(IProject project, String xmlFileWsPath, String stringId) { 71 Map<String, String> cache = getResIdsForFile(project, xmlFileWsPath); 80 * @param project The project contain the XML file. 81 * @param xmlFileWsPath The project path of the XML file, e.g. "/res/values/strings.xml" [all...] |
/sdk/anttasks/src/com/android/ant/ |
GetLibraryListTask.java | 2 * Copyright (C) 2012 The Android Open Source Project 20 import com.android.sdklib.internal.project.IPropertySource; 23 import org.apache.tools.ant.Project; 32 * Task to get the list of Library Project for the current project. 55 final Project antProject = getProject();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 2 * Copyright (C) 2010 The Android Open Source Project 20 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper; 21 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper.IProjectChooserFilter; 25 import com.android.sdklib.internal.project.ProjectProperties; 26 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy; 55 * Self-contained UI to edit the library dependencies of a Project. 87 IProject project; field in class:LibraryProperties.ItemData 96 public boolean accept(IProject project) { 98 ProjectState state = Sdk.getProjectState(project); 100 if (state.isLibrary() == false || project == mState.getProject()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkManager.java | 2 * Copyright (C) 2010, 2011 The Android Open Source Project
60 public static void addNativeSupport(final IProject project, Map<String, String> templateArgs,
63 // Launch our template to set up the project contents
66 valueStore.put("projectName", project.getName()); //$NON-NLS-1$
70 // refresh project resources
71 project.refreshLocal(IResource.DEPTH_INFINITE, new SubProgressMonitor(monitor, 10));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ExportHelper.java | 2 * Copyright (C) 2008 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 19 import static com.android.sdklib.internal.project.ProjectProperties.PROPERTY_SDK; 36 import com.android.sdklib.internal.project.ProjectProperties; 80 * Exports a release version of the application created by the given project. 81 * @param project the project to export 88 public static void exportReleaseApk(IProject project, File outputFile, PrivateKey key, 96 ProjectHelper.compileInReleaseMode(project, monitor); 108 IResource manifestResource = project.findMember(SdkConstants.FN_ANDROID_MANIFEST_XML) [all...] |
AndroidClasspathContainerInitializer.java | 2 * Copyright (C) 2007 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 99 * Binds a classpath container to a {@link IClasspathContainer} for a given project, 102 * @param project the project to bind 105 public void initialize(IPath containerPath, IJavaProject project) throws CoreException { 107 IClasspathContainer container = allocateAndroidContainer(project); 110 new IJavaProject[] { project }, 138 // give each project their new container in one call. 152 * @param javaProject The java project that will receive the container [all...] |
/external/icu4c/tools/icupkg/ |
icupkg.vcxproj | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
46 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft. (…) [all...] |
/frameworks/base/docs/html/training/basics/firstapp/ |
creating-project.jd | 1 page.title=Creating an Android Project 19 <li><a href="#Eclipse">Create a Project with Eclipse</a></li> 20 <li><a href="#CommandLine">Create a Project with Command Line Tools</a></li> 35 <p>An Android project contains all the files that comprise the source code for your Android 36 app. The Android SDK tools make it easy to start a new Android project with a set of 37 default project directories and files.</p> 40 shows how to create a new project either using Eclipse (with the ADT plugin) or using the 50 <h2 id="Eclipse">Create a Project with Eclipse</h2> 54 <p class="img-caption"><strong>Figure 1.</strong> The new project wizard in Eclipse.</p> 58 <li>In Eclipse, select <strong>File > New > Project</strong> [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/ |
ProjectLintConfigurationTest.java | 2 * Copyright (C) 2011 The Android Open Source Project 28 import com.android.tools.lint.detector.api.Project; 47 Project project = client.getProject(dir, dir); local 50 new ProjectLintConfiguration(client, project, parent, false /*fatalOnly*/); 65 config = new ProjectLintConfiguration(client, project, parent, false /*fatalOnly*/); 76 Project project = client.getProject(dir, dir); local 80 Project otherProject = client.getProject(otherDir, otherDir); 86 new ProjectLintConfiguration(client, project, otherConfig, false) 134 Project project = client.getProject(dir, dir); local [all...] |
/external/webkit/Source/gyp/ |
configure | 44 class Project: 71 'xcode': os.path.join(self._name + '.xcodeproj', 'project.pbxproj'), 116 Project("JavaScriptCore"), 117 Project("WebCore"), 121 should_generate = [project for project in PROJECTS if project.should_generate(port)] 122 already_generated = [project.name() for project in set(PROJECTS) - set(should_generate)] 139 help="Generate all project files even if they appear to be up to date." [all...] |
/external/icu4c/tools/pkgdata/ |
pkgdata.vcxproj | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
45 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft. (…) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
CreateAssetSetWizard.java | 2 * Copyright (C) 2011 The Android Open Source Project 22 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 99 IProject project = getProject(); local 101 // Write out the images into the project 109 IFile file = project.getFile(dest); 172 selectFiles(project, mCreatedFiles); 177 private void selectFiles(IProject project, List<? extends IResource> createdFiles) { 186 javaProject = BaseProjectHelper.getJavaProject(project); 208 // project 227 // their relative paths from the project; deferring execution wit 281 IProject project = res != null ? res.getProject() : null; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 2 * Copyright (C) 2007 The Android Open Source Project 68 * of the project of the current selected item (either item in the package explorer, or of the 197 // get the file project 198 IProject project = file.getProject(); local 200 handleProjectSelection(project); 207 IProject project = null; local 212 project = ((IResource) element).getProject(); 218 project = javaProject.getProject(); 221 // finally we try to get a project object from IAdaptable. 222 project = (IProject) ((IAdaptable) element [all...] |
/development/ndk/samples/hello-jni/jni/ |
hello-jni.c | 2 * Copyright (C) 2009 The Android Open Source Project 24 * apps/samples/hello-jni/project/src/com/example/HelloJni/HelloJni.java
|