Home
last modified time | relevance | path

Searched full:remotes (Results 1 – 25 of 91) sorted by relevance

1234

/external/autotest/utils/frozen_chromite/lib/
Dgit.py231 """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/
Dlock_machine.py71 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/
Dworker.rs124 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/
Dmirror_aosp_to_ghub_repo.py73 '+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/
Dgerrit.md161 (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/
Dpresubmit.yml22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
Dinfra_tests.yml22 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
Dproject_tests.yml54 git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
/external/swiftshader/third_party/SPIRV-Tools/
DCONTRIBUTING.md137 +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/
DCONTRIBUTING.md137 +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/
Dpage_cycler_perf.exp2 # uisng 'perf' on the remotes to get performance profiles.
10 # Note: You can specify multiple remotes, to run your tests in parallel on
Daes_perf.exp10 # Note: You can specify multiple remotes, to run your tests in parallel on
Dmorejs_perf.exp10 # Note: You can specify multiple remotes, to run your tests in parallel on
Dbloat_perf.exp10 # Note: You can specify multiple remotes, to run your tests in parallel on
Dpage_cycler.exp10 # Note: You can specify multiple remotes, to run your tests in
Dnon-telemetry-tests.exp10 # Note: You can specify multiple remotes, to run your tests in parallel on
/external/google-breakpad/src/tools/python/
Ddeps-to-manifest.py40 REMOTES = { variable
91 for name, fetch in REMOTES.items():
110 for name, fetch in REMOTES.items():
/external/toolchain-utils/crosperf/
Dcompare_machines.py34 parser.add_argument("remotes", nargs=argparse.REMAINDER)
38 machine_list = options.remotes
Dexperiment_factory_unittest.py422 # Second test: Remotes listed in labels.
456 # remotes (Call GetDefaultRemotes).
494 remotes = ef.GetDefaultRemotes(b)
495 self.assertGreaterEqual(len(remotes), 1)
Dexperiment_factory.py630 remotes = v.strip().split()
631 if remotes:
632 return remotes
/external/grpc-grpc/tools/run_tests/sanity/
Dcheck_submodules.sh31 73594cde8c9a52a102c4341c244c833aa61b9c06 third_party/bloaty (remotes/origin/wide-14-g73594cd)
32 b29b21a81b32ec273f118f589f46d56ad3332420 third_party/boringssl (remotes/origin/chromium-stable)
/external/oss-fuzz/infra/cifuzz/
Dcontinuous_integration_test.py40 'git', 'symbolic-ref', 'refs/remotes/origin/HEAD',
41 'refs/remotes/origin/master'
/external/mesa3d/bin/
Dcommit_in_branch.py91 remotes = out.decode().splitlines()
94 for line in remotes:
/external/angle/third_party/vulkan-deps/glslang/src/
Dupdate_glslang_sources.py98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
99 if b'known-good' not in remotes:
/external/deqp-deps/glslang/
Dupdate_glslang_sources.py98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
99 if b'known-good' not in remotes:

1234