/ndk/build/tools/ |
dev-cleanup.sh | 3 # Copyright (C) 2010 The Android Open Source Project 76 for PROJECT in $DIR/tests/build/*; do 77 cleanup_project $PROJECT 79 for PROJECT in $DIR/tests/device/*; do 80 cleanup_project $PROJECT 89 for PROJECT in $DIR/samples/*; do 90 cleanup_project $PROJECT 92 for PROJECT in $DIR/platforms/android-*/samples/*; do 93 cleanup_project $PROJECT
|
build-gnu-libstdc++.sh | 3 # Copyright (C) 2011 The Android Open Source Project 167 PROJECT="GNU libstdc++ $ABI" 168 echo "$PROJECT: configuring" 180 fail_panic "Could not configure $PROJECT" 182 echo "$PROJECT: compiling" 184 fail_panic "Could not build $PROJECT" 186 echo "$PROJECT: installing"
|
/external/bluetooth/glib/ |
autogen.sh | 9 PROJECT=GLib 26 echo "You must have libtool 1.4 installed to compile $PROJECT." 34 echo "You must have gtk-doc installed to compile $PROJECT." 42 echo "You must have autoconf installed to compile $PROJECT." 56 echo "You must have automake 1.9.x or 1.10.x installed to compile $PROJECT." 68 echo "You must run this script in the top-level $PROJECT directory" 118 echo "Now type 'make' to compile $PROJECT."
|
/external/dbus/ |
autogen.sh | 10 PROJECT=dbus 24 echo "You must have autoconf installed to compile $PROJECT." 40 echo "You must have automake installed to compile $PROJECT." 48 echo "You must have libtoolize installed to compile $PROJECT." 58 echo "You must run this script in the top-level $PROJECT directory" 94 echo "Now type 'make' to compile $PROJECT." 97 echo "Now run 'configure' and 'make' to compile $PROJECT."
|
/external/harfbuzz/ |
autogen.sh | 11 PROJECT=harfbuzz 34 echo "You must have libtool 1.4 installed to compile $PROJECT." 42 echo "You must have autoconf installed to compile $PROJECT." 66 echo "You must have automake 1.4-p1 installed to compile $PROJECT." 77 echo "You must run this script in the top-level $PROJECT directory" 115 echo "Now type 'make' to compile $PROJECT."
|
/external/stlport/test/eh/ |
bcb.mak | 12 # The following section of the project makefile is managed by the BCB IDE. 18 PROJECT = eh_test.exe 58 all : $(PROJECT) 62 $(PROJECT) : $(OBJFILES) 63 $(BCC32) -e$(PROJECT) $(CFLAG1) $(LDFLAGS) $(OBJFILES)
|
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/ |
build-toolchain.sh | 131 for PROJECT in build binutils gcc gdb mpfr gmp gold; do 132 PROJECT_DIR="$TOOLCHAIN_SRC_DIR/$PROJECT" 133 PROJECT_GIT="$GIT_PREFIX/$PROJECT.git" 134 echo "$PROJECT: Cleaning" 136 echo "$PROJECT: Downloading sources from: $PROJECT_GIT" 138 fail_panic "$PROJECT: Could not git clone!!" 140 echo "$PROJECT: Switching to sources for date '$GIT_DATE'" 144 fail_panic "$PROJECT: Could not checkout?"
|
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/ |
build-toolchain.sh | 131 for PROJECT in build binutils gcc gdb mpfr gmp gold; do 132 PROJECT_DIR="$TOOLCHAIN_SRC_DIR/$PROJECT" 133 PROJECT_GIT="$GIT_PREFIX/$PROJECT.git" 134 echo "$PROJECT: Cleaning" 136 echo "$PROJECT: Downloading sources from: $PROJECT_GIT" 138 fail_panic "$PROJECT: Could not git clone!!" 140 echo "$PROJECT: Switching to sources for date '$GIT_DATE'" 144 fail_panic "$PROJECT: Could not checkout?"
|
/ndk/ |
ndk-gdb | 3 # Copyright (C) 2010 The Android Open Source Project 24 # need to launch ndk-gdb from your application project directory 75 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 83 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2 89 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST 117 # ./ndk-gdb --project=/path/to/project 189 --project=*) 240 echo " --project=<path> Specify application project path [all...] |
/external/expat/bcb5/ |
elements.mak | 9 # The following section of the project makefile is managed by the BCB IDE. 16 PROJECT = Release\elements.exe 94 # This section of the project file is not used by the BCB IDE. It is for 149 $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE) 153 $(PROJECT),, +
|
expat.mak | 9 # The following section of the project makefile is managed by the BCB IDE. 16 PROJECT = Release\libexpat_mtd.dll 95 # This section of the project file is not used by the BCB IDE. It is for 150 $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE) 154 $(PROJECT),, +
|
expatw.mak | 9 # The following section of the project makefile is managed by the BCB IDE. 16 PROJECT = Release\libexpatw_mtd.dll 95 # This section of the project file is not used by the BCB IDE. It is for 150 $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE) 154 $(PROJECT),, +
|
outline.mak | 9 # The following section of the project makefile is managed by the BCB IDE. 16 PROJECT = Release\outline.exe 94 # This section of the project file is not used by the BCB IDE. It is for 149 $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE) 153 $(PROJECT),, +
|
xmlwf.mak | 9 # The following section of the project makefile is managed by the BCB IDE. 16 PROJECT = Release\xmlwf.exe 95 # This section of the project file is not used by the BCB IDE. It is for 150 $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE) 154 $(PROJECT),, +
|
expat_static.mak | 9 # The following section of the project makefile is managed by the BCB IDE. 16 PROJECT = Release\libexpats_mtd.lib 95 # This section of the project file is not used by the BCB IDE. It is for 156 $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
|
expatw_static.mak | 9 # The following section of the project makefile is managed by the BCB IDE. 16 PROJECT = Release\libexpatws_mtd.lib 96 # This section of the project file is not used by the BCB IDE. It is for 157 $(PROJECT): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
|
/sdk/layoutlib_api/sample/src/com/example/android/render/ |
Main.java | 2 * Copyright (C) 2011 The Android Open Source Project 55 // path to the SDK and the project to render 57 private final static String PROJECT = "...<insert>..."; 72 // load the project resources 81 projectRes.loadResources(new FolderWrapper(PROJECT + "/res"));
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectCreator.java | 2 * Copyright (C) 2007 The Android Open Source Project 17 package com.android.sdklib.internal.project; 26 import com.android.sdklib.internal.project.ProjectProperties.PropertyType; 53 * Creates the basic files needed to get an Android project up and running. 80 /** Project name substitution string used in template files, i.e. "PROJECT_NAME". */ 87 /** The xpath to find a project name in an Ant build file. */ 88 private static final String XPATH_PROJECT_NAME = "/project/@name"; 90 /** Pattern for characters accepted in a project name. Since this will be used as a 93 /** List of valid characters for a project name. Used for display purposes. */ 101 /** List of valid characters for a project name. Used for display purposes. * [all...] |
ProjectProperties.java | 2 * Copyright (C) 2008 The Android Open Source Project 17 package com.android.sdklib.internal.project; 40 * Class representing project properties for both ADT and Ant-based build. 41 * <p/>The class is associated to a {@link PropertyType} that indicate which of the project 56 /** The property name for the project target */ 74 public final static String PROPERTY_TESTED_PROJECT = "tested.project.dir"; 89 PROJECT(SdkConstants.FN_PROJECT_PROPERTIES, DEFAULT_HEADER, new String[] { 179 "# project structure.\n" + 187 "# integral to the build system of your project.\n" + 207 * Loads a project properties file and return a {@link ProjectProperties} objec [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FolderDecorator.java | 2 * Copyright (C) 2008 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 49 // get the project and make sure this is an android project 50 IProject project = folder.getProject(); local 51 if (project == null || !project.exists() || !folder.exists()) { 56 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) { 57 // check the folder is directly under the project. 58 if (folder.getParent().getType() == IResource.PROJECT) { [all...] |
/sdk/anttasks/src/com/android/ant/ |
NewSetupTask.java | 2 * Copyright (C) 2009 The Android Open Source Project 27 import com.android.sdklib.internal.project.ProjectProperties; 28 import com.android.sdklib.internal.project.ProjectProperties.PropertyType; 33 import org.apache.tools.ant.Project; 55 * <li>Gets the project target hash string from {@link ProjectProperties#PROPERTY_TARGET}, 56 * and resolves it to get the project's {@link IAndroidTarget}.</li> 175 Project antProject = getProject(); 264 // display the project info 265 System.out.println("Project Target: " + androidTarget.getName()); 272 // check if the project is a librar [all...] |
/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 25 import com.android.ide.eclipse.adt.internal.project.AndroidClasspathContainerInitializer; 26 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 27 import com.android.ide.eclipse.adt.internal.project.LibraryClasspathContainerInitializer; 42 import com.android.sdklib.internal.project.ProjectProperties; 43 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy; 44 import com.android.sdklib.internal.project.ProjectProperties.PropertyType; 132 * Sent when project has its target changed. 161 * if {@link #getProject()} and the {@link IAndroidTarget} associated with the project 174 IProject project = getProject() local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizardState.java | 2 * Copyright (C) 2011 The Android Open Source Project 20 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 24 import com.android.sdklib.internal.project.ProjectProperties; 25 import com.android.sdklib.internal.project.ProjectProperties.PropertyType; 42 * to pass project information to the {@link NewProjectCreator}. 45 /** The mode to run the wizard in: creating test, or sample, or plain project */ 49 * If true, the project should be created from an existing codebase (pointed 51 * {@link #chosenSample}. Otherwise, create a brand new project from scratch. 56 * Whether new projects should be created into the default project location 69 /** The name of the project */ [all...] |
ProjectNamePage.java | 2 * Copyright (C) 2011 The Android Open Source Project 23 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 62 * Initial page shown when creating projects which asks for the project name, 63 * the the location of the project, working sets, etc. 70 * Pattern for characters accepted in a project name. Since this will be 97 setTitle("Create Android Project"); 98 setDescription("Select project name and type of project"); 116 nameLabel.setText("Project Name:"); 124 mCreateNewButton.setText("Create new project in workspace") [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
GlobalProjectMonitor.java | 2 * Copyright (C) 2007 The Android Open Source Project 22 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 44 * The Global Project Monitor tracks project file changes, and forward them to simple project, 48 * To track project resource changes, use the monitor in the {@link ResourceManager}. It is more 77 * Classes which implements this interface provide methods dealing with project events. 81 * Sent for each opened android project at the time the listener is put in place. 82 * @param project the opened project 233 IProject project = (IProject)r; local [all...] |