Searched refs:BUILD_BRANCH (Results 1 – 9 of 9) sorted by relevance
/tools/acloud/create/ |
D | avd_spec.py | 525 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]
|
D | avd_spec_test.py | 185 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"
|
D | base_avd_create.py | 77 (avd_spec.remote_image[constants.BUILD_BRANCH],
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | TfTestLauncherTest.java | 58 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/ |
D | remote_instance_cf_device_factory.py | 199 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]):
|
D | create_goldfish_action.py | 282 branch = avd_spec.remote_image[constants.BUILD_BRANCH]
|
D | create_goldfish_action_test.py | 74 constants.BUILD_BRANCH: self.BRANCH,
|
/tools/acloud/internal/lib/ |
D | android_build_client_test.py | 36 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/ |
D | constants.py | 33 BUILD_BRANCH = "branch" variable
|