Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DChildSessionConfigurationTest.java127 attributeList.add(mIpv4Attr); in testBuildWithNetmaskAttr()
129 attributeList.add(mIpv6Attr); in testBuildWithNetmaskAttr()
155 attributeList.add(mIpv4Attr); in testBuildWithoutNetmaskAttr()
156 attributeList.add(mIpv6Attr); in testBuildWithoutNetmaskAttr()
179 attributeList.add(mIpv4Attr); in testBuildWithConfigReq()
180 attributeList.add(mIpv6Attr); in testBuildWithConfigReq()
195 attributeList.add(mIpv4Dns); in testBuildWithDnsAttr()
196 attributeList.add(mIpv6Dns); in testBuildWithDnsAttr()
197 attributeList.add(mIpv4Pcscf); in testBuildWithDnsAttr()
222 attributeList.add(mIpv4Subnet); in testBuildWithSubnetAttr()
[all …]
H A DIkeSessionConfigurationTest.java95 List<ConfigAttribute> attributeList = new ArrayList<>(); in testBuildWithConfigPayload() local
96 attributeList.add(new ConfigAttributeIpv4Pcscf(PCSCF_IPV4_ADDRESS)); in testBuildWithConfigPayload()
97 attributeList.add(new ConfigAttributeIpv6Pcscf(PCSCF_IPV6_ADDRESS)); in testBuildWithConfigPayload()
98 attributeList.add(new ConfigAttributeAppVersion(REMOTE_APP_VERSION)); in testBuildWithConfigPayload()
100 IkeConfigPayload configPayload = new IkeConfigPayload(true /*isReply*/, attributeList); in testBuildWithConfigPayload()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayload.java1026 validateAttributeUniqueness(attributeList); in readFrom()
1076 for (Attribute attr : attributeList) { in validateAttributeUniqueness()
1191 if (attributeList.size() == 0) { in EncryptionTransform()
1233 for (Attribute attr : attributeList) { in hasUnrecognizedAttribute()
1242 for (Attribute attr : attributeList) { in getKeyLengthAttribute()
1383 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()
1465 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()
1546 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()
1633 return !attributeList.isEmpty(); in hasUnrecognizedAttribute()
1668 super(type, id, attributeList); in UnrecognizedTransform()
[all …]
H A DIkeConfigPayload.java129 public IkeConfigPayload(boolean isReply, List<ConfigAttribute> attributeList) { in IkeConfigPayload() argument
132 this.recognizedAttributeList = attributeList; in IkeConfigPayload()
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A DOmxStore.cpp116 hidl_vec<NodeAttribute>& attributeList = node.attributes; in OmxStore() local
117 attributeList.resize(nodePair.second.attributeList.size()); in OmxStore()
119 for (const auto& attributePair : nodePair.second.attributeList) { in OmxStore()
123 attributeList[k] = std::move(attribute); in OmxStore()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeSaPayloadTest.java308 List<Attribute> attributeList = new ArrayList<>(); in testDecodeEncryptionTransformWithInvalidKeyLength() local
310 attributeList.add(keyLengAttr); in testDecodeEncryptionTransformWithInvalidKeyLength()
312 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeEncryptionTransformWithInvalidKeyLength()
549 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithRepeatedAttribute() local
550 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()
551 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithRepeatedAttribute()
553 doReturn(attributeList).when(mMockedAttributeDecoder).decodeAttributes(anyInt(), any()); in testDecodeTransformWithRepeatedAttribute()
582 List<Attribute> attributeList = new ArrayList<>(); in testDecodeTransformWithUnrecogniedAttributeType() local
583 attributeList.add(mAttributeKeyLength128); in testDecodeTransformWithUnrecogniedAttributeType()
585 attributeList.add(attributeUnrecognized); in testDecodeTransformWithUnrecogniedAttributeType()
[all …]
/aosp12/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
H A DMediaCodecsXmlParser.h83 std::vector<Attribute> attributeList; member
/aosp12/frameworks/av/media/libstagefright/xmlparser/
H A DMediaCodecsXmlParser.cpp1619 nodeInfo.attributeList.reserve(typeAttributeMap.size()); in generateRoleMap()
1621 nodeInfo.attributeList.push_back( in generateRoleMap()
1626 nodeInfo.attributeList.push_back(Attribute{quirk, "present"}); in generateRoleMap()
1630 nodeInfo.attributeList.push_back(Attribute{"rank", rank}); in generateRoleMap()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java779 List<AttributeHolder> attributeList = searchAttrs(attrs); in internalObtainStyledAttributes() local
873 if (attributeList != null) { in internalObtainStyledAttributes()
874 for (int index = 0 ; index < attributeList.size() ; index++) { in internalObtainStyledAttributes()
875 AttributeHolder attributeHolder = attributeList.get(index); in internalObtainStyledAttributes()
/aosp12/frameworks/av/media/libstagefright/xmlparser/test/
H A DXMLParserTest.cpp383 vector<Attribute> attrList = nodePtr.attributeList; in TEST_F()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...