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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 42 // user-tweaked trust policy. We're too lazy to parse the XML (at
  /prebuilts/go/linux-x86/src/net/http/
sniff_test.go 36 {"XML", []byte("\n<?xml!"), "text/xml; charset=utf-8"},
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 6 Beautiful Soup parses a (possibly invalid) XML or HTML document into a
10 A well-formed XML/HTML document yields a well-formed data
11 structure. An ill-formed XML/HTML document yields a correspondingly
28 * BeautifulStoneSoup, for parsing XML, SGML, or your domain-specific
29 language that kind of looks like XML.
36 the encoding of an HTML or XML document, and converting it to
101 #These hacks make Beautiful Soup able to parse XML with namespaces
445 appropriate XML entity for an XML special character."""
479 # Substitute outgoing XML entities
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 5 package xml package
28 Name []string `xml:"name"`
29 Weight float32 `xml:"weight"`
33 XMLName struct{} `xml:"spaceship"`
35 Name string `xml:"name,attr"`
36 Pilot string `xml:"pilot,attr"`
37 Drive DriveType `xml:"drive"`
38 Age uint `xml:"age"`
39 Passenger []*Passenger `xml:"passenger"`
46 XMLName struct{} `xml:"port"
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 5 package xml package
28 Name []string `xml:"name"`
29 Weight float32 `xml:"weight"`
33 XMLName struct{} `xml:"spaceship"`
35 Name string `xml:"name,attr"`
36 Pilot string `xml:"pilot,attr"`
37 Drive DriveType `xml:"drive"`
38 Age uint `xml:"age"`
39 Passenger []*Passenger `xml:"passenger"`
46 XMLName struct{} `xml:"port"
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 522 CLog.e("[%s] Exception while saving result XML.", mDeviceSerial);
608 logFile = mLogSaver.saveLogData("log-result", LogDataType.XML, fis);
609 debug("Result XML URL: %s", logFile.getUrl());
611 CLog.e("[%s] error saving XML with log saver", mDeviceSerial);
694 * Copy the xml formatting files stored in this jar to the results directory
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.2.0/
layoutlib-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.0/
layoutlib-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.4.2/
layoutlib-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.0/
layoutlib-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.1/
layoutlib-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.5.3/
layoutlib-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.0/
layoutlib-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.1/
layoutlib-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.7.3/
layoutlib-api-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.8.0/
layoutlib-api-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/22.9.2/
layoutlib-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.1/
layoutlib-api-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.0.2/
layoutlib-api-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.0/
layoutlib-api-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.3/
layoutlib-api-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/layoutlib/layoutlib-api/23.1.4/
layoutlib-api-23.1.4.jar 
  /prebuilts/tools/common/m2/repository/org/json/json/20141113/
json-20141113.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py 5 # light-weight XML support for Python 2.3 and later.
71 "XML",
96 # structure, and convert it from and to XML.
536 # element that will be serialized as an XML comment by the standard
553 # that will be serialized as an XML processing instruction by the standard
599 # standard XML.
603 # tree is initialized with the contents of this XML file.
634 # Loads an external XML document into this element tree.
774 # Writes the element tree to a file, as XML.
780 # @keyparam xml_declaration Controls if an XML declaration should
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py 5 # light-weight XML support for Python 2.3 and later.
71 "XML",
96 # structure, and convert it from and to XML.
536 # element that will be serialized as an XML comment by the standard
553 # that will be serialized as an XML processing instruction by the standard
599 # standard XML.
603 # tree is initialized with the contents of this XML file.
634 # Loads an external XML document into this element tree.
770 # Writes the element tree to a file, as XML.
776 # @keyparam method Optional output method ("xml", "html", "text" or
    [all...]

Completed in 393 milliseconds

1 2 3 45 6 7 8 91011>>