Home
last modified time | relevance | path

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

1234

/packages/apps/Camera2/
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
/packages/services/Telecomm/scripts/
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
/packages/apps/Car/libs/car-ui-lib/
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(':shared-library').projectDir = new File('./referencedesign/sharedlibrary')
DREADME.md21 … gradle build files. To do this, select "Open an existing Android Studio project", then navigating…
23 ![Open an existing Android Studio project](documentation/images/open_existing_android_studio_projec…
28 …hould see car-ui-lib and PaintBooth projects in the project pane on the left. Make sure your proje…
30 ![Android project view](documentation/images/android_project_view.png)
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/
Dsimpledom.dot35 project [label="{string|\"project\"}", fillcolor=5]
42 root -> { project; stars }
45 project -> rapidjson
/packages/modules/Connectivity/
D.gitignore1 # Eclipse project
3 **/.project
5 # IntelliJ project
/packages/modules/StatsD/
D.gitignore1 # Eclipse project
3 **/.project
5 # IntelliJ project
/packages/modules/Permission/
D.gitignore1 # Eclipse project
3 **/.project
5 # IntelliJ project
/packages/apps/Launcher3/
D.gitignore3 .project
5 .project.properties
9 WallpaperPicker/.project.properties
Dsettings.gradle2 project(':IconLoader').projectDir = new File(rootDir, 'iconloaderlib')
5 project(':SharedLibWrapper').projectDir = new File(rootDir, 'SharedLibWrapper')
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dpointer.md41 Pointer("/project").Set(d, "RapidJSON");
44 // { "project" : "RapidJSON", "stars" : 10 }
50 // { "project" : "RapidJSON", "stars" : 11 }
55 // { "project" : "RapidJSON", "stars" : 11, "a" : { "b" : [ null ] } }
60 // { "project" : "RapidJSON", "stars" : 11, "a" : { "b" : [ null ] }, "hello" : "world" }
66 // { "project" : "RapidJSON", "stars" : 11, "a" : { "b" : [ null ] }, "hello" : "C++" }
73 // { "project" : "RapidJSON", "stars" : 10 }
85 SetValueByPointer(d, "/project", "RapidJSON");
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/
Dbuild.gradle60 project.gradle.taskGraph.whenReady {
75 compileOnly project(':oem-apis')
76 api project(':car-rotary-lib')
/packages/modules/Permission/PermissionController/
D.gitignore6 .project
7 project.properties
/packages/apps/Gallery2/
D.gitignore3 .project
11 project.properties
/packages/apps/WallpaperPicker/
D.gitignore3 .project
6 project.properties
/packages/apps/TV/
D.gitignore10 .project
12 project.properties
Dsettings.gradle25 project(":SampleDvbTuner").projectDir = file("tuner/SampleDvbTuner")
27 project(":SampleNetworkTuner").projectDir = file("tuner/SampleNetworkTuner")
/packages/modules/common/
DREADME.md3 This project includes mainline build and other utility code. Any library code
9 This project uses a single source path for java code. All java code should go
/packages/apps/TV/tuner/SampleNetworkTuner/
Dsettings.gradle24 project(":common").projectDir = file("../../common")
25 project(":tuner").projectDir = file(".././")
/packages/apps/TV/tuner/SampleDvbTuner/
Dsettings.gradle24 project(":common").projectDir = file("../../common")
25 project(":tuner").projectDir = file(".././")
/packages/apps/Calendar/
Dproject.properties8 # project structure.
11 #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
/packages/providers/MediaProvider/tests/client/src/com/android/providers/media/client/
DLegacyProviderMigrationTest.java347 final String[] project = {FileColumns._ID, MediaStore.Audio.PlaylistsColumns.NAME}; in testLegacy_PlaylistMap() local
349 try (Cursor cursor = modern.query(playlists, project, null, null, null)) { in testLegacy_PlaylistMap() argument
366 final String[] project = { MediaStore.Audio.Playlists.Members.AUDIO_ID }; in testLegacy_PlaylistMap() local
368 try (Cursor cursor = modern.query(members, project, null, null, in testLegacy_PlaylistMap() argument
382 final String[] project = {FileColumns.DATA}; in testLegacy_PlaylistMap() local
384 try (Cursor cursor = modern.query(modernAudioUri, project, null, null, null)) { in testLegacy_PlaylistMap() argument
/packages/apps/Test/connectivity/sl4n/rapidjson/
Dreadme.md26 [win-link]: https://ci.appveyor.com/project/miloyip/rapidjson/branch/master "AppVeyor build status"
63 …der-only C++ library. Just copy the `include/rapidjson` folder to system or project's include path.
104 const char* json = "{\"project\":\"rapidjson\",\"stars\":10}";
117 // Output {"project":"rapidjson","stars":11}
/packages/apps/Car/tests/
Dsettings.gradle17 // You need to have car-ui-lib project in place. See tools/git_clone_projects.sh for example.
19 project(':car-ui-lib').projectDir= new File('../libs/car-ui-lib/car-ui-lib')

1234