HomeSort by relevance Sort by last modified time
    Searched full:entities (Results 151 - 175 of 1749) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/markdown/markdown/
postprocessors.py 71 """ Restore valid entities """
  /external/selinux/libselinux/include/selinux/
flask.h 86 * Security identifier indices for initial entities
  /external/skia/src/xml/
SkXMLPullParser.cpp 136 // TODO: std 5 entities here
  /frameworks/base/cmds/backup/
backup.cpp 38 " Lists the backup entities in the file.\n"
  /frameworks/base/core/java/android/content/res/
ConstantState.java 24 * configuration changes can be obtained from {@link android.util.TypedValue}. Entities such as
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 31 * parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'>
32 * entities</a>" is set to <code>false</code>. Note that, as described by the parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-entities'>
33 * entities</a>", unexpanded entity reference nodes are never discarded and are always
LSOutput.java 90 * 4.3.3 "Character Encoding in Entities"), it is recommended that
99 * 4.3.3 "Character Encoding in Entities"), it is recommended that
  /external/owasp/sanitizer/empiricism/
canned-data.js     [all...]
  /external/libxml2/
NEWS 16 CVE-2014-0191 Do not fetch external parameter entities (Daniel Veillard)
108 Fix incorrect spelling entites->entities (Jan Pokorný),
228 Detect excessive entities expansion upon replacement (Daniel Veillard),
256 Cache presence of '<' in entities content (Daniel Veillard),
257 Avoid extra processing on entities (Daniel Veillard),
313 Fix potential crash on entities errors (Daniel Veillard),
330 Do not fetch external parsed entities (Daniel Veillard),
332 Fix entities local buffers size problems (Daniel Veillard),
471 Try to fix a problem with entities in SAX mode (Daniel Veillard),
480 Fix an allocation error when copying entities (Daniel Veillard)
    [all...]
  /external/libxml2/test/valid/dtds/
spec.dtd 41 <!-- Entities for characters and symbols ........................... -->
61 <!-- Entities for classes of standalone elements ................... -->
68 # Added "local" entities for customization.
96 <!-- Entities for classes of phrase-level elements ................. -->
101 # Added "local" entities for customization.
134 <!-- Entities for mixtures of standalone elements .................. -->
170 <!-- Entities for mixtures of #PCDATA and phrase-level elements .... -->
207 <!-- Entities for customizable content models ...................... -->
210 #1998-03-10: maler: Added customization entities.
226 <!-- Entities for common attributes ................................ --
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 71 static const Entity entities[NUM_ENTITIES] = variable
193 // Entities handled by tinyXML2:
194 // - special entities in the entity table [in/out]
210 if ( strncmp( p+1, entities[i].pattern, entities[i].length ) == 0
211 && *(p+entities[i].length+1) == ';' )
214 *q = entities[i].value;
216 p += entities[i].length + 2;
    [all...]
  /external/libxml2/include/libxml/
parser.h 20 #include <libxml/entities.h>
40 * few predefined ones). This is the case both for internal entities
42 * external entities - in which case we use the buf structure for
110 * The recursive one use the state info for entities processing.
189 int replaceEntities; /* shall we replace entities ? */
250 xmlParserInputPtr entity; /* used to check entities boundaries */
303 unsigned long nbentities; /* number of entities references */
304 unsigned long sizeentities; /* size of parsed entities */
342 * The entity loader, to control the loading of external entities,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 54 "ENTITIES": minidom.TypeInfo(None, "entities"),
181 if self._options.entities:
255 doctype.entities._seq = []
312 # we don't care about parameter entities for the DOM
314 if not self._options.entities:
323 self.document.doctype.entities._seq.append(node)
325 del self.document.doctype.entities._seq[-1]
586 "http://xml.python.org/entities/fragment-builder/internal"
675 for i in range(doctype.entities.length)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 54 "ENTITIES": minidom.TypeInfo(None, "entities"),
181 if self._options.entities:
255 doctype.entities._seq = []
312 # we don't care about parameter entities for the DOM
314 if not self._options.entities:
323 self.document.doctype.entities._seq.append(node)
325 del self.document.doctype.entities._seq[-1]
586 "http://xml.python.org/entities/fragment-builder/internal"
675 for i in range(doctype.entities.length)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 27 doctype.entities._seq = []
33 "http://xml.python.org/entities/my",
38 doctype.entities._seq.append(entity)
44 doctype.entities.item(0).ownerDocument = doc
667 and len(clone.entities) == len(doctype.entities)
668 and clone.entities.item(len(clone.entities)) is None
672 for i in range(len(doctype.entities)):
673 se = doctype.entities.item(i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 27 doctype.entities._seq = []
33 "http://xml.python.org/entities/my",
38 doctype.entities._seq.append(entity)
44 doctype.entities.item(0).ownerDocument = doc
667 and len(clone.entities) == len(doctype.entities)
668 and clone.entities.item(len(clone.entities)) is None
672 for i in range(len(doctype.entities)):
673 se = doctype.entities.item(i
    [all...]
  /art/runtime/arch/
instruction_set.h 190 // The following definitions create return types for two word-sized entities that will be passed
191 // in registers so that memory operations for the interface trampolines can be avoided. The entities
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 13 documentation, and that the name of Lucent or any of its entities
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
gdtoa.h 13 documentation, and that the name of Lucent or any of its entities
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
smisc.c 13 documentation, and that the name of Lucent or any of its entities
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java 138 * Default behavior is to expand DTD entities,
140 * @param expand true if DTD entities are to be expanded,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 150 * "Character Encoding in Entities"). This attribute has no effect when the
165 * "Character Encoding in Entities"). This attribute has no effect when the
  /external/clang/include/clang/AST/
ASTConsumer.h 134 /// \brief If the consumer is interested in entities getting modified after
139 /// \brief If the consumer is interested in entities being deserialized from
  /external/replicaisland/src/com/replica/replicaisland/
PhysicsComponent.java 188 // make sure the entities' motion requires resolution
194 // calculate an impulse to apply to both entities
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 145 * entities, and any external subset, are resolved by such parsers.
173 * entities, and any external subset, are resolved by such parsers.

Completed in 970 milliseconds

1 2 3 4 5 67 8 91011>>