Home
last modified time | relevance | path

Searched refs:propertyType (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceProperties.inl58 …PhysicalDeviceSubgroupProperties>(VkPhysicalDeviceSubgroupProperties& propertyType, const AllPrope… argument
60 propertyType.subgroupSize = allPropertiesBlobs.vk11.subgroupSize;
61 propertyType.supportedStages = allPropertiesBlobs.vk11.subgroupSupportedStages;
62 propertyType.supportedOperations = allPropertiesBlobs.vk11.subgroupSupportedOperations;
63 propertyType.quadOperationsInAllStages = allPropertiesBlobs.vk11.subgroupQuadOperationsInAllStages;
65 …vicePointClippingProperties>(VkPhysicalDevicePointClippingProperties& propertyType, const AllPrope… argument
67 propertyType.pointClippingBehavior = allPropertiesBlobs.vk11.pointClippingBehavior;
69 …ysicalDeviceMultiviewProperties>(VkPhysicalDeviceMultiviewProperties& propertyType, const AllPrope… argument
71 propertyType.maxMultiviewViewCount = allPropertiesBlobs.vk11.maxMultiviewViewCount;
72 propertyType.maxMultiviewInstanceIndex = allPropertiesBlobs.vk11.maxMultiviewInstanceIndex;
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBxliffImporter.java122 String propertyType = property_elem.getAttribute("prop-type"); in importDoc() local
123 if (propertyType != null) { in importDoc()
126 if (propertyType.equals("name")) { in importDoc()
129 else if (propertyType.equals("manager")) { in importDoc()
132 else if (propertyType.equals("language")) { in importDoc()
135 else if (propertyType.equals("country")) { in importDoc()
138 else if (propertyType.equals("variant")) { in importDoc()
312 String propertyType = property_elem.getAttribute("prop-type"); in parseTranslationUnit() local
313 if (propertyType != null) { in parseTranslationUnit()
316 if (propertyType.equals("creator")) { in parseTranslationUnit()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp179 ABI::Windows::Foundation::PropertyType propertyType = in GetOptionalSizePropertyValue() local
196 result = propertyValue->get_Type(&propertyType); in GetOptionalSizePropertyValue()
200 propertyType == ABI::Windows::Foundation::PropertyType::PropertyType_Size) in GetOptionalSizePropertyValue()
245 ABI::Windows::Foundation::PropertyType propertyType = in GetOptionalSinglePropertyValue() local
262 result = propertyValue->get_Type(&propertyType); in GetOptionalSinglePropertyValue()
266 propertyType == ABI::Windows::Foundation::PropertyType::PropertyType_Single) in GetOptionalSinglePropertyValue()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp83 void initPropertyFromBlob(PropertyType& propertyType, const AllPropertiesBlobs& allPropertiesBlobs);
86 void initPropertyFromBlobWrapper(PropertyType& propertyType, const AllPropertiesBlobs& allPropertie… in initPropertyFromBlobWrapper() argument
88 initPropertyFromBlob<PropertyType>(propertyType, allPropertiesBlobs); in initPropertyFromBlobWrapper()
/third_party/typescript/src/compiler/
Dchecker.ts5933 … && !(getObjectFlags(last(context.reverseMappedStack).propertyType) & ObjectFlags.Anonymous)
5940 const propertyType = shouldUsePlaceholderForProperty(propertySymbol, context) ?
5968 …bolFlags.Function | SymbolFlags.Method) && !getPropertiesOfObjectType(propertyType).length && !isR…
5969 …const signatures = getSignaturesOfType(filterType(propertyType, t => !(t.flags & TypeFlags.Undefin…
5985 …propertyTypeNode = propertyType ? serializeTypeForDeclaration(context, propertyType, propertySymbo…
11888 inferredProp.propertyType = getTypeOfSymbol(prop);
14503 function createTypedPropertyDescriptorType(propertyType: Type): Type {
14504 … return createTypeFromGenericGlobalType(getGlobalTypedPropertyDescriptorType(), [propertyType]);
21970 function transformTypeOfMembers(type: Type, f: (propertyType: Type) => Type) {
22513 …links.type = inferReverseMappedType(symbol.propertyType, symbol.mappedType, symbol.constraintType);
Dtypes.ts5528 propertyType: Type;
/third_party/typescript/lib/
DtypingsInstaller.js55893 …&& !(ts.getObjectFlags(ts.last(context.reverseMappedStack).propertyType) & 16 /* ObjectFlags.Anony…
55898 var propertyType = shouldUsePlaceholderForProperty(propertySymbol, context) ?
55926 …ion */ | 8192 /* SymbolFlags.Method */) && !getPropertiesOfObjectType(propertyType).length && !isR…
55927 …var signatures = getSignaturesOfType(filterType(propertyType, function (t) { return !(t.flags & 32…
55944 …propertyTypeNode = propertyType ? serializeTypeForDeclaration(context, propertyType, propertySymbo…
61255 inferredProp.propertyType = getTypeOfSymbol(prop);
63657 function createTypedPropertyDescriptorType(propertyType) { argument
63658 … return createTypeFromGenericGlobalType(getGlobalTypedPropertyDescriptorType(), [propertyType]);
71218 …links.type = inferReverseMappedType(symbol.propertyType, symbol.mappedType, symbol.constraintType);
Dtsc.js46316 … && !(ts.getObjectFlags(ts.last(context.reverseMappedStack).propertyType) & 16)));
46321 var propertyType = shouldUsePlaceholderForProperty(propertySymbol, context) ?
46349 …if (propertySymbol.flags & (16 | 8192) && !getPropertiesOfObjectType(propertyType).length && !isRe…
46350 …var signatures = getSignaturesOfType(filterType(propertyType, function (t) { return !(t.flags & 32…
46367 …propertyTypeNode = propertyType ? serializeTypeForDeclaration(context, propertyType, propertySymbo…
50935 inferredProp.propertyType = getTypeOfSymbol(prop);
53054 function createTypedPropertyDescriptorType(propertyType) { argument
53055 … return createTypeFromGenericGlobalType(getGlobalTypedPropertyDescriptorType(), [propertyType]);
59648 …links.type = inferReverseMappedType(symbol.propertyType, symbol.mappedType, symbol.constraintType);