/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 37 BUILD_TARGET = "fake-build-target" variable in CreateGoldfishActionTest 75 constants.BUILD_TARGET: self.BUILD_TARGET} 112 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 124 none_avd_spec, cfg, build_target=self.BUILD_TARGET, 137 build_target=self.BUILD_TARGET, 157 "build_target": self.BUILD_TARGET, 178 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 193 build_target=self.BUILD_TARGET, 222 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 241 build_target=self.BUILD_TARGET, [all …]
|
D | common_operations_test.py | 42 BUILD_TARGET = "fake-target" variable in CommonOperationsTest 71 "build_target": self.BUILD_TARGET, 76 "build_target": self.BUILD_TARGET, 114 "build_target": self.BUILD_TARGET, 140 "build_target": self.BUILD_TARGET, 160 "build_target": self.BUILD_TARGET,
|
D | create_cuttlefish_action_test.py | 42 BUILD_TARGET = "fake-build-target" variable in CreateCuttlefishActionTest 114 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 124 cfg, self.BUILD_TARGET, self.BUILD_ID, branch=self.BRANCH, 135 build_target=self.BUILD_TARGET, 152 "build_target": self.BUILD_TARGET,
|
D | remote_instance_cf_device_factory.py | 142 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET] 200 self._avd_spec.remote_image[constants.BUILD_TARGET], 203 self._avd_spec.system_build_info[constants.BUILD_TARGET], 206 self._avd_spec.kernel_build_info[constants.BUILD_TARGET]) 293 self._avd_spec.kernel_build_info[constants.BUILD_TARGET])
|
D | gce_device_factory.py | 71 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
|
D | create_goldfish_action.py | 280 build_target = avd_spec.remote_image[constants.BUILD_TARGET]
|
/tools/acloud/internal/lib/ |
D | android_build_client_test.py | 37 BUILD_TARGET = "fake_target" variable in AndroidBuildClientTest 72 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID, 77 target=self.BUILD_TARGET, 93 self.BUILD_TARGET, self.BUILD_ID, self.RESOURCE_ID, 102 build_target=self.BUILD_TARGET, 109 target=self.BUILD_TARGET, 128 build_target=self.BUILD_TARGET, 142 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID) 144 target=self.BUILD_TARGET, 156 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH) [all …]
|
D | cheeps_compute_client_test.py | 110 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET, 157 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET,
|
D | cheeps_compute_client.py | 92 metadata["android_build_target"] = avd_spec.remote_image[constants.BUILD_TARGET]
|
/tools/acloud/create/ |
D | avd_spec.py | 530 self._remote_image[constants.BUILD_TARGET] = args.build_target 531 if not self._remote_image[constants.BUILD_TARGET]: 532 self._remote_image[constants.BUILD_TARGET] = self._GetBuildTarget(args) 537 self._remote_image[constants.BUILD_TARGET]) or constants.FLAVOR_PHONE 541 self._remote_image[constants.BUILD_TARGET]): 551 self._remote_image[constants.BUILD_TARGET], 560 constants.BUILD_TARGET: args.system_build_target} 563 constants.BUILD_TARGET: args.kernel_build_target}
|
D | gce_remote_image_remote_instance.py | 48 avd_spec.remote_image[constants.BUILD_TARGET],
|
D | base_avd_create.py | 78 avd_spec.remote_image[constants.BUILD_TARGET],
|
D | cheeps_remote_image_remote_instance.py | 113 build_target=self._avd_spec.remote_image[constants.BUILD_TARGET])
|
D | remote_image_local_instance.py | 67 build_target = avd_spec.remote_image[constants.BUILD_TARGET]
|
D | cheeps_remote_image_remote_instance_test.py | 74 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET}
|
/tools/acloud/internal/ |
D | constants.py | 32 BUILD_TARGET = "build_target" variable
|