Searched refs:remote_image (Results 1 – 22 of 22) sorted by relevance
/tools/acloud/internal/lib/ |
D | cvd_utils_test.py | 169 remote_image = { 175 remote_image=remote_image, 179 self.assertEqual(remote_image, 204 all_build_info.update(remote_image) 207 remote_image=remote_image,
|
D | cheeps_compute_client.py | 91 metadata["android_build_id"] = avd_spec.remote_image[constants.BUILD_ID] 92 metadata["android_build_target"] = avd_spec.remote_image[constants.BUILD_TARGET]
|
D | cheeps_compute_client_test.py | 111 avd_spec.remote_image = { 160 avd_spec.remote_image = {
|
D | cvd_utils.py | 316 key: val for key, val in avd_spec.remote_image.items() if val}
|
/tools/acloud/create/ |
D | create_common_test.py | 175 avd_spec.remote_image = {"build_target" : "aosp_cf_x86_64_phone-userdebug", 185 avd_spec.remote_image["build_target"], 186 avd_spec.remote_image["build_id"], 203 avd_spec.remote_image["build_target"], 204 avd_spec.remote_image["build_id"],
|
D | remote_image_local_instance.py | 77 build_id = avd_spec.remote_image[constants.BUILD_ID] 78 build_branch = avd_spec.remote_image[constants.BUILD_BRANCH] 79 build_target = avd_spec.remote_image[constants.BUILD_TARGET] 216 build_id = avd_spec.remote_image[constants.BUILD_ID] 217 build_target = avd_spec.remote_image[constants.BUILD_TARGET]
|
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], 113 build_target=self._avd_spec.remote_image[constants.BUILD_TARGET])
|
D | base_avd_create.py | 77 (avd_spec.remote_image[constants.BUILD_BRANCH], 78 avd_spec.remote_image[constants.BUILD_TARGET], 79 avd_spec.remote_image[constants.BUILD_ID]))
|
D | remote_image_remote_instance.py | 97 avd_spec.remote_image[constants.BUILD_TARGET], 98 avd_spec.remote_image[constants.BUILD_ID], 99 avd_spec.remote_image[constants.BUILD_BRANCH],
|
D | gce_remote_image_remote_instance.py | 48 avd_spec.remote_image[constants.BUILD_TARGET], 49 avd_spec.remote_image[constants.BUILD_ID],
|
D | remote_image_remote_instance_test.py | 91 avd_spec.remote_image = {constants.BUILD_TARGET: "fake_target", 115 avd_spec.remote_image = {constants.BUILD_TARGET: "fake_target",
|
D | remote_image_local_instance_test.py | 81 avd_spec.remote_image = self._fake_remote_image 115 avd_spec.remote_image = self._fake_remote_image
|
D | cheeps_remote_image_remote_instance_test.py | 75 avd_spec.remote_image = {constants.BUILD_ID: self.ANDROID_BUILD_ID,
|
D | avd_spec.py | 839 def remote_image(self): member in AVDSpec
|
/tools/acloud/public/actions/ |
D | remote_host_cf_device_factory.py | 117 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 176 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 177 build_branch = self._avd_spec.remote_image[constants.BUILD_BRANCH] 178 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
|
D | remote_instance_cf_device_factory.py | 115 avd_spec.remote_image[constants.BUILD_ID], 116 avd_spec.remote_image[constants.BUILD_BRANCH], 117 avd_spec.remote_image[constants.BUILD_TARGET],
|
D | create_goldfish_action.py | 281 build_target = avd_spec.remote_image[constants.BUILD_TARGET] 282 build_id = avd_spec.remote_image[constants.BUILD_ID] 283 branch = avd_spec.remote_image[constants.BUILD_BRANCH]
|
D | remote_host_gf_device_factory.py | 129 self._avd_spec.remote_image) 277 build_id = self._avd_spec.remote_image.get(constants.BUILD_ID) 278 build_target = self._avd_spec.remote_image.get(constants.BUILD_TARGET) 633 self._avd_spec.remote_image.items() if val}
|
D | gce_device_factory.py | 71 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 72 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
|
D | remote_host_cf_device_factory_test.py | 45 remote_image={
|
D | remote_host_gf_device_factory_test.py | 173 self._mock_avd_spec.remote_image = self._ARM64_BUILD_INFO
|
D | create_goldfish_action_test.py | 77 self.avd_spec.remote_image = {constants.BUILD_ID: self.BUILD_ID,
|