/tools/acloud/ |
D | README.md | 61 for cuttlefish phone target in the branch of your repo) 70 target in the branch of your repo) 78 When specifying an Android Build image, you can specify the branch, 79 target and/or build id (e.g. `--branch my_branch`). Acloud will assume the 82 * `--branch`: The branch of the repo you're running the acloud command in, e.g. 83 in an aosp repo on the master branch, acloud will infer the aosp-master branch. 88 * `--build-id`: Default to the Last Known Good Build (LKGB) id for the branch and
|
D | .coveragerc | 2 branch = True
|
/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 125 branch=self.BRANCH, 162 branch=self.BRANCH, 203 branch=self.BRANCH) 212 branch=self.BRANCH, 247 branch=self.BRANCH, 293 branch=self.BRANCH, 328 branch=self.BRANCH,
|
D | create_goldfish_action.py | 124 branch=self._branch, 200 branch=None, argument 227 branch = avd_spec.remote_image[constants.BUILD_BRANCH] 251 pattern = _SYSIMAGE_VERSION_PATTERN.format(branch, build_target)
|
D | create_cuttlefish_action_test.py | 118 branch=self.BRANCH,
|
D | create_cuttlefish_action.py | 120 branch=self._branch,
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client.py | 62 build_target=None, branch=None, build_id=None, argument 101 branch=branch, build_id=build_id) 104 branch=kernel_branch, build_id=kernel_build_id)
|
D | goldfish_compute_client.py | 131 branch, argument 175 branch=branch, build_id=build_id) 179 branch=emulator_branch, build_id=emulator_build_id)
|
D | android_build_client_test.py | 141 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID) 145 self.assertEqual(branch, build_info["branch"]) 158 branch=self.BUILD_BRANCH,
|
D | goldfish_compute_client_test.py | 101 branch=self.BRANCH, build_id=self.BUILD_ID), 104 branch=self.EMULATOR_BRANCH, build_id=self.EMULATOR_BUILD_ID),
|
D | cvd_compute_client_test.py | 99 branch=self.BRANCH, build_id=self.BUILD_ID), 101 branch=self.KERNEL_BRANCH, build_id=self.KERNEL_BUILD_ID),
|
D | android_build_client.py | 166 branch=build_branch,
|
/tools/external_updater/ |
D | git_utils.py | 63 def get_commits_ahead(proj_path, branch, base_branch): argument 66 '{}...{}'.format(branch, base_branch)], 119 def merge(proj_path, branch): argument 122 out = _run(['git', 'merge', branch, '--no-commit'],
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | LogFileSaverTest.java | 68 final String branch = "somebranch"; in testGetFileDir() local 71 EasyMock.expect(mockBuild.getBuildBranch()).andReturn(branch).anyTimes(); in testGetFileDir() 85 assertEquals(branch, branchDir.getName()); in testGetFileDir() 128 final String branch = "somebranch"; in testGetFileDir_retention() local 131 EasyMock.expect(mockBuild.getBuildBranch()).andReturn(branch).anyTimes(); in testGetFileDir_retention()
|
/tools/acloud/internal/proto/ |
D | internal_config.proto | 51 // each branch only supports a subset of devices. So ideally, 52 // we should have one config per branch, and only specify supported 53 // devices for that branch in the config.
|
/tools/tradefederation/core/proto/ |
D | build_info.proto | 46 // The branch where the build come from: For example: git_master 47 string branch = 3; field
|
/tools/acloud/create/ |
D | avd_spec.py | 395 self._remote_image[_BUILD_BRANCH] = args.branch 479 branch = re.split("-|_", self._remote_image[_BUILD_BRANCH])[0] 481 _BRANCH_TARGET_PREFIX.get(branch, ""),
|
/tools/repohooks/rh/ |
D | git.py | 38 branch = result.output.strip() 41 cmd = ['git', 'config', 'branch.%s.remote' % branch]
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | OtaDeviceBuildInfo.java | 138 public void setBuildBranch(String branch) { in setBuildBranch() argument 139 mBaselineBuild.setBuildBranch(branch); in setBuildBranch()
|
D | IBuildInfo.java | 114 public void setBuildBranch(String branch); in setBuildBranch() argument
|
D | BuildInfo.java | 493 public void setBuildBranch(String branch) { in setBuildBranch() argument 494 mBuildBranch = branch; in setBuildBranch()
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 71 --branch, --build-id etc. A sample command is as follows: 76 --branch git_master --build-flavor angler-userdebug \
|
/tools/acloud/public/ |
D | acloud_main.py | 386 branch=args.branch,
|
D | config.py | 149 branch: min_build_id for branch, min_build_id in
|
/tools/asuite/aidegen/ |
D | .coveragerc | 3 branch = True
|