Home
last modified time | relevance | path

Searched refs:oldAttributes (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DSession.c841 SESSION_ATTRIBUTES oldAttributes; in SessionResetPolicyData() local
845 oldAttributes = session->attributes; in SessionResetPolicyData()
871 session->attributes.isTrialPolicy = oldAttributes.isTrialPolicy; in SessionResetPolicyData()
874 session->attributes.isDaBound = oldAttributes.isDaBound; in SessionResetPolicyData()
875 session->attributes.isLockoutBound = oldAttributes.isLockoutBound; in SessionResetPolicyData()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestBasic.java1201 Set<String> oldAttributes = oldElement2Attributes in TestBasicDTDCompatibility() local
1203 if (oldAttributes == null) { in TestBasicDTDCompatibility()
1204 oldAttributes = Collections.emptySet(); in TestBasicDTDCompatibility()
1211 if (!newAttributes.containsAll(oldAttributes)) { in TestBasicDTDCompatibility()
1213 oldAttributes); in TestBasicDTDCompatibility()
1221 + "\n\t\tOld:\t" + oldAttributes in TestBasicDTDCompatibility()
/external/libxml2/
Dvalid.c1420 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl() local
1506 oldAttributes = ret->attributes; in xmlAddElementDecl()
1588 ret->attributes = oldAttributes; in xmlAddElementDecl()
/external/cronet/third_party/libxml/src/
Dvalid.c1420 xmlAttributePtr oldAttributes = NULL; in xmlAddElementDecl() local
1506 oldAttributes = ret->attributes; in xmlAddElementDecl()
1588 ret->attributes = oldAttributes; in xmlAddElementDecl()