Home
last modified time | relevance | path

Searched refs:attributeList (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/ike/src/java/com/android/ike/ikev2/message/
DIkeSaPayload.java458 protected Transform(int type, int id, List<Attribute> attributeList) { in Transform() argument
462 isSupportedTransformId(id) && !hasUnrecognizedAttribute(attributeList); in Transform()
485 List<Attribute> attributeList = sAttributeDecoder.decodeAttributes(length, inputBuffer); in readFrom() local
487 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 …]
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp98 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore() local
99 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()
/frameworks/opt/net/ike/tests/iketests/src/java/com/android/ike/ikev2/message/
DIkeSaPayloadTest.java217 List<Attribute> attributeList = new LinkedList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local
219 attributeList.add(keyLengAttr); in testDecodeEncryptionTransformWithInvalidKeyLength()
221 when(mMockedAttributeDecoder.decodeAttributes(anyInt(), any())).thenReturn(attributeList); in testDecodeEncryptionTransformWithInvalidKeyLength()
459 List<Attribute> attributeList = new LinkedList<>(); in testDecodeTransformWithRepeatedAttribute() local
460 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() local
494 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithUnrecogniedAttributeType()
496 attributeList.add(attributeUnrecognized); in testDecodeTransformWithUnrecogniedAttributeType()
[all …]
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h79 std::vector<Attribute> attributeList; member
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp1498 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()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java727 List<AttributeHolder> attributeList = searchAttrs(attrs); in internalObtainStyledAttributes() local
820 if (attributeList != null) { in internalObtainStyledAttributes()
821 for (int index = 0 ; index < attributeList.size() ; index++) { in internalObtainStyledAttributes()
822 AttributeHolder attributeHolder = attributeList.get(index); in internalObtainStyledAttributes()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...