HomeSort by relevance Sort by last modified time
    Searched refs:XML (Results 26 - 50 of 298) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 5 package xml package
19 // A generic XML header suitable for use with the output of Marshal.
22 Header = `<?xml version="1.0" encoding="UTF-8"?>` + "\n"
25 // Marshal returns the XML encoding of v.
31 // writing nothing. Marshal handles all other data by writing one or more XML
34 // The name for the XML elements is taken from, in order of preference:
41 // The XML element for a struct contains marshaled elements for each of the
46 // the given name in the XML element.
48 // field name in the XML element.
50 // not as an XML element
    [all...]
read.go 5 package xml package
17 // BUG(rsc): Mapping between XML elements and data structures is inherently flawed:
18 // an XML element is an order-dependent collection of anonymous
24 // Unmarshal parses the XML-encoded data and stores the result in
31 // comparison to match XML element names to tag values and struct
34 // Unmarshal maps an XML element to a struct using the following rules.
36 // key 'xml' in the struct field's tag (see the example above).
39 // ",innerxml", Unmarshal accumulates the raw XML nested inside the
46 // "name" or "namespace-URL name", the XML element must have
50 // * If the XML element has an attribute whose name matches
    [all...]
xml.go 5 // Package xml implements a simple XML 1.0 parser that
6 // understands XML name spaces.
7 package xml package
10 // Annotated XML spec: http://www.xml.com/axml/testaxml.htm
11 // XML name spaces: http://www.w3.org/TR/REC-xml-names/
28 // A SyntaxError represents a syntax error in the XML input stream.
35 return "XML syntax error on line " + strconv.Itoa(e.Line) + ": " + e.Ms
    [all...]
example_test.go 8 "encoding/xml"
18 XMLName xml.Name `xml:"person"`
19 Id int `xml:"id,attr"`
20 FirstName string `xml:"name>first"`
21 LastName string `xml:"name>last"`
22 Age int `xml:"age"`
23 Height float32 `xml:"height,omitempty"`
26 Comment string `xml:",comment"`
33 output, err := xml.MarshalIndent(v, " ", " "
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 5 package xml package
19 // A generic XML header suitable for use with the output of Marshal.
22 Header = `<?xml version="1.0" encoding="UTF-8"?>` + "\n"
25 // Marshal returns the XML encoding of v.
31 // writing nothing. Marshal handles all other data by writing one or more XML
34 // The name for the XML elements is taken from, in order of preference:
41 // The XML element for a struct contains marshaled elements for each of the
46 // the given name in the XML element.
48 // field name in the XML element.
50 // not as an XML element
    [all...]
read.go 5 package xml package
17 // BUG(rsc): Mapping between XML elements and data structures is inherently flawed:
18 // an XML element is an order-dependent collection of anonymous
24 // Unmarshal parses the XML-encoded data and stores the result in
31 // comparison to match XML element names to tag values and struct
34 // Unmarshal maps an XML element to a struct using the following rules.
36 // key 'xml' in the struct field's tag (see the example above).
39 // ",innerxml", Unmarshal accumulates the raw XML nested inside the
46 // "name" or "namespace-URL name", the XML element must have
50 // * If the XML element has an attribute whose name matches
    [all...]
xml.go 5 // Package xml implements a simple XML 1.0 parser that
6 // understands XML name spaces.
7 package xml package
10 // Annotated XML spec: http://www.xml.com/axml/testaxml.htm
11 // XML name spaces: http://www.w3.org/TR/REC-xml-names/
28 // A SyntaxError represents a syntax error in the XML input stream.
35 return "XML syntax error on line " + strconv.Itoa(e.Line) + ": " + e.Ms
    [all...]
example_test.go 8 "encoding/xml"
18 XMLName xml.Name `xml:"person"`
19 Id int `xml:"id,attr"`
20 FirstName string `xml:"name>first"`
21 LastName string `xml:"name>last"`
22 Age int `xml:"age"`
23 Height float32 `xml:"height,omitempty"`
26 Comment string `xml:",comment"`
33 output, err := xml.MarshalIndent(v, " ", " "
    [all...]
  /external/testng/src/test/java/test/methodinterceptors/
MethodInterceptorTest.java 8 import org.testng.xml.Parser;
9 import org.testng.xml.XmlSuite;
10 import org.xml.sax.SAXException;
20 import javax.xml.parsers.ParserConfigurationException;
24 private String XML =
98 bw.write(XML);
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogFilesReporter.java 121 } else if (file.getName().endsWith(LogDataType.XML.getFileExt())) {
122 logDataType = LogDataType.XML;
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
XmlMessageBuilder.java 17 package com.google.polo.wire.xml;
24 import com.google.polo.json.XML;
40 * A collection of methods to convert {@link PoloMessage}s to and from XML
59 * Key names for XML versions of messages.
62 // OuterMessage XML key names
68 // PairingRequestMessage XML key names
72 // OptionsMessage XML key names
77 // ConfigurationMessage XML key names
80 // EncodingOption XML key names
86 // SecretMessage XML key name
    [all...]
  /external/fonttools/
README.md 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
  /external/libxml2/os400/
xmlcatalog.cmd 9 CMD PROMPT('XML/SGML catalog tool')
16 PROMPT('XML/SGML catalog file')
18 /* Catalog kind: XML/SGML. */
21 EXPR(*YES) RSTD(*YES) DFT(*XML) +
22 SPCVAL((*XML '') (*SGML '--sgml')) +
33 /* Convert SGML to XML catalog. */
38 PROMPT('Convert SGML to XML catalog')
104 (*DEFAULT '/etc/xml/catalog') +
  /external/libxml2/xstc/
Makefile.am 11 TARBALLURL=http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME)/$(TARBALL)
12 TARBALLURL_2=http://www.w3.org/XML/2004/xml-schema-test-suite/$(TSNAME_2)/$(TARBALL_2)
98 echo "## Running XML Schema tests (NIST)"; \
  /external/valgrind/none/tests/
cmdline1.stdout.exp 34 --xml=yes emit error output in XML (some tools only)
35 --xml-fd=<number> XML output to file descriptor
36 --xml-file=<file> XML output to <file>
37 --xml-socket=ipaddr:port XML output to socket ipaddr:port
38 --xml-user-comment=STR copy STR verbatim into XML outpu
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java 33 * Multi-page form editor for /res/xml XML files.
43 if (ResourceFolderType.XML == type) {
56 AdtConstants.EDITORS_NAMESPACE + ".xml.XmlEditor"; //$NON-NLS-1$
59 * Creates the form editor for resources XML files.
81 * Processes the new XML Model, which XML root node is given.
83 * @param xml_doc The XML document, if available, or null if none exists.
99 // The root UI node is always created, even if there's no corresponding XML node.
126 * Reloads the UI manifest node from the XML, and calls the pages to update
    [all...]
  /device/sample/products/
sample_addon.mk 7 # Manually copy the optional library XML files in the system image.
9 device/sample/frameworks/PlatformLibrary/com.example.android.platform_library.xml:system/etc/permissions/com.example.android.platform_library.xml
  /external/selinux/gui/
system-config-selinux.py 78 xml = gtk.glade.XML("system-config-selinux.glade", domain=PROGNAME) variable
80 xml = gtk.glade.XML("/usr/share/system-config-selinux/system-config-selinux.glade", domain=PROGNAME) variable
87 self.xml = xml
88 xml.signal_connect("on_quit_activate", self.destroy)
89 xml.signal_connect("on_delete_clicked", self.delete)
90 xml.signal_connect("on_add_clicked", self.add)
91 xml.signal_connect("on_properties_clicked", self.properties
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JackCodeCoverageTest.java 20 import static com.android.tradefed.testtype.JackCodeCoverageReportFormat.XML;
179 // CSV reports (and XML) get put in dest/report.csv. Return the actual report file.
180 if (CSV.equals(format) || XML.equals(format)) {
  /external/libxml2/doc/
search.php 22 <h1>The XML C library for Gnome</h1>
39 <li><a href="XMLinfo.html">XML</a></li>
60 <a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>
77 <li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
80 <li><a href="http://www.aleksey.com/xmlsec/">XML-DSig xmlsec</a></li>
108 <p> The search service indexes the libxml2 and libxslt APIs and documentation as well as the xml@gnome.org and xslt@gnome.org mailing-list archives. To use it simply provide a set of keywords:
115 <option value="XML" <?php if ($scope == 'XML') print "selected"?>>XML resources</option>
118 <option value="XMLAPI" <?php if ($scope == 'XMLAPI') print "selected"?>>Only the XML API</option
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 362 // Converting comments to XML.
404 SmallString<1024> XML;
406 ->convertCommentToXML(FC, XML, cxtu::getASTUnit(TU)->getASTContext());
407 return cxstring::createDup(XML.str());
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
JackCodeCoverageTestTest.java 6 import static com.android.tradefed.testtype.JackCodeCoverageReportFormat.XML;
238 doReturn(new File("/copy/of/report.xml")).when(coverageTest).copyFile(any(File.class));
241 coverageTest.generateCoverageReport(coverageFiles, XML);
247 coverageFiles, metadataFiles, XML.getReporterArg());
  /external/doclava/res/assets/templates-sdk/
page_info.cs 59 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
63 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 33 var checkTagDups = []string{"json", "xml"}
57 if key == "xml" && len(field.Names) > 0 && field.Names[0].Name == "XMLName" {
58 // XMLName defines the XML element name of the struct being
66 if key == "xml" {
67 // Use a separate namespace for XML attributes.
93 // Check for use of json or xml tags with unexported fields.
105 for _, enc := range [...]string{"json", "xml"} {
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 33 var checkTagDups = []string{"json", "xml"}
57 if key == "xml" && len(field.Names) > 0 && field.Names[0].Name == "XMLName" {
58 // XMLName defines the XML element name of the struct being
66 if key == "xml" {
67 // Use a separate namespace for XML attributes.
93 // Check for use of json or xml tags with unexported fields.
105 for _, enc := range [...]string{"json", "xml"} {

Completed in 1963 milliseconds

12 3 4 5 6 7 8 91011>>