/external/expat/lib/ |
xmlparse.c | 655 #define atts (parser->m_atts) macro 796 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE)); 797 if (atts == NULL) { 804 FREE(atts); 811 FREE(atts); 826 FREE(atts); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
pyexpat.c | 497 const XML_Char *name, const XML_Char *atts[])
507 /* Set max to the number of slots filled in atts[]; max/2 is
515 while (atts[max] != NULL)
528 PyObject *n = string_intern(self, (XML_Char *) atts[i]);
535 v = STRING_CONV_FUNC((XML_Char *) atts[i+1]);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
pyexpat.c | 497 const XML_Char *name, const XML_Char *atts[])
507 /* Set max to the number of slots filled in atts[]; max/2 is
515 while (atts[max] != NULL)
528 PyObject *n = string_intern(self, (XML_Char *) atts[i]);
535 v = STRING_CONV_FUNC((XML_Char *) atts[i+1]);
[all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 664 NamedNodeMap atts = node.getAttributes();
local 665 int nAttrs = atts.getLength();
668 Node attr = atts.item(i);
1824 NamedNodeMap atts = ((Element) node).getAttributes(); local [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformerHandlerImpl.java | 485 * @param atts The element's attributes. 491 String uri, String localName, String qName, Attributes atts) 500 m_contentHandler.startElement(uri, localName, qName, atts);
|
/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 | 1247 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts) 1255 if (atts != NULL) { 1256 for (i = 0;(atts[i] != NULL);i++) { 1257 fprintf(stdout, ", %s='", atts[i++]); 1258 if (atts[i] != NULL) 1259 fprintf(stdout, "%s'", atts[i]); [all...] |
/frameworks/base/tools/aapt/ |
XMLNode.cpp | [all...] |
/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/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...] |
/external/llvm/utils/TableGen/ |
IntrinsicEmitter.cpp | 589 OS << " const Attribute::AttrKind Atts[] = {"; 652 << "AttributeSet::FunctionIndex, Atts);\n";
|
/libcore/luni/src/main/java/org/xml/sax/ |
ContentHandler.java | 247 * @param atts the attributes attached to the element. If 258 String qName, Attributes atts)
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 708 Attachment[] atts = Attachment.restoreAttachmentsWithMessageId(context, messageId); 709 for (Attachment att: atts) {
|
/external/robolectric/v3/runtime/ |
tagsoup-1.2.jar | |
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/ |
tagsoup-1.2.jar | |
/prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/ |
tagsoup-1.2.1.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/ |
saxon-9.1.0.8-dom.jar | |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
Stylesheet.java | 63 * <!ENTITY % top-level-atts ' 73 * <!ATTLIST xsl:stylesheet %top-level-atts;> 76 * <!ATTLIST xsl:transform %top-level-atts;> [all...] |
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 1372 const vector<Attacher*>& atts = types.getAttachers(); local [all...] |
/external/libxml2/doc/devhelp/ |
libxml2-SAX.html | 77 void <a href="#startElement">startElement</a> (void * ctx, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * fullname, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** atts); [all...] |
libxml2-SAX2.html | 69 void <a href="#xmlSAX2StartElement">xmlSAX2StartElement</a> (void * ctx, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * fullname, <br/> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** atts); [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/est/ |
ESTHandler.java | 441 Log.d(TAG, String.format("pub key '%s', signature '%s', ECC curve '%s', id-atts %s",
|
/prebuilts/tools/common/m2/repository/xml-resolver/xml-resolver/1.2/ |
xml-resolver-1.2.jar | |