Home
last modified time | relevance | path

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

123

/external/autotest/client/tests/scrashme/
Dscrashme-git-snapshot-03-18-2010.tar.bz2
/external/toolchain-utils/crosperf/
Dexperiment_factory_unittest.py174 # Second test: Remotes listed in labels.
200 # remotes (Call GetDefaultRemotes).
232 remotes = ef.GetDefaultRemotes(b)
234 self.assertEqual(len(remotes), 2)
236 self.assertEqual(len(remotes), 3)
Dcompare_machines.py29 parser.add_argument('remotes', nargs=argparse.REMAINDER)
33 machine_list = options.remotes
Dexperiment_factory.py321 remotes = v.strip().split()
322 if remotes:
323 return remotes
Dschedv2_unittest.py83 """Test that remotes in labels are aggregated into experiment.remote."""
96 """Test unreachable remotes are removed from experiment and label."""
/external/skia/experimental/documentation/
Dgerrit.md131 (refs/remotes/*);;
134 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"
144 …-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
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
Dnon-telemetry-tests.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
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
Dtelemetry-crosperf-with-profiler.exp12 # Note: You can specify multiple remotes, to run your tests in parallel on
Dtelemetry-crosperf.exp11 # Note: You can specify multiple remotes, to run your tests in parallel on
Dtelemetry-without-autotest.exp12 # Note: You can specify multiple remotes, to run your tests in parallel on
Dofficial-image.exp11 # Note: You can specify multiple remotes, to run your tests in parallel on
/external/v8/tools/release/
Dtest_mergeinfo.py158 self._execute_git(['branch', 'remotes/origin/lkgr'])
173 self._execute_git(['branch', 'remotes/origin/chromium/2345'])
174 self._execute_git(['branch', 'remotes/origin/chromium/2346'])
Dmergeinfo.py62 return 'remotes/origin/lkgr' in branches
67 currentBranch.startswith('remotes/origin/chromium/')])
/external/toolchain-utils/
Dafe_lock_machine.py80 remotes, argument
89 remotes: A list of machine names or ip addresses to be managed. Names
127 self.machines = list(set(remotes)) or []
200 _, remotes = line.split(':')
201 remotes = remotes.strip()
202 for r in remotes.split():
/external/autotest/client/tests/qemu_iotests/
Dqemu-iotests.tar.bz2 ... master qemu-iotests/.git/refs/remotes/ qemu-iotests/.git/refs/ ...
/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/v8/
DREADME.md32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
/external/toolchain-utils/dejagnu/
Drun_dejagnu.py367 def TryAcquireMachine(remotes): argument
369 for r in remotes.split(','):
379 remotes))

123