/tools/acloud/internal/lib/ |
D | android_build_client_test.py | 40 BUILD_ID = 12345 variable in AndroidBuildClientTest 74 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID, 78 buildId=self.BUILD_ID, 95 self.BUILD_TARGET, self.BUILD_ID, self.RESOURCE_ID, 105 build_id=self.BUILD_ID, 110 buildId=self.BUILD_ID, 129 build_id=self.BUILD_ID, 144 branch = self.client.GetBranch(self.BUILD_TARGET, self.BUILD_ID) 147 buildId=self.BUILD_ID) 170 default_build = {constants.BUILD_ID: "1234", [all …]
|
D | goldfish_compute_client_test.py | 56 BUILD_ID = "2263051" variable in GoldfishComputeClientTest 155 branch=self.BRANCH, build_id=self.BUILD_ID), 178 self.BRANCH, self.BUILD_ID, 214 branch=self.BRANCH, build_id=self.BUILD_ID), 254 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH,
|
D | cheeps_compute_client_test.py | 112 constants.BUILD_ID: self.ANDROID_BUILD_ID, 161 constants.BUILD_ID: self.ANDROID_BUILD_ID,
|
D | android_build_client.py | 178 build_id = build_info.get(constants.BUILD_ID) 319 if (kernel_build_info.get(constants.BUILD_ID) or
|
D | cheeps_compute_client.py | 91 metadata["android_build_id"] = avd_spec.remote_image[constants.BUILD_ID]
|
/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 40 BUILD_ID = "12345" variable in CreateGoldfishActionTest 78 self.avd_spec.remote_image = {constants.BUILD_ID: self.BUILD_ID, 118 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 131 build_id=self.BUILD_ID, emulator_build_id=self.EMULATOR_BUILD_ID, 145 build_id=self.BUILD_ID, 164 "build_id": self.BUILD_ID, 186 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 203 build_id=self.BUILD_ID, 232 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 244 return_value=self.BUILD_ID) [all …]
|
D | common_operations_test.py | 46 BUILD_ID = "fake-build-id" variable in CommonOperationsTest 77 "build_id": self.BUILD_ID, 79 "gcs_bucket_build_id": self.BUILD_ID}) 121 "build_id": self.BUILD_ID, 123 "gcs_bucket_build_id": self.BUILD_ID, 152 "build_id": self.BUILD_ID, 157 "gcs_bucket_build_id": self.BUILD_ID, 206 "build_id": self.BUILD_ID, 208 "gcs_bucket_build_id": self.BUILD_ID, 283 "build_id": self.BUILD_ID, [all …]
|
D | remote_host_gf_device_factory.py | 386 build_id = self._avd_spec.remote_image.get(constants.BUILD_ID) 402 build_id = self._avd_spec.remote_image.get(constants.BUILD_ID) 440 build_id = self._avd_spec.system_build_info.get(constants.BUILD_ID) 463 build_id = self._avd_spec.boot_build_info.get(constants.BUILD_ID) 481 build_id = self._avd_spec.remote_image.get(constants.BUILD_ID) 578 (self._avd_spec.system_build_info.get(constants.BUILD_ID) and
|
D | remote_host_gf_device_factory_test.py | 37 constants.BUILD_ID: "123456", 43 constants.BUILD_ID: "123456", 243 constants.BUILD_ID: "111111", 283 constants.BUILD_ID: "111111",
|
D | gce_device_factory.py | 71 build_id = self._avd_spec.remote_image[constants.BUILD_ID]
|
/tools/treble/vf/ |
D | merge.sh | 13 b) BUILD_ID=${OPTARG} ;; 32 if [[ -z "${BUILD_ID}" ]]; then 60 --output-target-files ${DIST_DIR}/${TARGET}-target_files-${BUILD_ID}.zip \ 61 --output-img ${DIST_DIR}/${TARGET}-img-${BUILD_ID}.zip \ 62 --output-ota ${DIST_DIR}/${TARGET}-ota-${BUILD_ID}.zip \
|
/tools/acloud/create/ |
D | remote_image_remote_instance_test.py | 93 constants.BUILD_ID: "fake_id", 96 constants.BUILD_ID: "fake_id", 99 constants.BUILD_ID: "fake_id", 117 constants.BUILD_ID: "fake_id", 120 constants.BUILD_ID: "fake_id", 123 constants.BUILD_ID: "fake_id",
|
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],
|
D | avd_spec.py | 654 self._remote_image[constants.BUILD_ID] = args.build_id 655 if not self._remote_image[constants.BUILD_ID]: 659 self._remote_image[constants.BUILD_ID] = build_client.GetLKGB( 664 self._system_build_info = {constants.BUILD_ID: args.system_build_id, 667 self._ota_build_info = {constants.BUILD_ID: args.ota_build_id, 670 self._kernel_build_info = {constants.BUILD_ID: args.kernel_build_id, 673 self._boot_build_info = {constants.BUILD_ID: args.boot_build_id, 678 constants.BUILD_ID: args.bootloader_build_id, 682 constants.BUILD_ID: args.android_efi_loader_build_id, 685 constants.BUILD_ID: args.host_package_build_id,
|
D | remote_image_remote_instance.py | 100 avd_spec.remote_image[constants.BUILD_ID], 103 avd_spec.system_build_info[constants.BUILD_ID], 105 avd_spec.kernel_build_info[constants.BUILD_ID],
|
D | remote_image_local_instance.py | 107 build_id = avd_spec.remote_image[constants.BUILD_ID] 250 build_id = avd_spec.remote_image[constants.BUILD_ID]
|
D | avd_spec_test.py | 421 constants.BUILD_ID: "system_build_id"}, 426 constants.BUILD_ID: "kernel_build_id"}, 431 constants.BUILD_ID: "boot_build_id", 437 constants.BUILD_ID: "ota_build_id"},
|
D | gce_remote_image_remote_instance.py | 49 avd_spec.remote_image[constants.BUILD_ID],
|
D | base_avd_create.py | 79 avd_spec.remote_image[constants.BUILD_ID]))
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | FileSystemLogSaverTest.java | 61 private static final String BUILD_ID = "88888"; field in FileSystemLogSaverTest 76 when(mMockBuild.getBuildId()).thenReturn(BUILD_ID); in setUp() 102 assertEquals(BUILD_ID, buildDir.getName()); in testGetFileDir() 127 when(mockBuild.getBuildId()).thenReturn(BUILD_ID); in testGetFileDir_nobranch() 142 assertEquals(BUILD_ID, buildDir.getName()); in testGetFileDir_nobranch() 277 assertEquals(BUILD_ID, mReportDir.listFiles()[0].list()[0]); in testCreateReportDirectory_sharded()
|
/tools/tradefederation/core/javatests/com/android/tradefed/build/ |
D | OtaZipfileBuildProviderTest.java | 32 private static final String BUILD_ID = "123456"; field in OtaZipfileBuildProviderTest 35 "ro.build.version.incremental=" + BUILD_ID + "\n" + 54 assertEquals(BUILD_ID, buildInfo.getBuildId()); in testGetBuild_Success()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | TfTestLauncherTest.java | 63 private static final String BUILD_ID = "FAKE_BUILD_ID"; field in TfTestLauncherTest 123 Mockito.eq(BUILD_ID), in testRun() 140 when(mMockBuildInfo.getBuildId()).thenReturn(BUILD_ID); in testRun()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | DeviceProperties.java | 52 public static final String BUILD_ID = "ro.build.version.incremental"; field in DeviceProperties
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | OtaZipfileBuildProvider.java | 54 String bid = buildProp.getProperty(DeviceProperties.BUILD_ID); in getBuild()
|
/tools/acloud/internal/ |
D | constants.py | 34 BUILD_ID = "build_id" variable
|