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

1 2

  /ndk/build/tools/
dev-cleanup.sh 3 # Copyright (C) 2010 The Android Open Source Project
79 for PROJECT in $DIR/tests/build/*; do
80 cleanup_project $PROJECT
82 for PROJECT in $DIR/tests/device/*; do
83 cleanup_project $PROJECT
92 for PROJECT in $DIR/samples/*; do
93 cleanup_project $PROJECT
95 for PROJECT in $DIR/platforms/android-*/samples/*; do
96 cleanup_project $PROJECT
build-gnu-libstdc++.sh 3 # Copyright (C) 2011 The Android Open Source Project
193 PROJECT="gnustl_$LIBTYPE gcc-$GCC_VERSION $ABI"
194 echo "$PROJECT: configuring"
210 fail_panic "Could not configure $PROJECT"
212 echo "$PROJECT: compiling"
214 fail_panic "Could not build $PROJECT"
216 echo "$PROJECT: installing"
  /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)
  /ndk/
ndk-gdb 3 # Copyright (C) 2010 The Android Open Source Project
24 # need to launch ndk-gdb from your application project directory
116 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 | tail -1
124 $GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1 APP_ABI=$2 | tail -1
130 $AWK_CMD -f $AWK_SCRIPTS/$1 $PROJECT/$MANIFEST
158 # ./ndk-gdb --project=/path/to/project
232 --project=*)
283 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/anttasks/src/com/android/ant/
DependencyHelper.java 2 * Copyright (C) 2012 The Android Open Source Project
25 import com.android.sdklib.internal.project.IPropertySource;
26 import com.android.sdklib.internal.project.ProjectProperties;
27 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
155 * @param projectFolder the project root folder.
168 * @param projectFolder the project root folder.
169 * @param source an {@link IPropertySource} that can provide the project properties values.
225 * project properties.
226 * @param baseFolder the base folder of the project (to resolve relative paths)
227 * @param properties a source of project properties
    [all...]
TaskHelper.java 2 * Copyright (C) 2010 The Android Open Source Project
22 import com.android.sdklib.internal.project.ProjectProperties;
23 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
24 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy;
27 import org.apache.tools.ant.Project;
51 static File getSdkLocation(Project antProject) {
123 * Returns the ProjectProperties for a given project path.
127 * project's own build.xml file.
129 * If the project has no .properties files, this returns an empty {@link ProjectProperties}
130 * with type {@link PropertyType#PROJECT}
    [all...]
  /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;
24 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
52 * Creates the basic files needed to get an Android project up and running.
79 /** Project name substitution string used in template files, i.e. "PROJECT_NAME". */
86 /** The xpath to find a project name in an Ant build file. */
87 private static final String XPATH_PROJECT_NAME = "/project/@name";
89 /** Pattern for characters accepted in a project name. Since this will be used as a
92 /** List of valid characters for a project name. Used for display purposes. */
100 /** 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;
43 * Class representing project properties for both ADT and Ant-based build.
44 * <p/>The class is associated to a {@link PropertyType} that indicate which of the project
59 /** The property name for the project target */
77 public final static String PROPERTY_TESTED_PROJECT = "tested.project.dir";
92 PROJECT(SdkConstants.FN_PROJECT_PROPERTIES, DEFAULT_HEADER, new String[] {
117 PropertyType.LOCAL, PropertyType.ANT, PropertyType.PROJECT
191 "# project structure.\n" +
208 "# integral to the build system of your project.\n"
    [all...]
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/
LaunchConfigurationShortcut.java 2 * Copyright (C) 2012 The Android Open Source Project
166 IResource project; local
171 if (resource.getType() == IResource.PROJECT)
173 project = resource;
177 project = resource.getProject();
180 config = findLaunchConfiguration(project);
186 app = getFirstActivity((IProject) project);
188 // If no application could be found, use the project
200 * Finds a launch configuration for a descriptor, a mpkg file or a project
202 * @param resource A descriptor, a mpkg file or a project
330 IProject project = resource.getProject(); local
    [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;
50 // get the project and make sure this is an android project
51 IProject project = folder.getProject(); local
52 if (project == null || !project.exists() || !folder.exists()) {
57 if (project.hasNature(AdtConstants.NATURE_DEFAULT)) {
58 // check the folder is directly under the project.
59 if (folder.getParent().getType() == IResource.PROJECT) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportedProject.java 2 * Copyright (C) 2012 The Android Open Source Project
28 import com.android.sdklib.internal.project.ProjectProperties;
29 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
42 /** An Android project to be imported */
79 // Compute the project name and the package name from the manifest
110 // try to glean the project name from there
115 IStatus nameStatus = workspace.validateName(activityName, IResource.PROJECT);
141 // First try to find the one requested by project.properties
144 PropertyType.PROJECT);
187 // project (in project.properties) that is still >= the minSdk versio
    [all...]
NewProjectWizardState.java 2 * Copyright (C) 2011 The Android Open Source Project
24 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper;
27 import com.android.sdklib.internal.project.ProjectProperties;
28 import com.android.sdklib.internal.project.ProjectProperties.PropertyType;
44 * to pass project information to the {@link NewProjectCreator}.
47 /** The mode to run the wizard in: creating test, or sample, or plain project */
51 * If true, the project should be created from an existing codebase (pointed
53 * {@link #chosenSample}. Otherwise, create a brand new project from scratch.
58 * Whether new projects should be created into the default project location
70 /** True if the project location name has been manually edited by the user *
    [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
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;
158 * Sent when project has its target changed.
187 * if {@link #getProject()} and the {@link IAndroidTarget} associated with the project
202 IProject project = getProject() local
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/model/
AndroidProject.java 2 * Copyright (C) 2012 The Android Open Source Project
48 * Class that implements the model for the new project wizard
106 * Return the Type of the new Project
116 * Change the Type of the new Project
156 * Returns the Project location.
189 * Change the Project Location
344 * Returns a valid package name from the Project Name
383 * Return the project Name
412 * Return the SDK target used by this project.
422 * Return the Source Folder to be created in the project
    [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
24 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
46 * The Global Project Monitor tracks project file changes, and forward them to simple project,
50 * To track project resource changes, use the monitor in the {@link ResourceManager}. It is more
85 * Classes which implements this interface provide methods dealing with project events.
89 * Sent for each opened android project at the time the listener is put in place.
90 * @param project the opened project
255 IProject project = (IProject)r; local
    [all...]

Completed in 1313 milliseconds

1 2