Home
last modified time | relevance | path

Searched defs:PropertyGet (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/test/vts/vts_hal_hidl_target/
H A DVtsHalHidlTargetTestBase.cpp25 string VtsHalHidlTargetTestBase::PropertyGet(const char* name) { in PropertyGet() function in testing::VtsHalHidlTargetTestBase
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_property.py11 class PropertyGet(PropertyBase): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dynamicclassattribute.py12 class PropertyGet(PropertyBase): class
Dtest_property.py11 class PropertyGet(PropertyBase): class
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
H A DAtomicFUTransformerJS.kt598 private fun PropertyGet.resolvePropName(): String { in <lambda>() method