/sdk/testapps/libsTest/lib1/ |
project.properties | 8 # project structure. 11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt 13 # Project target.
|
/sdk/testapps/libsTest/lib1Test/ |
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/testapps/libsTest/lib2Test/ |
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/testapps/testProjectTest/app/ |
build.xml | 2 <project name="testProjectTest-app" 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/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/project/ |
ProjectHelper.java | 2 * Copyright (C) 2007 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 67 * Utility class to manipulate Project parameters/properties. 77 * This method does not check whether the entry is already defined in the project. 119 * Adds the corresponding source folder to the project's class path entries. 120 * This method does not check whether the entry is already defined in the project. 122 * @param javaProject The java project of which path entries to update. 135 * Checks whether the given class path entry is already defined in the project. 137 * @param javaProject The java project of which path entries to check. 177 * attributes of a project [all...] |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-gradle/4.9/ |
proguard-gradle-4.9.pom | 2 <project 14 <name>[${project.groupId}] ${project.artifactId}</name> 56 <groupId>${project.groupId}</groupId> 58 <version>${project.version}</version> 85 </project>
|
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SourcesSearchScope.js | 51 function filterOutServiceProjects(project) 53 return !project.isServiceProject(); 61 var project = projects[i]; 62 var projectProgress = compositeProgress.createSubProgress(project.uiSourceCodes().length); 63 project.indexContent(projectProgress, barrier.createCallback()); 88 * @param {!WebInspector.Project} project 90 function filterOutServiceProjects(project) 92 return !project.isServiceProject(); 99 var project = projects[i] [all...] |
/external/chromium_org/third_party/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/chromium_org/third_party/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 */
|
/external/chromium_org/third_party/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 */
|