/external/zlib/old/visualc6/ |
README.txt | 1 Microsoft Developer Studio Project Files, Format Version 6.00 for zlib.
8 This project builds the zlib binaries as follows:
43 1) Select "Project | Settings (Alt+F7)".
44 Make note of the configuration names used in your project.
49 Select "Insert Project into Workspace".
51 of your project. Open "zlib.dsp".
54 For each configuration of your project:
|
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditorFactory.java | 2 * Copyright (C) 2010 The Android Open Source Project 28 * by creating a new project {@link #create(String)} or by loading an 29 * existing project {@link #load(String)}. 37 * files are stored. When a project is deleted the application is 47 * If the project path does not exist create it 52 throw new FileNotFoundException("Cannot create project path: " 74 * are stored. When a project is deleted the application is
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/ |
ProjectHelperTest.java | 2 * Copyright (C) 2008 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 31 "com.android.ide.eclipse.adt.project.AndroidClasspathContainerInitializer"; //$NON-NLS-1$ 48 // create a project with a path to an android .zip 51 Mocks.createClasspathEntry(new Path("Project/src"), //$NON-NLS-1$ 56 new Path("Project/bin")); 62 assertEquals("Project/src", fixedEntries[0].getPath().toString());
|
/sdk/ddms/app/ |
README | 1 Using the Eclipse project DDMS 16 - sdk/androidpprefs: project AndroidPrefs 17 - sdk/sdkstats: project SdkStatsService 18 - sdk/ddms/app: project Ddms 19 - sdk/ddms/libs/ddmlib: project Ddmlib 20 - sdk/ddms/libs/ddmuilib: project Ddmuilib 30 the project directory, the .classpath file references a user library 34 In order to compile the project: 67 You might need to clean the ddms project (Project > Clean...) afte [all...] |
/docs/source.android.com/src/about/ |
index.md | 2 Copyright 2010 The Android Open Source Project 17 # About the Android Open Source Project # 20 other devices. The Android Open Source Project (AOSP), led by Google, is 32 - [Our Project Philosophy and Goals](philosophy.html) 36 - [Interacting with the Project](/source/index.html)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
OpenCreateAssetSetWizardAction.java | 2 * Copyright (C) 2011 The Android Open Source Project 34 * @param project the initial project to associate with the wizard 36 public OpenCreateAssetSetWizardAction(IProject project) { 37 mProject = project;
|
/sdk/sdkmanager/libs/sdkuilib/ |
README | 1 Using the Eclipse project SdkUiLib 8 Because the build path cannot contain relative path that are not inside the project directory, 11 In order to compile the project: 36 You might need to clean the SdkUiLib project (Project > Clean...) after
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchDelegate.java | 2 * Copyright (C) 2012 The Android Open Source Project 32 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 33 import com.android.ide.eclipse.adt.internal.project.ProjectHelper; 88 IProject project = null; local 91 project = cProject.getProject(); 94 if (project == null) { 100 // make sure the project and its dependencies are built and PostCompilerBuilder runs. 103 ProjectHelper.doFullIncrementalDebugBuild(project, monitor); 105 // check if the project has errors, and abort in this case. 106 if (ProjectHelper.hasError(project, true)) [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; 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...] |
/gdk/build/core/ |
build-local.mk | 24 # If GDK_PROJECT_PATH is not defined, find the application's project 29 # libraries without a full Android project tree. 33 find-project-dir = $(strip $(call find-project-dir-inner,$1,$2)) 35 find-project-dir-inner = \ 39 $(call find-project-dir-inner-2)\ 42 find-project-dir-inner-2 = \ 52 $(call find-project-dir-inner-2)\ 58 GDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),AndroidManifest.xml) 61 GDK_PROJECT_PATH := $(call find-project-dir,$(strip $(shell pwd)),jni/Android-portable.mk [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
RenamePackageAction.java | 2 * Copyright (C) 2010 The Android Open Source Project 20 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 57 * Caveat: Sometimes it is necessary to perform a project-wide 58 * "Organize Imports" afterwards. (CTRL+SHIFT+O when a project has active 89 // Prompt for refactoring on the selected project 93 IProject project = null; local 95 project = (IProject) element; 97 project = (IProject) ((IAdaptable) element).getAdapter(IProject.class); 99 if (project != null) { 106 promptNewName(project); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
ProjectState.java | 2 * Copyright (C) 2010 The Android Open Source Project 21 import com.android.sdklib.internal.project.ProjectProperties; 22 import com.android.sdklib.internal.project.ProjectPropertiesWorkingCopy; 39 * Centralized state for Android Eclipse project. 40 * <p>This gives raw access to the properties (from <code>project.properties</code>), as well 45 * {@link #isLibrary()} indicates if the project is a library. 48 * project and its library. Theses instances are owned by the {@link ProjectState}. 50 * {@link #isMissingLibraries()} will indicate if the project has libraries that are not resolved. 51 * Unresolved libraries are libraries that do not have any matching opened Eclipse project. 59 * A class that represents a library linked to a project [all...] |
/frameworks/base/docs/html/tools/help/ |
android.jd | 184 <h3>Project actions and options</h3> 198 <td rowspan="5"><code>create project</code></td> 202 <td>The name for the project</td> 235 <td>Location of your project directory</td> 241 <td rowspan="5"><code>update project</code></td> 245 <td>The name of the project to update</td> 253 <td>Location path of the project</td> 261 <td>Location path of an Android Library to add, relative to the main project</td> 277 <td>Target id to set for the project</td> 283 <td rowspan="3"><code>create-test-project</code></td [all...] |
/external/freetype/ |
NOTICE | 5 The FreeType Project LICENSE 18 The FreeType Project is distributed in several archive packages; 21 FreeType Project. 46 We disclaim all warranties covering The FreeType Project and 47 assume no liability related to The FreeType Project. 56 Project (www.freetype.org). All rights reserved. 69 Throughout this license, the terms `package', `FreeType Project', 72 Werner Lemberg) as the `FreeType Project', be they named as alpha, 75 `You' refers to the licensee, or person using the project, where 76 `using' is a generic term including compiling the project's sourc [all...] |
/external/icu4c/test/letest/ |
letest.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/editors/layout/descriptors/ |
CustomViewDescriptorService.java | 2 * Copyright (C) 2008 The Android Open Source Project 44 * View classes per project. 61 * Map where keys are the project, and values are another map containing all the known 62 * custom View class for this project. The custom View class are stored in a map 85 * @param project the project containing the class. 89 public void updatedClassInfo(IProject project, 113 * Returns the {@link ViewElementDescriptor} for a particular project/class when the 114 * fully qualified class name actually matches a class from the given project. 123 * @param project the project containing the class [all...] |
/development/samples/training/basic/ActivityLifecycle/ |
build.xml | 2 <project name="101 Course" 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/chromium/testing/gmock/msvc/2010/ |
gmock.vcxproj | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
32 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
33 <Import Project="gmock_config.props" />
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 <Import Project="gmock_config.props" />
79 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
82 </Project>
|
/external/guava/guava-gwt/ |
pom.xml | 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 17 This project includes GWT-friendly sources. 23 <version>${project.version}</version> 28 <version>${project.version}</version> 80 <outputDirectory>${project.build.directory}/guava-sources</outputDirectory> 98 <copy toDir="${project.build.directory}/guava-gwt-sources" 100 <fileset dir="${project.build.directory}/guava-sources"> 123 <directory>${project.build.directory}/guava-gwt-sources</directory> 127 </project>
|
/external/openssl/crypto/srp/ |
srp_lcl.h | 3 * for the EdelKey project and contributed to the OpenSSL project 2004. 6 * Copyright (c) 2004 The OpenSSL Project. All rights reserved. 22 * "This product includes software developed by the OpenSSL Project 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 32 * permission of the OpenSSL Project. 36 * "This product includes software developed by the OpenSSL Project 39 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
/external/openssl/ssl/ |
kssl_lcl.h | 2 /* Written by Vern Staats <staatsvr@asc.hpc.mil> for the OpenSSL project 2000. 3 * project 2000. 6 * Copyright (c) 2000 The OpenSSL Project. All rights reserved. 22 * "This product includes software developed by the OpenSSL Project 25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 32 * permission of the OpenSSL Project. 36 * "This product includes software developed by the OpenSSL Project 39 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 42 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
|
/sdk/testapps/customViewTest/libWithCustomView/ |
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/customViewTest/mainProject/ |
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/jarCheckTests1/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/jarCheckTests1/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>
|