HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 1 - 25 of 2885) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLSchema.java 17 elements, attributes, and character entity declarations. All the declarations
    [all...]
  /external/iputils/doc/
index.db 2 <!ENTITY snapshot SYSTEM "snapshot.db">
3 <!ENTITY ping SYSTEM "ping.sgml">
4 <!ENTITY rdisc SYSTEM "rdisc.sgml">
5 <!ENTITY arping SYSTEM "arping.sgml">
6 <!ENTITY clockdiff SYSTEM "clockdiff.sgml">
7 <!ENTITY tracepath SYSTEM "tracepath.sgml">
8 <!ENTITY traceroute6 SYSTEM "traceroute6.sgml">
9 <!ENTITY rarpd SYSTEM "rarpd.sgml">
10 <!ENTITY ninfod SYSTEM "ninfod.sgml">
11 <!ENTITY tftpd SYSTEM "tftpd.sgml"
    [all...]
  /external/bzip2/
entities.xml 2 <!ENTITY bz-url "http://www.bzip.org">
3 <!ENTITY bz-email "jseward@bzip.org">
4 <!ENTITY bz-lifespan "1996-2010">
6 <!ENTITY bz-version "1.0.6">
7 <!ENTITY bz-date "6 September 2010">
9 <!ENTITY manual-title "bzip2 Manual">
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1-sources.jar 
httpmime-4.1.jar 
  /external/markdown/tests/misc/
numeric-entity.txt 4 This is an entity: &#234;
  /external/valgrind/main/docs/xml/
vg-entities.xml 2 <!ENTITY vg-jemail "julian@valgrind.org">
3 <!ENTITY vg-vemail "valgrind@valgrind.org">
4 <!ENTITY cl-email "Josef.Weidendorfer@gmx.de">
5 <!ENTITY vg-lifespan "2000-2010">
8 <!ENTITY rel-type "Release">
9 <!ENTITY rel-version "3.6.0">
10 <!ENTITY rel-date "21 October 2010">
13 <!ENTITY vg-docs-path "$INSTALL/share/doc/valgrind/html/index.html">
18 <!ENTITY vg-url "http://www.valgrind.org/">
19 <!ENTITY vg-lists-url "http://www.valgrind.org/support/mailing_lists.html"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/
viewport-124.html 2 <title>Check that the space entity is a separator</title>
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c 50 static inline unsigned int __media_entity_type(struct media_entity *entity)
52 return entity->info.type & MEDIA_ENT_TYPE_MASK;
77 static struct media_link *__media_entity_add_link(struct media_entity *entity)
79 if (entity->num_links >= entity->max_links) {
80 struct media_link *links = entity->links;
81 unsigned int max_links = entity->max_links * 2;
88 for (i = 0; i < entity->num_links; ++i)
91 entity->max_links = max_links;
92 entity->links = links
106 struct media_entity *entity = &media->entities[id - 1]; local
217 struct media_entity *entity, *temp_entity; local
349 struct media_entity *entity = &media->entities[i]; local
406 struct media_entity *entity; local
433 struct media_entity *entity = &media->entities[i]; local
521 struct media_entity *entity = &media->entities[i]; local
618 struct media_entity *entity; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
entities.c 91 * xmlFreeEntity : clean-up an entity record.
94 xmlFreeEntity(xmlEntityPtr entity)
98 if (entity == NULL)
101 if (entity->doc != NULL)
102 dict = entity->doc->dict;
105 if ((entity->children) && (entity->owner == 1) &&
106 (entity == (xmlEntityPtr) entity->children->parent))
107 xmlFreeNodeList(entity->children)
    [all...]
  /external/libxml2/
entities.c 91 * xmlFreeEntity : clean-up an entity record.
94 xmlFreeEntity(xmlEntityPtr entity)
98 if (entity == NULL)
101 if (entity->doc != NULL)
102 dict = entity->doc->dict;
105 if ((entity->children) && (entity->owner == 1) &&
106 (entity == (xmlEntityPtr) entity->children->parent))
107 xmlFreeNodeList(entity->children)
    [all...]
  /external/chromium_org/sync/syncable/
syncable_proto_util.cc 19 bool IsFolder(const sync_pb::SyncEntity& entity) {
23 return ((entity.has_folder() && entity.folder()) ||
24 (entity.has_bookmarkdata() &&
25 entity.bookmarkdata().bookmark_folder()));
28 bool IsRoot(const sync_pb::SyncEntity& entity) {
29 return SyncableIdFromProto(entity.id_string()).IsRoot();
  /libcore/luni/src/main/java/org/w3c/dom/
Entity.java 16 * This interface represents a known entity, either parsed or unparsed, in an
17 * XML document. Note that this models the entity itself <em>not</em> the entity declaration.
19 * <code>Node</code> contains the name of the entity.
24 * process entity declarations made in the external subset or declared in
27 * that the replacement text of the entity may not be available. When the <a href='http://www.w3.org/TR/2004/REC-xml-20040204#intern-replacement'>
28 * replacement text</a> is available, the corresponding <code>Entity</code> node's child list
31 * <p>DOM Level 3 does not support editing <code>Entity</code> nodes; if a
32 * user wants to make changes to the contents of an <code>Entity</code>,
34 * structure model by a clone of the <code>Entity</code>'s contents, an
    [all...]
EntityReference.java 16 * <code>EntityReference</code> nodes may be used to represent an entity
20 * rather than by an entity reference. Moreover, the XML processor may
25 * entity an <code>Entity</code> exists, and the subtree of the
26 * <code>EntityReference</code> node is a copy of the <code>Entity</code>
27 * node subtree. However, the latter may not be true when an entity contains
29 * resolution depends on where the entity reference is, the descendants of
32 * an unknown entity, the node has no children and its replacement value,
34 * <p>As for <code>Entity</code> nodes, <code>EntityReference</code> nodes and
38 * 1.0 and XML Schema, the normalization is performed after entity referenc
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 32 // The maximum length of an entity (preceded by an &)
35 // The state the strip function can be, normal, in an amp escaped entity or
41 // Map of entity names to special characters.
98 // Holds the contents of an & (amp) entity before its decoded.
130 // Semi-colon terminates an entity, try and decode it.
146 // More than 8 chars, so not a valid entity, dump as plain text.
158 * Attempts to decode the entity provided, if it succeeds appends it to the out string.
160 * @param out the string builder to add the decoded entity to.
173 // Numbered entity.
179 // If the entity is not a numeric value, try looking it up by name
180 String entity = entityValues.get(entityName); local
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Entity.java 30 * MIME entity. An entity has a header and a body (see RFC 2045).
33 * @version $Id: Entity.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $
35 public abstract class Entity {
38 private Entity parent = null;
41 * Gets the parent entity of this entity.
42 * Returns <code>null</code> if this is the root entity.
46 public Entity getParent() {
51 * Sets the parent entity of this entity.
    [all...]
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /external/apache-http/src/org/apache/http/util/
EntityUtils.java 60 public static byte[] toByteArray(final HttpEntity entity) throws IOException {
61 if (entity == null) {
62 throw new IllegalArgumentException("HTTP entity may not be null");
64 InputStream instream = entity.getContent();
68 if (entity.getContentLength() > Integer.MAX_VALUE) {
69 throw new IllegalArgumentException("HTTP entity too large to be buffered in memory");
71 int i = (int)entity.getContentLength();
88 public static String getContentCharSet(final HttpEntity entity)
91 if (entity == null) {
92 throw new IllegalArgumentException("HTTP entity may not be null")
    [all...]
  /external/apache-http/src/org/apache/http/entity/
package.html 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/package.html $
39 An {@link org.apache.http.HttpEntity entity} is the optional content of a
41 You'll find a basic selection of entity implementations here.
42 If you need to send an entity, you can provide it for example as a
43 {@link org.apache.http.entity.ByteArrayEntity byte array},
44 {@link org.apache.http.entity.StringEntity string},
45 {@link org.apache.http.entity.FileEntity file}, or through an arbitrary
46 {@link org.apache.http.entity.InputStreamEntity input stream}.
47 If you receive a message with an entity, you typically get that as a
48 {@link org.apache.http.entity.BasicHttpEntity basic} entity
    [all...]
  /libcore/dom/src/test/resources/
staff.xml 3 <!ENTITY ent1 "es">
4 <!ENTITY ent2 "1900 Dallas Road">
5 <!ENTITY ent3 "Texas">
6 <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>">
7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
8 <!ENTITY ent1 "This entity should be discarded">
  /libcore/luni/src/test/resources/nwf/
staff.xml 3 <!ENTITY ent1 "es">
4 <!ENTITY ent2 "1900 Dallas Road">
5 <!ENTITY ent3 "Texas">
6 <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>">
7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
8 <!ENTITY ent1 "This entity should be discarded">
  /libcore/luni/src/test/resources/wf/
staff.xml 3 <!ENTITY ent1 "es">
4 <!ENTITY ent2 "1900 Dallas Road">
5 <!ENTITY ent3 "Texas">
6 <!ENTITY ent4 "<entElement domestic='Yes'>Element data</entElement><?PItarget PIdata?>">
7 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
8 <!ENTITY ent1 "This entity should be discarded">
  /external/chromium_org/chrome/browser/extensions/
app_sync_data_unittest.cc 36 sync_pb::EntitySpecifics entity; local
37 sync_pb::AppSpecifics* app_specifics = entity.mutable_app();
46 syncer::SyncData::CreateLocalData("sync_tag", "non_unique_title", entity);
58 sync_pb::EntitySpecifics entity; local
59 sync_pb::AppSpecifics* input_specifics = entity.mutable_app();
68 syncer::SyncData::CreateLocalData("sync_tag", "non_unique_title", entity);
81 sync_pb::EntitySpecifics entity; local
82 sync_pb::AppSpecifics* app_specifics = entity.mutable_app();
90 syncer::SyncData::CreateLocalData("sync_tag", "non_unique_title", entity);
  /libcore/luni/src/test/resources/
staffEntRes.xml 4 <!ENTITY ent1 "es">
5 <!ENTITY ent2 "1900 Dallas Road">
6 <!ENTITY ent3 "Texas">
7 <!ENTITY chap1 SYSTEM "chap1.xml">
8 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
9 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
10 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
11 <!ENTITY ent1 "This entity should be discarded">

Completed in 2398 milliseconds

1 2 3 4 5 6 7 8 91011>>