Home
last modified time | relevance | path

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

/test/mlts/benchmark/sl_prebuilt/
DAndroid.bp.template29 target: {
39 target: {
49 target: {
59 target: {
69 target: {
82 target: {
92 target: {
105 target: {
115 target: {
125 target: {
/test/dittosuite/src/
Dcpu_work.cpp54 volatile int target = -1; in RunSingle() local
57 target = ~target; in RunSingle()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp428 const android::dm::DeviceMapper::TargetInfo &target = table[0]; in TEST() local
437 target.spec.sector_start, target.spec.sector_start + target.spec.length, in TEST()
438 target.spec.target_type, target.data.c_str()); in TEST()
439 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
460 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
463 EXPECT_EQ(target.data.compare(begin_pos, next_pos - begin_pos, in TEST()
472 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
475 std::stoul(target.data.substr(begin_pos, next_pos - begin_pos)); in TEST()
493 size_t begin_pos = NextWord(target.data, &next_pos); in TEST()
495 const std::string param_name(target.data, begin_pos, next_pos - begin_pos); in TEST()
[all …]
/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp192 std::unique_ptr<DmTargetDefaultKey> target = in CreateTestDevice() local
196 target->SetSetDun(); in CreateTestDevice()
197 if (is_wrapped_key) target->SetWrappedKeyV0(); in CreateTestDevice()
200 if (!table.AddTarget(std::move(target))) { in CreateTestDevice()
/test/mlts/benchmark/crashtest/
DREADME.txt24 …adb install -r out/target/product/flame/testcases/NeuralNetworksApiStressTest/arm64/NeuralNetworks…
/test/mlts/benchmark/
DREADME.txt24 * Connect a target device to your workstation, make sure it's
25 reachable through adb. Export target device ANDROID_SERIAL
43 It is also possible to run additional tests without specified target accelerator to let NNAPI
/test/app_compat/csuite/pylib/
DAndroid.bp27 // that target since, although compatible, the arch variants (x86_64 and
/test/vts-testcase/hal/treble/vintf/
DAndroid.bp60 // Test vendor image that has the highest target FCM version. This test binary
/test/mlts/benchmark/tools/
Dtensor_utils.py180 p = multiprocessing.Process(target=target_func, args=(model_name,))
/test/dittosuite/
DDoxyfile2505 # and usage relations if the target is undocumented or is not a class.