Searched defs:entityName (Results 1 - 12 of 12) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DHolder.java21 * entityName [1] GeneralNames OPTIONAL,
48 GeneralNames entityName; field in class:Holder
85 entityName = GeneralNames.getInstance(tagObj, true);
117 entityName = GeneralNames.getInstance(tObj, false);
157 * Constructs a holder with an entityName for V2 attribute certificates.
159 * @param entityName The entity or subject name.
161 public Holder(GeneralNames entityName) argument
163 this(entityName, V2_CERTIFICATE_HOLDER);
167 * Constructs a holder with an entityName for V2 attribute certificates or
170 * @param entityName Th
173 Holder(GeneralNames entityName, int version) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DHtmlStripFunction.java44 // Initialize the entityName lookup map.
161 * @param entityName to decode.
163 private void appendDecodedEntityReference(Appendable out, CharSequence entityName) argument
167 if (entityName.length() < 2) {
171 entityName = entityName.toString().toLowerCase();
174 if (entityName.charAt(0) == '#') {
175 appendNumberedEntity(out, entityName.subSequence(1, entityName.length()));
180 String entity = entityValues.get(entityName);
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DExtendedContentHandler.java175 * @param entityName the name of the entity
178 public void entityReference(String entityName) throws SAXException; argument
H A DToUnknownStream.java1236 public void entityReference(String entityName) throws SAXException argument
1238 m_handler.entityReference(entityName);
/external/expat/tests/
H A Druntests.c105 const XML_Char *entityName,
104 dummy_entity_decl_handler(void *userData, const XML_Char *entityName, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) argument
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 662 milliseconds