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

1 2 34 5 6

  /external/libxml2/include/libxml/
SAX.h 110 const xmlChar **atts);
SAX2.h 105 const xmlChar **atts);
parser.h 264 const xmlChar * *atts; /* array for the attributes callbacks */ member in struct:_xmlParserCtxt
503 * @atts: An array of name/value attributes pairs, NULL terminated
509 const xmlChar **atts);
    [all...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 1134 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
1142 if (atts != NULL) {
1143 for (i = 0;(atts[i] != NULL);i++) {
1144 fprintf(SAXdebug, ", %s='", atts[i++]);
1145 if (atts[i] != NULL)
1146 fprintf(SAXdebug, "%s'", atts[i]);
    [all...]
legacy.c     [all...]
xmllint.c 1240 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
1248 if (atts != NULL) {
1249 for (i = 0;(atts[i] != NULL);i++) {
1250 fprintf(stdout, ", %s='", atts[i++]);
1251 if (atts[i] != NULL)
1252 fprintf(stdout, "%s'", atts[i]);
    [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/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");
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 310 * @param atts the array of attachments to look in
313 private static boolean amongAttachments(Attachment att, Attachment[] atts) {
316 for (Attachment a: atts) {
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncAdapter.java 516 ArrayList<Attachment> atts = new ArrayList<Attachment>();
523 attachmentsParser(atts, msg);
619 if (atts.size() > 0) {
620 msg.mAttachments = atts;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/service/
EasOutboxSyncHandler.java 150 * @param atts the array of attachments to look in
153 private static boolean amongAttachments(final Attachment att, final Attachment[] atts) {
156 for (final Attachment a: 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/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)
  /frameworks/base/tools/aapt/
XMLNode.h 155 startElement(void *userData, const char *name, const char **atts);
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 486 ArrayList<Attachment> atts = new ArrayList<Attachment>(); local
488 atts.add(ProviderTestUtils.setupAttachment(
492 message3.mAttachments = atts;
515 ProviderTestUtils.assertAttachmentEqual("save-message3", atts.get(i), actual);
535 ArrayList<Attachment> atts = new ArrayList<Attachment>(); local
537 atts.add(ProviderTestUtils.setupAttachment(
541 message4.mAttachments = atts;
565 ProviderTestUtils.assertAttachmentEqual("save-message4", atts.get(i), actual);
578 ProviderTestUtils.assertAttachmentEqual("save-message4", atts.get(i), attachments[i]);
1343 ArrayList<Attachment> atts = new ArrayList<Attachment>(); local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 264 const xmlChar * *atts; /* array for the attributes callbacks */ member in struct:_xmlParserCtxt
503 * @atts: An array of name/value attributes pairs, NULL terminated
509 const xmlChar **atts);
    [all...]
  /external/libxml2/
legacy.c     [all...]
xmllint.c 1244 startElementDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar **atts)
1252 if (atts != NULL) {
1253 for (i = 0;(atts[i] != NULL);i++) {
1254 fprintf(stdout, ", %s='", atts[i++]);
1255 if (atts[i] != NULL)
1256 fprintf(stdout, "%s'", atts[i]);
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 138 (?P<atts>(
  /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...]

Completed in 692 milliseconds

1 2 34 5 6