/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 377 static std::string GetHashAlgorithm(const AvbHashtreeDescriptor &descriptor) { in GetHashAlgorithm() argument 378 return std::string(reinterpret_cast<const char *>(descriptor.hash_algorithm)); in GetHashAlgorithm() 429 std::unique_ptr<android::fs_mgr::FsAvbHashtreeDescriptor> descriptor = in GetSystemHashtreeDescriptor() local 431 if (descriptor == nullptr) { in GetSystemHashtreeDescriptor() 436 return descriptor; in GetSystemHashtreeDescriptor() 447 std::unique_ptr<android::fs_mgr::FsAvbHashtreeDescriptor> descriptor = in TEST() local 450 ASSERT_TRUE(descriptor); in TEST() 460 const std::string &salt_str = descriptor->salt; in TEST() 461 const std::string &expected_digest_str = descriptor->root_digest; in TEST() 466 const std::string hash_algorithm(GetHashAlgorithm(*descriptor)); in TEST() [all …]
|
/test/vti/dashboard/ |
D | build.gradle | 171 beforeTest { descriptor -> 172 logger.lifecycle("test: " + descriptor + " Running") 175 onOutput { descriptor, event -> 176 logger.lifecycle("test: " + descriptor + ": " + event.message ) 178 afterTest { descriptor, result -> 179 logger.lifecycle("test: " + descriptor + ": " + result )
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestEnvBase.h | 85 registerTestService(T::descriptor); in registerTestService() 94 return getServiceName(T::descriptor, defaultName);
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 359 // Type of a file descriptor. 369 // To keep the value of a file-descriptor. 390 // file-descriptor values. 467 // descriptor of an existing queue. 468 // The descriptor can be passed in hidl and be used to create new 469 // FMQ objects. We use uint64 to represent the address of the descriptor, 472 // This field is updated by driver_manager when the descriptor of
|
D | VtsResourceControllerMessage.proto | 53 // Get address of queue descriptor. 55 // drivers to pass queue descriptor address to identify 127 // store address of queue descriptor
|
D | TestSchedulingPolicyMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
D | VtsProfilingMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
D | VtsFuzzTaskMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
D | AndroidSystemControlMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
D | VtsResourceControllerMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
D | VtsReportMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
D | ComponentSpecificationMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
/test/vts/drivers/resource/include/fmq_driver/ |
D | VtsFmqDriver.h | 380 const hardware::MQDescriptor<T, flavor>* descriptor = queue_object->getDesc(); in CreateFmq() local 381 if (descriptor == nullptr) { in CreateFmq() 388 new (std::nothrow) MessageQueue<T, flavor>(*descriptor, reset_pointers)); in CreateFmq()
|
/test/vts-testcase/hal/treble/vintf/ |
D | SystemVendorTest.cpp | 129 if (std::string(name).find(IBase::descriptor) == 0) continue; in TEST_F()
|
D | SingleManifestTest.cpp | 325 if (std::string(name).find(IBase::descriptor) == 0) continue; in TEST_P() 382 if (std::string(interface) == IBase::descriptor) continue; in TEST_P()
|
/test/vti/test_serving/proto/ |
D | TestLabConfigMessage_pb2.py | 6 from google.protobuf import descriptor as _descriptor
|
D | GreenBuildScheduleConfigMessage_pb2.py | 6 from google.protobuf import descriptor as _descriptor
|
D | TestScheduleConfigMessage_pb2.py | 7 from google.protobuf import descriptor as _descriptor
|
/test/vti/dashboard/proto/ |
D | TestSuiteResultMessage_pb2.py | 6 from google.protobuf import descriptor as _descriptor
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | TestSuiteResultMessageProto.java | 4462 return descriptor; in getDescriptor() 4465 descriptor; field in TestSuiteResultMessageProto 4493 descriptor = root;
|