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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 73 int specified_attributes; /* Report only specified attributes. */ member in struct:__anon5786
510 if (self->specified_attributes) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 73 int specified_attributes; /* Report only specified attributes. */ member in struct:__anon5450
510 if (self->specified_attributes) {
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 73 int specified_attributes; /* Report only specified attributes. */ member in struct:__anon36785
510 if (self->specified_attributes) {
1100 new_parser->specified_attributes = self->specified_attributes;
    [all...]
  /external/python/cpython3/Modules/
pyexpat.c 60 int specified_attributes; /* Report only specified attributes. */ member in struct:__anon37413
358 if (self->specified_attributes) {
940 new_parser->specified_attributes = self->specified_attributes;
1077 APPEND(rc, "specified_attributes");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pyexpat.py 35 self.parser.specified_attributes = x
36 self.assertEqual(self.parser.specified_attributes, y)
  /external/python/cpython2/Lib/test/
test_pyexpat.py 42 self.assertIs(self.parser.specified_attributes, False)
44 self.parser.specified_attributes = x
45 self.assertIs(self.parser.specified_attributes, bool(x))
  /external/python/cpython3/Lib/test/
test_pyexpat.py 40 self.assertIs(self.parser.specified_attributes, False)
42 self.parser.specified_attributes = x
43 self.assertIs(self.parser.specified_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 162 self._parser.specified_attributes = True
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 162 self._parser.specified_attributes = True
    [all...]
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 162 self._parser.specified_attributes = True
    [all...]
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 162 self._parser.specified_attributes = True
    [all...]

Completed in 968 milliseconds