Searched refs:git (Results 1 – 19 of 19) sorted by relevance
/development/tools/core_connectivity/ |
D | check_style.sh | 14 GITROOTDIR=`git rev-parse --show-toplevel` 16 MODIFIED=`git status -s --untracked-files=no | wc -l` 26 $ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/clang-stable/bin/git-clang-format \ 30 local MSG=`git rev-list --format=%B --max-count=1 HEAD`
|
/development/vndk/tools/header-checker/android/ |
D | update_clang-tools.sh | 49 git rm -rf "${name}" 68 git add manifest.xml linux-x86 darwin-x86 69 git commit -a -t "/tmp/clang-tools-update.msg"
|
/development/samples/OpenGL/HelloOpenGLES10/ |
D | .gitignore | 1 # Files ignored for git source control 4 # are not tracked and added to git:
|
/development/samples/OpenGL/HelloOpenGLES20/ |
D | .gitignore | 1 # Files ignored for git source control 4 # are not tracked and added to git:
|
/development/tools/findunused/ |
D | removeunusedresources | 46 git rm $RESLINE > /dev/null 63 git add $RESLINE 68 git add $RESLINE
|
/development/tools/repo_diff/ |
D | git_commits_not_upstreamed.py | 21 def git(args): function 48 blame_output = git(['-C', self.working_dir, 'blame', '-l', 75 diff_files = git(['-C', working_dir, 'diff', 103 revlist_output = git(['-C', working_dir, 'rev-list', '--no-merges',
|
D | repo_diff_trees.py | 59 def git(args): function 93 git_diffstat = git( 126 git(['-C', downstream_dir, 'fetch', '--update-shallow', upstream_dir]) 319 rev_list = git(['-C', path, 'rev-list', '--max-parents=0', 'HEAD']) 353 author = git(['-C', path, 'show', '--no-patch', '--format=%ae', commit]) 355 subject = git(['-C', path, 'show', '--no-patch', '--format=%s', commit])
|
D | README.md | 75 'git cherry' is a useful tool that finds changes 93 1. First listing the "git cherry" commits that will give us the 94 list of changes for which "git cherry" could not find an equivalent. 95 2. Then we "git blame" the entire project's source tree and compile 97 3. Finally we find the intersection: 'git cherry' changes
|
/development/tools/repo_diff/service/repodiff/ |
D | Dockerfile | 5 git \ 8 && curl https://storage.googleapis.com/git-repo-downloads/repo > /bin/repo \ 21 git \ 28 COPY --from=0 /go/bin/.git* /root/
|
/development/tools/repo_pull/ |
D | README.md | 90 * `pick` maps to `git cherry-pick --allow-empty` 91 * `merge` maps to `git merge --no-edit` 92 * `merge-ff-only` maps to `git merge --no-edit --ff-only` 93 * `merge-no-ff` maps to `git merge --no-edit --no-ff` 94 * `reset` maps to `git reset --hard` 95 * `checkout` maps to `git checkout`
|
/development/build/ |
D | sdk-android-arm64-v8a.atree | 19 # version files for the SDK updater, from development.git
|
D | sdk-android-mips64.atree | 20 # version files for the SDK updater, from development.git
|
D | sdk-android-mips.atree | 20 # version files for the SDK updater, from development.git
|
D | sdk-android-x86_64.atree | 20 # version files for the SDK updater, from development.git
|
D | sdk-android-x86.atree | 20 # version files for the SDK updater, from development.git
|
D | sdk-android-armeabi.atree | 20 # version files for the SDK updater, from development.git
|
D | sdk-android-armeabi-v7a.atree | 20 # version files for the SDK updater, from development.git
|
D | sdk.atree | 22 # This is to help when the sdk.git project is branched differently from 157 # version files for the SDK updater, from development.git 183 # emulator skins from sdk.git 198 # sdk.git Ant templates for project files 226 # NOTICE files are copied by build/core/Makefile from sdk.git 252 # version files for the SDK updater, from sdk.git 442 # NOTICE files are copied by build/core/Makefile from sdk.git 449 # empty add-on folder with just a readme copied from sdk.git
|
/development/tools/winscope/ |
D | yarn.lock | 2384 hosted-git-info@^2.1.4: 2386 …resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e12… 3433 hosted-git-info "^2.1.4"
|