/sdk/testapps/testProjectTest/lib/ |
build.xml | 2 <project name="testProjectTest-lib" default="help"> 22 Properties related to the SDK location or the project target should 33 This must be done before we load project.properties since 40 <!-- The project.properties file is created and updated by the 'android' 43 This contains project specific properties such as project target, and library 49 <loadproperties srcFile="project.properties" /> 53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable." 58 Import per project custom build rules if present at the root of the project [all...] |
/sdk/testapps/testProjectTest/testapp/ |
build.xml | 2 <project name="testProjectTest-testapp" default="help"> 22 Properties related to the SDK location or the project target should 33 This must be done before we load project.properties since 40 <!-- The project.properties file is created and updated by the 'android' 43 This contains project specific properties such as project target, and library 49 <loadproperties srcFile="project.properties" /> 53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable." 58 Import per project custom build rules if present at the root of the project [all...] |
/sdk/testapps/testProjectTest/testlib/ |
build.xml | 2 <project name="testProjectTest-testlib" default="help"> 22 Properties related to the SDK location or the project target should 33 This must be done before we load project.properties since 40 <!-- The project.properties file is created and updated by the 'android' 43 This contains project specific properties such as project target, and library 49 <loadproperties srcFile="project.properties" /> 53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable." 58 Import per project custom build rules if present at the root of the project [all...] |
project.properties | 8 # project structure. 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 13 # Project target.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
Sdk.java | 2 * Copyright (C) 2008 The Android Open Source Project 34 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 35 import com.android.ide.eclipse.adt.internal.project.LibraryClasspathContainerInitializer; 36 import com.android.ide.eclipse.adt.internal.project.ProjectHelper; 51 import com.android.sdklib.internal.project.ProjectProperties; 52 import com.android.sdklib.internal.project.ProjectProperties.PropertyType; 53 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy; 161 * Sent when project has its target changed. 190 * if {@link #getProject()} and the {@link IAndroidTarget} associated with the project 205 IProject project = getProject() local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/actions/ |
AddNativeAction.java | 2 * Copyright (C) 2011 The Android Open Source Project 37 IProject project = null; local 43 project = (IProject) obj; 45 project = (IProject) ((PlatformObject) obj).getAdapter(IProject.class); 50 if (project != null) { 51 AddNativeWizard wizard = new AddNativeWizard(project, mPart.getSite()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkMainLaunchConfigTab.java | 2 * Copyright (C) 2012 The Android Open Source Project 20 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper.IProjectChooserFilter; 33 public boolean accept(IProject project) { 34 ProjectState state = Sdk.getProjectState(project); 40 && (CoreModel.hasCCNature(project) || CoreModel.hasCNature(project));
|
/development/samples/TicTacToeLib/ |
_index.html | 1 <p>This application is an example of an Android library project, a type of 2 project that lets you store and manage shared code and resources in one place, 5 <p>The TicTacToeLib library project is designed to provide a game-play Activity, 12 <li>The library project includes an <a 28 library project and not a true Android application project. To run it, you need 29 to build the application that uses the library project — in this case, the 33 <p>To build an application that uses a library project, you also need to update
|
/development/tools/idegen/templates/idea/ |
compiler.xml | 2 <project version="4"> 23 </project>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
customTest.xml.template | 0 <project name="Customized testing instructions" default="customSetup"> 16 </project
|
/external/freetype/include/freetype/internal/services/ |
svkern.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
svtteng.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
svwinfnt.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
/external/freetype/src/autofit/ |
aferrors.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
afindic.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
aflatin2.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
afmodule.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
/external/freetype/src/base/ |
ftxf86.c | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
/external/freetype/src/cff/ |
cff.c | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
cffdrivr.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
cfferrs.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
/external/freetype/src/psaux/ |
psaux.c | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
psauxerr.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
psauxmod.h | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|
/external/freetype/src/pshinter/ |
pshinter.c | 10 /* This file is part of the FreeType project, and may only be used, */ 11 /* modified, and distributed under the terms of the FreeType project */
|