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

  /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:__anon5786
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:__anon5450
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:__anon36785
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:__anon37413
367 if (self->ordered_attributes)
390 if (self->ordered_attributes) {
939 new_parser->ordered_attributes = self->ordered_attributes;
1076 APPEND(rc, "ordered_attributes");
    [all...]
  /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)
  /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.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...]
  /external/python/cpython3/Lib/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 291 milliseconds