/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
AdtProjectTest.java | 255 String xml = readTestFile(sourceName, true); local 256 InputStream bstream = new ByteArrayInputStream(xml.getBytes("UTF-8")); //$NON-NLS-1$
|
/system/core/libpixelflinger/ |
trap.cpp | 1037 const int xml = max(xmin, gglFixedToIntFloor(l_min_i)); local 1047 c->iterators.xl = xml; 1051 c->iterators.xl = min(c->iterators.xl, xml); [all...] |
/prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/ |
sdk-common-22.2.0.jar | |
/prebuilts/devtools/tools/lib/ |
common.jar | |
/prebuilts/gradle-plugin/com/android/tools/common/22.2.0/ |
common-22.2.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi.util_3.2.100.v20100503.jar | |
/libcore/luni/src/test/java/libcore/xml/ |
DomTest.java | 17 package libcore.xml; 32 import javax.xml.parsers.DocumentBuilder; 33 import javax.xml.parsers.DocumentBuilderFactory; 34 import javax.xml.transform.OutputKeys; 35 import javax.xml.transform.Transformer; 36 import javax.xml.transform.TransformerException; 37 import javax.xml.transform.TransformerFactory; 38 import javax.xml.transform.dom.DOMSource; 39 import javax.xml.transform.stream.StreamResult; 65 import org.xml.sax.InputSource 77 private final String xml field in class:DomTest 646 String xml = "<menu> <item\/> <\/menu>"; local 656 String xml = "<!DOCTYPE menu [\\n" local 1372 String xml = "<?xml version=\\"1.0\\" encoding=\\"UTF-8\\"?> \\n" local 1560 String xml = "<foo>abc<![CDATA[def]]>ghi<\/foo>"; local 1571 String xml = "<foo>abc<![CDATA[def]]>ghi<\/foo>"; local 1590 String xml = "<!DOCTYPE foo [ <!ENTITY def \\"DEF\\"> ]>" local 1603 String xml = "<!DOCTYPE foo [ <!ENTITY def \\"DEF\\"> ]>" local 1637 String xml = "<foo>abc&def<\/foo>"; local 1648 String xml = "<foo>abc&def&ghi<\/foo>"; local [all...] |
/developers/build/lib/ |
buildSrc.jar | |
/developers/samples/android/ui/window/AdvancedImmersiveMode/buildSrc/libs/ |
buildSrc.jar | |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBase.java | 21 package org.apache.xml.dtm.ref; 23 import org.apache.xml.dtm.*; 24 import org.apache.xml.utils.SuballocatedIntVector; 25 import org.apache.xml.utils.BoolStack; 29 import javax.xml.transform.Source; 31 import org.apache.xml.utils.XMLString; 32 import org.apache.xml.utils.XMLStringFactory; 34 import org.apache.xml.res.XMLMessages; 35 import org.apache.xml.res.XMLErrorResources; [all...] |
DTMDocumentImpl.java | 21 package org.apache.xml.dtm.ref; 23 import javax.xml.transform.SourceLocator; 25 import org.apache.xml.dtm.DTM; 26 import org.apache.xml.dtm.DTMAxisIterator; 27 import org.apache.xml.dtm.DTMAxisTraverser; 28 import org.apache.xml.dtm.DTMManager; 29 import org.apache.xml.dtm.DTMWSFilter; 30 import org.apache.xml.utils.FastStringBuffer; 31 import org.apache.xml.utils.XMLString; 32 import org.apache.xml.utils.XMLStringFactory [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | 21 package org.apache.xml.dtm.ref.sax2dtm; 25 import javax.xml.transform.Source; 26 import javax.xml.transform.SourceLocator; 28 import org.apache.xml.dtm.*; 29 import org.apache.xml.dtm.ref.*; 30 import org.apache.xml.utils.StringVector; 31 import org.apache.xml.utils.IntVector; 32 import org.apache.xml.utils.FastStringBuffer; 33 import org.apache.xml.utils.IntStack; 34 import org.apache.xml.utils.SuballocatedIntVector [all...] |
SAX2DTM2.java | 21 package org.apache.xml.dtm.ref.sax2dtm; 23 import org.apache.xml.dtm.*; 24 import org.apache.xml.dtm.ref.*; 25 import org.apache.xml.utils.FastStringBuffer; 26 import org.apache.xml.utils.XMLString; 27 import org.apache.xml.utils.XMLStringDefault; 28 import org.apache.xml.utils.XMLStringFactory; 29 import org.apache.xml.res.XMLMessages; 30 import org.apache.xml.res.XMLErrorResources; 31 import org.apache.xml.serializer.SerializationHandler [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
SerializerBase.java | 21 package org.apache.xml.serializer; 27 import javax.xml.transform.OutputKeys; 28 import javax.xml.transform.SourceLocator; 29 import javax.xml.transform.Transformer; 31 import org.apache.xml.serializer.utils.MsgKey; 32 import org.apache.xml.serializer.utils.Utils; 33 import org.xml.sax.Attributes; 34 import org.xml.sax.ContentHandler; 35 import org.xml.sax.Locator; 36 import org.xml.sax.SAXException [all...] |
ToUnknownStream.java | 21 package org.apache.xml.serializer; 29 import javax.xml.transform.SourceLocator; 30 import javax.xml.transform.Transformer; 33 import org.xml.sax.Attributes; 34 import org.xml.sax.ContentHandler; 35 import org.xml.sax.Locator; 36 import org.xml.sax.SAXException; 41 * handler XML or HTML, which is not known until a little later when the first XML 43 * handler, otherwise it is an XML handler [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 22 package org.apache.xml.serializer.dom3;
31 import org.apache.xml.serializer.dom3.NamespaceSupport;
32 import org.apache.xml.serializer.OutputPropertiesFactory;
33 import org.apache.xml.serializer.SerializationHandler;
34 import org.apache.xml.serializer.utils.MsgKey;
35 import org.apache.xml.serializer.utils.Utils;
36 import org.apache.xml.serializer.utils.XML11Char;
37 import org.apache.xml.serializer.utils.XMLChar;
55 import org.xml.sax.Locator;
56 import org.xml.sax.SAXException; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
XMLDocumentParser.cpp | 27 #include "core/xml/parser/XMLDocumentParser.h" 59 #include "core/xml/XMLTreeViewer.h" 60 #include "core/xml/parser/XMLDocumentParserScope.h" 61 #include "core/xml/parser/XMLParserInput.h" 502 // FIXME: We need to implement the HTML5 XML Fragment parsing algorithm: 503 // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-xhtml-syntax.html#xml-fragment-parsing-algorithm 560 // will detect <?xml version="1.0" encoding="<encoding name>"?> blocks 593 if (urlString == "file:///etc/xml/catalog") 653 FetchRequest request(ResourceRequest(url), FetchInitiatorTypeNames::xml, ResourceFetcher::defaultResourceOptions()); member in class:WebCore::FetchInitiatorTypeNames 750 parser->str_xml = xmlDictLookup(parser->dict, BAD_CAST "xml", 3) [all...] |
/external/chromium_org/third_party/libxml/src/ |
catalog.c | 7 * XML Catalogs Working Draft 06 August 2001 71 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog" 79 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog"; 151 xmlCatalogType type; /* either XML or SGML */ 164 * XML Catalogs are stored as a tree of Catalog entries 167 xmlCatalogEntryPtr xml; member in struct:_xmlCatalog 184 * Hash table containing all the trees of XML catalogs parsed by 264 * create a new Catalog entry, this type is shared both by XML and 402 * create a new Catalog, this type is shared both by XML and 436 if (catal->xml != NULL [all...] |
/external/doclava/src/com/google/doclava/ |
Stubs.java | 43 File xml = new File(apiFile); local 44 xml.getParentFile().mkdirs(); 45 apiWriter = new PrintStream(new BufferedOutputStream(new FileOutputStream(xml))); [all...] |
/external/libxml2/ |
catalog.c | 7 * XML Catalogs Working Draft 06 August 2001 71 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog" 79 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog"; 151 xmlCatalogType type; /* either XML or SGML */ 164 * XML Catalogs are stored as a tree of Catalog entries 167 xmlCatalogEntryPtr xml; member in struct:_xmlCatalog 184 * Hash table containing all the trees of XML catalogs parsed by 264 * create a new Catalog entry, this type is shared both by XML and 402 * create a new Catalog, this type is shared both by XML and 436 if (catal->xml != NULL [all...] |
/external/valgrind/main/memcheck/ |
mc_errors.c | 270 /* Do a printf-style operation on either the XML or normal output 362 /* Note, no need for XML tags here, because descr1/2 will 363 already have <auxwhat> or <xauxwhat>s on them, in XML 451 LossRecord* lr, Bool xml) 477 if (xml) { 490 // Nb: don't put commas in these XML numbers 508 } else { /* ! if (xml) */ 530 } /* if (xml) */ 536 pp_LossRecord (n_this_record, n_total_records, l, /* xml */ False); 541 const Bool xml = VG_(clo_xml); /* a shorthand * local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 358 File xml = new File(resValue.getValue()); local 359 if (xml.isFile()) { 360 // we need to create a pull parser around the layout XML file, and then 363 XmlPullParser parser = ParserFactory.create(xml); 380 "Failed to configure parser for " + xml, e, null /*data*/); 389 String.format("File %s is missing!", xml), null); 513 // Hint: for XmlPullParser, attach source //DEVICE_SRC/dalvik/libcore/xml/src/java 667 // if there's no direct value for this attribute in the XML, we look for default 703 // there is a value in the XML, but we need to resolve it in case it's [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | 5 parse("foo.xml") 18 import xml.dom namespace 20 from xml.dom import EMPTY_NAMESPACE, EMPTY_PREFIX, XMLNS_NAMESPACE, domreg 21 from xml.dom.minicompat import * 22 from xml.dom.xmlbuilder import DOMImplementationLS, DocumentLS 29 _nodeTypes_with_children = (xml.dom.Node.ELEMENT_NODE, 30 xml.dom.Node.ENTITY_REFERENCE_NODE) 33 class Node(xml.dom.Node): 57 # Can pass encoding only to document, to put it into XML header 87 raise xml.dom.HierarchyRequestErr [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
minidom.py | 5 parse("foo.xml") 18 import xml.dom namespace 20 from xml.dom import EMPTY_NAMESPACE, EMPTY_PREFIX, XMLNS_NAMESPACE, domreg 21 from xml.dom.minicompat import * 22 from xml.dom.xmlbuilder import DOMImplementationLS, DocumentLS 29 _nodeTypes_with_children = (xml.dom.Node.ELEMENT_NODE, 30 xml.dom.Node.ENTITY_REFERENCE_NODE) 33 class Node(xml.dom.Node): 57 # Can pass encoding only to document, to put it into XML header 87 raise xml.dom.HierarchyRequestErr [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | 36 import com.android.ide.common.xml.XmlFormatStyle; 91 import org.xml.sax.Attributes; 92 import org.xml.sax.SAXException; 93 import org.xml.sax.helpers.DefaultHandler; 110 import javax.xml.parsers.SAXParser; 111 import javax.xml.parsers.SAXParserFactory; 140 * from the template.xml file 151 static final String TEMPLATE_XML = "template.xml"; //$NON-NLS-1$ 153 // Various tags and attributes used in the template metadata files - template.xml, 154 // globals.xml.ftl, recipe.xml.ftl, etc 412 String xml; local 548 String xml = out.toString(); local 662 String xml = null; local [all...] |