OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entity
(Results
201 - 225
of
2650
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libxml2/test/c14n/without-comments/
test-1.xml
3
<!
ENTITY
dsig "http://www.w3.org/2000/09/xmldsig#">
4
<!
ENTITY
c14n "http://www.w3.org/TR/2001/REC-xml-c14n-20010315">
5
<!
ENTITY
xpath "http://www.w3.org/TR/1999/REC-xpath-19991116">
6
<!
ENTITY
xslt "http://www.w3.org/TR/1999/REC-xslt-19991116">
/external/libxml2/test/valid/
id3.xml
7
<!
ENTITY
dest SYSTEM "dtds/destfoo.ent">
/external/llvm/test/Assembler/
2007-08-06-AliasInvalid.ll
2
; RUN: grep "expected top-level
entity
" %t
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
AbstractBody.java
31
private
Entity
parent = null;
36
public
Entity
getParent() {
41
* @see org.apache.james.mime4j.message.Body#setParent(org.apache.james.mime4j.message.
Entity
)
43
public void setParent(
Entity
parent) {
/libcore/dom/src/test/resources/
staffNS.svg
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">
25
<!
ENTITY
svgunit SYSTEM "svgunit.js">
26
<!
ENTITY
svgtest SYSTEM "svgtest.js"
[
all
...]
staff.svg
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">
24
<!
ENTITY
svgunit SYSTEM "svgunit.js">
25
<!
ENTITY
svgtest SYSTEM "svgtest.js">
hc_staff.xhtml
5
<!
ENTITY
alpha "α">
6
<!
ENTITY
beta "β">
7
<!
ENTITY
gamma "γ">
8
<!
ENTITY
delta "δ">
9
<!
ENTITY
epsilon "ε">
10
<!
ENTITY
alpha "ζ">
hc_staff.xml
5
<!
ENTITY
alpha "α">
6
<!
ENTITY
beta "β">
7
<!
ENTITY
gamma "γ">
8
<!
ENTITY
delta "δ">
9
<!
ENTITY
epsilon "ε">
10
<!
ENTITY
alpha "ζ">
/frameworks/base/core/java/android/content/
Entity.java
30
public final class
Entity
{
34
public
Entity
(ContentValues values) {
48
mSubValues.add(new
Entity
.NamedContentValues(uri, values));
63
sb.append("
Entity
: ").append(getEntityValues());
64
for (
Entity
.NamedContentValues namedValue : getSubValues()) {
CursorEntityIterator.java
24
* that can contain several consecutive rows for an
entity
.
33
* first
Entity
, if there are any.
43
* Returns the
entity
that the cursor is currently pointing to. This must take care to advance
44
* the cursor past this
entity
. This will never be called if the cursor is at the end.
45
* @param cursor the cursor that contains the
entity
rows
46
* @return the
entity
that the cursor is currently pointing to
47
* @throws RemoteException if a RemoteException is caught while attempting to build the
Entity
49
public abstract
Entity
getEntityAndIncrementCursor(Cursor cursor) throws RemoteException;
75
public
Entity
next() {
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1-sources.jar
/prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1-sources.jar
/external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java
28
*
entity
which we will discard.
52
* <li><code>&<html-
entity
>;</code> where
53
* <code><html-
entity
></code> is one of <code>lt</code>,
67
* trailing characters before the start of an
entity
.
70
* characters part of an
entity
.
72
* an
entity
. The caller can then invoke <code>getEntity</code>
99
* How many characters to store as we are processing an
entity
. Once we
100
* reach that size, we know the
entity
is definitely invalid. The size
118
/** Storage for received until characters until an HTML
entity
is complete. */
125
private String
entity
;
field in class:EntityResolver
[
all
...]