Home
last modified time | relevance | path

Searched refs:remote_image (Results 1 – 22 of 22) sorted by relevance

/tools/acloud/internal/lib/
Dcvd_utils_test.py169 remote_image = {
175 remote_image=remote_image,
179 self.assertEqual(remote_image,
204 all_build_info.update(remote_image)
207 remote_image=remote_image,
Dcheeps_compute_client.py91 metadata["android_build_id"] = avd_spec.remote_image[constants.BUILD_ID]
92 metadata["android_build_target"] = avd_spec.remote_image[constants.BUILD_TARGET]
Dcheeps_compute_client_test.py111 avd_spec.remote_image = {
160 avd_spec.remote_image = {
Dcvd_utils.py316 key: val for key, val in avd_spec.remote_image.items() if val}
/tools/acloud/create/
Dcreate_common_test.py175 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"],
Dremote_image_local_instance.py77 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]
Dcheeps_remote_image_remote_instance.py50 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])
Dbase_avd_create.py77 (avd_spec.remote_image[constants.BUILD_BRANCH],
78 avd_spec.remote_image[constants.BUILD_TARGET],
79 avd_spec.remote_image[constants.BUILD_ID]))
Dremote_image_remote_instance.py97 avd_spec.remote_image[constants.BUILD_TARGET],
98 avd_spec.remote_image[constants.BUILD_ID],
99 avd_spec.remote_image[constants.BUILD_BRANCH],
Dgce_remote_image_remote_instance.py48 avd_spec.remote_image[constants.BUILD_TARGET],
49 avd_spec.remote_image[constants.BUILD_ID],
Dremote_image_remote_instance_test.py91 avd_spec.remote_image = {constants.BUILD_TARGET: "fake_target",
115 avd_spec.remote_image = {constants.BUILD_TARGET: "fake_target",
Dremote_image_local_instance_test.py81 avd_spec.remote_image = self._fake_remote_image
115 avd_spec.remote_image = self._fake_remote_image
Dcheeps_remote_image_remote_instance_test.py75 avd_spec.remote_image = {constants.BUILD_ID: self.ANDROID_BUILD_ID,
Davd_spec.py839 def remote_image(self): member in AVDSpec
/tools/acloud/public/actions/
Dremote_host_cf_device_factory.py117 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]
Dremote_instance_cf_device_factory.py115 avd_spec.remote_image[constants.BUILD_ID],
116 avd_spec.remote_image[constants.BUILD_BRANCH],
117 avd_spec.remote_image[constants.BUILD_TARGET],
Dcreate_goldfish_action.py281 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]
Dremote_host_gf_device_factory.py129 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}
Dgce_device_factory.py71 build_id = self._avd_spec.remote_image[constants.BUILD_ID]
72 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
Dremote_host_cf_device_factory_test.py45 remote_image={
Dremote_host_gf_device_factory_test.py173 self._mock_avd_spec.remote_image = self._ARM64_BUILD_INFO
Dcreate_goldfish_action_test.py77 self.avd_spec.remote_image = {constants.BUILD_ID: self.BUILD_ID,