| /external/autotest/utils/frozen_chromite/lib/ |
| D | git.py | 231 """Remove leading 'refs/heads', 'refs/remotes/[^/]+/' from a ref name.""" 233 if ref.startswith('refs/remotes/'): 253 ref = 'refs/remotes/%s/%s' % (remote, ref) 338 remotes: A dictionary mapping <remote> tags to the associated attributes. 360 self.remotes = {} 397 self.remotes[attrs['name']] = attrs 454 assert remote in self.remotes, ('%s: %s not in %s' % 455 (self.source, remote, self.remotes)) 456 remote_name = attrs['remote_alias'] = self.remotes[remote]['alias'] 474 attrs['tracking_branch'] = 'refs/remotes/%s/%s' % ( [all …]
|
| /external/toolchain-utils/ |
| D | lock_machine.py | 71 self, remotes, force_option, chromeos_root, locks_dir="", log=None argument 76 remotes: A list of machine names or ip addresses to be managed. Names 96 self.machines = list(set(remotes)) or [] 136 _, remotes = line.split(":") 137 remotes = remotes.strip() 138 for r in remotes.split():
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread/ |
| D | worker.rs | 124 remotes: Box<[Remote]>, field 197 let mut remotes = Vec::with_capacity(size); in create() localVariable 218 remotes.push(Remote { steal, unpark }); in create() 224 remotes: remotes.into_boxed_slice(), in create() 610 let num = worker.handle.shared.remotes.len(); in steal_work() 622 let target = &worker.handle.shared.remotes[i]; in steal_work() 821 self.shared.remotes[index].unpark.unpark(&self.driver); in notify_parked() 826 for remote in &self.shared.remotes[..] { in notify_all() 832 for remote in &self.shared.remotes[..] { in notify_if_work_pending() 860 if cores.len() != self.shared.remotes.len() { in shutdown_core() [all …]
|
| /external/perfetto/infra/git_mirror_bot/ |
| D | mirror_aosp_to_ghub_repo.py | 73 '+refs/heads/*:refs/remotes/upstream/heads/*') 75 '+refs/tags/*:refs/remotes/upstream/tags/*') 80 logging.info('Fetching git remotes') 104 m = re.match('refs/remotes/upstream/' + FILTER_REGEX, ref)
|
| /external/skia/experimental/documentation/ |
| D | gerrit.md | 161 (refs/remotes/*);; 164 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}" 174 …-name @{u})";case "$F" in (refs/remotes/*);;(*)echo "Set your remote upstream branch.";return 2;;e…
|
| /external/oss-fuzz/.github/workflows/ |
| D | presubmit.yml | 22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
|
| D | infra_tests.yml | 22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
|
| D | project_tests.yml | 54 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
|
| /external/swiftshader/third_party/SPIRV-Tools/ |
| D | CONTRIBUTING.md | 137 +refs/heads/*:refs/remotes/upstream/* 138 +refs/pull/*/head:refs/remotes/upstream/pr/* 141 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in 145 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
|
| /external/deqp-deps/SPIRV-Tools/ |
| D | CONTRIBUTING.md | 137 +refs/heads/*:refs/remotes/upstream/* 138 +refs/pull/*/head:refs/remotes/upstream/pr/* 141 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in 145 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
|
| /external/toolchain-utils/crosperf/experiment_files/ |
| D | page_cycler_perf.exp | 2 # uisng 'perf' on the remotes to get performance profiles. 10 # Note: You can specify multiple remotes, to run your tests in parallel on
|
| D | aes_perf.exp | 10 # Note: You can specify multiple remotes, to run your tests in parallel on
|
| D | morejs_perf.exp | 10 # Note: You can specify multiple remotes, to run your tests in parallel on
|
| D | bloat_perf.exp | 10 # Note: You can specify multiple remotes, to run your tests in parallel on
|
| D | page_cycler.exp | 10 # Note: You can specify multiple remotes, to run your tests in
|
| D | non-telemetry-tests.exp | 10 # Note: You can specify multiple remotes, to run your tests in parallel on
|
| /external/google-breakpad/src/tools/python/ |
| D | deps-to-manifest.py | 40 REMOTES = { variable 91 for name, fetch in REMOTES.items(): 110 for name, fetch in REMOTES.items():
|
| /external/toolchain-utils/crosperf/ |
| D | compare_machines.py | 34 parser.add_argument("remotes", nargs=argparse.REMAINDER) 38 machine_list = options.remotes
|
| D | experiment_factory_unittest.py | 422 # Second test: Remotes listed in labels. 456 # remotes (Call GetDefaultRemotes). 494 remotes = ef.GetDefaultRemotes(b) 495 self.assertGreaterEqual(len(remotes), 1)
|
| D | experiment_factory.py | 630 remotes = v.strip().split() 631 if remotes: 632 return remotes
|
| /external/grpc-grpc/tools/run_tests/sanity/ |
| D | check_submodules.sh | 31 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd) 32 b29b21a81b32ec273f118f589f46d56ad3332420 third_party/boringssl (remotes/origin/chromium-stable)
|
| /external/oss-fuzz/infra/cifuzz/ |
| D | continuous_integration_test.py | 40 'git', 'symbolic-ref', 'refs/remotes/origin/HEAD', 41 'refs/remotes/origin/master'
|
| /external/mesa3d/bin/ |
| D | commit_in_branch.py | 91 remotes = out.decode().splitlines() 94 for line in remotes:
|
| /external/angle/third_party/vulkan-deps/glslang/src/ |
| D | update_glslang_sources.py | 98 remotes = command_output(['git', 'remote'], self.subdir).splitlines() 99 if b'known-good' not in remotes:
|
| /external/deqp-deps/glslang/ |
| D | update_glslang_sources.py | 98 remotes = command_output(['git', 'remote'], self.subdir).splitlines() 99 if b'known-good' not in remotes:
|