HomeSort by relevance Sort by last modified time
    Searched full:ordered_attributes (Results 1 - 25 of 31) 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:__anon4806
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:__anon4470
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:__anon32860
519 if (self->ordered_attributes)
542 if (self->ordered_attributes) {
1099 new_parser->ordered_attributes = self->ordered_attributes;
    [all...]
  /external/python/cpython3/Modules/
pyexpat.c 59 int ordered_attributes; /* Return attributes as a list. */ member in struct:__anon33485
367 if (self->ordered_attributes)
390 if (self->ordered_attributes) {
937 new_parser->ordered_attributes = self->ordered_attributes;
1075 APPEND(rc, "ordered_attributes");
    [all...]
  /external/python/cpython3/Doc/library/
pyexpat.rst 171 :attr:`ordered_attributes` and :attr:`specified_attributes` set to the values of
227 .. attribute:: xmlparser.ordered_attributes
354 :attr:`ordered_attributes` is true, this is a list (see
355 :attr:`ordered_attributes` for a full description). Otherwise it's a
  /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))
  /external/python/cpython3/Lib/test/
test_pyexpat.py 34 self.assertIs(self.parser.ordered_attributes, False)
36 self.parser.ordered_attributes = x
37 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
  /external/python/cpython3/Lib/xml/etree/
ElementTree.py     [all...]
  /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...]
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 161 self._parser.ordered_attributes = True
    [all...]

Completed in 778 milliseconds

1 2