/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 38 BUILD_TARGET = "fake-build-target" variable in CreateGoldfishActionTest 77 constants.BUILD_TARGET: self.BUILD_TARGET} 115 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 127 none_avd_spec, cfg, build_target=self.BUILD_TARGET, 140 build_target=self.BUILD_TARGET, 161 "build_target": self.BUILD_TARGET, 182 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 197 build_target=self.BUILD_TARGET, 227 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 246 build_target=self.BUILD_TARGET, [all …]
|
D | remote_instance_cf_device_factory.py | 152 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET] 162 self._avd_spec.system_build_info.get(constants.BUILD_TARGET), 165 self._avd_spec.kernel_build_info.get(constants.BUILD_TARGET), 168 self._avd_spec.bootloader_build_info.get(constants.BUILD_TARGET)) 233 avd_spec.remote_image[constants.BUILD_TARGET], 236 avd_spec.system_build_info[constants.BUILD_TARGET], 239 avd_spec.kernel_build_info[constants.BUILD_TARGET], 242 avd_spec.bootloader_build_info[constants.BUILD_TARGET])
|
D | common_operations_test.py | 44 BUILD_TARGET = "fake-target" variable in CommonOperationsTest 73 "build_target": self.BUILD_TARGET, 78 "build_target": self.BUILD_TARGET, 116 "build_target": self.BUILD_TARGET, 143 "build_target": self.BUILD_TARGET, 163 "build_target": self.BUILD_TARGET,
|
D | create_cuttlefish_action_test.py | 45 BUILD_TARGET = "fake-build-target" variable in CreateCuttlefishActionTest 118 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 131 cfg, self.BUILD_TARGET, self.BUILD_ID, branch=self.BRANCH, 145 build_target=self.BUILD_TARGET, 165 "build_target": self.BUILD_TARGET,
|
D | gce_device_factory.py | 71 build_target = self._avd_spec.remote_image[constants.BUILD_TARGET]
|
D | create_goldfish_action.py | 281 build_target = avd_spec.remote_image[constants.BUILD_TARGET]
|
/tools/acloud/internal/lib/ |
D | android_build_client_test.py | 39 BUILD_TARGET = "fake_target" variable in AndroidBuildClientTest 74 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID, 79 target=self.BUILD_TARGET, 95 self.BUILD_TARGET, self.BUILD_ID, self.RESOURCE_ID, 104 build_target=self.BUILD_TARGET, 111 target=self.BUILD_TARGET, 130 build_target=self.BUILD_TARGET, 144 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID) 146 target=self.BUILD_TARGET, 158 build_id = self.client.GetLKGB(self.BUILD_TARGET, self.BUILD_BRANCH) [all …]
|
D | cvd_compute_client_multi_stage_test.py | 238 constants.BUILD_TARGET: build_target} 240 constants.BUILD_TARGET: system_build_target} 242 constants.BUILD_TARGET: kernel_build_target}
|
D | cheeps_compute_client_test.py | 111 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET, 158 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET,
|
D | cvd_compute_client_multi_stage.py | 258 build_target = avd_spec.remote_image.get(constants.BUILD_TARGET) 260 system_build_target = avd_spec.system_build_info.get(constants.BUILD_TARGET) 262 kernel_build_target = avd_spec.kernel_build_info.get(constants.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 | 552 self._remote_image[constants.BUILD_TARGET] = args.build_target 553 if not self._remote_image[constants.BUILD_TARGET]: 554 self._remote_image[constants.BUILD_TARGET] = self._GetBuildTarget(args) 559 self._remote_image[constants.BUILD_TARGET]) or constants.FLAVOR_PHONE 563 self._remote_image[constants.BUILD_TARGET]): 573 self._remote_image[constants.BUILD_TARGET], 582 constants.BUILD_TARGET: args.system_build_target} 585 constants.BUILD_TARGET: args.kernel_build_target} 589 constants.BUILD_TARGET: args.bootloader_build_target}
|
D | remote_image_local_instance.py | 72 build_target = avd_spec.remote_image[constants.BUILD_TARGET] 94 avd_spec.system_build_info.get(constants.BUILD_TARGET), 97 avd_spec.kernel_build_info.get(constants.BUILD_TARGET), 100 avd_spec.bootloader_build_info.get(constants.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 | remote_image_remote_instance_test.py | 61 avd_spec.remote_image = {constants.BUILD_TARGET: "fake_target",
|
D | remote_image_remote_instance.py | 88 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 | cheeps_remote_image_remote_instance_test.py | 74 constants.BUILD_TARGET: self.ANDROID_BUILD_TARGET}
|
/tools/treble/split/ |
D | README.md | 39 BUILD_TARGET=droid 51 $BUILD_TARGET
|
/tools/acloud/internal/ |
D | constants.py | 32 BUILD_TARGET = "build_target" variable
|