/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 40 BUILD_ID = "12345" variable in CreateGoldfishActionTest 75 self.avd_spec.remote_image = {constants.BUILD_ID: self.BUILD_ID, 115 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 128 build_id=self.BUILD_ID, emulator_build_id=self.EMULATOR_BUILD_ID, 142 build_id=self.BUILD_ID, 160 "build_id": self.BUILD_ID, 182 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 199 build_id=self.BUILD_ID, 227 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 239 return_value=self.BUILD_ID) [all …]
|
D | common_operations_test.py | 45 BUILD_ID = "fake-build-id" variable in CommonOperationsTest 72 "build_id": self.BUILD_ID, 74 "gcs_bucket_build_id": self.BUILD_ID}) 77 "build_id": self.BUILD_ID, 79 "gcs_bucket_build_id": self.BUILD_ID}) 115 "build_id": self.BUILD_ID, 117 "gcs_bucket_build_id": self.BUILD_ID, 139 "build_id": self.BUILD_ID, 144 "gcs_bucket_build_id": self.BUILD_ID, 162 "build_id": self.BUILD_ID, [all …]
|
D | remote_instance_cf_device_factory.py | 119 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 150 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 160 self._avd_spec.system_build_info.get(constants.BUILD_ID), 163 self._avd_spec.kernel_build_info.get(constants.BUILD_ID), 166 self._avd_spec.bootloader_build_info.get(constants.BUILD_ID), 231 avd_spec.remote_image[constants.BUILD_ID], 234 avd_spec.system_build_info[constants.BUILD_ID], 237 avd_spec.kernel_build_info[constants.BUILD_ID], 240 avd_spec.bootloader_build_info[constants.BUILD_ID], 344 if (self._avd_spec.kernel_build_info[constants.BUILD_ID]
|
D | create_cuttlefish_action_test.py | 44 BUILD_ID = "12345" variable in CreateCuttlefishActionTest 118 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 131 cfg, self.BUILD_TARGET, self.BUILD_ID, branch=self.BRANCH, 147 build_id=self.BUILD_ID, 164 "build_id": self.BUILD_ID,
|
D | gce_device_factory.py | 70 build_id = self._avd_spec.remote_image[constants.BUILD_ID]
|
D | create_goldfish_action.py | 282 build_id = avd_spec.remote_image[constants.BUILD_ID]
|
/tools/acloud/internal/lib/ |
D | android_build_client_test.py | 40 BUILD_ID = 12345 variable in AndroidBuildClientTest 74 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID, 78 buildId=self.BUILD_ID, 95 self.BUILD_TARGET, self.BUILD_ID, self.RESOURCE_ID, 105 build_id=self.BUILD_ID, 110 buildId=self.BUILD_ID, 129 build_id=self.BUILD_ID, 144 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID) 147 buildId=self.BUILD_ID)
|
D | cvd_compute_client_multi_stage_test.py | 49 BUILD_ID = "2263051" variable in CvdComputeClientTest 176 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH, 209 self.BUILD_ID, self.KERNEL_BRANCH, self.KERNEL_BUILD_ID, 237 fake_avd_spec.remote_image = {constants.BUILD_ID: build_id, 239 fake_avd_spec.system_build_info = {constants.BUILD_ID: system_build_id, 241 fake_avd_spec.kernel_build_info = {constants.BUILD_ID: kernel_build_id,
|
D | cvd_compute_client_test.py | 45 BUILD_ID = "2263051" variable in CvdComputeClientTest 104 branch=self.BRANCH, build_id=self.BUILD_ID), 132 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH, 173 self.BUILD_ID, self.KERNEL_BRANCH, self.KERNEL_BUILD_ID,
|
D | goldfish_compute_client_test.py | 38 BUILD_ID = "2263051" variable in GoldfishComputeClientTest 112 branch=self.BRANCH, build_id=self.BUILD_ID), 134 self.BRANCH, self.BUILD_ID,
|
D | cheeps_compute_client_test.py | 110 constants.BUILD_ID: self.ANDROID_BUILD_ID, 157 constants.BUILD_ID: self.ANDROID_BUILD_ID,
|
D | cvd_compute_client_multi_stage.py | 257 build_id = avd_spec.remote_image.get(constants.BUILD_ID) 259 system_build_id = avd_spec.system_build_info.get(constants.BUILD_ID) 261 kernel_build_id = avd_spec.kernel_build_info.get(constants.BUILD_ID)
|
D | cheeps_compute_client.py | 91 metadata["android_build_id"] = avd_spec.remote_image[constants.BUILD_ID]
|
D | android_compute_client_test.py | 44 BUILD_ID = "2263051" variable in AndroidComputeClientTest
|
/tools/treble/vf/ |
D | merge.sh | 13 b) BUILD_ID=${OPTARG} ;; 32 if [[ -z "${BUILD_ID}" ]]; then 58 --output-target-files ${DIST_DIR}/${TARGET}-target_files-${BUILD_ID}.zip \ 59 --output-img ${DIST_DIR}/${TARGET}-img-${BUILD_ID}.zip \ 60 --output-ota ${DIST_DIR}/${TARGET}-ota-${BUILD_ID}.zip
|
/tools/acloud/create/ |
D | remote_image_local_instance.py | 70 build_id = avd_spec.remote_image[constants.BUILD_ID] 92 avd_spec.system_build_info.get(constants.BUILD_ID), 95 avd_spec.kernel_build_info.get(constants.BUILD_ID), 98 avd_spec.bootloader_build_info.get(constants.BUILD_ID),
|
D | cheeps_remote_image_remote_instance.py | 50 avd_spec.cfg.project, avd_spec.remote_image[constants.BUILD_ID]) 103 return {"build_id": self._avd_spec.remote_image[constants.BUILD_ID]} 112 build_id=self._avd_spec.remote_image[constants.BUILD_ID],
|
D | avd_spec.py | 567 self._remote_image[constants.BUILD_ID] = args.build_id 568 if not self._remote_image[constants.BUILD_ID]: 572 self._remote_image[constants.BUILD_ID] = build_client.GetLKGB( 580 self._system_build_info = {constants.BUILD_ID: args.system_build_id, 583 self._kernel_build_info = {constants.BUILD_ID: args.kernel_build_id, 587 constants.BUILD_ID: args.bootloader_build_id,
|
D | gce_remote_image_remote_instance.py | 49 avd_spec.remote_image[constants.BUILD_ID],
|
D | base_avd_create.py | 79 avd_spec.remote_image[constants.BUILD_ID]))
|
D | remote_image_remote_instance_test.py | 62 constants.BUILD_ID: "fake_id"}
|
D | remote_image_remote_instance.py | 89 avd_spec.remote_image[constants.BUILD_ID],
|
D | cheeps_remote_image_remote_instance_test.py | 73 avd_spec.remote_image = {constants.BUILD_ID: self.ANDROID_BUILD_ID,
|
/tools/acloud/internal/ |
D | constants.py | 34 BUILD_ID = "build_id" variable
|