/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/ |
commons-beanutils-1.7.0.pom | 0 <project> 13 </project
|
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/ |
netty-transport-4.1.0.CR3.pom | 3 ~ Copyright 2012 The Netty Project 5 ~ The Netty Project licenses this file to you under the Apache License, 17 <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"> 33 <groupId>${project.groupId}</groupId> 35 <version>${project.version}</version> 38 <groupId>${project.groupId}</groupId> 40 <version>${project.version}</version> 43 </project>
|
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/ |
doxia-sink-api-1.0-alpha-7.pom | 1 <?xml version="1.0" encoding="UTF-8"?><project> 14 </project
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.0.9/ |
_remote.repositories | 3 maven-project-2.0.9.jar>central= 4 maven-project-2.0.9.pom>central=
|
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/ |
_remote.repositories | 3 maven-project-2.2.1.jar>central= 4 maven-project-2.2.1.pom>central=
|
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/ |
xalan-2.6.0.pom | 0 <project> 19 </project
|
/prebuilts/tools/common/m2/repository/xml-apis/xml-apis/2.0.2/ |
xml-apis-2.0.2.pom | 0 <project> 13 </project
|
/prebuilts/tools/common/m2/repository/xmlpull/xmlpull/1.1.3.1/ |
xmlpull-1.1.3.1.pom | 0 <project> 16 </project
|
/sdk/apps/DeviceConfig/ |
project.properties | 8 # project structure. 10 # Project target.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/ |
plugin.properties | 3 Bundle-Vendor = The Android Open Source Project 8 Copyright 2012, The Android Open Source Project \n\
|
/sdk/testapps/ |
README.txt | 5 Each project represents a different test case. For more information, read 6 the readme file located in the project directory
|
/sdk/testapps/testSensors/ |
project.properties | 8 # project structure. 10 # Project target.
|
/external/nanohttpd/nanolets/ |
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> 28 </project>
|
/frameworks/opt/setupwizard/tools/gradle/ |
settings.gradle | 2 project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library') 3 project(':setup-wizard-lib').buildFileName = 'self.gradle' 11 project(':support-v4').projectDir = new File(supportLibsRoot, 'v4') 14 project(':support-appcompat-v7').projectDir = new File(supportLibsRoot, 'appcompat') 17 project(':support-recyclerview-v7').projectDir = new File(supportLibsRoot, 'recyclerview')
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
style_sheet_unittest.py | 9 from py_vulcanize import project as project_module 26 project = project_module.Project([os.path.normpath('/src/')]) 27 loader = resource_loader.ResourceLoader(project) 51 project = project_module.Project([os.path.normpath('/src')]) 52 loader = resource_loader.ResourceLoader(project) 63 project = project_module.Project([os.path.normpath('/src')]) 64 loader = resource_loader.ResourceLoader(project) [all...] |
/external/icu/icu4j/perf-tests/ |
build.xml | 7 <project name="perf-tests" default="build" basedir="."> 13 <path refid="javac.classpathref.${ant.project.name}"/> 15 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/> 16 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/> 18 <target name="build" depends="compile, copy, src-jar, jar" description="Build the project"/> 20 <target name="build-all" depends="@build-all" description="Build the project including all dependencies"/> 26 <target name="copy" depends="@copy" description="Copy non-java runtime files to the project's binary directory"/> 28 <target name="jar" depends="compile, copy, @jar" description="Create the project's jar file"/> 30 <target name="src-jar" depends="@src-jar" description="Create the project's source jar file"/> 38 </project> [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
ApkInstallManager.java | 2 * Copyright (C) 2009 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 41 * (project generating the) APK. This ensures that disconnected and reconnected devices will 51 * Internal struct to associate a project and a device. 54 public ApkInstall(IProject project, String packageName, IDevice device) { 55 this.project = project; 65 return (device == apkObj.device && project.equals(apkObj.project) && 74 return (device.getSerialNumber() + project.getName() + packageName).hashCode() 77 final IProject project; field in class:ApkInstallManager.ApkInstall [all...] |
AndroidNature.java | 2 * Copyright (C) 2007 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 35 * Project nature for the Android Projects. 39 /** the project this nature object is associated with */ 43 * Configures this nature for its project. This is called by the workspace 44 * when natures are added to the project using 51 * the project description. 66 * De-configures this nature for its project. This is called by the 67 * workspace when natures are removed from the project using 74 * removed from the project description [all...] |
AndroidExportNature.java | 2 * Copyright (C) 2010 The Android Open Source Project 17 package com.android.ide.eclipse.adt.internal.project; 24 * Project nature for the Android Export Projects. 28 /** the project this nature object is associated with */ 32 * Configures this nature for its project. This is called by the workspace 33 * when natures are added to the project using 40 * the project description. 51 * De-configures this nature for its project. This is called by the 52 * workspace when natures are removed from the project using 59 * removed from the project description [all...] |
/external/guice/bom/ |
pom.xml | 2 <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"> 23 <version>${project.version}</version> 28 <version>${project.version}</version> 34 <version>${project.version}</version> 40 <version>${project.version}</version> 45 <version>${project.version}</version> 50 <version>${project.version}</version> 55 <version>${project.version}</version> 60 <version>${project.version}</version> 65 <version>${project.version}</version [all...] |
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/ |
LazyValue.java | 40 import com.intellij.openapi.project.Project; 52 private final Project project; field in class:LazyValue 59 public LazyValue(SmaliMethod method, Project project, int registerNumber, String type) { 61 this.project = project; 66 public static LazyValue create(@Nonnull SmaliMethod method, @Nonnull Project project, int registerNumber [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1513/ |
kotlin-gradle-plugin-0.13.1513.pom | 2 <project 14 <artifactId>kotlin-project</artifactId> 26 <version>${project.version}</version> 43 <version>${project.version}</version> 48 <version>${project.version}</version> 53 <version>${project.version}</version> 60 <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> 61 <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> 65 <directory>${project.basedir}/src/main/resources</directory> 74 <version>${project.version}</version [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1514/ |
kotlin-gradle-plugin-0.13.1514.pom | 2 <project 14 <artifactId>kotlin-project</artifactId> 26 <version>${project.version}</version> 43 <version>${project.version}</version> 48 <version>${project.version}</version> 53 <version>${project.version}</version> 60 <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> 61 <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> 65 <directory>${project.basedir}/src/main/resources</directory> 74 <version>${project.version}</version [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.2/ |
kotlin-gradle-plugin-1.0.2.pom | 2 <project 14 <artifactId>kotlin-project</artifactId> 26 <version>${project.version}</version> 31 <version>${project.version}</version> 48 <version>${project.version}</version> 53 <version>${project.version}</version> 58 <version>${project.version}</version> 64 <version>${project.version}</version> 71 <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> 72 <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory [all...] |
/external/nanohttpd/markdown-plugin/ |
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> 20 <groupId>${project.groupId}</groupId> 22 <version>${project.version}</version> 62 </project>
|