HomeSort by relevance Sort by last modified time
    Searched full:entity (Results 176 - 200 of 2650) sorted by null

1 2 3 4 5 6 78 91011>>

  /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">
  /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">
simple_ns.xml 4 <!ENTITY ent1 "es">
5 <!ENTITY ent2 "1900 Dallas Road">
6 <!ENTITY ent3 "Texas">
7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
9 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
10 <!ENTITY ent1 "This entity should be discarded">
  /external/clang/test/CXX/basic/basic.link/
p6.cpp 8 // have linkage. If there is a visible declaration of an entity
11 // block scope declaration declares that same entity and
16 int same_entity = 0; // not the same entity
26 // This is a redeclaration of the same entity, even though it doesn't
37 // FIXME: This is not a redeclaration of the prior entity, because
  /external/libxml2/python/tests/
input_callback.py 18 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
19 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
26 <root>&sample.entity;</root>''',
31 <!ENTITY sample.entity "replacement text">'''
88 run_test(desc="Loading entity without custom callback",
93 (-1, "failed to load external entity \"py://strings/xml/sample.xml\"\n")
96 # Register handler and try to load the same entity
98 run_test(desc="Loading entity with custom callback"
    [all...]
  /external/apache-http/src/org/apache/http/impl/entity/
EntityDeserializer.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/impl/entity/EntityDeserializer.java $
32 package org.apache.http.impl.entity;
40 import org.apache.http.entity.BasicHttpEntity;
41 import org.apache.http.entity.ContentLengthStrategy;
49 * Default implementation of an entity deserializer.
51 * This entity deserializer currently supports only "chunked" and "identitiy" transfer-coding</a>
80 BasicHttpEntity entity = new BasicHttpEntity(); local
84 entity.setChunked(true);
85 entity.setContentLength(-1);
86 entity.setContent(new ChunkedInputStream(inbuffer))
    [all...]
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p13.cpp 5 void g1(int = ([i]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
6 void g2(int = ([i]{ return 0; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
7 void g3(int = ([=]{ return i; })()); // expected-error{{lambda expression in default argument cannot capture any entity}}
  /external/libxml2/result/
att10 7 <!ENTITY d "&#xD;">
8 <!ENTITY a "&#xA;">
9 <!ENTITY da "&#xD;&#xA;">
xml2.sax 8 SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >)
14 SAX.error: Entity 'tricky' not defined
xml2.sax2 8 SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >)
14 SAX.error: Entity 'tricky' not defined
xml1.rde 5 numerically (&#38;) or with a general entity
  /external/libxml2/result/noent/
att10 7 <!ENTITY d "&#xD;">
8 <!ENTITY a "&#xA;">
9 <!ENTITY da "&#xD;&#xA;">
  /external/libxml2/test/
att10 6 <!ENTITY d "&#xD;">
7 <!ENTITY a "&#xA;">
8 <!ENTITY da "&#xD;&#xA;">
  /external/llvm/test/Assembler/
mdimportedentity.ll 12 ; CHECK-NEXT: !2 = !MDImportedEntity(tag: DW_TAG_imported_module, name: "foo", scope: !0, entity: !1, line: 7)
14 entity: !1, line: 7)
18 !4 = !MDImportedEntity(tag: DW_TAG_imported_module, name: "", scope: !0, entity: null,
  /external/libxml2/test/valid/dtds/
xhtml.cat 2 -- Oasis entity catalog for Extensible HTML 1.0 --
8 -- ISO latin 1 entity set for Extensible HTML (XML 1.0 format) --
  /libcore/dom/src/test/resources/
hc_staff.svg 5 <!ENTITY alpha "&#945;">
6 <!ENTITY beta "&#946;">
7 <!ENTITY gamma "&#947;">
8 <!ENTITY delta "&#948;">
9 <!ENTITY epsilon "&#949;">
10 <!ENTITY alpha "&#950;">
24 <!ENTITY svgunit SYSTEM "svgunit.js">
25 <!ENTITY svgtest SYSTEM "svgtest.js">
staff2.dtd 22 <!ENTITY svgunit SYSTEM "svgunit.js">
23 <!ENTITY svgtest SYSTEM "internalSubset01.js">
staffNS.xml 4 <!ENTITY ent1 "es">
5 <!ENTITY ent2 "1900 Dallas Road">
6 <!ENTITY ent3 "Texas">
7 <!ENTITY ent4 "<entElement1 xmlns:local1='www.xyz.com'>Element data</entElement1><?PItarget PIdata?>">
8 <!ENTITY ent5 PUBLIC "entityURI" "entityFile" NDATA notation1>
9 <!ENTITY ent6 PUBLIC "uri" "file" NDATA notation2>
10 <!ENTITY ent1 "This entity should be discarded">
  /frameworks/base/libs/androidfw/tests/
BackupData_test.cpp 133 // read first entity
140 // read and verify second entity
146 << "ReadEntityHeader returned an error on second entity";
148 << "wrong key from ReadEntityHeader on second entity";
150 << "wrong size from ReadEntityHeader on second entity";
154 << "ReadEntityData returned an error on second entity";
183 // read first entity
190 // skip second entity
195 // read and verify third entity
201 << "ReadEntityHeader returned an error on third entity";
    [all...]
  /external/apache-http/src/org/apache/http/
HttpEntity.java 39 * An entity that can be sent or received with an HTTP message.
54 * means that are independent from a connection or other entity.
57 * <li><b>wrapping</b>: The content is obtained from another entity.
81 * Tells if the entity is capable to produce its data more than once.
82 * A repeatable entity's getContent() and writeTo(OutputStream) methods
83 * can be called more than once whereas a non-repeatable entity's can not.
84 * @return true if the entity is repeatable, false otherwise.
89 * Tells about chunked encoding for this entity.
91 * chunked encoding should be used when the entity is sent.
93 * the entity was received with chunked encoding
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupDataInput.java 31 * onBackup()} implementation. An entity is composed of a descriptive header plus a
34 * The agent must consume every entity in the data stream, otherwise the
51 * data.readEntityData(buffer, 0, dataSize); // reads the entire entity at once
95 * Extract the next entity header from the restore stream. After this method
97 * be used to inspect the entity that is now available for processing.
99 * @return <code>true</code> when there is an entity ready for consumption from the
121 * Report the key associated with the current entity in the restore stream
122 * @return the current entity's key string
129 throw new IllegalStateException("Entity header not read");
134 * Report the size in bytes of the data associated with the current entity in th
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java 10 import android.content.Entity;
11 import android.content.Entity.NamedContentValues;
93 public void addData(String serverId, ContactOperations ops, Entity entity)
117 if (entity == null) {
151 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
154 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue());
157 ops.addPhone(entity, Phone.TYPE_COMPANY_MAIN, getValue());
160 ops.addPhone(entity, Phone.TYPE_FAX_HOME, getValue());
167 ops.addPhone(entity, Phone.TYPE_MOBILE, getValue())
469 Entity entity = null; local
    [all...]
  /external/libxml2/result/valid/
id2.xml 8 <!ENTITY dest "<dest id='foo'/>">
id3.xml 8 <!ENTITY dest SYSTEM "dtds/destfoo.ent">

Completed in 325 milliseconds

1 2 3 4 5 6 78 91011>>