Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 41) sorted by relevance

12

/packages/modules/Bluetooth/system/doc/
Dstyle_guide.md285 `git log --oneline path_to_files/filename_or_* | grep clang-format | head -n 5`
291 `git revert HASH -n`
297 `git status | grep both.modified`
301 `git revert --abort`
307 `git reset HEAD both_modified_file`
311 `git checkout both_modified_file`
315 `git cherry-pick your_patch_that_used_to_apply_cleanly`
323 `git add path_to_files/filename_or_*`
325 `git commit --amend`
329 `git checkout .`
[all …]
/packages/modules/Connectivity/bpf/loader/initrc-doc/
DREADME.txt8 …(cd ../../../../../../system/bpf && git cat-file -p remotes/aosp/android11-release:bpfloader/bpflo…
9 …(cd ../../../../../../system/bpf && git cat-file -p remotes/aosp/android12-release:bpfloader/bpflo…
10 …(cd ../../../../../../system/bpf && git cat-file -p remotes/aosp/android13-release:bpfloader/bpflo…
11 …(cd ../../../../../../system/bpf && git cat-file -p remotes/aosp/android14-release:bpfloader/bpflo…
12git cat-file -p remotes/aosp/android14-qpr2-release:netbpfload/netbpfload.rc | egrep -v '^ *#' > b…
13git cat-file -p remotes/aosp/android14-qpr3-release:netbpfload/netbpfload.rc | egrep -v '^ *#' > b…
14git cat-file -p remotes/aosp/android15-release:netbpfload/netbpfload.rc | egrep -v '^ *#' > b…
15git cat-file -p remotes/aosp/main:bpf/loader/netbpfload.rc | egrep -v '^ *#' > b…
36 …(cd /android1/system/bpf && git cat-file -p remotes/goog/rvc-dev:bpfloader/bpfloader.rc; ) | egrep…
37 …(cd /android1/system/bpf && git cat-file -p remotes/goog/sc-dev:bpfloader/bpfloader.rc; ) | egrep…
[all …]
/packages/modules/Bluetooth/system/build/dpkg/libchrome/
Dgen-src-pkg.sh27 git clone --branch "${platform2_branch}" https://chromium.googlesource.com/chromiumos/platform2 || …
28 (cd platform2 && git checkout "${platform2_commit}")
35 git clone --branch "${libchrome_branch}" https://chromium.googlesource.com/chromiumos/platform/libc…
37 git checkout "${libchrome_commit}"
38 rm -rf .git
/packages/modules/GeoTZ/validation/geonames/
Drun_compare.sh76 GEONAMES_SHA=$(git --git-dir=${EXTERNAL_GEONAMES_DIR}/.git rev-parse --short HEAD)
77 echo ${EXTERNAL_GEONAMES_DIR} git SHA is: ${GEONAMES_SHA}
/packages/modules/Bluetooth/system/build/dpkg/libchrome/debian/patches/
D0001-Add-missing-includes.patch1 diff --git a/libchrome/base/hash/md5_nacl.cc b/libchrome/base/hash/md5_nacl.cc
13 diff --git a/libchrome/crypto/p224_spake.cc b/libchrome/crypto/p224_spake.cc
26 diff --git a/libchrome/base/functional/function_ref.h b/libchrome/base/functional/function_ref.h
39 diff --git a/libchrome/base/memory/ref_counted.h b/libchrome/base/memory/ref_counted.h
D0001-Remove-absl-from-pkgconfig.patch11 diff --git a/libchrome/BUILD.gn b/libchrome/BUILD.gn
D0001-Perfetto-instance-hack.patch10 diff --git a/libchrome/base/logging.cc b/libchrome/base/logging.cc
D0001-rebase_path-for-write_args.patch10 diff --git a/libchrome/BUILD.gn b/libchrome/BUILD.gn
/packages/modules/Virtualization/build/debian/kernel/patches/avf/
Darm64-balloon.patch10 diff --git a/include/linux/arm-smccc.h b/include/linux/arm-smccc.h
115 diff --git a/arch/Kconfig b/arch/Kconfig
129 diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
141 diff --git a/arch/arm64/include/asm/hypervisor.h b/arch/arm64/include/asm/hypervisor.h
159 diff --git a/arch/arm64/include/asm/mem_relinquish.h b/arch/arm64/include/asm/mem_relinquish.h
177 diff --git a/arch/arm64/kernel/setup.c b/arch/arm64/kernel/setup.c
198 diff --git a/arch/arm64/mm/Makefile b/arch/arm64/mm/Makefile
210 diff --git a/arch/arm64/mm/mem_relinquish.c b/arch/arm64/mm/mem_relinquish.c
274 diff --git a/drivers/firmware/smccc/kvm_guest.c b/drivers/firmware/smccc/kvm_guest.c
287 diff --git a/include/linux/mem_relinquish.h b/include/linux/mem_relinquish.h
[all …]
/packages/apps/TV/
Dversion.mk98 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
/packages/apps/Camera2/
Dversion.mk89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
/packages/modules/common/tools/
Dfinalize_sdk.py216 git = ['git', '-C', str(repo)] variable
217 subprocess.check_output(git + ['add'] + list(created_dirs[repo]))
222 subprocess.check_output(git + ['add', COMPAT_README])
225 …change_id_match = re.search(r'Change-Id: [^\\n]+', str(subprocess.check_output(git + ['log', '-1']…
230 subprocess.check_output(git + ['commit', '--amend', '-m', commit_message + change_id])
232 subprocess.check_output(git + ['commit', '-m', commit_message])
/packages/modules/Bluetooth/system/build/dpkg/modp_b64/
Dgen-src-pkg.sh20 git clone --branch "${branch}" https://chromium.googlesource.com/chromiumos/platform2 || exit 1
27 git clone --branch "${branch}" https://chromium.googlesource.com/aosp/platform/external/modp_b64 ||…
29 rm -rf .git
/packages/modules/Bluetooth/system/build/dpkg/sysprop/
Dgen-src-pkg.sh20 git clone --branch "${branch}" https://android.googlesource.com/platform/system/libbase || exit 1
23 git clone --branch "${branch}" https://android.googlesource.com/platform/system/tools/sysprop "${pk…
25 rm -rf .git
/packages/apps/TV/libs/m2/
Dupdate.sh18 git rm *.jar *.aar
35 git add *.jar *.aar
/packages/modules/Virtualization/tests/authfs/testdata/
DREADME.md5 [fsverity-utils](https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git)
/packages/modules/Bluetooth/system/build/dpkg/floss/
Dbuild-dpkg146 ${DRY_RUN} git clone -b "${CHROMIUM_BRANCH}" "${URL_PLATFORM2_GIT}" "${GIT_DIR_PLATFORM2}"
148 ${DRY_RUN} git clone "${URL_RUST_CRATES_GIT}" "${GIT_DIR_RUST_CRATES}"
149 ${DRY_RUN} git clone "${URL_PROTO_LOGGING_GIT}" "${GIT_DIR_PROTO_LOGGING}"
/packages/apps/DeviceDiagnostics/
DREADME8 https://googleplex-android-review.git.corp.google.com/q/topic:DeviceDiagnostics
12 Pull this git to it
/packages/modules/Virtualization/build/debian/ttyd/
Dclient_cert.patch1 diff --git a/lib/tls/mbedtls/mbedtls-server.c b/lib/tls/mbedtls/mbedtls-server.c
14 diff --git a/lib/tls/mbedtls/wrapper/platform/ssl_pm.c b/lib/tls/mbedtls/wrapper/platform/ssl_pm.c
/packages/apps/Settings/tests/robotests/
Dnew_tests_hook.sh8 git diff --name-status $REPO_LREV | grep "^A.*tests/robotests.*\.java")
/packages/modules/Bluetooth/android/pandora/mmi2grpc/
DREADME.md6 git submodule update --init
/packages/apps/Dialer/
DCleanSpec.mk41 $(call add-clean-step, (cd packages/apps/Dialer; git clean -f java/com/android/voicemail/impl/com/g…
/packages/modules/SdkExtensions/gen_sdk/
Dbump_sdk.sh53 git -C ${SDKEXT} commit -a -m "$message"
/packages/modules/Connectivity/thread/scripts/
Dmake-pretty.sh22 CODE_DIR=$(git rev-parse --show-toplevel)
/packages/modules/Bluetooth/system/build/dpkg/
DREADME.txt8 * apt-get install git debmake

12