OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entities
(Results
126 - 150
of
1355
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/dom/xhtml/level3/core/
entitygetxmlencoding04.js
104
entitiesMap = docType.
entities
;
entitygetxmlversion01.js
101
entitiesMap = docType.
entities
;
entitygetxmlversion02.js
101
entitiesMap = docType.
entities
;
entitygetxmlversion03.js
104
entitiesMap = docType.
entities
;
entitygetxmlversion04.js
104
entitiesMap = docType.
entities
;
nodecomparedocumentposition22.js
105
entitiesMap = docType.
entities
;
nodecomparedocumentposition23.js
104
entitiesMap = docType.
entities
;
nodegetbaseuri12.js
103
entitiesMap = docType.
entities
;
nodegettextcontent18.js
101
entitymap = docType.
entities
;
nodeisdefaultnamespace04.js
109
entitiesMap = docType.
entities
;
nodeisequalnode27.js
105
entitiesMap = docType.
entities
;
nodeissamenode07.js
104
entitiesMap = docType.
entities
;
nodeissamenode09.js
102
entitiesMap = docType.
entities
;
nodelookupnamespaceuri04.js
106
entitiesMap = docType.
entities
;
nodelookupprefix04.js
106
entitiesMap = docType.
entities
;
noderemovechild24.js
102
entitiesMap = docType.
entities
;
noderemovechild25.js
102
entitiesMap = docType.
entities
;
noderemovechild26.js
102
entitiesMap = docType.
entities
;
nodesettextcontent13.js
104
entitymap = docType.
entities
;
/frameworks/base/cmds/backup/
backup.cpp
39
" Lists the backup
entities
in the file.\n"
/libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java
31
* parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-
entities
'>
32
*
entities
</a>" is set to <code>false</code>. Note that, as described by the parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-
entities
'>
33
*
entities
</a>", unexpanded entity reference nodes are never discarded and are always
/external/tinyxml2/
tinyxml2.cpp
71
static const Entity
entities
[NUM_ENTITIES] =
variable
193
//
Entities
handled by tinyXML2:
194
// - special
entities
in the entity table [in/out]
210
if ( strncmp( p+1,
entities
[i].pattern,
entities
[i].length ) == 0
211
&& *(p+
entities
[i].length+1) == ';' )
214
*q =
entities
[i].value;
216
p +=
entities
[i].length + 2;
[
all
...]
/external/libxml2/include/libxml/
parser.h
20
#include <libxml/
entities
.h>
40
* few predefined ones). This is the case both for internal
entities
42
* external
entities
- in which case we use the buf structure for
110
* The recursive one use the state info for
entities
processing.
189
int replaceEntities; /* shall we replace
entities
? */
250
xmlParserInputPtr entity; /* used to check
entities
boundaries */
303
unsigned long nbentities; /* number of
entities
references */
304
unsigned long sizeentities; /* size of parsed
entities
*/
339
* The entity loader, to control the loading of external
entities
,
[
all
...]
/external/apache-http/src/org/apache/http/entity/
AbstractHttpEntity.java
42
* Abstract base class for
entities
.
198
* an empty method for non-streaming
entities
.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializationHandler.java
138
* Default behavior is to expand DTD
entities
,
140
* @param expand true if DTD
entities
are to be expanded,
Completed in 204 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>