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

<<31323334353637383940>>

  /external/robolectric/v1/
build.gradle 23 compile project(':hamcrest')
24 compile project(path: ':junit', configuration: 'host')
25 compile project(':objenesis')
  /external/skia/platform_tools/android/examples/hello_skia_app/
build.xml 2 <project name="HelloSkia" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /external/webrtc/talk/app/webrtc/androidtests/
build.xml 2 <project name="libjingle_peerconnection_android_unittest" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /external/webrtc/webrtc/examples/androidapp/
build.xml 2 <project name="AppRTCDemo" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /external/webrtc/webrtc/examples/androidtests/
build.xml 2 <project name="AppRTCDemoTest" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
project.properties 8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
13 # Project target.
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
proguard-rules.pro 1 # Add project specific ProGuard rules here.
10 # Add any project specific keep options here:
12 # If your project uses WebView with JS, uncomment the following
  /frameworks/data-binding/
data-binding.iml 2 <module external.linked.project.id="data-binding" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
  /frameworks/data-binding/dataBinding/
dataBinding.iml 2 <module external.linked.project.id=":dataBinding" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="com.android.databinding" external.system.module.version="1.1" type="JAVA_MODULE" version="4">
  /frameworks/data-binding/integration-tests/App With Spaces/
build.gradle 2 * Copyright (C) 2015 The Android Open Source Project
17 ext.dataBindingRootFolder = new File(project.projectDir, "../..")
18 apply from: "${project.projectDir}/../../propLoader.gradle"
  /frameworks/data-binding/integration-tests/IndependentLibrary/
build.gradle 2 * Copyright (C) 2015 The Android Open Source Project
17 ext.dataBindingRootFolder = new File(project.projectDir, "../..")
18 apply from: "${project.projectDir}/../../propLoader.gradle"
  /frameworks/data-binding/integration-tests/MultiModuleTestApp/
build.gradle 2 * Copyright (C) 2015 The Android Open Source Project
17 ext.dataBindingRootFolder = new File(project.projectDir, "../..")
18 apply from: "${project.projectDir}/../../propLoader.gradle"
  /frameworks/multidex/instrumentation/
build.gradle 23 compile project(':library')
32 pom.project {
52 name 'The Android Open Source Project'
  /frameworks/support/v14/preference/
build.gradle 2 * Copyright (C) 2015 The Android Open Source Project
24 compile project(':support-v4')
25 compile project(':support-appcompat-v7')
26 compile project(':support-recyclerview-v7')
27 compile project(':support-preference-v7')
31 compileSdkVersion project.ext.currentSdk
66 def jarTask = project.tasks.create(name: "jar${suffix}", type: Jar){
71 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
77 def javadocJarTask = project.tasks.create(name: "javadocJar${suffix}", type: Jar) {
82 def sourcesJarTask = project.tasks.create(name: "sourceJar${suffix}", type: Jar)
    [all...]
  /frameworks/volley/
build.xml 2 <project name="volley" default="help">
22 Properties related to the SDK location or the project target should
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."
58 Import per project custom build rules if present at the root of the project
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.1.0/
gradle-1.1.0.pom 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
11 <artifactId>project-test-lib</artifactId>
28 </project>
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.1.3/
gradle-1.1.3.pom 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
11 <artifactId>project-test-lib</artifactId>
28 </project>
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0/
gradle-1.2.0.pom 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
17 <artifactId>project-test-lib</artifactId>
28 </project>
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-alpha1/
gradle-1.2.0-alpha1.pom 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
17 <artifactId>project-test-lib</artifactId>
28 </project>
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-beta4/
gradle-1.2.0-beta4.pom 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
11 <artifactId>project-test-lib</artifactId>
28 </project>
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/1.2.0-rc1/
gradle-1.2.0-rc1.pom 2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
11 <artifactId>project-test-lib</artifactId>
28 </project>

Completed in 545 milliseconds

<<31323334353637383940>>