Searched refs:remote_image (Results 1 – 13 of 13) sorted by relevance
/tools/acloud/internal/lib/ |
D | cheeps_compute_client.py | 91 if avd_spec.remote_image[constants.BUILD_ID]: 92 metadata['android_build_id'] = avd_spec.remote_image[constants.BUILD_ID] 94 if avd_spec.remote_image[constants.BUILD_TARGET]: 95 metadata['android_build_target'] = avd_spec.remote_image[constants.BUILD_TARGET]
|
D | cheeps_compute_client_test.py | 106 avd_spec.remote_image = {
|
/tools/acloud/public/actions/ |
D | remote_instance_cf_device_factory.py | 130 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 158 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 159 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET] 162 remote_image = "%s-img-%s.zip" % (build_target.split('-')[0], build_id) 164 cfg, build_target, build_id, remote_image, extract_path, decompress=True) 215 self._avd_spec.remote_image[constants.BUILD_ID], 216 self._avd_spec.remote_image[constants.BUILD_BRANCH], 217 self._avd_spec.remote_image[constants.BUILD_TARGET], 266 build_id = self._avd_spec.remote_image[constants.BUILD_ID] 267 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET] [all …]
|
D | remote_instance_cf_device_factory_test.py | 349 fake_avd_spec.remote_image = fake_remote_image
|
D | create_goldfish_action_test.py | 73 self.avd_spec.remote_image = {constants.BUILD_ID: self.BUILD_ID,
|
/tools/acloud/create/ |
D | create_common_test.py | 108 avd_spec.remote_image = {"build_target" : "aosp_cf_x86_phone-userdebug", 118 avd_spec.remote_image["build_target"], 119 avd_spec.remote_image["build_id"], 136 avd_spec.remote_image["build_target"], 137 avd_spec.remote_image["build_id"],
|
D | remote_image_local_instance.py | 66 build_id = avd_spec.remote_image[constants.BUILD_ID] 67 build_target = avd_spec.remote_image[constants.BUILD_TARGET] 79 remote_image = "%s-img-%s.zip" % (build_target.split('-')[0], 81 artifacts = [constants.CVD_HOST_PACKAGE, remote_image]
|
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 | gce_remote_image_remote_instance.py | 48 avd_spec.remote_image[constants.BUILD_TARGET], 49 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,
|
D | remote_image_local_instance_test.py | 72 avd_spec.remote_image = self._fake_remote_image
|
D | avd_spec.py | 707 def remote_image(self): member in AVDSpec
|