Searched refs:attributeList (Results 1 – 7 of 7) sorted by relevance
458 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform() argument462 isSupportedTransformId(id) && !hasUnrecognizedAttribute(attributeList); in Transform()485 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() local487 validateAttributeUniqueness(attributeList); in readFrom()491 return new EncryptionTransform(id, attributeList); in readFrom()493 return new PrfTransform(id, attributeList); in readFrom()495 return new IntegrityTransform(id, attributeList); in readFrom()497 return new DhGroupTransform(id, attributeList); in readFrom()499 return new EsnTransform(id, attributeList); in readFrom()501 return new UnrecognizedTransform(type, id, attributeList); in readFrom()[all …]
98 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore() local99 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()101 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()105 attributeList[k] = std::move(attribute); in OmxStore()
217 List<Attribute> attributeList = new LinkedList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local219 attributeList.add(keyLengAttr); in testDecodeEncryptionTransformWithInvalidKeyLength()221 when(mMockedAttributeDecoder.decodeAttributes(anyInt(), any())).thenReturn(attributeList); in testDecodeEncryptionTransformWithInvalidKeyLength()459 List<Attribute> attributeList = new LinkedList<>(); in testDecodeTransformWithRepeatedAttribute() local460 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()461 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()463 when(mMockedAttributeDecoder.decodeAttributes(anyInt(), any())).thenReturn(attributeList); in testDecodeTransformWithRepeatedAttribute()493 List<Attribute> attributeList = new LinkedList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local494 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithUnrecogniedAttributeType()496 attributeList.add(attributeUnrecognized); in testDecodeTransformWithUnrecogniedAttributeType()[all …]
79 std::vector<Attribute> attributeList; member
1498 nodeInfo.attributeList.reserve(typeAttributeMap.size()); in generateRoleMap()1500 nodeInfo.attributeList.push_back( in generateRoleMap()1505 nodeInfo.attributeList.push_back(Attribute{quirk, "present"}); in generateRoleMap()1509 nodeInfo.attributeList.push_back(Attribute{"rank", rank}); in generateRoleMap()
727 List<AttributeHolder> attributeList = searchAttrs(attrs); in internalObtainStyledAttributes() local820 if (attributeList != null) { in internalObtainStyledAttributes()821 for (int index = 0 ; index < attributeList.size() ; index++) { in internalObtainStyledAttributes()822 AttributeHolder attributeHolder = attributeList.get(index); in internalObtainStyledAttributes()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...