Searched defs:properties (Results 1 – 7 of 7) sorted by relevance
29 val properties = Properties() constant
47 VkJsonDeviceProperties properties; field in VkJsonTests.VkJsonDevice148 VkPhysicalDeviceDriverPropertiesKHR properties = in checkKHRDriverProperties() local
576 ArgumentCaptor<Map<String, String>> properties = ArgumentCaptor.forClass(Map.class); in testAnnotationPropertiesIntoMap() local611 ArgumentCaptor<Map<String, String>> properties = ArgumentCaptor.forClass(Map.class); in testSpecialCaseBug170729553AnnotationPropertiesIntoMap() local
55 def __init__(self, log_path, properties): argument
190 private val properties = mutableListOf<PropertyItem>() constant195 override fun properties(): List<PropertyItem> = properties in constructors() method
153 private lateinit var properties: List<PsiPropertyItem> in <lambda>() variable167 override fun properties(): List<PropertyItem> = properties in <lambda>() method538 val properties = mutableListOf<PsiPropertyItem>() in <lambda>() constant
172 fun properties(): List<PropertyItem> in <lambda>() method787 private val properties: Sequence<PropertyItem> constant in com.android.tools.metalava.model.VisitCandidate