Home
last modified time | relevance | path

Searched refs:BUILD_BRANCH (Results 1 – 9 of 9) sorted by relevance

/tools/acloud/create/
Davd_spec.py525 self._remote_image[constants.BUILD_BRANCH] = args.branch
526 if not self._remote_image[constants.BUILD_BRANCH]:
527 self._remote_image[constants.BUILD_BRANCH] = self._GetBuildBranch(
552 self._remote_image[constants.BUILD_BRANCH])
559 constants.BUILD_BRANCH: args.system_branch,
562 constants.BUILD_BRANCH: args.kernel_branch,
676 branch = re.split("-|_", self._remote_image[constants.BUILD_BRANCH])[0]
Davd_spec_test.py185 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "git_branch"
192 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "aosp-master"
199 self.AvdSpec._remote_image[constants.BUILD_BRANCH] = "git_branch"
Dbase_avd_create.py77 (avd_spec.remote_image[constants.BUILD_BRANCH],
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DTfTestLauncherTest.java58 private static final String BUILD_BRANCH = "FAKE_BRANCH"; field in TfTestLauncherTest
119 EasyMock.eq(BUILD_BRANCH), in testRun()
138 EasyMock.expect(mMockBuildInfo.getBuildBranch()).andReturn(BUILD_BRANCH).times(3); in testRun()
197 EasyMock.expect(mMockBuildInfo.getBuildBranch()).andReturn(BUILD_BRANCH).times(1); in testTestTmpDirClean_failExtraFile()
220 EasyMock.expect(mMockBuildInfo.getBuildBranch()).andReturn(BUILD_BRANCH).times(1); in testTestTmpDirClean_failMultipleFiles()
245 EasyMock.expect(mMockBuildInfo.getBuildBranch()).andReturn(BUILD_BRANCH).times(2); in testRunCoverage()
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py199 self._avd_spec.remote_image[constants.BUILD_BRANCH],
202 self._avd_spec.system_build_info[constants.BUILD_BRANCH],
205 self._avd_spec.kernel_build_info[constants.BUILD_BRANCH],
292 self._avd_spec.kernel_build_info[constants.BUILD_BRANCH],
316 or self._avd_spec.kernel_build_info[constants.BUILD_BRANCH]):
Dcreate_goldfish_action.py282 branch = avd_spec.remote_image[constants.BUILD_BRANCH]
Dcreate_goldfish_action_test.py74 constants.BUILD_BRANCH: self.BRANCH,
/tools/acloud/internal/lib/
Dandroid_build_client_test.py36 BUILD_BRANCH = "fake_branch" variable in AndroidBuildClientTest
156 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH)
159 branch=self.BUILD_BRANCH,
/tools/acloud/internal/
Dconstants.py33 BUILD_BRANCH = "branch" variable