HomeSort by relevance Sort by last modified time
    Searched full:expat (Results 226 - 250 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/xml/
SkXMLParser.cpp 8 #include "expat.h"
150 // Disable entity processing, to inhibit internal entity expansion. See expat CVE-2013-0340.
  /external/skqp/src/xml/
SkXMLParser.cpp 8 #include "expat.h"
150 // Disable entity processing, to inhibit internal entity expansion. See expat CVE-2013-0340.
  /external/mesa3d/docs/
autoconf.html 221 <dt><code>--with-expat=DIR</code>
223 <p>The DRI-enabled libGL uses expat to
225 <code>~/.drirc</code>. This option allows a specific expat installation
226 to be used. For example, <code>--with-expat=/usr/local</code> will
227 search for expat headers and libraries in <code>/usr/local/include</code>
  /external/mesa3d/src/gallium/tools/trace/
parse.py 31 import xml.parsers.expat
63 """Expat based XML tokenizer."""
75 self.parser = xml.parsers.expat.ParserCreate()
115 except xml.parsers.expat.ExpatError, e:
116 #if e.code == xml.parsers.expat.errors.XML_ERROR_NO_ELEMENTS:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 5 #include "expat.h"
117 /* Build and set an Expat exception, including positioning
173 /* UTF-8 from Expat, Unicode desired */
186 /* UTF-8 from Expat, Unicode desired */
203 /* UTF-8 from Expat, UTF-8 desired */
216 /* UTF-8 from Expat, UTF-8 desired */
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 5 #include "expat.h"
117 /* Build and set an Expat exception, including positioning
173 /* UTF-8 from Expat, Unicode desired */
186 /* UTF-8 from Expat, Unicode desired */
203 /* UTF-8 from Expat, UTF-8 desired */
216 /* UTF-8 from Expat, UTF-8 desired */
    [all...]
_elementtree.c 57 /* Leave defined to include the expat-based XMLParser type */
60 /* Define to do all expat calls via pyexpat's embedded expat library */
    [all...]
  /external/python/cpython3/Modules/
_elementtree.c     [all...]
pyexpat.c 5 #include "expat.h"
106 /* Build and set an Expat exception, including positioning
162 /* UTF-8 from Expat, Unicode desired */
175 /* UTF-8 from Expat, Unicode desired */
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatParser.java 38 * Adapts SAX API to the Expat native XML parser. Not intended for reuse
91 * TODO: Let Expat try to guess the encoding instead of defaulting.
92 * Unfortunately, I don't know how to tell which encoding Expat picked,
94 * I think is to fix Expat to not require the "<externalEntity>"
247 * @param context to be passed back to Expat when we parse the entity
340 * Expat complains if the external entity isn't wrapped with a root
395 * @param parentPointer pointer to parent Expat parser
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
49 # Expat typename -> TypeInfo
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
expat.h 35 versions of Expat 1.95.x:
244 Added in Expat 1.95.3.
485 Expat places certain restrictions on the encodings that are supported
707 Note: If XML_DTD is not defined when Expat is compiled, returns
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
49 # Expat typename -> TypeInfo
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
expat.h 35 versions of Expat 1.95.x:
244 Added in Expat 1.95.3.
485 Expat places certain restrictions on the encodings that are supported
707 Note: If XML_DTD is not defined when Expat is compiled, returns
    [all...]
  /external/python/cpython2/Lib/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
49 # Expat typename -> TypeInfo
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /external/python/cpython2/Modules/expat/
expat.h 35 versions of Expat 1.95.x:
244 Added in Expat 1.95.3.
485 Expat places certain restrictions on the encodings that are supported
707 Note: If XML_DTD is not defined when Expat is compiled, returns
    [all...]
  /external/python/cpython3/Lib/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
47 # Expat typename -> TypeInfo
90 return type not in (expat.model.XML_CTYPE_ANY,
91 expat.model.XML_CTYPE_MIXED)
97 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
721 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /external/python/cpython3/Modules/expat/
expat.h 35 versions of Expat 1.95.x:
244 Added in Expat 1.95.3.
485 Expat places certain restrictions on the encodings that are supported
707 Note: If XML_DTD is not defined when Expat is compiled, returns
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
49 # Expat typename -> TypeInfo
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
49 # Expat typename -> TypeInfo
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
49 # Expat typename -> TypeInfo
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 1 """Facility to use the Expat parser to load a minidom instance
32 from xml.parsers import expat
49 # Expat typename -> TypeInfo
92 return type not in (expat.model.XML_CTYPE_ANY,
93 expat.model.XML_CTYPE_MIXED)
99 return self._model[0] == expat.model.XML_CTYPE_EMPTY
134 """Document builder that uses Expat to build a ParsedXML.DOM document
153 return expat.ParserCreate()
728 parser = expat.ParserCreate(namespace_separator=" ")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 5 #include "expat.h"
117 /* Build and set an Expat exception, including positioning
173 /* UTF-8 from Expat, Unicode desired */
186 /* UTF-8 from Expat, Unicode desired */
203 /* UTF-8 from Expat, UTF-8 desired */
216 /* UTF-8 from Expat, UTF-8 desired */
    [all...]
  /build/make/target/product/
runtime_libart.mk 36 # Why are we pulling in expat, which is used in frameworks, only, it seem?
  /development/testrunner/coverage/
coverage_targets.py 69 except xml.parsers.expat.ExpatError:

Completed in 1999 milliseconds

1 2 3 4 5 6 7 8 91011>>