/libcore/luni/src/test/java/libcore/xml/ |
PullParserDtdTest.java | 38 + " <!ENTITY % a \"android\">" 47 + " <!ENTITY % a \"android\">" 48 + " <!ENTITY b \"%a;\">" 54 + " <!ENTITY % a \"android\">" 60 + " <!ENTITY a \"aaa\">" 61 + " <!ENTITY % a \"bbb\">" 73 + " <!ENTITY a \"android\">" 95 + " <!ENTITY a \"android\">" 107 + " <!ENTITY a \"&#65;\">" // & expands to '&', A expands to 'A' 119 + " <!ENTITY a \"&#38;#38;#38;\">" // expand & to '&' only twic [all...] |
/external/libxml2/test/valid/dtds/ |
xmlspec.dtd | 51 <!ENTITY lt "&#60;"> 52 <!ENTITY gt ">"> 53 <!ENTITY amp "&#38;"> 54 <!ENTITY apos "'"> 55 <!ENTITY quot """> 56 <!ENTITY nbsp " "> 58 <!ENTITY mdash "—"> 59 <!ENTITY ldquo "“"> 60 <!ENTITY rdquo "”"> 77 <!ENTITY % local.p.class "" [all...] |
/external/libxml2/result/valid/ |
REC-xml-19980210.xml | 5 publication. --><!ENTITY XML.version "1.0"> 6 <!ENTITY doc.date "10 February 1998"> 7 <!ENTITY iso6.doc.date "19980210"> 8 <!ENTITY w3c.doc.date "02-Feb-1998"> 9 <!ENTITY draft.day "10"> 10 <!ENTITY draft.month "February"> 11 <!ENTITY draft.year "1998"> 12 <!ENTITY WebSGML "WebSGML Adaptations Annex to ISO 8879"> 13 <!ENTITY lt "<"> 14 <!ENTITY gt ">" [all...] |
/external/libxml2/test/relaxng/ |
tutor11_1_3.xml | 10 <!ENTITY XML.version "1.0"> 11 <!ENTITY doc.date "10 February 1998"> 12 <!ENTITY iso6.doc.date "19980210"> 13 <!ENTITY w3c.doc.date "02-Feb-1998"> 14 <!ENTITY draft.day '10'> 15 <!ENTITY draft.month 'February'> 16 <!ENTITY draft.year '1998'> 18 <!ENTITY WebSGML 21 <!ENTITY lt "<"> 22 <!ENTITY gt ">"> [all...] |
/external/libxml2/test/valid/ |
REC-xml-19980210.xml | 10 <!ENTITY XML.version "1.0"> 11 <!ENTITY doc.date "10 February 1998"> 12 <!ENTITY iso6.doc.date "19980210"> 13 <!ENTITY w3c.doc.date "02-Feb-1998"> 14 <!ENTITY draft.day '10'> 15 <!ENTITY draft.month 'February'> 16 <!ENTITY draft.year '1998'> 18 <!ENTITY WebSGML 21 <!ENTITY lt "<"> 22 <!ENTITY gt ">"> [all...] |
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 46 /// \brief Base class that describes a preprocessed entity, which may be a 50 /// \brief The kind of preprocessed entity an object describes. 52 /// \brief Indicates a problem trying to load the preprocessed entity. 75 /// \brief The kind of preprocessed entity that this object describes. 78 /// \brief The source range that covers this preprocessed entity. 88 /// \brief Retrieve the kind of preprocessed entity stored in this object. 92 /// entity. 96 /// entity. 269 /// \brief Read a preallocated preprocessed entity from the external source. 272 /// entity from being loaded [all...] |
/external/apache-http/src/org/apache/http/ |
HttpResponse.java | 129 * Obtains the message entity of this response, if any. 130 * The entity is provided by calling {@link #setEntity setEntity}. 132 * @return the response entity, or 138 * Associates a response entity with this response. 140 * @param entity the entity to associate with this response, or 143 void setEntity(HttpEntity entity);
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Schema.java | 107 Add to or replace a character entity in this schema. 108 @param name Name of the entity 109 @param value Value of the entity 112 public void entity(String name, int value) { method in class:Schema 127 Get an entity value by name. 128 @param name Name of the entity 133 // System.err.println("%% Looking up entity " + name);
|
ScanHandler.java | 55 Reports an entity reference or character reference. 58 public void entity(char[] buff, int offset, int length) throws SAXException; method in interface:ScanHandler 115 Returns the value of the last entity or character reference reported.
|
/frameworks/base/core/java/android/app/backup/ |
BackupDataOutput.java | 34 * onBackup()} method first writes an "entity header" that supplies the key string for the record 36 * written, the agent then writes the binary entity value itself. The entity value can 40 * Entity key strings are considered to be unique within a given application's backup 41 * data set. If a backup agent writes a new entity under an existing key string, its value will 43 * entirely from the remote data set by writing a new entity header using the 97 * Write a chunk of data under the current entity to the backup transport.
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeIterator.java | 56 * The value of this flag determines whether the children of entity 64 * <br> To produce a view of the document that has entity references 65 * expanded and does not expose the entity reference node itself, use 66 * the <code>whatToShow</code> flags to hide the entity reference node 69 * entity reference nodes but no entity expansion, use the 70 * <code>whatToShow</code> flags to show the entity reference node and
|
/packages/apps/Browser/src/com/android/browser/homepages/ |
Template.java | 51 interface Entity {
65 static class StringEntity implements Entity {
80 static class SimpleEntity implements Entity {
95 static class ListEntity implements Entity {
165 private List<Entity> mTemplate;
172 mTemplate = new ArrayList<Entity>();
231 for (Entity ent : mTemplate) {
|
/packages/apps/Contacts/tests/src/com/android/contacts/activities/ |
PeopleActivityTest.java | 166 Contacts.getLookupUri(contactId, lookupKey), Contacts.Entity.CONTENT_DIRECTORY); 168 row1.put(Contacts.Entity.DATA_ID, 1); 169 row1.put(Contacts.Entity.LOOKUP_KEY, lookupKey); 170 row1.put(Contacts.Entity.CONTACT_ID, contactId); 171 row1.put(Contacts.Entity.DISPLAY_NAME, "Contact " + contactId); 172 row1.put(Contacts.Entity.ACCOUNT_NAME, TEST_ACCOUNT); 173 row1.put(Contacts.Entity.ACCOUNT_TYPE, TEST_ACCOUNT_TYPE);
|
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/ |
ContactDeletionInteractionTest.java | 22 import android.provider.ContactsContract.Contacts.Entity; 54 CONTACT_URI, Entity.CONTENT_DIRECTORY); 135 Entity.RAW_CONTACT_ID, Entity.ACCOUNT_TYPE, Entity.DATA_SET, Entity.CONTACT_ID, 136 Entity.LOOKUP_KEY);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
Multipart.java | 49 private Entity parent = null; 83 public Entity getParent() { 88 * @see org.apache.james.mime4j.message.Body#setParent(org.apache.james.mime4j.message.Entity) 90 public void setParent(Entity parent) { 187 * Return the boundory of the parent Entity 192 Entity e = getParent(); 199 Entity e = getParent();
|
/docs/source.android.com/src/source/ |
cla-individual.jd | 14 <p>In order to clarify the intellectual property license granted with Contributions from any person or entity, the Android Open Source Project (the "Project") must have a Contributor License Grant ("Grant") on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Project and the Android Open Source Project Leads (the "Project Leads"); it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please complete and send an original signed Grant to</p> 40 <p>"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Grant. For legal entities, the entity making a Contribution and all other entities that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project Leads for inclusion in, or documentation of, any of the products managed or maintained by the Project Leads (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Project Leads or their representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project Leads for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."</p> 46 <p>Grant of Patent License. Subject to the terms and conditions of this Grant, You hereby grant to the Project Leads and to recipients of software distributed by the Project Leads a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by You that are necessarily infringed by Your Contribution(s) alone or by combination of Your Contribution(s) with the Work to which such Contribution(s) was submitted. If any entity institutes patent litigation against You or any other entity (including a cross-claim or counterclaim in a lawsuit) alleging that your Contribution, or the Work to which you have contributed, constitutes direct or contributory patent infringement, then any patent licenses granted to that entity under this Grant for that Contribution or Work shall terminate as of the date such litigation is filed.</p>
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSendMeetingResponse.java | 6 import android.content.Entity; 174 // What we're doing here is to create an Entity that looks like an Event as it would be 177 final Entity entity = new Entity(entityValues); local 201 entity.addSubValue(CalendarContract.Attendees.CONTENT_URI, attendeeValues); 208 entity.addSubValue(CalendarContract.Attendees.CONTENT_URI, organizerValues); 210 // Create a message from the Entity we've built. The message will have fields like 227 CalendarUtilities.createMessageForEntity(mContext, entity, flag,
|
/external/apache-http/src/org/apache/http/impl/entity/ |
package.html | 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/package.html $ 38 {@link org.apache.http.entity org.apache.http.entity}.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
usingdatastore.rst | 30 The datastore writes data in objects known as entities, and each entity has a 31 key that identifies the entity. Entities can belong to the same entity group, 33 Entity groups have a parent key that identifies the entire entity group. 35 In the High Replication Datastore, entity groups are also a unit of 36 consistency. Queries over multiple entity groups may return stale, `eventually consistent <http://en.wikipedia.org/wiki/Eventual_consistency>`_ 37 results. Queries over a single entity group return up-to-date, strongly 38 consistent, results. Queries over a single entity group are called ancestor 39 queries. Ancestor queries use the parent key (instead of a specific entity' [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
test4.test | 107 {"description":"Zero hex numeric entity", 111 {"description":"Zero decimal numeric entity", 115 {"description":"Zero-prefixed hex numeric entity", 119 {"description":"Zero-prefixed decimal numeric entity", 131 {"description":"Non-BMP numeric entity", 135 {"description":"Maximum non-BMP numeric entity", 139 {"description":"Above maximum numeric entity", 143 {"description":"32-bit hex numeric entity", 147 {"description":"33-bit hex numeric entity", 151 {"description":"33-bit decimal numeric entity", [all...] |
/external/kernel-headers/original/uapi/linux/ |
media.h | 104 __u32 entity; /* entity ID */ member in struct:media_pad_desc 122 __u32 entity; member in struct:media_links_enum
|
/external/libxml2/test/catalogs/ |
docbook.xml | 2 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> 3 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
whitex.xml | 2 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> 3 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
/external/llvm/lib/Target/ARM/ |
LICENSE.TXT | 36 submitted. If any entity institutes patent litigation against ARM or any 37 other entity (including a cross-claim or counterclaim in a lawsuit) alleging 40 to that entity under this Agreement for the Software or Work shall terminate
|
/frameworks/base/cmds/backup/ |
backup.cpp | 41 " Prints the entity named NAME in FILE.\n", 78 printf(" entity: %s (%zu bytes)\n", key.string(), dataSize); 80 printf(" Error reading entity header\n");
|