HomeSort by relevance Sort by last modified time
    Searched defs:atts (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /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/deqp/modules/glshared/
glsLifetimeTests.cpp 1372 const vector<Attacher*>& atts = types.getAttachers(); local
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 742 Attributes atts = theStack.atts(); local
743 for (int i = atts.getLength() - 1; i >= 0; i--) {
744 String attNamespace = atts.getURI(i);
745 String attPrefix = prefixOf(atts.getQName(i));
785 Attributes atts = e.atts(); local
786 int len = atts.getLength();
788 String attNamespace = atts.getURI(i);
789 String attPrefix = prefixOf(atts.getQName(i))
    [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...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 464 ArrayList<Attachment> atts = new ArrayList<Attachment>(); local
466 atts.add(ProviderTestUtils.setupAttachment(
470 message3.mAttachments = atts;
491 ProviderTestUtils.assertAttachmentEqual("save-message3", atts.get(i), actual);
515 ArrayList<Attachment> atts = new ArrayList<Attachment>(); local
517 atts.add(ProviderTestUtils.setupAttachment(
521 message4.mAttachments = atts;
543 ProviderTestUtils.assertAttachmentEqual("save-message4", atts.get(i), actual);
556 ProviderTestUtils.assertAttachmentEqual("save-message4", atts.get(i), attachments[i]);
1442 ArrayList<Attachment> atts = new ArrayList<Attachment>(); local
    [all...]
  /external/libxml2/
parser.c 1667 const xmlChar **atts; local
8441 const xmlChar **atts = ctxt->atts; local
9185 const xmlChar **atts = ctxt->atts; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.c 1287 char atts[5]; local
    [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 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 636 #define atts (parser->m_atts) macro
733 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
734 if (atts == NULL) {
740 FREE(atts);
752 FREE(atts);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 636 #define atts (parser->m_atts) macro
733 atts = (ATTRIBUTE *)MALLOC(attsSize * sizeof(ATTRIBUTE));
734 if (atts == NULL) {
740 FREE(atts);
752 FREE(atts);
    [all...]
  /external/python/cpython2/Modules/expat/
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...]
  /external/python/cpython3/Modules/expat/
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...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xsom/xsom/20140925/
xsom-20140925.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 3094 Attachment[] atts = Attachment.restoreAttachmentsWithMessageId(context, messageId); local
4931 final ArrayList<Attachment> atts = new ArrayList<Attachment>(); local
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jdom.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 276 milliseconds

12 3 4 5 6 7 8 9