HomeSort by relevance Sort by last modified time
    Searched refs:atts (Results 76 - 100 of 207) sorted by null

1 2 34 5 6 7 8 9

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 324 java.lang.String qName, Attributes atts)
333 clientContentHandler.startElement(namespaceURI, localName, qName, atts);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java 129 Attributes atts) {
133 String pluginIds = atts.getValue("pluginIds");
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextStream.java 118 * @param atts The attributes attached to the element, if any.
127 String namespaceURI, String localName, String name, Attributes atts)
ToHTMLStream.java 780 * @param atts The attributes attached to the element, if any.
790 Attributes atts)
827 super.startElement(namespaceURI, localName, name, atts);
860 if (atts != null)
861 addAttributes(atts);
    [all...]
ToStream.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
StylesheetPIHandler.java 315 * @param atts The specified or defaulted attributes.
321 String namespaceURI, String localName, String qName, Attributes atts)
  /external/deqp/modules/glshared/
glsFboUtil.cpp 575 const AttachmentMap& atts = fboConfig.attachments; local
629 if (atts.empty())
632 for (AttachmentMap::const_iterator it = atts.begin(); it != atts.end(); it++)
glsLifetimeTests.cpp 1210 const vector<Attacher*>& atts = types.getAttachers(); local
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.h 163 startElement(void *userData, const char *name, const char **atts);
XMLNode.cpp     [all...]
  /external/libxml2/include/libxml/
parser.h 264 const xmlChar * *atts; /* array for the attributes callbacks */ member in struct:_xmlParserCtxt
506 * @atts: An array of name/value attributes pairs, NULL terminated
512 const xmlChar **atts);
    [all...]
  /external/libxml2/
legacy.c     [all...]
xmllint.c 1246 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
1254 if (atts != NULL) {
1255 for (i = 0;(atts[i] != NULL);i++) {
1256 fprintf(stdout, ", %s='", atts[i++]);
1257 if (atts[i] != NULL)
1258 fprintf(stdout, "%s'", atts[i]);
    [all...]
parserInternals.c     [all...]
  /external/expat/lib/
xmlparse.c 647 #define atts (parser->m_atts) macro
761 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
762 if (atts == NULL) {
769 FREE(atts);
776 FREE(atts);
791 FREE(atts);
    [all...]
expat.h 249 /* atts is array of name/value pairs, terminated by 0;
254 const XML_Char **atts);
731 this correspondds to an index into the atts array passed to the
740 index into the atts array passed to the XML_StartElementHandler.
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/txw2/2.2.11/
txw2-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
Utility.java 708 Attachment[] atts = Attachment.restoreAttachmentsWithMessageId(context, messageId);
709 for (Attachment att: atts) {
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 

Completed in 759 milliseconds

1 2 34 5 6 7 8 9