Home
last modified time | relevance | path

Searched refs:project (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/opt/setupwizard/library/
Dbuild.gradle13 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
15 * And then you can include the :setup-wizard-lib project as one of your dependencies
17 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
25 // deps = ['project-name': project(':project-path')]
30 // compile deps['project-name']
34 'support-annotations': project(':support-annotations'),
35 'support-appcompat-v7': project(':support-appcompat-v7'),
36 'support-recyclerview-v7': project(':support-recyclerview-v7')
Dstandalone-rules.gradle2 * Include this gradle file if you are building against this as a standalone gradle library project,
7 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
8 * project(':setup-wizard-lib').buildFileName = 'standalone-rules.gradle'
10 * And then you can include the :setup-wizard-lib project as one of your dependencies
12 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
17 // For standalone project clients, since the source may not be available, we fetch the
20 // deps = ['project-name': 'com.example.group:project-name:1.0.0']
25 // compile deps['project-name']
Dstandalone.gradle2 * Include this gradle file if you are building against this as a standalone gradle library project,
4 * if you create a new project in Android Studio.
8 * project(':setup-wizard-lib').projectDir = new File(PATH_TO_THIS_DIRECTORY)
9 * project(':setup-wizard-lib').buildFileName = 'standalone.gradle'
11 * And then you can include the :setup-wizard-lib project as one of your dependencies
13 * compile project(path: ':setup-wizard-lib', configuration: 'gingerbreadCompatRelease')
Drules.gradle60 // deps = ['project-name': project(':project-path')]
63 // For standalone project clients, since the source may not be available, we
67 // deps = ['project-name': 'com.example.group:project-name:1.0.0']
/frameworks/multidex/
Dbuild.gradle38 project.ext.fullSdkPath = fullSdkPath
39 project.ext.androidJar = files("${fullSdkPath}/platforms/android-${gradle.currentSdk}/android.jar")
53 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
56 project.ext.distDir = file('../../out/dist')
67 from project.ext.supportRepoOut
69 destinationDir project.ext.distDir
70 baseName = String.format("top-of-tree-m2repository-%s", project.multidexVersion)
79 project.buildDir = project.file("${project.parent.buildDir}/../${project.name}/build")
86 dist.dependsOn project.tasks.uploadArchives
88 project.plugins.whenPluginAdded { plugin ->
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
Dproguard-project.txt1 # 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
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dproguard-rules.pro1 # 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/base/tests/TouchLatency/app/
Dproguard-rules.pro1 # 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/libs/systemui/iconloaderlib/
D.gitignore2 .project
4 .project.properties
/frameworks/opt/setupwizard/tools/gradle/
Dsettings.gradle2 project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library')
3 project(':setup-wizard-lib').buildFileName = 'self.gradle'
Ddocs.gradle17 def javadocTask = project.tasks.create(name: "javadoc${suffix}", type: Javadoc) {
44 println "Docs generated: file://${project.docsDir}/javadoc/reference/index.html"
/frameworks/base/opengl/java/android/opengl/
DGLU.java148 float[] model, int modelOffset, float[] project, int projectOffset, in gluProject() argument
155 Matrix.multiplyMM(scratch, M_OFFSET, project, projectOffset, in gluProject()
214 float[] model, int modelOffset, float[] project, int projectOffset, in gluUnProject() argument
221 Matrix.multiplyMM(scratch, PM_OFFSET, project, projectOffset, in gluUnProject()
/frameworks/ex/framesequence/samples/FrameSequenceSamples/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/opt/colorpicker/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/ex/framesequence/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/opt/timezonepicker/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/opt/chips/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/opt/calendar/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/opt/photoviewer/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
D.gitignore7 .project
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/frameworks/base/startop/apps/ColorChanging/app/
Dproguard-rules.pro1 # Add project specific ProGuard rules here.
8 # If your project uses WebView with JS, uncomment the following
/frameworks/multidex/library/
Dbuild.gradle19 def generatedResourceDir = project.file('generatedResource')
68 def sourceJar = project.tasks.create(name: "sourceJarRelease", type: Jar) {
81 pom.project {
/frameworks/multidex/instrumentation/
Dbuild.gradle20 compile project(':multidex')
51 pom.project {

123