HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 1851 - 1875 of 3175) sorted by null

<<71727374757677787980>>

  /external/apache-http/src/org/apache/http/conn/
ConnectionReleaseTrigger.java 41 * or an {@link BasicManagedEntity entity}
61 * remainder of a response entity. Use
  /external/apache-http/src/org/apache/http/entity/
SerializableEntity.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/entity/SerializableEntity.java $
32 package org.apache.http.entity;
  /external/bluetooth/glib/tests/
markup-escape-test.c 31 gboolean entity)
39 if (entity)
  /external/libxml2/include/libxml/
catalog.h 10 * http://www.oasis-open.org/committees/entity/spec-2001-08-06.html
38 (const xmlChar *) "urn:oasis:names:tc:entity:xmlns:xml:catalog"
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform01.js 82 entity references are expanded and unused entity declaration are maintained.
documentadoptnode16.js 78 Create a document fragment with an entity reference, adopt the node and check
79 that the entity reference value comes from the adopting documents DTD.
entities01.js 82 entity references and unused entity declaration are maintained.
entities02.js 82 entity references are expanded and unused entity declaration are maintained.
infoset01.js 82 entity references are expanded and unused entity declaration are maintained.
noderemovechild19.js 81 to remove a non-child from an entity reference and expect either a NOT_FOUND_ERR or
82 a NO_MODIFICATION_ALLOWED_ERR. Renove a child from an entity reference and expect
nodereplacechild21.js 88 Using replaceChild on this DocumentType node attempt to replace an Entity node with
91 Also try replacing the docType with an entity node and see if the same exception gets thrown.
textreplacewholetext07.js 79 Append an entity reference and a text node after to the content of the
81 of that element. Since the entity reference does not contain any
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.h 52 // However, we cannot do this in a XML document because it does not have the entity reference defined (See the bug 19215).
61 UChar entity; member in struct:WebCore::EntityDescription
  /external/webkit/Source/WebCore/platform/text/
TextCodec.h 48 // Encodes the character as an XML entity. For example, U+06DE
52 // Encodes the character as en entity as above, but escaped
  /frameworks/base/include/androidfw/
BackupHelpers.h 77 * entity-structured. If the implementation here is changed, either this
129 entity_header_v1 entity; member in union:android::BackupDataReader::__anon16855
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockHttpClient.java 40 public void setResponseData(HttpEntity entity) {
42 mResponseEntity = entity;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeentityreferencenodename.java 32 * EntityReference Node is the name of the entity referenced.
34 * Retrieve the first Entity Reference node from the last
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode11.java 38 * If the Document provides a definition for the entity name, its value is assigned.
40 * Create an entity reference whose name is "ent3" in a different document.
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ImportNode.java 303 // Entity entity2;
304 // Entity entity1;
316 // entity2 = (Entity) entityList.getNamedItem("ent6");
317 // entity1 = (Entity) doc.importNode(entity2, false);
385 // Entity entity2;
386 // Entity entity1;
398 // entity2 = (Entity) entityList.getNamedItem("ent4");
399 // entity1 = (Entity) doc.importNode(entity2, true);
  /packages/apps/Contacts/src/com/android/contacts/editor/
BaseRawContactEditorView.java 27 import android.content.Entity;
43 * source {@link Entity} can be swapped out. Any state-based changes, such as
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 26 import android.content.Entity;
86 public static EntityDeltaList fromIterator(Iterator<Entity> iterator) {
91 final Entity before = iterator.next();
92 final EntityDelta entity = EntityDelta.fromBefore(before); local
93 state.add(entity);
106 // For each entity in the remote set, try matching over existing
125 * the "before" {@link Entity} states into the modified state which all
337 // Find the first writable entity.
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnProfile.java 22 * Parcel-like entity class for VPN profiles. To keep things simple, all
38 // Entity fields.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 65 * Show <code>EntityReference</code> nodes. Note that if Entity References
72 * Show <code>Entity</code> nodes. This is meaningful only when creating
73 * an iterator or tree-walker with an<code> Entity</code> node as its
74 * <code>root</code>; in this case, it means that the <code>Entity</code>
  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509V1CertificateGenerator.java 78 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
95 * Set the issuer distinguished name - the issuer is the entity whose private key is used to sign the
117 * Set the subject distinguished name. The subject describes the entity associated with the public key.
133 * Set the subject distinguished name. The subject describes the entity associated with the public key.
  /external/e2fsprogs/po/
Makevars 18 # or entity, or to disclaim their copyright. The empty string stands for

Completed in 711 milliseconds

<<71727374757677787980>>