/external/libxml2/ |
SAX2.c | 20 #include <libxml/entities.h> 457 * Free up the external entities 483 * The entity loader, to control the loading of external entities, [all...] |
valid.c | 6754 xmlEntitiesTablePtr entities; local [all...] |
tree.c | 32 #include <libxml/entities.h> 142 * Functions to move to entities.c once the * 163 if((dtd != NULL) && (dtd->entities != NULL)) { 164 table = (xmlEntitiesTablePtr) dtd->entities; 1102 * of notations, elements, attributes and entities. 1127 if (cur->entities != NULL) 1128 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->entities); [all...] |
debugXML.c | 523 fprintf(ctxt->output, " ENTITIES"); [all...] |
legacy.c | 17 #include <libxml/entities.h> 42 * Substitute the HTML entities by their value 69 * Set up the predefined entities. 80 * Cleanup up the predefined entities table. 93 "fetch external entities", 94 "substitute entities", 183 } else if (!strcmp(name, "fetch external entities")) { 185 } else if (!strcmp(name, "substitute entities")) { 301 } else if (!strcmp(name, "fetch external entities")) { 303 } else if (!strcmp(name, "substitute entities")) { [all...] |
HTMLtree.c | 26 #include <libxml/entities.h> 171 /* html isn't a real encoding it's just libxml2 way to get entities */ 990 * force to output the stuff as HTML, especially for entities
|
/external/chromium_org/third_party/libxml/src/ |
valid.c | 6747 xmlEntitiesTablePtr entities; local [all...] |
tree.c | 32 #include <libxml/entities.h> 142 * Functions to move to entities.c once the * 163 if((dtd != NULL) && (dtd->entities != NULL)) { 164 table = (xmlEntitiesTablePtr) dtd->entities; 1091 * of notations, elements, attributes and entities. 1116 if (cur->entities != NULL) 1117 xmlFreeEntitiesTable((xmlEntitiesTablePtr) cur->entities); [all...] |
debugXML.c | 522 fprintf(ctxt->output, " ENTITIES"); [all...] |
legacy.c | 17 #include <libxml/entities.h> 42 * Substitute the HTML entities by their value 69 * Set up the predefined entities. 80 * Cleanup up the predefined entities table. 93 "fetch external entities", 94 "substitute entities", 183 } else if (!strcmp(name, "fetch external entities")) { 185 } else if (!strcmp(name, "substitute entities")) { 301 } else if (!strcmp(name, "fetch external entities")) { 303 } else if (!strcmp(name, "substitute entities")) { [all...] |
HTMLtree.c | 26 #include <libxml/entities.h> 171 /* html isn't a real encoding it's just libxml2 way to get entities */ 992 * force to output the stuff as HTML, especially for entities
|
/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...] |
tree.h | 46 /* entities.h */ 383 void *entities; /* Hash table for entities if any */ member in struct:_xmlDtd 386 void *pentities; /* Hash table for param entities if any */ [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...] |
tree.h | 46 /* entities.h */ 382 void *entities; /* Hash table for entities if any */ member in struct:_xmlDtd 385 void *pentities; /* Hash table for param entities if any */ [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 233 # Change to `true` to disallow markup or entities. [all...] |
/dalvik/docs/ |
prettify.js | 283 // Handle numeric entities specially. We can't use functional substitution 358 // XMP tags contain unescaped entities so require special handling. [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-reference.js | 42 // so leave those kinds of entities at the default level of 1 (for example, the R.styleable class)
|
/device/asus/grouper/keymaster/ |
NOTICE | 59 other entities that control, are controlled by, or are under common
|
/device/asus/grouper/self-extractors/nvidia/staging/keymaster/ |
NOTICE | 59 other entities that control, are controlled by, or are under common
|
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/ |
NOTICE | 59 other entities that control, are controlled by, or are under common
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 151 interfaces aren't that useful as programmatic entities -- in fact, it's mildly [all...] |
token.rb | 339 There are a variety of different entities throughout the ANTLR runtime library
|
tree.rb | 41 Name space containing all of the entities pertaining to tree construction and [all...] |
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactFragment.java | 223 mEntities = data.entities;
|