/system/librustutils/ |
D | system_properties_fuzzer.rs | 38 enum Property { enum 45 impl fmt::Display for Property { implementation 48 Property::KeystoreBootLevel => "keystore.boot_level".to_string(), in fmt() 49 Property::Random { name } => name.to_string(), in fmt() 50 Property::Unique => COUNTER.with(|counter| { in fmt() 55 Property::Writable { prop } => prop.to_string(), in fmt() 71 Read { prop: Property }, 73 WatcherRead { prop: Property },
|
/system/security/provisioner/ |
D | rkp_factory_extraction_lib_test.cpp | 186 ASSERT_THAT(csr->asArray(), Pointee(Property(&Array::size, Eq(4)))); in TEST() 191 EXPECT_THAT(parsedEek->asArray(), Pointee(Property(&Array::size, Gt(1)))); in TEST() 192 EXPECT_THAT(challenge, Property(&std::vector<uint8_t>::size, Eq(kChallengeSize))); in TEST() 196 EXPECT_THAT(deviceInfoArray, Pointee(Property(&Array::size, 2))); in TEST() 200 EXPECT_THAT(actualVerifiedDeviceInfo, Pointee(Property(&Map::size, Eq(cborDeviceInfo.size())))); in TEST() 206 EXPECT_THAT(actualUnverifiedDeviceInfo, Pointee(Property(&Map::size, Eq(0)))); in TEST() 210 EXPECT_THAT(actualChallenge, Pointee(Property(&Bstr::value, Eq(challenge)))); in TEST() 218 ASSERT_THAT(actualMacedKeys, Pointee(Property(&Array::size, Eq(4)))); in TEST() 226 EXPECT_THAT(actualMacedKeys->get(1)->asMap(), Pointee(Property(&Map::size, Eq(0)))); in TEST() 256 ASSERT_THAT(csr, Pointee(Property(&Array::size, Eq(5)))); in TEST()
|
/system/tools/hidl/test/utils_test/ |
D | main.cpp | 28 using ::testing::Property; 199 Optional(Property(&FqInstance::string, "android.hardware.foo@1.0::IFoo/default"))); in TEST() 201 Optional(Property(&FqInstance::string, "android.hardware.foo@1.0::IFoo"))); in TEST() 203 Optional(Property(&FqInstance::string, "android.hardware.foo@1.0"))); in TEST() 205 Optional(Property(&FqInstance::string, "@1.0::IFoo/default"))); in TEST() 207 Optional(Property(&FqInstance::string, "@1.0::IFoo"))); in TEST() 209 Optional(Property(&FqInstance::string, "IFoo/default"))); in TEST()
|
/system/tools/sysprop/ |
D | JavaGen.cpp | 203 std::string GetJavaTypeName(const sysprop::Property& prop); 204 std::string GetJavaEnumTypeName(const sysprop::Property& prop); 207 std::string GetParsingExpression(const sysprop::Property& prop); 208 std::string GetFormattingExpression(const sysprop::Property& prop); 212 std::string GetJavaEnumTypeName(const sysprop::Property& prop) { in GetJavaEnumTypeName() 216 std::string GetJavaTypeName(const sysprop::Property& prop) { in GetJavaTypeName() 251 std::string GetParsingExpression(const sysprop::Property& prop) { in GetParsingExpression() 311 std::string GetFormattingExpression(const sysprop::Property& prop) { in GetFormattingExpression() 370 const sysprop::Property& prop = props.prop(i); in GenerateJavaClass()
|
D | TypeChecker.cpp | 32 std::string SyspropTypeToContextType(const sysprop::Property& prop) { in SyspropTypeToContextType() 56 bool IsCompatible(const sysprop::Property& prop, const std::string& ctx_type) { in IsCompatible() 76 std::string GetTypeName(const sysprop::Property& prop) { in GetTypeName()
|
D | ApiChecker.cpp | 28 std::unordered_map<std::string, sysprop::Property> props; in CompareProps() 29 std::unordered_map<std::string, sysprop::Property> legacy_props; in CompareProps() 55 sysprop::Property current_prop; in CompareProps()
|
D | RustGen.cpp | 46 std::string GetRustEnumType(const sysprop::Property& prop) { in GetRustEnumType() 51 std::string GetRustReturnType(const sysprop::Property& prop) { in GetRustReturnType() 90 std::string GetRustAcceptType(const sysprop::Property& prop) { in GetRustAcceptType() 129 std::string GetTypeParser(const sysprop::Property& prop) { in GetTypeParser() 156 std::string GetTypeFormatter(const sysprop::Property& prop) { in GetTypeFormatter() 196 const sysprop::Property& prop = props.prop(i); in GenerateRustSource()
|
D | Common.cpp | 48 const sysprop::Property& prop); 51 const sysprop::Property& prop); 55 const sysprop::Property& prop) { in GenerateDefaultPropName() 109 const sysprop::Property& prop) { in ValidateProp() 256 sysprop::Property& prop = *props->mutable_prop(i); in SetDefaultValues() 270 bool IsListProp(const sysprop::Property& prop) { in IsListProp()
|
D | sysprop.proto | 59 message Property { message 74 repeated Property prop = 3;
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 105 using ::testing::Property; 108 AllOf(Property("path", &ApexFile::GetPath, Eq(other.get().GetPath())), 109 Property("image_offset", &ApexFile::GetImageOffset, 111 Property("image_size", &ApexFile::GetImageSize, 113 Property("fs_type", &ApexFile::GetFsType, 115 Property("public_key", &ApexFile::GetBundledPublicKey, 117 Property("is_compressed", &ApexFile::IsCompressed, 491 using ::testing::Property; 496 Property("moduleName", &ApexInfo::getModuleName, 498 Property("modulePath", &ApexInfo::getModulePath, [all …]
|
/system/tools/hidl/lint/test/ |
D | main.cpp | 30 using ::testing::Property; 93 EXPECT_THAT(errors, Contains(Property(&Lint::getMessage, ContainsRegex(errorMsg)))); \
|
/system/core/fastboot/ |
D | vendor_boot_img_utils_test.cpp | 47 using testing::Property; 52 EXPECT_THAT(expr, AllOf(Property(&decltype(expr)::ok, Eq(true)), \ 53 Property(&decltype(expr)::value, result_matcher))) 60 AllOf(Property(&decltype(expr)::ok, Eq(false)), \ 61 Property(&decltype(expr)::error, \ 62 Property(&decltype(expr)::error_type::message, error_matcher)))); \
|
/system/tools/sysprop/include/ |
D | Common.h | 28 bool IsListProp(const sysprop::Property& prop);
|
/system/libsysprop/srcs/android/sysprop/ |
D | TelephonyProperties.sysprop | 292 # Property to override DEFAULT_WAKE_LOCK_TIMEOUT 364 # Property to set multi sim feature. 375 # Property to indicate if reboot is required when changing modems configurations 401 # System Property which is used to decide whether the default eSIM UI will be shown,
|
/system/sepolicy/private/ |
D | radio.te | 7 # Property service
|
D | security_classes | 152 # Property service
|
D | property.te | 746 # Property types having both attributes won't be accessible from anywhere.
|
D | property_contexts | 320 # Property that indicates if an apex is ready: apex.<apex-name>.ready 328 # Property for disabling NNAPI vendor extensions on product image (used on GSI /product image, 332 # Property that is set once ueventd finishes cold boot. 378 # Property to set/clear the warm reset flag after an OTA update. 1022 # Property for enabling 16k pages developer option. 1361 # Property to enable incremental feature 1526 # Property that tracks keystore crash counts during a boot cycle.
|
D | vold.te | 26 # Property Service
|
/system/sepolicy/reqd_mask/ |
D | security_classes | 152 # Property service
|
/system/sepolicy/microdroid/reqd_mask/ |
D | security_classes | 152 # Property service
|
/system/sepolicy/microdroid/system/private/ |
D | security_classes | 152 # Property service
|
/system/linkerconfig/ |
D | README.md | 35 | Property Name | Type | Description | Allowed module |
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 48 using ::testing::Property; 5396 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMaxLevel, Eq(static_cast<Level>(3))))); in TEST_F() 5399 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMaxLevel, Eq(static_cast<Level>(4))))); in TEST_F() 5402 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMaxLevel, Eq(static_cast<Level>(5))))); in TEST_F() 5427 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMinLevel, Eq(static_cast<Level>(3))))); in TEST_F() 5430 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMinLevel, Eq(static_cast<Level>(4))))); in TEST_F() 5433 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMinLevel, Eq(static_cast<Level>(5))))); in TEST_F() 5458 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMinLevel, Eq(static_cast<Level>(2))))); in TEST_F() 5459 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMaxLevel, Eq(static_cast<Level>(5))))); in TEST_F() 5462 EXPECT_THAT(hals, ElementsAre(Property(&ManifestHal::getMinLevel, Eq(static_cast<Level>(3))))); in TEST_F() [all …]
|
/system/media/camera/docs/ |
D | html.mako | 206 <th class="th_name">Property Name</th> 230 <th class="th_name">Property Name</th>
|