Searched defs:properties (Results 1 – 10 of 10) sorted by relevance
51 val properties = codebase.assertClass("Foo").properties() in <lambda>() constant94 val properties = codebase.assertClass("Foo").properties() in <lambda>() constant125 val properties = codebase.assertClass("Foo").properties() in <lambda>() constant156 val properties = codebase.assertClass("Foo").properties() in <lambda>() constant
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
256 Properties properties = bazelTestProperties(); in archiveRootPathNotSet_runAborted() local267 Properties properties = bazelTestProperties(); in archiveRootPathEmptyString_runAborted() local
192 private val properties = mutableListOf<PropertyItem>() in <lambda>() constant197 override fun properties(): List<PropertyItem> = properties in <lambda>() method
157 private lateinit var properties: List<PsiPropertyItem> in <lambda>() variable171 override fun properties(): List<PropertyItem> = properties in <lambda>() method585 val properties = mutableListOf<PsiPropertyItem>() in <lambda>() constant
181 fun properties(): List<PropertyItem> in <lambda>() method800 private val properties: Sequence<PropertyItem> constant in com.android.tools.metalava.model.VisitCandidate
156 BazelTest(ProcessStarter processStarter, Properties properties) { in BazelTest()