HomeSort by relevance Sort by last modified time
    Searched refs:_xml (Results 1 - 7 of 7) sorted by null

  /external/valgrind/drd/tests/
verify-xml-output 7 if [ ${b%_xml} != $b ]; then
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 197 self._xml = None
236 if self._xml is None:
237 self._xml = ElementTree.Element('map')
238 return self._xml
247 self._xml = ElementTree.fromstring(
249 assert self._xml.tag == 'map'
251 self._xml = None
256 if self._xml is not None and len(self): # only clear if not already empty
257 self._xml = None
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 201 self._xml = None
240 if self._xml is None:
241 self._xml = ElementTree.Element('map')
242 return self._xml
251 self._xml = ElementTree.fromstring(
253 assert self._xml.tag == 'map'
255 self._xml = None
260 if self._xml is not None and len(self): # only clear if not already empty
261 self._xml = None
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 610 want := `<TableAttrs><TAttr xmlns:html4="http://www.w3.org/TR/html4/" html4:table="hello" xmlns:furniture="http://www.w3schools.com/furniture" furniture:table="world" xml:lang="en_US" xmlns:_xml="http://golang.org/xml/" _xml:other="other1" xmlns:_xmlfoo="http://golang.org/xmlfoo/" _xmlfoo:other="other2" xmlns:json="http://golang.org/json/" json:other="other3" xmlns:json_1="http://golang.org/2/json/" json_1:other="other4"></TAttr></TableAttrs>`
marshal_test.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 610 want := `<TableAttrs><TAttr xmlns:html4="http://www.w3.org/TR/html4/" html4:table="hello" xmlns:furniture="http://www.w3schools.com/furniture" furniture:table="world" xml:lang="en_US" xmlns:_xml="http://golang.org/xml/" _xml:other="other1" xmlns:_xmlfoo="http://golang.org/xmlfoo/" _xmlfoo:other="other2" xmlns:json="http://golang.org/json/" json:other="other3" xmlns:json_1="http://golang.org/2/json/" json_1:other="other4"></TAttr></TableAttrs>`
marshal_test.go     [all...]

Completed in 420 milliseconds