/aosp_15_r20/external/mbedtls/scripts/ |
H A D | abi_check.py | 140 self.git_command = "git" 168 [self.git_command, "fetch", 181 [self.git_command, "worktree", "add", "--detach", 188 [self.git_command, "rev-parse", "HEAD"], 200 [self.git_command, "submodule", "update", "--init", '--recursive'], 211 [self.git_command, "fetch", version.crypto_repository, 222 [self.git_command, "checkout", crypto_rev], 369 [self.git_command, "worktree", "prune"],
|
H A D | code_size_compare.py | 288 self.git_command = "git" 317 [self.git_command, "worktree", "add", "--detach", 390 [self.git_command, "worktree", "remove", "--force",
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/ |
H A D | abi_check.py | 140 self.git_command = "git" 168 [self.git_command, "fetch", 181 [self.git_command, "worktree", "add", "--detach", 188 [self.git_command, "rev-parse", "HEAD"], 200 [self.git_command, "submodule", "update", "--init", '--recursive'], 211 [self.git_command, "fetch", version.crypto_repository, 222 [self.git_command, "checkout", crypto_rev], 369 [self.git_command, "worktree", "prune"],
|
H A D | code_size_compare.py | 288 self.git_command = "git" 317 [self.git_command, "worktree", "add", "--detach", 390 [self.git_command, "worktree", "remove", "--force",
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/ |
D | check_namespace_qualification.py | 95 git_command = 'git diff --name-only HEAD' variable 97 git_command = 'git ls-tree -r --name-only -r HEAD' variable 99 FILE_LIST_COMMAND = ' | '.join((git_command, grep_filter))
|
D | check_include_guards.py | 196 git_command = 'git diff --name-only HEAD' variable 198 git_command = 'git ls-tree -r --name-only -r HEAD' variable 200 FILE_LIST_COMMAND = ' | '.join((git_command, grep_filter))
|
/aosp_15_r20/external/grpc-grpc/tools/distrib/ |
H A D | check_namespace_qualification.py | 96 git_command = "git diff --name-only HEAD" variable 98 git_command = "git ls-tree -r --name-only -r HEAD" variable 100 FILE_LIST_COMMAND = " | ".join((git_command, grep_filter))
|
H A D | check_include_guards.py | 230 git_command = "git diff --name-only HEAD" variable 232 git_command = "git ls-tree -r --name-only -r HEAD" variable 234 FILE_LIST_COMMAND = " | ".join((git_command, grep_filter))
|
/aosp_15_r20/external/cronet/testing/libfuzzer/ |
H A D | gen_fuzzer_owners.py | 112 git_command = GetGitCommand() 114 [git_command, '--git-dir', git_dir, 'ls-files', source], 130 [git_command, '--git-dir', git_dir, 'blame', '--porcelain', '-L3,3',
|
/aosp_15_r20/external/opencensus-java/buildscripts/ |
H A D | check-git-history.py | 32 git_command = 'git log --format="%P" HEAD^1..HEAD^2' 33 for line in os.popen(git_command):
|
/aosp_15_r20/external/toolchain-utils/llvm_tools/ |
H A D | git_llvm_rev.py | 273 git_command = [ 283 git_command, 296 raise subprocess.CalledProcessError(subp.returncode, git_command)
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | create_python_tree.py | 131 git_command = [ 141 git_command,
|
/aosp_15_r20/tools/repohooks/tools/ |
H A D | checkpatch.pl | 73 my $git_command ='export LANGUAGE=en_US.UTF-8; git'; 1131 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include… 1159 $files = `${git_command} ls-files "include/*.h"`; 1183 my $output = `${git_command} ls-files -- $filename 2>/dev/null`; 1193 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 1244 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
|
/aosp_15_r20/external/ltp/scripts/ |
H A D | checkpatch.pl | 72 my $git_command ='export LANGUAGE=en_US.UTF-8; git'; 1107 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include… 1135 $files = `${git_command} ls-files "include/*.h"`; 1159 my $output = `${git_command} ls-files -- $filename 2>/dev/null`; 1169 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 1220 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
|
/aosp_15_r20/external/coreboot/util/lint/ |
H A D | checkpatch.pl | 72 my $git_command ='git'; # coreboot 1021 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include… 1049 $files = `${git_command} ls-files "include/*.h"`; 1073 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`; 1124 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
|