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

<<11121314151617181920>>

  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.pom 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">
64 <outputDirectory>${project.build.directory}/upload/${project.artifactId}-${project.version}-javadoc.jar</outputDirectory>
83 <mkdir dir="${project.build.directory}/upload" />
85 <copy file="${basedir}/pom.xml" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.pom" />
86 <copy file="${basedir}/saxon9.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.jar" /
    [all...]
  /external/clang/utils/analyzer/
SATestAdd.py 4 Static Analyzer qualification infrastructure: adding a new project to
7 Add a new project for testing: build it and add to the Project Map file.
9 The project directory should be added inside the Repository Directory and
10 have the same name as the project ID
12 The project should use the following files for set up:
18 - download_project.sh - download the project into the CachedSource/
20 the project source from GitHub, unzip it,
28 project being analyzed. If present,
35 the project to CachedSource, copy th
    [all...]
  /external/libpng/projects/visualc71/
README.txt 1 Microsoft Developer Studio Project File, Format Version 7.10 for libpng.
8 NOTE: This project will be removed from libpng-1.5.0. It has
9 been replaced with the "vstudio" project.
14 * The zlib project file is in . /* Warning: This is until the zlib project
15 files get intergrated into the next zlib release. The final zlib project
25 3) Set one of the project as the StartUp project. If you just want to build the
26 binaries set "libpng" as the startup project (Select "libpng" tree view
27 item + Project | Set as StartUp project). If you want to build and test th
    [all...]
  /external/icu/icu4j/main/classes/localespi/
build.xml 7 <project name="localespi" 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"/>
32 <target name="findbugs" depends="@findbugs" description="Search the project for possible defects using FindBugs." /
    [all...]
  /external/icu/icu4j/main/tests/charset/
build.xml 7 <project name="charset-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, copy-charset-test-data" 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"/>
32 <target name="copy-charset-test-data" description="Extract pre-built ICU charset test data files and copy them to the project's binary directory"
    [all...]
  /external/icu/icu4j/main/tests/core/
build.xml 7 <project name="core-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, copy-test-data" 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"/>
32 <target name="copy-test-data" description="Extract pre-built ICU core test data files and copy them to the project's binary directory"
    [all...]
  /external/icu/icu4j/main/tests/translit/
build.xml 7 <project name="translit-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, copy-translit-test-data" 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"/>
32 <target name="copy-translit-test-data" description="Extract pre-built ICU collation test data files and copy them to the project's binary directory"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchShortcut.java 2 * Copyright (C) 2012 The Android Open Source Project
58 IProject project = r.getProject(); local
59 if (project == null) {
63 // verify that this is a non library Android project
64 ProjectState state = Sdk.getProjectState(project);
69 // verify that this project has C/C++ nature
70 if (!CoreModel.hasCCNature(project) && !CoreModel.hasCNature(project)) {
71 AdtPlugin.printErrorToConsole(project,
72 String.format("Selected project (%s) does not have C/C++ nature.
    [all...]
  /developers/samples/android/wearable/wear/WearDrawers/
.gitignore 24 proguard-project.txt
27 .project
  /development/ide/intellij/
build.xml 0 <project name="android" default="make" basedir="../../">
8 </project
  /development/ndk/platforms/android-4/samples/san-angeles/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/platforms/android-5/samples/hello-gl2/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/platforms/android-8/samples/bitmap-plasma/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/platforms/android-9/samples/native-activity/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/platforms/android-9/samples/native-plasma/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/samples/hello-jni/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/samples/hello-jni/tests/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/samples/hello-neon/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/samples/two-libs/
default.properties 8 # project structure.
10 # Project target.
  /development/ndk/samples/two-libs/tests/
default.properties 8 # project structure.
10 # Project target.
  /development/samples/JetBoy/
default.properties 8 # project structure.
10 # Project target.
  /development/samples/USB/AdbTest/
default.properties 8 # project structure.
10 # Project target.
  /development/samples/USB/MissileLauncher/
default.properties 8 # project structure.
10 # Project target.
  /development/samples/devbytes/telephony/SmsSampleProject/.idea/
modules.xml 2 <project version="4">
9 </project
  /development/samples/training/AnimationsDemo/
project.properties 8 # project structure.
10 # Project target.

Completed in 1333 milliseconds

<<11121314151617181920>>