Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 80) sorted by relevance

1234

/test/framework/harnesses/host_controller/build/
Dbuild_provider_pab.py269 target, argument
295 "2": target,
319 branch, target, dummy,
336 target.split("-")[0], build["build_id"])
339 target, build["build_id"]))
343 target=target,
361 def GetLatestBuildId(self, account_id, branch, target, method=GET): argument
378 target=target,
383 (account_id, branch, target))
400 self, account_id, build_id, branch, target, method=POST): argument
[all …]
Dbuild_provider_ab.py37 def GetLatestBuildId(self, branch, target): argument
51 branch, target)
57 target, argument
81 build_id = self.GetLatestBuildId(branch, target)
89 branch, target, build_id, artifact_name,
/test/vts/script/
Dcreate-test-project.py146 target = os.path.join(path, PYTHON_INIT_FILE_NAME)
147 if not os.path.exists(target):
148 print 'Creating %s' % target
149 with open(target, 'w') as f:
158 target = os.path.join(self.test_dir, ANDROID_MK_FILE_NAME)
159 with open(target, 'w') as f:
160 print 'Creating %s' % target
170 target = os.path.join(path, ANDROID_MK_FILE_NAME)
171 if not os.path.exists(target):
172 print 'Creating %s' % target
[all …]
Dsetup-local.sh24 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver32 /data/local…
25 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_driver64 /data/local…
26 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver32 /data/loc…
27 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_shell_driver64 /data/loc…
28 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent32 /data/local/…
29 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/bin/vts_hal_agent64 /data/local/…
32 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_common.so /data/local…
33 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_common.so /data/loc…
34 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib/libvts_interfacespecificatio…
35 …adb push ${ANDROID_BUILD_TOP}/out/target/product/${DEVICE}/system/lib64/libvts_interfacespecificat…
[all …]
Dsetup-gce.sh18 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_driver /data/local/tmp/…
19 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_agent /data/local/tmp/v…
/test/framework/harnesses/host_controller/command_processor/
Dcommand_build.py66 for target in targets.split(","):
71 target=target,
87 if "-" in target:
89 "build_type"] = target.split("-")
91 build["build_target"] = target
106 if "-" in target:
108 build["build_type"]) = target.split("-")
110 build["build_target"] = target
118 def UpdateBuildLoop(self, account_id, branch, target, artifact_type, argument
137 self.UpdateBuild(account_id, branch, target, artifact_type,
[all …]
Dcommand_config.py68 for target in targets.split(","):
72 target=target,
82 def FetchConfig(self, account_id, branch, target, config_type, method): argument
101 target=target,
116 target=target,
168 def UpdateConfigLoop(self, account_id, branch, target, config_type, method, argument
189 self.UpdateConfig(account_id, branch, target, config_type,
389 self.UpdateConfig(args.account_id, args.branch, args.target,
415 target=self.UpdateConfigLoop,
419 args.target,
Dcommand_fetch.py125 target=args.target,
136 target=args.target,
155 target=args.target,
184 self.console.fetch_info["target"] = args.target
Dcommand_release.py114 args.branch, args.target, args.dest,
141 args.target, args.dest, args.additional_files_bucket))
149 def FetchVtslab(self, account_id, branch, target, bucket): argument
165 "pab"].FetchLatestBuiltHCPackage(account_id, branch, target)
230 def ReleaseCallback(self, schedule_for, account_id, branch, target, dest, argument
244 fetched_path = self.FetchVtslab(account_id, branch, target, bucket)
257 (schedule_for, account_id, branch, target, dest, bucket))
/test/vts/testcases/host/shell_binary_crash_test/
DShellBinaryCrashTest.py40 target = "/data/local/tmp/vts_test_binary_crash_app"
42 ["chmod 755 %s" % target, target])
55 target = "/data/local/tmp/vts_test_binary_seg_fault"
57 ["chmod 755 %s" % target, target])
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp630 const android::dm::DeviceMapper::TargetInfo &target = table[0]; in TEST() local
639 target.spec.sector_start, target.spec.sector_start + target.spec.length, in TEST()
640 target.spec.target_type, target.data.c_str()); in TEST()
641 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
662 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
665 EXPECT_EQ(target.data.compare(begin_pos, next_pos - begin_pos, in TEST()
674 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
677 std::stoul(target.data.substr(begin_pos, next_pos - begin_pos)); in TEST()
695 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
697 const std::string param_name(target.data, begin_pos, next_pos - begin_pos); in TEST()
[all …]
/test/vts/proto/
DVtsFuzzTaskMessage.proto54 // To specify details of the test suite target
56 // target product (e.g., VTS)
62 // target product (e.g., aosp_arm64)
98 // To specify details of a fuzz task per target
115 // specification of fuzz task device target
121 // specification of test suite (e.g., VTS) build target
131 // specification of fuzz task per target
DAndroidSystemControlMessage.proto37 // To read the VTS spec of a target component.
104 // The name of a target.
107 // Whether a target driver binary is 64-bits or 32-bits.
110 // target class
112 // target type
114 // target version (should be divided by 100) - float has a compatibility issue
125 // the name of a target component (currently used for HIDL HALs only).
129 // HAL major version of the target component (e.g. 1.0 -> 1).
131 // HAL minor version of the target component (e.g. 1.0 -> 0).
DVtsDriverControlMessage.proto80 // The name of a target.
82 // target class
84 // target type
86 // target version (should be divided by 100) - float has a compatibility issue
94 // the name of a target component (currently used for HIDL HALs only).
98 // HAL major version of target component (e.g. 1.0 -> 1).
100 // HAL minor version of target component (e.g. 1.0 -> 0).
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DJsonUtil.java39 public static void deepMergeJsonObjects(JSONObject target, JSONObject source) in deepMergeJsonObjects() argument
47 target_value = target.get(key); in deepMergeJsonObjects()
50 target.put(key, source_value); in deepMergeJsonObjects()
/test/vti/test_serving/gae/webapp/src/testing/
Dunittest_base.py262 for target in targets:
264 build.artifact_type = target
266 if target == "device":
271 elif target == "gsi":
275 elif target == "test":
280 build_dict[target] = build
/test/vts/tools/build/tasks/framework/
Dvtf_package.mk42 $(call target-native-copy-pairs,$(vtf_target_native_modules),$(VTF_TESTCASES_OUT))
107 $(call find-files-in-subdirs,test/vts/script/target,"*.sh" -and -type f,.)
111 test/vts/script/target/$(f):$(VTF_TESTCASES_OUT)/script/target/$(f))
/test/vti/test_serving/proto/
DTestScheduleConfigMessage.proto44 // build target name (e.g., aosp_taimen-userdebug)
50 // whether the build target has bootloader.img
53 // whether the build target has radio.img
89 // if GSI (General System Image) is used, GSI build target name.
105 // Test package's build target name.
DGreenBuildScheduleConfigMessage.proto50 // Test package's build target name.
73 // Device build target if different.
79 // GSI's build target name.
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage.jsp47 var cmd = $(evt.target).text();
48 var testRunId = $(evt.target).data("id");
53 var detachedLi = $(evt.target).parent().parent().detach();
55 $(evt.target).text("disable");
56 $(evt.target).parent().removeClass("grey");
59 $(evt.target).text("enable");
60 $(evt.target).parent().addClass("grey");
/test/vts-testcase/hal/script/configure/
Dtest_case_creator.py216 target = os.path.join(self._test_dir, ANDROID_BP_FILE_NAME)
217 with open(target, 'w') as f:
218 print 'Creating %s' % target
250 target = os.path.join(self._test_dir, ANDROID_TEST_XML_FILE_NAME)
251 with open(target, 'w') as f:
252 print 'Creating %s' % target
/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp191 std::unique_ptr<DmTargetDefaultKey> target = in CreateTestDevice() local
195 target->SetSetDun(); in CreateTestDevice()
196 if (is_wrapped_key) target->SetWrappedKeyV0(); in CreateTestDevice()
199 if (!table.AddTarget(std::move(target))) { in CreateTestDevice()
/test/vts/utils/python/coverage/
Dsancov_utils.py332 'w+b') as target:
333 shutil.copyfileobj(source, target)
334 target.seek(0)
335 self._InitializeFileVectors(serial, target.name)
338 args = ['addr2line', '-pe', target.name]
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py142 def FindBuildId(self, artifact_type, manifest_branch, target, argument
156 if "-" in target:
157 build_target, build_type = target.split("-")
159 build_target = target
244 if any([lab in target for target in schedule.device
363 target=build_target,
/test/vts/tools/build/tasks/
Dvts_package.mk72 $(call target-native-copy-pairs,$(target_native_modules),$(VTS10_TESTCASES_OUT))
110 $(foreach target,$(vts_vndk_abi_dump_target_tuple_list),\
111 …$(call create-vndk-abi-dump-from-target,$(target),$(VTS10_TESTCASES_OUT)/vts/testcases/vndk/golden…
157 …$(foreach vndk_ver,$(PRODUCT_EXTRA_VNDK_VERSIONS),build/make/target/product/gsi/$(vndk_ver).txt:$(…

1234