OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ent1
(Results
1 - 25
of
190
) sorted by null
1
2
3
4
5
6
7
8
/external/webkit/LayoutTests/dom/xhtml/level3/core/
entitygetinputencoding03.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
entitygetinputencoding04.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
entitygetxmlencoding02.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
entitygetxmlencoding03.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
entitygetxmlencoding04.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
entitygetxmlversion03.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
entitygetxmlversion04.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
nodegetbaseuri16.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
nodegetbaseuri19.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
nodegetbaseuri20.xhtml
3
<!ENTITY
ent1
SYSTEM 'external_foo.ent'>
29
<p>bar&ent2;&
ent1
;</p>
30
<p xml:base="http://www.example.com/bogus_base">bar&ent2;&
ent1
;</p>
canonicalform01.xhtml
2
<!ENTITY
ent1
'foo'>
canonicalform02.xhtml
2
<!ENTITY
ent1
'foo'>
canonicalform04.xhtml
2
<!ENTITY
ent1
'foo'>
canonicalform05.xhtml
2
<!ENTITY
ent1
'foo'>
/libcore/dom/src/test/resources/
staff.xml
3
<!ENTITY
ent1
"es">
8
<!ENTITY
ent1
"This entity should be discarded">
47
<address domestic="Yes" street="Y&
ent1
;">27 South Road. Dallas, Texas 98556</address>
staffNS.xml
4
<!ENTITY
ent1
"es">
10
<!ENTITY
ent1
"This entity should be discarded">
49
<emp:address emp:domestic="Yes" street="Y&
ent1
;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
/libcore/luni/src/test/resources/nwf/
staff.xml
3
<!ENTITY
ent1
"es">
8
<!ENTITY
ent1
"This entity should be discarded">
47
<address domestic="Yes" street="Y&
ent1
;">27 South Road. Dallas, Texas 98556</address>
/libcore/luni/src/test/resources/wf/
staff.xml
3
<!ENTITY
ent1
"es">
8
<!ENTITY
ent1
"This entity should be discarded">
47
<address domestic="Yes" street="Y&
ent1
;">27 South Road. Dallas, Texas 98556</address>
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodeentitynodename.java
31
* Check the nodeName of the entity returned by DocumentType.entities.getNamedItem("
ent1
").
68
entityNode = entities.getNamedItem("
ent1
");
71
assertEquals("entityNodeName", "
ent1
", entityName);
/libcore/luni/src/test/resources/
simple_ns.xml
4
<!ENTITY
ent1
"es">
10
<!ENTITY
ent1
"This entity should be discarded">
49
<emp:address emp:domestic="Yes" street="Y&
ent1
;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
staffEntRes.xml
4
<!ENTITY
ent1
"es">
11
<!ENTITY
ent1
"This entity should be discarded">
50
<emp:address emp:domestic="Yes" street="Y&
ent1
;" emp:zone="CANADA" emp:local1="TRUE">27 South Road. Dallas, texas 98556</emp:address>
/external/webkit/LayoutTests/dom/html/level1/core/
hc_attrcreatetextnode.js
81
child of of the fourth employee and assign the "Y&
ent1
;"
111
streetAttr.value = "Y&
ent1
;";
115
assertEquals("value","Y&
ent1
;",value);
118
assertEquals("nodeValue","Y&
ent1
;",value);
hc_attrcreatetextnode2.js
81
child of of the fourth employee and assign the "Y&
ent1
;"
111
streetAttr.nodeValue = "Y&
ent1
;";
115
assertEquals("value","Y&
ent1
;",value);
118
assertEquals("nodeValue","Y&
ent1
;",value);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrcreatetextnode.js
81
child of of the fourth employee and assign the "Y&
ent1
;"
111
streetAttr.value = "Y&
ent1
;";
115
assertEquals("value","Y&
ent1
;",value);
118
assertEquals("nodeValue","Y&
ent1
;",value);
hc_attrcreatetextnode2.js
81
child of of the fourth employee and assign the "Y&
ent1
;"
111
streetAttr.nodeValue = "Y&
ent1
;";
115
assertEquals("value","Y&
ent1
;",value);
118
assertEquals("nodeValue","Y&
ent1
;",value);
Completed in 470 milliseconds
1
2
3
4
5
6
7
8