Home
last modified time | relevance | path

Searched refs:repo (Results 1 – 25 of 47) sorted by relevance

12

/aosp12/frameworks/base/
H A DOWNERS.md46 # Complete include of top-level owners from this repo
48 # Partial include of top-level owners from this repo
52 # Complete include of subdirectory owners from this repo
54 # Partial include of subdirectory owners from this repo
58 # Complete include of top-level owners from another repo
60 # Partial include of top-level owners from another repo
64 # Complete include of subdirectory owners from another repo
66 # Partial include of subdirectory owners from another repo
/aosp12/packages/modules/common/tools/
H A Dfinalize_sdk.py89 repo = repo_for_sdk(f) variable
91 target_dir = os.path.join(repo, dir)
99 created_dirs[repo].append(dir)
103 for repo in created_dirs:
104 git = ['git', '-C', repo]
105 subprocess.check_output(git + ['add'] + created_dirs[repo])
/aosp12/build/make/tools/docker/
H A DDockerfile13 RUN curl -o /usr/local/bin/repo https://storage.googleapis.com/git-repo-downloads/repo \
14 …&& echo "d06f33115aea44e583c8669375b35aad397176a411de3461897444d247b6c220 /usr/local/bin/repo" | …
15 && chmod a+x /usr/local/bin/repo
/aosp12/packages/apps/Car/tests/
H A Dreadme.md76 Install [repo](https://source.android.com/setup/build/downloading#installing-repo) command line
84 repo init -u https://android.googlesource.com/platform/manifest -b $BRANCH -g name:platform/tools/r…
85 repo sync
92 repo start BRANCH_NAME .
96 repo upload .
/aosp12/build/make/
H A Denvsetup.sh1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \
1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \
1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \
1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \
1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \
1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …
1128 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
1134 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'OWNERS' \
1140 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \
1146 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rc*" \
[all …]
/aosp12/build/
H A Denvsetup.sh1084 … find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.gradle" \
1090 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.go" \
1096 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.java" \
1102 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rs" \
1108 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.kt" \
1121 …for dir in `find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -name res -type …
1128 …find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'AndroidMani…
1134 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -type f -name 'OWNERS' \
1140 find . -name .repo -prune -o -name .git -prune -o -path ./out -prune -o -name sepolicy -type d \
1146 find . -name .repo -prune -o -name .git -prune -o -name out -prune -o -type f -name "*\.rc*" \
[all …]
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DLogicalDisplayTest.java64 DisplayDeviceRepository repo = new DisplayDeviceRepository( in setUp() local
80 repo.onDisplayDeviceEvent(mDisplayDevice, DisplayAdapter.DISPLAY_DEVICE_EVENT_ADDED); in setUp()
81 mLogicalDisplay.updateLocked(repo); in setUp()
/aosp12/bootable/recovery/
H A D.clang-format2 # local style file in `.clang-format`. This will be triggered automatically with `repo upload`.
17 # Note that `repo upload` calls the `clang-format` binary in Android repo (i.e.
/aosp12/frameworks/av/tools/
H A Dmainline_hook_partial.sh160 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}.
196 re-run your repo upload command with the '--no-verify' option
H A Dmainline_hook_project.sh39 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}.
/aosp12/art/test/
H A DREADME.arm_fvp.md36 repo init -u https://android.googlesource.com/kernel/manifest -b common-android-mainline
37 repo sync
64 repo init -u https://git.linaro.org/landing-teams/working/arm/manifest.git -m pinned-uboot.xml -b 2…
65 repo sync
/aosp12/build/bazel/bazel_skylib/
H A DWORKSPACE3 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4 load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceControllerCompat.java62 ImsFeatureBinderRepository repo) { in ImsServiceControllerCompat() argument
63 super(context, componentName, callbacks, repo); in ImsServiceControllerCompat()
H A DImsResolver.java138 String defaultRcsPackageName, int numSlots, ImsFeatureBinderRepository repo) { in make() argument
141 numSlots, repo); in make()
374 ImsFeatureBinderRepository repo); in create() argument
388 ImsFeatureBinderRepository repo) {
389 return new ImsServiceController(context, componentName, callbacks, repo);
412 ImsFeatureBinderRepository repo) {
413 return new ImsServiceControllerCompat(context, componentName, callbacks, repo);
571 String defaultRcsPackageName, int numSlots, ImsFeatureBinderRepository repo) { in ImsResolver() argument
576 mRepo = repo; in ImsResolver()
H A DImsServiceController.java316 ImsServiceControllerCallbacks callbacks, ImsFeatureBinderRepository repo) { in ImsServiceController() argument
329 mRepo = repo; in ImsServiceController()
345 ImsFeatureBinderRepository repo) { in ImsServiceController() argument
356 mRepo = repo; in ImsServiceController()
/aosp12/frameworks/rs/
H A Dupdate_rs_prebuilts.sh170 repo start pb_$DATE .
172 echo repo start failed -- aborting.
/aosp12/build/bazel/rules_cc/cc/
H A Dfind_cc_toolchain.bzl29 "@rules_cc//cc:current_cc_toolchain", # copybara-use-repo-external-label
43 "@rules_cc//cc:toolchain_type", # copybara-use-repo-external-label
/aosp12/build/soong/scripts/
H A Dsetup-android-build.sh44 [[ ! -e .repo && ! -e .git ]] || \
H A Dcheck_do_not_merge.sh25 situation you can bypass this check with \`repo upload --no-verify\`.
/aosp12/system/chre/apps/tflm_demo/
H A DREADME18 GitHub repo: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/lite/micro
/aosp12/frameworks/libs/modules-utils/
H A DAndroid.bp15 // Limit visibility of all modules in this repo by default.
/aosp12/system/extras/simpleperf/
H A DREADME.md23 This will create a new change that you can `repo upload`, then approve and
/aosp12/art/tools/luci/config/
H A Dluci-scheduler.cfg23 repo: "https://android.googlesource.com/platform/art"
58 repo: "https://android.googlesource.com/platform/libcore"
93 repo: "https://android.googlesource.com/platform/manifest"
/aosp12/build/bazel/rules_cc/
H A DWORKSPACE3 load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
/aosp12/frameworks/base/packages/SystemUI/tools/lint/
H A DREADME2 in as an upload hook for repo upload.

12