Searched refs:entityName (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DEntityReference.cpp28 inline EntityReference::EntityReference(Document* document, const String& entityName) argument
30 , m_entityName(entityName)
34 PassRefPtr<EntityReference> EntityReference::create(Document* document, const String& entityName) argument
36 return adoptRef(new EntityReference(document, entityName));
H A DEntityReference.h31 static PassRefPtr<EntityReference> create(Document*, const String& entityName);
34 EntityReference(Document*, const String& entityName);
/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, false);
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/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddomconfigurationcansetparameter03.js99 var entityName;
118 entityName = entity.nodeName;
120 assertEquals("entityName","epsilon",entityName);
/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/amiga/include/libraries/
H A Dexpat.h232 const XML_Char *entityName,
247 const XML_Char *entityName,
280 const XML_Char *entityName,
/external/expat/lib/
H A Dexpat.h331 const XML_Char *entityName,
350 entityName, systemId and notationName arguments will never be
355 const XML_Char *entityName,
451 const XML_Char *entityName,
/external/expat/xmlwf/
H A Dxmlwf.c482 const XML_Char *entityName,
495 ftprintf(fp, T("<entity name=\"%s\""), entityName);
502 ftprintf(fp, T("<entity name=\"%s\""), entityName);
513 ftprintf(fp, T("<entity name=\"%s\""), entityName);
481 metaEntityDecl(void *userData, const XML_Char *entityName, int is_param, 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/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/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/ ...

Completed in 281 milliseconds