/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/ |
H A D | CommonPropertyItemTest.kt | 62 val propertyType = in Test access type parameter of outer class() constant 127 val propertyType = fooClass.properties().single().type() in Test property delegate to Kotlin object() constant 160 val propertyType = propertyItem.type() in Test property delegate to generic Kotlin object() constant 194 val propertyType = propertyItem.type() in Test property delegate to lambda Kotlin object() constant 218 val propertyType = fooClass.properties().single().type() in Test abstract property of non-null string() constant 243 val propertyType = fooClass.properties().single().type() in Test abstract property of nullable string() constant 268 val propertyType = fooClass.properties().single().type() in Test abstract property of list of non-null string() constant 294 val propertyType = fooClass.properties().single().type() in Test abstract property of list of nullable string() constant 321 val propertyType = fooClass.properties().single().type() in Test abstract mutable property of non-null string() constant 354 val propertyType = fooClass.properties().single().type() in Test abstract mutable property of nullable string() constant [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vkDeviceProperties.inl | 25 …itPropertyFromBlob<VkPhysicalDeviceDriverProperties>(VkPhysicalDeviceDriverProperties& propertyTyp… 32 …oid initPropertyFromBlob<VkPhysicalDeviceIDProperties>(VkPhysicalDeviceIDProperties& propertyType,… 40 …opertyFromBlob<VkPhysicalDeviceMultiviewProperties>(VkPhysicalDeviceMultiviewProperties& propertyT… 45 …ropertyFromBlob<VkPhysicalDeviceSubgroupProperties>(VkPhysicalDeviceSubgroupProperties& propertyTy… 52 …FromBlob<VkPhysicalDevicePointClippingProperties>(VkPhysicalDevicePointClippingProperties& propert… 56 …mBlob<VkPhysicalDeviceProtectedMemoryProperties>(VkPhysicalDeviceProtectedMemoryProperties& proper… 60 …VkPhysicalDeviceSamplerFilterMinmaxProperties>(VkPhysicalDeviceSamplerFilterMinmaxProperties& prop… 65 …yFromBlob<VkPhysicalDeviceMaintenance3Properties>(VkPhysicalDeviceMaintenance3Properties& property… 70 …FromBlob<VkPhysicalDeviceFloatControlsProperties>(VkPhysicalDeviceFloatControlsProperties& propert… 90 …<VkPhysicalDeviceDescriptorIndexingProperties>(VkPhysicalDeviceDescriptorIndexingProperties& prope… [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
H A D | vkDeviceProperties.inl | 14 …itPropertyFromBlob<VkPhysicalDeviceDriverProperties>(VkPhysicalDeviceDriverProperties& propertyTyp… 21 …oid initPropertyFromBlob<VkPhysicalDeviceIDProperties>(VkPhysicalDeviceIDProperties& propertyType,… 29 …opertyFromBlob<VkPhysicalDeviceMultiviewProperties>(VkPhysicalDeviceMultiviewProperties& propertyT… 34 …ropertyFromBlob<VkPhysicalDeviceSubgroupProperties>(VkPhysicalDeviceSubgroupProperties& propertyTy… 41 …FromBlob<VkPhysicalDevicePointClippingProperties>(VkPhysicalDevicePointClippingProperties& propert… 45 …mBlob<VkPhysicalDeviceProtectedMemoryProperties>(VkPhysicalDeviceProtectedMemoryProperties& proper… 49 …VkPhysicalDeviceSamplerFilterMinmaxProperties>(VkPhysicalDeviceSamplerFilterMinmaxProperties& prop… 54 …<VkPhysicalDeviceInlineUniformBlockProperties>(VkPhysicalDeviceInlineUniformBlockProperties& prope… 62 …yFromBlob<VkPhysicalDeviceMaintenance3Properties>(VkPhysicalDeviceMaintenance3Properties& property… 67 …yFromBlob<VkPhysicalDeviceMaintenance4Properties>(VkPhysicalDeviceMaintenance4Properties& property… [all …]
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
H A D | InspectableNativeWindow.cpp | 178 ABI::Windows::Foundation::PropertyType propertyType = in GetOptionalSizePropertyValue() local 244 ABI::Windows::Foundation::PropertyType propertyType = in GetOptionalSinglePropertyValue() local
|
/aosp_15_r20/cts/tests/tests/car/lib/CarIntegrationTestUtilsLib/src/android/car/cts/utils/ |
H A D | VehiclePropertyVerifier.java | 285 Class<T> propertyType, in VehiclePropertyVerifier() 344 int propertyId, int access, int areaType, int changeMode, Class<T> propertyType) { in newBuilder() 1955 int propertyType = mPropertyId & VehiclePropertyType.MASK; in verifyMaxAndMinRangeContainsZero() local 1969 int propertyType = mPropertyId & VehiclePropertyType.MASK; in verifyMaxAndMin() local 2283 int propertyType = mPropertyId & VehiclePropertyType.MASK; in verifyValueInRange() local 2608 Class<T> propertyType) { in Builder() 3381 CarPropertyManager carPropertyManager, int propertyId, Class<U> propertyType, in setPropertyAndWaitForChange() 3388 CarPropertyManager carPropertyManager, int propertyId, Class<U> propertyType, in setPropertyAndWaitForChange()
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/ |
H A D | PackageManagerQueryPropertyTest.java | 394 String packageName, String className, int propertyType, Object propertyValue) { in assertProperty() 486 String packageName, String className, int propertyType, Object propertyValue) { in assertProperty()
|
H A D | PackageManagerGetPropertyTest.java | 394 String packageName, String className, int propertyType, Object propertyValue) in assertProperty()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
H A D | MapperConfig.java | 449 Class<?> propertyType); in getDefaultInclusion() 464 Class<?> propertyType, JsonInclude.Value defaultIncl) in getDefaultInclusion()
|
H A D | MapperConfigBase.java | 629 Class<?> propertyType) { in getDefaultInclusion()
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/ |
H A D | BuilderMethodClassifier.java | 179 TypeMirror propertyType = rewrittenPropertyTypes.get(property); in classifyMethods() local 200 propertyType); in classifyMethods() local
|
/aosp_15_r20/external/moshi/moshi-kotlin/src/main/java/com/squareup/moshi/kotlin/reflect/ |
H A D | KotlinJsonAdapter.kt | 267 val propertyType = when (val propertyTypeClassifier = property.returnType.classifier) { in create() constant
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
H A D | BeanDeserializerFactory.java | 565 JavaType propertyType = setter.getParameterType(0); in addBeanProps() local 569 JavaType propertyType = field.getType(); in addBeanProps() local
|
H A D | DeserializerCache.java | 136 DeserializerFactory factory, JavaType propertyType) in findValueDeserializer()
|
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/ |
H A D | CarPropertyConfigTest.java | 96 int propertyType = propId & VehiclePropertyType.MASK; in testGetPropertyId() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
H A D | NodeContext2049Test.java | 101 JavaType propertyType = property.getType(); in createContextual() local
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkDeviceProperties.hpp | 93 void initPropertyFromBlobWrapper(PropertyType &propertyType, const AllPropertiesBlobs &allPropertie… in initPropertyFromBlobWrapper()
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/ |
H A D | BeanTableSchema.java | 256 Type propertyType = propertyDescriptor.getReadMethod().getGenericReturnType(); in staticAttributeBuilder() local
|
H A D | ImmutableTableSchema.java | 245 Type propertyType = propertyDescriptor.getter().getGenericReturnType(); in immutableAttributeBuilder() local
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/ |
H A D | AddAnnotation.java | 146 Class<?> propertyType = annotationClass.getPropertyType(name); in fromJsonFile() local
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ |
H A D | ToPrettyStringExtension.java | 383 TypeMirror propertyType, String interfaceName) { in resolvedTypeParameters()
|
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | GenericDocument.java | 782 private static void warnIfSinglePropertyTooLong( in warnIfSinglePropertyTooLong()
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
H A D | SevenZFile.java | 754 final int propertyType = getUnsignedByte(header); in readFilesInfo() local
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
H A D | CommonTypeItemTest.kt | 682 val propertyType = foo.properties().single { it.name() == "foo" }.type() in <lambda>() constant
|
H A D | CommonTypeModifiersTest.kt | 751 val propertyType = foo.properties().singleOrNull()?.type() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageParserTest.java | 518 int propertyType, Object propertyValue) { in assertProperty()
|