Searched defs:XML (Results 1 - 23 of 23) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DMethod.java29 * <li>XML
54 * The output method type for XML documents: <tt>xml</tt>.
56 public static final String XML = "xml"; field in class:Method
78 * XML or HTML type (depending on the first tag in the output being html or
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/
H A DWireFormat.java30 XML; // XML, implemented by XmlWireInterface enum constant in enum:WireFormat
44 case XML:
/external/chromium_org/content/child/
H A Dsite_isolation_policy.h34 // 0:HTML, 1:XML, 2:JSON, 3:Plain, 4:Others
59 XML = 1, enumerator in enum:content::SiteIsolationResponseMetaData::CanonicalMimeType
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DXML.java31 * This provides static methods to convert an XML text into a JSONObject,
32 * and to covert a JSONObject into an XML text.
36 public class XML { class
66 * Replace special characters with XML escapes:
285 * Convert a well-formed (but not necessarily valid) XML string into a
287 * because JSON is a data format and XML is a document format. XML uses
295 * @return A JSONObject containing the structured data from the XML string.
309 * Convert a JSONObject into a well-formed, element-normal XML string.
320 * Convert a JSONObject into a well-formed, element-normal XML strin
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DS_V_G_.py13 Compiles/decompiles version 0 and 1 SVG tables from/to XML.
21 The XML format is:
56 XML = ET.XML variable
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DS_V_G_.py13 Compiles/decompiles version 0 and 1 SVG tables from/to XML.
21 The XML format is:
56 XML = ET.XML variable
/external/clang/tools/libclang/
H A DCXComment.cpp362 // Converting comments to XML.
404 SmallString<1024> XML; local
406 ->convertCommentToXML(FC, XML, cxtu::getASTUnit(TU)->getASTContext());
407 return cxstring::createDup(XML.str());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dchecker.py391 XML = 8 variable in class:FileType
458 return FileType.XML
482 elif file_type == FileType.XML:
/external/clang/lib/Index/
H A DCommentToXML.cpp1 //===--- CommentToXML.cpp - Convert comments to XML representation --------===//
532 /// \param Str accumulator for XML.
574 /// Output stream for XML.
1159 SmallVectorImpl<char> &XML,
1167 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(),
1158 convertCommentToXML(const FullComment *FC, SmallVectorImpl<char> &XML, const ASTContext &Context) argument
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Djson-20090211.jarMETA-INF/ META-INF/MANIFEST.MF org/json/CDL.class CDL.java package org ...
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DConsoleModel.js388 XML: "xml",
/external/robolectric/lib/main/
H A Djson-20080701.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/json/ org/json/CDL.class CDL. ...
/external/clang/tools/c-index-test/
H A Dc-index-test.c567 printf(" CommentXMLInvalid [not well-formed XML: %s]", Error->message);
577 printf(" CommentXMLInvalid [not vaild XML: %s]", Error->message);
617 CXString XML; local
618 XML = clang_FullComment_getAsXML(Comment);
619 PrintCXStringWithPrefix("FullCommentAsXML", XML);
620 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile);
621 clang_disposeString(XML);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 622 milliseconds