HomeSort by relevance Sort by last modified time
    Searched refs:entity (Results 226 - 250 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/chromium_org/chrome/browser/resources/file_manager/js/
util.js 93 return str.replace(/[<>&]/g, function(entity) {
94 switch (entity) {
107 return str.replace(/&(lt|gt|amp);/g, function(entity) {
108 switch (entity) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 641 for (RawContactDelta entity : entityDeltaList) {
643 entity.getMimeEntries(StructuredName.CONTENT_ITEM_TYPE);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 32 entity = xml.dom.minidom.Entity("my-entity", None,
35 entity.version = "1.0"
36 entity.encoding = "utf-8"
37 entity.actualEncoding = "us-ascii"
38 doctype.entities._seq.append(entity)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 32 entity = xml.dom.minidom.Entity("my-entity", None,
35 entity.version = "1.0"
36 entity.encoding = "utf-8"
37 entity.actualEncoding = "us-ascii"
38 doctype.entities._seq.append(entity)
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 24 import android.content.Entity;
1072 Entity entity = ei.next(); local
1110 Entity entity = ei.next(); local
1152 Entity entity = ei.next(); local
1788 final Entity entity = iterator.next(); local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
parser.h 39 * Each entity parsed is associated an xmlParserInput (except the
73 const xmlChar *encoding; /* the encoding string for entity */
74 const xmlChar *version; /* the version string for entity */
75 int standalone; /* Was that entity marked standalone */
76 int id; /* an unique identifier for the entity */
124 XML_PARSER_ENTITY_DECL, /* within an entity declaration */
125 XML_PARSER_ENTITY_VALUE, /* within an entity value in a decl */
217 int external; /* are we parsing an external entity */
249 int depth; /* to prevent entity substitution loops */
250 xmlParserInputPtr entity; /* used to check entities boundaries * member in struct:_xmlParserCtxt
    [all...]
  /external/chromium_org/third_party/libxml/src/
legacy.c 615 * [ WFC: Entity Declared ]
616 * the Name given in the entity reference must match that in an entity
620 * [ WFC: Parsed Entity ]
621 * An entity reference must not contain the name of an unparsed entity
647 * @entity: an XML entity pointer.
657 xmlEntityPtr entity ATTRIBUTE_UNUSED)
906 * @publicId: The public ID of the entity
    [all...]
  /external/libxml2/include/libxml/
parser.h 39 * Each entity parsed is associated an xmlParserInput (except the
73 const xmlChar *encoding; /* the encoding string for entity */
74 const xmlChar *version; /* the version string for entity */
75 int standalone; /* Was that entity marked standalone */
76 int id; /* an unique identifier for the entity */
124 XML_PARSER_ENTITY_DECL, /* within an entity declaration */
125 XML_PARSER_ENTITY_VALUE, /* within an entity value in a decl */
217 int external; /* are we parsing an external entity */
249 int depth; /* to prevent entity substitution loops */
250 xmlParserInputPtr entity; /* used to check entities boundaries * member in struct:_xmlParserCtxt
    [all...]
  /external/libxml2/
legacy.c 615 * [ WFC: Entity Declared ]
616 * the Name given in the entity reference must match that in an entity
620 * [ WFC: Parsed Entity ]
621 * An entity reference must not contain the name of an unparsed entity
647 * @entity: an XML entity pointer.
657 xmlEntityPtr entity ATTRIBUTE_UNUSED)
906 * @publicId: The public ID of the entity
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
HTMLScanner.java 453 // The whole entity reference has been collected
455 h.entity(theOutputBuffer, 1, theSize - 1);
  /packages/apps/Exchange/src/com/android/exchange/
EasAccountService.java 56 import org.apache.http.entity.ByteArrayEntity;
    [all...]
  /external/robolectric/lib/main/
json-20080701.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py     [all...]

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 91011>>