Home
last modified time | relevance | path

Searched +refs:android +refs:project +refs:root (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/aosp_15_r20/development/tools/idegen/
H A DREADME20 From the project's root directory...
26 3) Open android.ipr in IntelliJ. If you already have the project open,
32 project changes significantly.
47 From the project's root directory...
53 3) Import the project root directory into your Eclipse workspace. If you
54 already have the project open, simply refresh it (F5).
60 project root) that should be excluded from the IDE configuration. We
64 "excluded-paths" file in the project's root directory or your vendor
68 Controlling source root ordering (Eclipse)
71 create a file named "path-precedence" in your project's root directory.
[all …]
/aosp_15_r20/external/grpc-grpc-java/
H A DCOMPILING.md12 `<project-root>/gradle.properties` and add `skipCodegen=true`.
17 `<project-root>/gradle.properties` and add `skipAndroid=true`.
18 Otherwise, create the file `<project-root>/gradle.properties` and add `android.useAndroidX=true`.
26 project, run:
32 Building in IntelliJ works best when you import the project as a Gradle project and delegate IDE
80 When building on Windows and VC++, you need to specify project properties for
90 create ``<project-root>\gradle.properties`` with contents like:
106 ``<project-root>\gradle.properties``.
113 ``<project-root>/gradle.properties``:
125 Download and install Android Studio from [Android Developer site](https://developer.android.com/stu…
[all …]
/aosp_15_r20/tools/metalava/metalava-testing/src/main/java/com/android/tools/metalava/testing/
H A DTemporaryFolderOwner.kt17 package com.android.tools.metalava.testing
19 import com.android.tools.lint.checks.infrastructure.TestFile
42 val dir = File(temporaryFolder.root.path, children) in newFolder()
51 val dir = File(temporaryFolder.root.path, children) in newFile()
62 project: File? = null, in cleanupString()
66 if (project != null) { in cleanupString()
67 s = s.replace(project.path, "TESTROOT") in cleanupString()
68 s = s.replace(project.canonicalPath, "TESTROOT") in cleanupString()
71 s = s.replace(temporaryFolder.root.path, "TESTROOT") in cleanupString()
/aosp_15_r20/trusty/vendor/google/aosp/scripts/
Dbuild.py100 def archive_build_file(args, project, src, dest=None, optional=False): argument
116 src = os.path.join(args.build_root, "build-" + project, src)
124 dest = os.path.join(args.archive, project + "." + dest)
162 for root, dirs, files in os.walk(src):
163 rel_root = os.path.relpath(root, start=src)
168 dir_path = os.path.join(root, d)
179 file_path = os.path.join(root, f)
216 for project in args.project:
219 args.build_root, "build-" + project
222 project_sysroot_dir = os.path.join("sysroots", project, "usr")
[all …]
Drun_tests.py90 def __init__(self, project): argument
92 self.project = project
194 self.failed_projects.append(result.project)
282 project = build_config.get_project(name)
283 for test in project.tests:
290 return [project for project in projects if has_test(project)]
303 root: os.PathLike,
304 project: str,
329 project_config = build_config.get_project(project=project)
332 test_results = TestResults(project)
[all …]
/aosp_15_r20/external/dokka/
H A DREADME.md4 …ork of Dokka, customized for [Android API reference docs](https://developer.android.com/reference/)
5 on [developer.android.com](https://developer.android.com/) and other Google products.**
30 The plugin adds a task named "dokka" to the project.
53 defaultKotlinTasks() + [':some:otherCompileKotlin', project("another").compileKotlin]
95 // Path to source root
101 // Specifies the location of the project source code on the Web.
118 … // Allows linking to documentation of the project's dependencies (generated with Javadoc or Dokka)
151 More dokka tasks can be added to a project like this:
160 Please see the [Dokka Gradle example project](https://github.com/JetBrains/kotlin-examples/tree/mas…
165 `com.android.library` and `kotlin-android`.
[all …]
/aosp_15_r20/prebuilts/cmdline-tools/
HDlint-tests.jar ... -INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android
/aosp_15_r20/developers/build/
H A Dbuild.gradle18 import com.example.android.samples.build.SampleGenPlugin
24 project.afterEvaluate({preflight.dependsOn(project.refresh)})
39 * com/example/android/foo/bar.java
40 * com/example/android/bar/foo.java
43 * com.example.android/foo/bar.java
44 * com.example.android/bar/foo.java
61 // Starting at this file, walk back to the root of the path and
73 // a slash otherwise. Filter out the root paths, too--we only want
99 def inputPath = "${project.projectDir}/${samplegen.targetSampleModule()}"
111 from("${inputPath}/src/template") { include "project.properties" }
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/e9/
De953a7c3528d6a27e46fa436df253d7f99b2f9b371 …oong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/combined/test…
72 …oong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/combined/test…
87android='http://schemas.android.com/apk/res/android'\" && echo \" android:versionCode='1' andro…
90 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/lin…
94 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/lin…
98 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/lin…
102 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/lin…
106 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/lin…
110 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/lin…
114 …file: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V2-java/android_common/l…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/7c/
D7cb4f06534a62190993fdbf255b8e7b539bf19cd71 …oong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/combined/test…
72 …oong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/combined/test…
87android='http://schemas.android.com/apk/res/android'\" && echo \" android:versionCode='1' andro…
90 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/lin…
94 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/lin…
98 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/lin…
102 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/lin…
106 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/lin…
110 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/lin…
114 …file: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V3-java/android_common/l…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/80/
D803f7ed332949365baf136fbd33ef107f1182f7d71 …oong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/combined/test…
72 …oong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/combined/test…
87android='http://schemas.android.com/apk/res/android'\" && echo \" android:versionCode='1' andro…
90 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/lin…
94 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/lin…
98 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/lin…
102 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/lin…
106 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/lin…
110 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/lin…
114 …file: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V1-java/android_common/l…
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/6b/
D6b6d6890dc53108ea5400dfb38b657125468682371 …oong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/combined/test…
72 …oong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/combined/test…
87android='http://schemas.android.com/apk/res/android'\" && echo \" android:versionCode='1' andro…
90 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/lin…
94 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/lin…
98 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/lin…
102 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/lin…
106 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/lin…
110 …to: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/lin…
114 …file: "out/soong/.intermediates/system/tools/aidl/build/test-root-package-V4-java/android_common/l…
[all …]
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint/31.7.0-alpha07/
HDlint-31.7.0-alpha07.jar ... -INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/lint/cli/
HDcli.jar ... -INF/MANIFEST.MF com/ com/android/ com/android/tools/ com/android ...
/aosp_15_r20/external/webrtc/tools_webrtc/
H A DBUILD.gn1 # Copyright (c) 2020 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
9 if (target_os == "android") {
13 deps = [ "../sdk/android:libjingle_peerconnection_so" ]
/aosp_15_r20/external/okio/
H A Dbuild.gradle.kts26 classpath(libs.android.gradle.plugin) in <lambda>()
49 group = project.property("GROUP") as String in <lambda>()
50 version = project.property("VERSION_NAME") as String in <lambda>()
118 name.set(project.name) in <lambda>()
150 val root = asNode() in <lambda>() constant
151 val dependencies = (root["dependencies"] as NodeList).firstOrNull() as Node? in <lambda>()
152 ?: root.appendNode("dependencies") in <lambda>()
193 val javaToolchains = project.extensions.getByType<JavaToolchainService>() in <lambda>()
/aosp_15_r20/external/webrtc/api/audio/test/
H A DBUILD.gn1 # Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
11 import("//build/config/android/config.gni")
12 import("//build/config/android/rules.gni")
/aosp_15_r20/tools/repohooks/
H A DREADME.md30 * Repo project-wide settings (e.g. all of AOSP). These set up defaults for all
33 the local project you're working on.
44 For manifests that don't have a project checked out at the top level,
58 # Per-project `repo upload` hook settings.
59 # https://android.googlesource.com/platform/tools/repohooks
84 * `REPO_PROJECT`: The name of the project.
86 * `REPO_PATH`: The path to the project relative to the root.
116 * `${REPO_PATH}`: The path to the project relative to the root.
118 * `${REPO_PROJECT}`: The name of the project.
120 * `${REPO_ROOT}`: The absolute path of the root of the repo checkout. If the
[all …]
/aosp_15_r20/external/webrtc/stats/
H A DBUILD.gn1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
70 "//build/android/gtest_apk:native_test_instrumentation_test_runner_java",
71 "//testing/android/native_test:native_test_java",
72 "//testing/android/native_test:native_test_support",
/aosp_15_r20/external/webrtc/api/audio_codecs/test/
H A DBUILD.gn1 # Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
11 import("//build/config/android/config.gni")
12 import("//build/config/android/rules.gni")
/aosp_15_r20/tools/asuite/aidegen/
H A DREADME.md3 AIDEGen aims to automate the project setup process for developers to work on
4 Java or C/C++project in popular IDE environment. Developers no longer need to manually
5 configure an IntelliJ project, such as all the project dependencies. It's a
8 * Configure Android Studio or IntelliJ project files with the relevant module
11 * Launch IDE for a specified sub-project or build target, i.e. frameworks/base
33 Example to generate and launch IntelliJ project for framework and Settings:
41 Example to generate and launch IntelliJ project for framework and Settings:
49 Example to generate and launch IntelliJ project for framework and Settings and
58 Example to generate and launch CLion project:
65project root to the source directory: the relative path which is the directory shown in CLion’s pr…
[all …]
/aosp_15_r20/external/webrtc/rtc_base/memory/
H A DBUILD.gn1 # Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
11 import("//build/config/android/config.gni")
12 import("//build/config/android/rules.gni")
/aosp_15_r20/external/webrtc/examples/androidvoip/
H A DBUILD.gn1 # Copyright (c) 2020 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
29 "//sdk/android:base_java",
30 "//sdk/android:java_audio_device_module_java",
31 "//sdk/android:video_java",
43 jni_generator_include = "//sdk/android/src/jni/jni_generator_helper.h"
54 suppressed_configs += [ "//build/config/android:hide_all_but_jni_onload" ]
55 configs += [ "//build/config/android:hide_all_but_jni" ]
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/
H A DREADME.md14 Interface](../../tools/android/inference_interface), which may be built
25 1. [TF Classify](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/android/test…
29 2. [TF Detect](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/android/test/s…
35 3. [TF Stylize](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/android/test/…
40 …Speech](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/android/test/src/org…
54 [tensorflow/tools/android/inference_interface/README.md](../../tools/android/inference_interface/RE…
70 project code is to use AndroidStudio. Simply set this `android` directory as the
71 project root.
74 `'none'` so that the project is built in the simplest way possible:
80 While this project includes full build integration for TensorFlow, this setting
[all …]
/aosp_15_r20/external/webrtc/api/audio_codecs/g722/
H A DBUILD.gn1 # Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
4 # that can be found in the LICENSE file in the root of the source
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
11 import("//build/config/android/config.gni")
12 import("//build/config/android/rules.gni")

12345678910>>...26