Searched refs:entities (Results 1 - 25 of 65) sorted by relevance

123

/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A DLimit.java41 final Map<CounterEntity, String> entities = new HashMap<CounterEntity, String>();
42 entities.put(CounterEntity.INSTRUCTION, "instructions");
43 entities.put(CounterEntity.BRANCH, "branches");
44 entities.put(CounterEntity.COMPLEXITY, "complexity");
45 entities.put(CounterEntity.LINE, "lines");
46 entities.put(CounterEntity.METHOD, "methods");
47 entities.put(CounterEntity.CLASS, "classes");
48 ENTITY_NAMES = Collections.unmodifiableMap(entities);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A Doutput_html.properties42 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/HTMLEntities
H A Doutput_xml.properties45 {http\u003a//xml.apache.org/xalan}entities=org/apache/xml/serializer/XMLEntities
H A DCharInfo.java59 * 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;
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, characte
[all...]
/external/libxml2/
H A Dautogen.sh39 test -f entities.c || {
H A DAndroid.mk36 common_SRC_FILES := SAX.c entities.c encoding.c error.c \
H A Drunxmlconf.c298 xmlChar *entities = NULL; local
341 entities = xmlGetProp(cur, BAD_CAST "ENTITIES");
342 if (!xmlStrEqual(entities, BAD_CAST "none")) {
421 if (entities != NULL)
422 xmlFree(entities);
H A Dentities.c2 * entities.c : implementation for the XML entities handling
18 #include <libxml/entities.h>
28 * The XML predefined entities.
200 * xmlAddEntity : register a new entity for an entities table.
221 if (dtd->entities == NULL)
222 dtd->entities = xmlHashCreateDict(0, dict);
223 table = dtd->entities;
427 * @parameter: look for parameter entities
486 if ((doc->extSubset != NULL) && (doc->extSubset->entities !
[all...]
H A DSAX.c20 #include <libxml/entities.h>
H A Dxmlcatalog.c314 Usage : %s [options] catalogfile entities...\n\
315 \tParse the catalog file and query it for the entities\n\
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DExample2_24Test.java164 private List<Entity> entities; field in class:Example2_24Test.Shape
167 return entities;
170 public Shape(List<Entity> entities) { argument
171 this.entities = entities;
/external/libxml2/include/libxml/
H A DMakefile.am7 entities.h \
/external/ImageMagick/MagickCore/
H A Dxml-tree.c122 **entities,
289 % to UTF-8, substituting predefined entities, wrapping as CDATA, or encoding
303 % entities.
348 Substitute predefined entities.
527 for (i=NumberPredefinedEntities; root->entities[i] != (char *) NULL; i+=2)
528 root->entities[i+1]=DestroyString(root->entities[i+1]);
529 root->entities=(char **) RelinquishMagickMemory(root->entities);
1391 static char *ParseEntities(char *xml,char **entities,in
119 **entities, member in struct:_XMLTreeRoot
1370 ParseEntities(char *xml,char **entities,int state) argument
1581 ValidateEntities(char *tag,char *xml,char **entities) argument
1689 **entities, local
[all...]
/external/tinyxml2/
H A Dtinyxml2.cpp71 static const Entity entities[NUM_ENTITIES] = variable
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;
1673 TIXMLASSERT( entities[i].value < ENTITY_RANGE );
1674 if ( entities[i].value < ENTITY_RANGE ) {
1675 entityFlag[ (int)entities[
[all...]
/external/libxml2/doc/
H A DbuildDocBookCatalog259 # find the prefix for ISO DocBook entities
276 echo could not locate iso-amsb.ent of ISO DocBook entities
290 echo could not locate ISO DocBook entities
294 echo Found ISO DocBook entities in $isodir
H A DMakefile.am14 downloads.html entities.html example.html help.html index.html \
90 entities.html \
109 html/libxml-entities.html \
/external/libxml2/VxWorks/
H A DMakefile36 encoding.o entities.o error.o \
/external/syslinux/core/fs/pxe/
H A Dhttp_readdir.c69 static const struct html_entity entities[] = { variable in typeref:struct:html_entity
355 for (ent = entities; ent->ucs; ent++) {
/external/guice/extensions/struts2/src/com/google/inject/struts2/
H A DStruts2Factory.java27 import com.opensymphony.xwork2.config.entities.InterceptorConfig;
H A DGuiceObjectFactory.java30 import com.opensymphony.xwork2.config.entities.InterceptorConfig;
/external/libevent/
H A Devent_rpcgen.py1514 entities = []
1523 entities.extend(ProcessStruct(factory, data))
1525 return entities
1674 entities = Parse(factory, fp)
1683 for entry in entities:
1687 for entry in entities:
1696 for entry in entities:
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java1117 * completely expand entities before the structure model is passed
1118 * to the DOM" refers only to parsed entities, not unparsed, and hence
1136 NamedNodeMap entities = doctype.getEntities();
1137 if(null == entities)
1139 Entity entity = (Entity) entities.getNamedItem(name);
/external/bzip2/
H A DMakefile197 $(DISTNAME)/entities.xml \
206 entities.xml manual.xml
/external/compiler-rt/lib/profile/
H A DInstrProfData.inc12 * compiler (instrumentation), and host tools (reader/writer). The entities
54 * The second part of the file includes definitions all other entities that
/external/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc12 * compiler (instrumentation), and host tools (reader/writer). The entities
54 * The second part of the file includes definitions all other entities that

Completed in 733 milliseconds

123