Home
last modified time | relevance | path

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

12345678910>>...13

/aosp12/packages/apps/Car/libs/aaos-apps-gradle-project/
H A Dsettings.gradle32 project(':car-ui-lib').projectDir = new File('../car-ui-lib/car-ui-lib')
34 project(':PaintBooth').projectDir = new File('../car-ui-lib/paintbooth')
36 project(':oem-apis').projectDir = new File('../car-ui-lib/oem-apis')
43 project(':car-apps-common').projectDir = new File('../car-apps-common')
46 project(':car-media-common').projectDir = new File('../car-media-common')
55 project(':car-assist-lib').projectDir = new File('../car-assist-lib')
62 project(':car-media-app').projectDir = new File('../../Media')
65 project(':test-media-app').projectDir = new File('../../tests/TestMediaApp')
71 project(':test-rotary-ime').projectDir = new File('../../tests/RotaryIME')
74 project(':car-dialer-app').projectDir = new File('../../Dialer')
[all …]
/aosp12/frameworks/opt/setupwizard/library/
H A 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')
H A 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']
H A 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')
H A 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']
/aosp12/frameworks/multidex/
H A 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 …]
/aosp12/system/extras/simpleperf/demo/
H A DREADME.md24 SimpleperfExampleOfKotlin/ -- contains an Android Studio project using Kotlin code.
46 Android Studio project: SimpleExamplePureJava
52 # Open SimpleperfExamplesPureJava project with Android Studio,
53 # and build this project successfully, otherwise the `./gradlew` command below will fail.
78 Android Studio project: SimpleExampleWithNative
84 # Open SimpleperfExamplesWithNative project with Android Studio,
85 # and build this project sucessfully, otherwise the `./gradlew` command below will fail.
110 Android Studio project: SimpleExampleOfKotlin
116 # Open SimpleperfExamplesOfKotlin project with Android Studio,
142 Android Studio project: CppApi and JavaApi
[all …]
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/
H A 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
/aosp12/packages/apps/Camera2/
H A 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
/aosp12/build/soong/rust/
H A Dproject_json.go68 project rustProjectJson member
248 idx := len(singleton.project.Crates)
250 singleton.project.Crates = append(singleton.project.Crates, crate)
253 singleton.project.Roots = append(singleton.project.Roots, path.Dir(crate.RootModule))
267 crate := singleton.project.Crates[cInfo.Idx]
269 singleton.project.Crates[cInfo.Idx] = crate
286 err := createJsonFile(singleton.project, path)
292 func createJsonFile(project rustProjectJson, rustProjectPath android.WritablePath) error {
293 buf, err := json.MarshalIndent(project, "", " ")
/aosp12/build/soong/docs/
H A Dclion.md1 # CLion project generator
6 CMakeLists.txt project file generation is enabled via environment variable:
18 or build only the project you are interested in:
49 An example of a super project for surfaceflinger (using libui and libgui)
54 project(native)
63 Upon opening a project it looks like all the folder structure has been
68 This is because you need to change the project root. Via Tools > CMake >
/aosp12/packages/apps/Car/Dialer/
H A Dbuild.gradle90 project.gradle.taskGraph.whenReady {
152 implementation project(':car-ui-lib')
153 implementation project(':car-apps-common')
154 implementation project(':car-uxr-client-lib')
155 implementation project(':car-assist-lib')
156 implementation project(':car-messenger-common')
157 implementation project(':car-telephony-common')
158 implementation project(path: ':car-dialer-app:framework')
170 emulatorImplementation project(path: ':car-dialer-app:testing')
174 fakeImplementation project(path: ':car-dialer-app:testing')
/aosp12/packages/services/Telecomm/scripts/
H A Dtelecom_testing.sh19 local project=
48 project=$OPTARG;;
56 case "$project" in
121 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then
127 if [ $coverage = true ] && [ $project =~ "telecom" ] ; then
/aosp12/packages/modules/StatsD/
H A D.gitignore1 # Eclipse project
3 **/.project
5 # IntelliJ project
/aosp12/packages/modules/Permission/
H A D.gitignore1 # Eclipse project
3 **/.project
5 # IntelliJ project
/aosp12/packages/modules/Connectivity/
H A D.gitignore1 # Eclipse project
3 **/.project
5 # IntelliJ project
/aosp12/packages/apps/Launcher3/
H A D.gitignore3 .project
5 .project.properties
9 WallpaperPicker/.project.properties
/aosp12/packages/apps/Car/libs/car-ui-lib/
H A Dsettings.gradle18 project(':car-ui-lib').projectDir = new File('./car-ui-lib')
20 project(':PaintBooth').projectDir = new File('./paintbooth')
22 project(':oem-apis').projectDir = new File('./oem-apis')
24 project(':plugin').projectDir = new File('./referencedesign/plugin')
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
H A Dsimpledom.dot35 project [label="{string|\"project\"}", fillcolor=5]
42 root -> { project; stars }
45 project -> rapidjson
/aosp12/packages/apps/Car/Media/
H A Dbuild.gradle72 implementation project(":car-ui-lib")
73 implementation project(":car-apps-common")
74 implementation project(":car-media-common")
75 implementation project(":car-uxr-client-lib")
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
H A 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
/aosp12/frameworks/base/tests/TouchLatency/app/
H A 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
/aosp12/frameworks/base/opengl/java/android/opengl/
H A 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()
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/app/
H A 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
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/
H A 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

12345678910>>...13