HomeSort by relevance Sort by last modified time
    Searched full:ordered_attributes (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 72 int ordered_attributes; /* Return attributes as a list. */ member in struct:__anon5875
519 if (self->ordered_attributes)
542 if (self->ordered_attributes) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 72 int ordered_attributes; /* Return attributes as a list. */ member in struct:__anon5539
519 if (self->ordered_attributes)
542 if (self->ordered_attributes) {
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 72 int ordered_attributes; /* Return attributes as a list. */ member in struct:__anon30380
519 if (self->ordered_attributes)
542 if (self->ordered_attributes) {
1099 new_parser->ordered_attributes = self->ordered_attributes;
    [all...]
  /external/python/cpython2/Lib/test/
test_pyexpat.py 36 self.assertIs(self.parser.ordered_attributes, False)
38 self.parser.ordered_attributes = x
39 self.assertIs(self.parser.ordered_attributes, bool(x))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyexpat.py 30 self.parser.ordered_attributes = x
31 self.assertEqual(self.parser.ordered_attributes, y)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyexpat.py 30 self.parser.ordered_attributes = x
31 self.assertEqual(self.parser.ordered_attributes, y)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyexpat.py 30 self.parser.ordered_attributes = x
31 self.assertEqual(self.parser.ordered_attributes, y)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 30 self.parser.ordered_attributes = x
31 self.assertEqual(self.parser.ordered_attributes, y)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 30 self.parser.ordered_attributes = x
31 self.assertEqual(self.parser.ordered_attributes, y)
  /external/python/cpython2/Doc/library/
pyexpat.rst 173 :attr:`ordered_attributes`, :attr:`returns_unicode` and
239 .. attribute:: xmlparser.ordered_attributes
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/
ElementTree.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/
ElementTree.py     [all...]
  /external/python/cpython2/Lib/xml/etree/
ElementTree.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
pyexpat.so 

Completed in 735 milliseconds

1 2