Home
last modified time | relevance | path

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

123

/external/v8/tools/release/
Dtest_mergeinfo.py169 self._execute_git(['branch', 'remotes/origin/lkgr'])
184 self._execute_git(['branch', 'remotes/origin/chromium/2345'])
185 self._execute_git(['branch', 'remotes/origin/chromium/2346'])
194 self._execute_git(['branch', 'remotes/origin/chromium/2345'])
195 self._execute_git(['branch', 'remotes/origin/chromium/2346'])
199 self._execute_git(['branch', 'remotes/origin/5.7.1'])
200 self._execute_git(['branch', 'remotes/origin/5.8.1'])
204 self._execute_git(['branch', 'remotes/origin/5.6.1'])
Dmergeinfo.py30 'remotes/origin/master'];
48 'remotes/origin/master',
61 return 'remotes/origin/lkgr' in branches
65 currentBranch.startswith('remotes/origin/chromium/')])
72 version_re = re.compile("remotes/origin/[0-9]+\.[0-9]+\.[0-9]+")
/external/toolchain-utils/crosperf/
Dexperiment_factory_unittest.py174 # Second test: Remotes listed in labels.
200 # remotes (Call GetDefaultRemotes).
231 remotes = ef.GetDefaultRemotes(b)
233 self.assertEqual(len(remotes), 1)
235 self.assertGreaterEqual(len(remotes), 2)
Dcompare_machines.py30 parser.add_argument('remotes', nargs=argparse.REMAINDER)
34 machine_list = options.remotes
Dexperiment_factory.py328 remotes = v.strip().split()
329 if remotes:
330 return remotes
/external/skqp/experimental/documentation/
Dgerrit.md155 (refs/remotes/*);;
158 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"
168 …-name @{u})";case "$F" in (refs/remotes/*);;(*)echo "Set your remote upstream branch.";return 2;;e…
/external/skia/experimental/documentation/
Dgerrit.md155 (refs/remotes/*);;
158 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"
168 …-name @{u})";case "$F" in (refs/remotes/*);;(*)echo "Set your remote upstream branch.";return 2;;e…
/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
Dbloat_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
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
Dtelemetry-crosperf-with-external-chrome-src.exp13 # Note: You can specify multiple remotes, to run your tests in parallel on
Dtrybot-image.exp11 # Note: You can specify multiple remotes, to run your tests in parallel on
/external/deqp-deps/SPIRV-Tools/
DCONTRIBUTING.md144 +refs/heads/*:refs/remotes/upstream/*
145 +refs/pull/*/head:refs/remotes/upstream/pr/*
148 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in
152 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
/external/swiftshader/third_party/SPIRV-Tools/
DCONTRIBUTING.md144 +refs/heads/*:refs/remotes/upstream/*
145 +refs/pull/*/head:refs/remotes/upstream/pr/*
148 * If the line `+refs/pull/*/head:refs/remotes/upstream/pr/*` is not present in
152 git config --local --add remote.upstream.fetch '+refs/pull/*/head:refs/remotes/upstream/pr/*'
/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/toolchain-utils/
Dafe_lock_machine.py80 remotes, argument
89 remotes: A list of machine names or ip addresses to be managed. Names
128 self.machines = list(set(remotes)) or []
201 _, remotes = line.split(':')
202 remotes = remotes.strip()
203 for r in remotes.split():
/external/perfetto/infra/git_mirror_bot/
Dmirror_aosp_to_ghub_repo.py107 GitCmd('config', 'remote.upstream.fetch', '+refs/*:refs/remotes/upstream/*')
163 logging.info('Fetching git remotes')
187 PREFIX = 'refs/remotes/upstream/heads/'
193 PREFIX = 'refs/remotes/upstream/changes/'
/external/toolchain-utils/fdo_scripts/
Dvanilla_vs_fdo.py47 def __init__(self, board, remotes, ebuild_version, plus_pgo, minus_pgo, argument
50 self._remotes = remotes
52 self._remote = remotes.split(',')[0]
/external/autotest/client/tests/qemu_iotests/
Dqemu-iotests.tar.bz2 ... master qemu-iotests/.git/refs/remotes/ qemu-iotests/.git/refs/ ...
/external/deqp-deps/glslang/
Dupdate_glslang_sources.py98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
99 if b'known-good' not in remotes:
/external/linux-kselftest/tools/testing/selftests/net/
Dtest_vxlan_fdb_changelink.sh11 echo -ne "expected two remotes after $what\t"
/external/v8/
DREADME.md32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*

123