HomeSort by relevance Sort by last modified time
    Searched full:entities (Results 101 - 125 of 1465) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/clang/include/clang/Sema/
SemaConsumer.h 25 /// analysis of the entities in those ASTs.
  /external/clang/tools/clang-format/
clang-format-sublime.py 10 # or regions are extended to the next bigger syntactic entities.
  /external/e2fsprogs/lib/et/test_cases/
imap_err.et 14 # entities to use the software for internal purposes.
  /external/libxml2/
Android.mk 8 entities.c \
  /external/markdown/markdown/
postprocessors.py 71 """ Restore valid entities """
  /external/skia/src/xml/
SkXMLPullParser.cpp 136 // TODO: std 5 entities here
  /frameworks/base/cmds/backup/
backup.cpp 39 " Lists the backup entities in the file.\n"
  /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/chromium_org/third_party/libxml/src/
NEWS 130 Fix a regression in streaming entities support (Daniel Veillard),
133 reader bug fix with entities (Daniel Veillard),
134 use options from current parser ctxt for external entities (Rob Richards),
141 reuse options from current parser for entities (Rob Richards),
247 functions on memory errors, BOM handling in external parsed entities
372 (Kasimier), warning on entities processing, XHTML script and style
378 when parsing entities (with Michael Day), fix entities behaviour when
387 HTML entities in attributes parsing, HTML minimized attribute values,
403 xmlIO.c(Kjartan Maraas), entities in XSD validation (Kasimier Buchcik)
    [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/chromium_org/third_party/libxml/src/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 */
339 * The entity loader, to control the loading of external entities,
    [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 */
339 * 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...]
  /external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java 42 * Abstract base class for entities.
198 * an empty method for non-streaming entities.
  /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/chromium_org/net/data/ssl/scripts/
generate-weak-test-chains.sh 70 # end-entities.
137 # The intermediates sign the end-entities.
  /external/chromium_org/tools/gn/secondary/third_party/libxml/
BUILD.gn 44 "src/include/libxml/entities.h",
94 "src/entities.c",
  /external/chromium_org/tools/grit/grit/
pseudo_rtl.py 38 # Lex text so that we don't interfere with html tokens and entities.
39 # This lexing scheme will handle all well formed tags and entities, html or
  /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 1076 milliseconds

1 2 3 45 6 7 8 91011>>