/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
DexDumpAction.java | 2 * Copyright (C) 2010 The Android Open Source Project 59 * Runs dexdump on the classes.dex of a selected project. 75 IProject project = null; local 77 project = (IProject)element; 79 project = (IProject)((IAdaptable)element).getAdapter(IProject.class); 81 if (project != null) { 82 dexDumpProject(project); 96 * @param project on which to run dexdump. 98 private void dexDumpProject(final IProject project) { 102 return runDexDump(project, monitor) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
ProjectCheckPage.java | 2 * Copyright (C) 2008 The Android Open Source Project 22 import com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper; 23 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 24 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper; 25 import com.android.ide.eclipse.adt.internal.project.ProjectChooserHelper.NonLibraryProjectOnlyFilter; 26 import com.android.ide.eclipse.adt.internal.project.ProjectHelper; 67 setTitle("Project Checks"); 83 // composite for the project selection. 92 label.setText("Select the project to export:"); 94 new Label(projectComposite, SWT.NONE).setText("Project:") 130 IProject project = mWizard.getProject(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
SupportLibraryHelper.java | 2 * Copyright (C) 2012 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 41 * project rather than a jar library since it has resources. This class provides 42 * support for finding the library project, or downloading and installing it on 56 * <li> (The tool may also offer to adjust the minimum SDK of the project 59 * <li> Check whether the compatibility library is included in the project, and 66 * @param project the project to add the dependency into 72 public static String getTagFor(@NonNull IProject project, @NonNull String tag) { 76 int minSdk = ManifestInfo.get(project).getMinSdkVersion() 164 IProject project = javaProject.getProject(); local [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 25 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper; 47 * The Global Project Monitor tracks project file changes, and forward them to simple project, 51 * To track project resource changes, use the monitor in the {@link ResourceManager}. It is more 80 * @param isAndroidProject whether the parent project is an Android Project 87 * Classes which implements this interface provide methods dealing with project events. 91 * Sent for each opened android project at the time the listener is put in place 256 IProject project = (IProject)r; local [all...] |
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
module_unittest.py | 14 from py_vulcanize import project as project_module 38 project = project_module.Project([os.path.normpath('/src/')]) 39 loader = resource_loader.ResourceLoader(project) 66 project = project_module.Project([os.path.normpath('/x')]) 67 loader = resource_loader.ResourceLoader(project) 83 project = project_module.Project([os.path.normpath('/x')]) 84 loader = resource_loader.ResourceLoader(project) [all...] |
/external/icu/icu4c/source/samples/dtitvfmtsample/ |
dtitvfmtsample.vcxproj | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 82 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 85 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 88 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project [all...] |
/external/icu/icu4c/source/samples/dtptngsample/ |
dtptngsample.vcxproj | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 89 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 92 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 95 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project [all...] |
/external/icu/icu4c/source/samples/plurfmtsample/ |
plurfmtsample.vcxproj | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 17 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 29 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 83 <Project>{73c0a65b-d1f2-4de1-b3a6-15dad2c23f3d}</Project> 86 <Project>{0178b127-6269-407d-b112-93877bb62776}</Project> 89 <Project>{c2b04507-2521-4801-bf0d-5fd79d6d518c}</Project [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutReloadMonitor.java | 2 * Copyright (C) 2008 The Android Open Source Project 91 * @param libraryModified <code>true</code> if the changeFlags are not for the project 119 * @param project 122 public void addListener(IProject project, ILayoutReloadListener listener) { 124 List<ILayoutReloadListener> list = mListenerMap.get(project); 127 mListenerMap.put(project, list); 137 public void removeListener(IProject project, ILayoutReloadListener listener) { 139 List<ILayoutReloadListener> list = mListenerMap.get(project); 174 * This records the changes for each project, but does not notify listeners. 186 // get the file's project [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ProjectLintConfiguration.java | 2 * Copyright (C) 2011 The Android Open Source Project 26 import com.android.tools.lint.detector.api.Project; 43 ProjectLintConfiguration(LintClient client, Project project, 45 super(client, project, parent); 49 private static ProjectLintConfiguration create(LintClient client, IProject project, 51 File dir = AdtUtils.getAbsolutePath(project).toFile(); 52 Project lintProject = client.getProject(dir, dir); 56 public static ProjectLintConfiguration get(LintClient client, IProject project, 61 return create(client, project, GlobalLintConfiguration.get(), true) [all...] |
/frameworks/support/v17/leanback/ |
build.gradle | 6 compile project(':support-v4') 7 compile project(':support-recyclerview-v7') 12 compileSdkVersion project.ext.currentSdk 49 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){ 54 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) { 60 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) { 65 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar) { 80 pom.project { 100 name 'The Android Open Source Project'
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0/ |
kotlin-gradle-plugin-core-1.0.0.pom | 2 <project 14 <artifactId>kotlin-project</artifactId> 31 <version>${project.version}</version> 48 <version>${project.version}</version> 53 <version>${project.version}</version> 59 <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> 63 <directory>${project.basedir}/src/main/resources</directory> 71 <version>${project.version}</version> 96 </project>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-1103/ |
kotlin-gradle-plugin-core-1.0.0-beta-1103.pom | 2 <project 14 <artifactId>kotlin-project</artifactId> 31 <version>${project.version}</version> 48 <version>${project.version}</version> 53 <version>${project.version}</version> 59 <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> 63 <directory>${project.basedir}/src/main/resources</directory> 71 <version>${project.version}</version> 96 </project>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-4584/ |
kotlin-gradle-plugin-core-1.0.0-beta-4584.pom | 2 <project 14 <artifactId>kotlin-project</artifactId> 31 <version>${project.version}</version> 48 <version>${project.version}</version> 53 <version>${project.version}</version> 59 <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> 63 <directory>${project.basedir}/src/main/resources</directory> 71 <version>${project.version}</version> 96 </project>
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/ |
kotlin-gradle-plugin-core-1.0.0-rc-1036.pom | 2 <project 14 <artifactId>kotlin-project</artifactId> 31 <version>${project.version}</version> 48 <version>${project.version}</version> 53 <version>${project.version}</version> 59 <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> 63 <directory>${project.basedir}/src/main/resources</directory> 71 <version>${project.version}</version> 96 </project>
|
/external/autotest/utils/modelviz/ |
generate_schema_diagrams.py | 20 for project, app in PROJECTS: 21 settings = 'autotest_lib.%s.settings' % project 33 print 'Analyzing', project 36 dot_path = project + '.dot' 42 png_path = project + '.png'
|
/external/chromium-trace/catapult/dashboard/dashboard_build/ |
dashboard_dev_server_config.py | 21 project = dashboard_project.DashboardProject() 23 for x in project.FindAllTestModuleRelPaths()] 34 self.project = dashboard_project.DashboardProject() 44 default=self.project.dashboard_test_data_path) 52 return list(self.project.source_paths)
|
/external/jacoco/jacoco-maven-plugin.test/it/it-site/ |
pom.xml | 12 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 27 <groupId>@project.groupId@</groupId> 49 <groupId>@project.groupId@</groupId> 51 <version>@project.version@</version> 55 </project>
|
/external/libxml2/win32/VC10/ |
README.vc10 | 2 README file for VC10 project files for libxml2
5 to clarify: This is not the readme file for the whole libxml2 project.
6 Rather, it's a readme for the VC10 project files, attached to the libxml2 proejct.
12 2) check and correct paths for dependent "iconv" project which most certaily
23 is provided in the "win32\VC10" directory and referenced by the project
|
/external/nanohttpd/webserver/ |
pom.xml | 0 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 5 <artifactId>nanohttpd-project</artifactId> 14 <groupId>${project.groupId}</groupId> 16 <version>${project.version}</version> 55 </project>
|
/external/okhttp/okhttp-android-support/ |
pom.xml | 3 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 20 <version>${project.version}</version> 26 <version>${project.version}</version> 37 <version>${project.version}</version> 56 </project>
|
/external/okhttp/okhttp-urlconnection/ |
pom.xml | 3 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 19 <version>${project.version}</version> 24 <version>${project.version}</version> 36 <version>${project.version}</version> 55 </project>
|
/external/okhttp/okhttp-ws-tests/ |
pom.xml | 3 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 19 <version>${project.version}</version> 25 <version>${project.version}</version> 36 <version>${project.version}</version> 53 </project>
|
/external/slf4j/log4j-over-slf4j/ |
pom.xml | 0 <project xmlns="http://maven.apache.org/POM/4.0.0" 52 <Bundle-Description>${project.description}</Bundle-Description> 53 <Implementation-Version>${project.version}</Implementation-Version> 55 <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> 63 </project
|
/external/slf4j/slf4j-jcl/ |
pom.xml | 0 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 42 <Bundle-Description>${project.description}</Bundle-Description> 43 <Implementation-Version>${project.version}</Implementation-Version> 45 <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile> 53 </project
|