HomeSort by relevance Sort by last modified time
    Searched full:project (Results 126 - 150 of 111593) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/support/
settings.gradle 3 project(':support-annotations').projectDir = new File(rootDir, 'annotations')
6 project(':support-v4').projectDir = new File(rootDir, 'v4')
9 project(':support-appcompat-v7').projectDir = new File(rootDir, 'v7/appcompat')
12 project(':support-gridlayout-v7').projectDir = new File(rootDir, 'v7/gridlayout')
15 project(':support-mediarouter-v7').projectDir = new File(rootDir, 'v7/mediarouter')
18 project(':support-palette-v7').projectDir = new File(rootDir, 'v7/palette')
21 project(':support-recyclerview-v7').projectDir = new File(rootDir, 'v7/recyclerview')
24 project(':support-cardview-v7').projectDir = new File(rootDir, 'v7/cardview')
27 project(':support-preference-v7').projectDir = new File(rootDir, 'v7/preference')
30 project(':support-preference-v14').projectDir = new File(rootDir, 'v14/preference'
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
messages.properties 1 AddNativeWizardPage_Description=Settings for generated native components for project.
9 SetFolders_Missing_project_name=Missing project name
11 SetFolders_Project_does_not_exist=Project does not exist
15 SimpleFile_No_project_name=no project name
16 SimpleFile_Project_does_not_exist=project does not exist
  /external/nanohttpd/samples/
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>
19 <groupId>${project.groupId}</groupId>
21 <version>${project.version}</version>
27 </project>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ChangedFileSetHelper.java 2 * Copyright (C) 2012 The Android Open Source Project
22 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
35 * Also contains non project specific {@link ChangedFileSet} such as {@link #MANIFEST}
55 * Returns a ChangedFileSet for Java resources inside a given project's source folders.
56 * @param project the project.
59 static ChangedFileSet getJavaResCfs(@NonNull IProject project) {
61 // get the source folder for the given project.
62 IPath projectPath = project.getFullPath();
65 List<IPath> srcPaths = BaseProjectHelper.getSourceClasspaths(project);
    [all...]
  /external/icu/icu4j/demos/
build.xml 7 <project name="demos" 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, jar, src-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"/>
31 </project
    [all...]
  /external/icu/icu4j/main/tests/framework/
build.xml 7 <project name="test-framework" 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, jar, src-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"/>
31 </project
    [all...]
  /external/icu/icu4j/main/tests/localespi/
build.xml 7 <project name="localespi-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, jar, src-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"/>
31 </project
    [all...]
  /external/icu/icu4j/main/tests/packaging/
build.xml 7 <project name="packaging-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, jar, src-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"/>
31 </project>
    [all...]
  /external/icu/icu4j/main/tests/testall/
build.xml 7 <project name="testall" 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, jar, src-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"/>
31 </project
    [all...]
  /external/icu/icu4j/tools/misc/
build.xml 7 <project name="tools" 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, jar, src-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"/>
31 </project
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/analysis/
SmalideaClassProvider.java 3 import com.intellij.openapi.project.Project;
16 private final Project project; field in class:SmalideaClassProvider
19 public SmalideaClassProvider(@Nonnull Project project, @Nonnull VirtualFile file) {
20 this.project = project;
25 ResolveScopeManager manager = ResolveScopeManager.getInstance(project);
26 PsiClass psiClass = NameUtils.resolveSmaliType(project, manager.getDefaultResolveScope(file), type)
    [all...]
  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
MavenDependencyCollectorPlugin.groovy 2 * Copyright (C) 2015 The Android Open Source Project
20 import org.gradle.api.Project
22 public class MavenDependencyCollectorPlugin implements Plugin<Project> {
26 void apply(Project project) {
27 Project parent = project.getRootProject();
35 project.allprojects {
38 project.tasks.create("collectDependenciesOf${it.getName().capitalize()}", MavenDependencyCollectorTask, {
45 project.tasks.create("buildLicenseNotice", ExportLicensesTask)
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 5 Microsoft Developer Studio Project File, Format Version 7.10 for zlib.
13 NOTE: This project will be removed from libpng-1.5.0. It has
14 been replaced with the "vstudio" project.
23 3) Set one of the project as the StartUp project. If you just want to build the
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
25 Project | Set as StartUp project). If you want to build and test the
26 binaries set it to "example" (Select "example" tree view item + Project |
27 Set as StartUp project), If you want to build the minigzip utility set it t
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
projects.py 26 <B>PROJECT MEMBERS AND PERMISSIONS</B>
27 There are three groups of users associated with each project:
29 - Project Owners are allowed to list, create, and delete buckets,
31 members and changing billing. The project owners group is the owner
32 of all buckets within a project, regardless of who may be the original
35 - Project Editors are allowed to list, create, and delete buckets.
37 - All Project Team Members are allowed to list buckets within a project.
40 with access control appropriate for a project at your company, as the three
43 `Google Developers Console <https://cloud.google.com/console#/project>`_
    [all...]
  /developers/build/prebuilts/androidtv/visual-game-controller/
proguard-project.txt 1 # To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/build/templates/create/_MODULE_/
proguard-project.txt 1 # To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/
proguard-project.txt 1 To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/admin/AppRestrictionSchema/Application/
proguard-project.txt 1 To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/admin/BasicManagedProfile/Application/
proguard-project.txt 1 To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/admin/DeviceOwner/Application/
proguard-project.txt 1 # To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/admin/NfcProvisioning/Application/
proguard-project.txt 1 # To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/background/JobScheduler/Application/
proguard-project.txt 1 To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/
proguard-project.txt 1 To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/
proguard-project.txt 1 To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/
proguard-project.txt 1 To enable ProGuard in your project, edit project.properties
4 # Add project specific ProGuard rules here.
8 # include property in project.properties.
13 # Add any project specific keep options here:
15 # If your project uses WebView with JS, uncomment the following

Completed in 681 milliseconds

1 2 3 4 56 7 8 91011>>