Home
last modified time | relevance | path

Searched refs:entityName (Results 1 – 25 of 35) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DHolder.java48 GeneralNames entityName; field in Holder
85 entityName = GeneralNames.getInstance(tagObj, true); in Holder()
117 entityName = GeneralNames.getInstance(tObj, false); in Holder()
161 public Holder(GeneralNames entityName) in Holder() argument
163 this(entityName, V2_CERTIFICATE_HOLDER); in Holder()
173 public Holder(GeneralNames entityName, int version) in Holder() argument
175 this.entityName = entityName; in Holder()
202 return entityName; in getEntityName()
221 if (entityName != null) in toASN1Primitive()
223 v.add(new DERTaggedObject(false, 1, entityName)); in toASN1Primitive()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlStripFunction.java163 private void appendDecodedEntityReference(Appendable out, CharSequence entityName) in appendDecodedEntityReference() argument
167 if (entityName.length() < 2) { in appendDecodedEntityReference()
171 entityName = entityName.toString().toLowerCase(); in appendDecodedEntityReference()
174 if (entityName.charAt(0) == '#') { in appendDecodedEntityReference()
175 appendNumberedEntity(out, entityName.subSequence(1, entityName.length())); in appendDecodedEntityReference()
180 String entity = entityValues.get(entityName); in appendDecodedEntityReference()
/external/tpm2/
DPolicySecret.c32 TPM2B_NAME entityName; in TPM2_PolicySecret() local
60 entityName.t.size = EntityGetName(in->authHandle, &entityName.t.name); in TPM2_PolicySecret()
64 PolicyContextUpdate(TPM_CC_PolicySecret, &entityName, &in->policyRef, in TPM2_PolicySecret()
89 &entityName, &out->policyTicket); in TPM2_PolicySecret()
DPolicySigned.c35 TPM2B_NAME entityName; in TPM2_PolicySigned() local
107 entityName.t.size = EntityGetName(in->authObject, &entityName.t.name); in TPM2_PolicySigned()
111 PolicyContextUpdate(TPM_CC_PolicySigned, &entityName, &in->policyRef, in TPM2_PolicySigned()
135 authTimeout, &in->cpHashA, &in->policyRef, &entityName, in TPM2_PolicySigned()
DTicket.c92 TPM2B_NAME *entityName, // IN: name of entity in TicketComputeAuth() argument
115 CryptUpdateDigest2B(&hmacState, &entityName->b); in TicketComputeAuth()
DTicket_fp.h16 TPM2B_NAME *entityName, // IN: name of entity
/external/guice/extensions/persist/lib/
Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/ ...
Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/skia/src/xml/
DSkXMLParser.cpp114 const XML_Char *entityName, in entity_decl_handler() argument
124 SkDebugf("'%s' entity declaration found, stopping processing", entityName); in entity_decl_handler()
/external/testng/doc/
Dprettify.js142 var entityName = s.substring(next, semi).toLowerCase();
144 if ('lt' == entityName) {
146 } else if ('gt' == entityName) {
148 } else if ('quot' == entityName) {
150 } else if ('apos' == entityName) {
152 } else if ('amp' == entityName) {
/external/expat/lib/
Dexpat.h331 const XML_Char *entityName,
355 const XML_Char *entityName,
451 const XML_Char *entityName,
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DExtendedContentHandler.java178 public void entityReference(String entityName) throws SAXException; in entityReference() argument
DToUnknownStream.java1236 public void entityReference(String entityName) throws SAXException in entityReference() argument
1238 m_handler.entityReference(entityName); in entityReference()
/external/skia/src/ports/
DSkFontMgr_android_parser.cpp577 const XML_Char *entityName, in xml_entity_decl_handler() argument
587 SK_FONTCONFIGPARSER_WARNING("'%s' entity declaration found, stopping processing", entityName); in xml_entity_decl_handler()
/external/robolectric/v1/lib/main/
Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...
/external/expat/tests/
Druntests.c131 const XML_Char *UNUSED_P(entityName), in dummy_entity_decl_handler() argument
/external/robolectric/v3/
Drobolectric-resources-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...

12