HomeSort by relevance Sort by last modified time
    Searched defs:entities (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/sync/test/fake_server/
fake_server_verifier.cc 21 return AssertionFailure() << "FakeServer failed to create an entities "
48 scoped_ptr<base::DictionaryValue> entities = local
50 if (!entities.get()) {
56 if (!entities->GetList(model_type_string, &entity_list)) {
70 scoped_ptr<base::DictionaryValue> entities = local
72 if (!entities.get()) {
79 if (entities->GetList(model_type_string, &entity_list)) {
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
CharInfo.java 59 * The name of the HTML entities file.
66 * The name of the XML entities file.
87 /** This flag is an optimization for HTML entities. It false if entities
179 ResourceBundle entities = null; local
194 entities = PropertyResourceBundle.getBundle(entitiesResource);
198 if (entities != null) {
199 Enumeration keys = entities.getKeys();
202 String value = entities.getString(name);
349 * <p>Unlike internal entities, character references are a string to singl
    [all...]
  /external/chromium_org/third_party/markdown/
inlinepatterns.py 86 from html import entities namespace
88 import htmlentitydefs as entities namespace
501 entity = entities.codepoint2name.get(code)
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 1136 NamedNodeMap entities = doctype.getEntities(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 1426 NamedNodeMap entities = doctype.getEntities(); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 99 /** Keeps track if we are in an entity reference when entities=true */
159 // Parameter entities, true [required] (default)
160 private final static int ENTITIES = 0x1 << 6;
1669 NamedNodeMap entities = docType.getEntities(); local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
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/chromium_org/third_party/libxml/src/
valid.c 6747 xmlEntitiesTablePtr entities; local
    [all...]
  /external/libxml2/include/libxml/
tree.h 47 /* entities.h */
420 void *entities; /* Hash table for entities if any */ member in struct:_xmlDtd
423 void *pentities; /* Hash table for param entities if any */
    [all...]
  /external/libxml2/
valid.c 6756 xmlEntitiesTablePtr entities; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /external/jdiff/
xerces.jar 

Completed in 313 milliseconds