Home
last modified time | relevance | path

Searched defs:propertyType (Results 1 – 25 of 209) sorted by relevance

123456789

/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/
H A DCommonPropertyItemTest.kt62 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 DvkDeviceProperties.inl25 …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 DvkDeviceProperties.inl14 …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 DInspectableNativeWindow.cpp178 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 DVehiclePropertyVerifier.java285 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 DPackageManagerQueryPropertyTest.java394 String packageName, String className, int propertyType, Object propertyValue) { in assertProperty()
486 String packageName, String className, int propertyType, Object propertyValue) { in assertProperty()
H A DPackageManagerGetPropertyTest.java394 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 DMapperConfig.java449 Class<?> propertyType); in getDefaultInclusion()
464 Class<?> propertyType, JsonInclude.Value defaultIncl) in getDefaultInclusion()
H A DMapperConfigBase.java629 Class<?> propertyType) { in getDefaultInclusion()
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/
H A DBuilderMethodClassifier.java179 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 DKotlinJsonAdapter.kt267 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 DBeanDeserializerFactory.java565 JavaType propertyType = setter.getParameterType(0); in addBeanProps() local
569 JavaType propertyType = field.getType(); in addBeanProps() local
H A DDeserializerCache.java136 DeserializerFactory factory, JavaType propertyType) in findValueDeserializer()
/aosp_15_r20/cts/tests/tests/car/src/android/car/cts/
H A DCarPropertyConfigTest.java96 int propertyType = propId & VehiclePropertyType.MASK; in testGetPropertyId() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
H A DNodeContext2049Test.java101 JavaType propertyType = property.getType(); in createContextual() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDeviceProperties.hpp93 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 DBeanTableSchema.java256 Type propertyType = propertyDescriptor.getReadMethod().getGenericReturnType(); in staticAttributeBuilder() local
H A DImmutableTableSchema.java245 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 DAddAnnotation.java146 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 DToPrettyStringExtension.java383 TypeMirror propertyType, String interfaceName) { in resolvedTypeParameters()
/aosp_15_r20/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGenericDocument.java782 private static void warnIfSinglePropertyTooLong( in warnIfSinglePropertyTooLong()
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
H A DSevenZFile.java754 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 DCommonTypeItemTest.kt682 val propertyType = foo.properties().single { it.name() == "foo" }.type() in <lambda>() constant
H A DCommonTypeModifiersTest.kt751 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 DPackageParserTest.java518 int propertyType, Object propertyValue) { in assertProperty()

123456789