/libcore/dom/src/test/java/org/w3c/domts/ |
JTidyDOMImplementation.java | 53 * and notations are not made available. Entity reference expansions and
|
/libcore/luni/src/main/java/org/w3c/dom/traversal/ |
NodeFilter.java | 127 * position of the traversal. Since notations are not part of the
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 27 * notations) are already reported through the {@link
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
cmathcalls.h | 132 /* Now some optimized versions. GCC has handy notations for these
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
cmathcalls.h | 132 /* Now some optimized versions. GCC has handy notations for these
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
cmathcalls.h | 132 /* Now some optimized versions. GCC has handy notations for these
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 256 doctype.notations._seq = [] 329 self.document.doctype.notations._seq.append(node) 331 del self.document.doctype.notations._seq[-1] 665 for i in range(doctype.notations.length): 666 notation = doctype.notations.item(i) [all...] |
minidom.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
expatbuilder.py | 256 doctype.notations._seq = [] 329 self.document.doctype.notations._seq.append(node) 331 del self.document.doctype.notations._seq[-1] 665 for i in range(doctype.notations.length): 666 notation = doctype.notations.item(i) [all...] |
minidom.py | [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMFilter.java | 115 * traversal. Since notations are not part of the document tree, they do
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMImplementation.java | 35 * and notations are not made available. Entity reference expansions and
|
/frameworks/base/docs/html/design/patterns/ |
accessibility.jd | 30 <p>As you design your app, think about the labels and notations needed to navigate your app by sound. When using Explore by Touch, the user enables an invisible but audible layer of structure in your application. Like any other aspect of app design, this structure can be simple, elegant, and robust. The following are Android's recommended guidelines to enable effective navigation for all users.</p>
|
/libcore/expectations/ |
icebox.txt | 49 substring: "This implementation does not parse notations"
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Choice.java | 44 * For example, let's consider the following ASN.1 notations
|
/libcore/luni/src/main/java/org/xml/sax/ |
HandlerBase.java | 93 * method in a subclass if they wish to keep track of the notations
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
tree.h | 380 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd [all...] |
/external/libxml2/include/libxml/ |
tree.h | 379 void *notations; /* Hash table for notations if any */ member in struct:_xmlDtd [all...] |
/tools/external/gradle/ |
gradle-1.5-all.zip | |
gradle-1.6-all.zip | |
/external/chromium_org/third_party/libxml/src/ |
TODO | 167 - Validity checking problems for NOTATIONS attributes
|
xmlsave.c | 574 (dtd->attributes == NULL) && (dtd->notations == NULL) && 581 * Dump the notations first they are not in the DTD children list 584 if ((dtd->notations != NULL) && ((dtd->doc == NULL) || 586 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations); [all...] |
/external/libxml2/ |
xmlsave.c | 634 (dtd->attributes == NULL) && (dtd->notations == NULL) && 641 * Dump the notations first they are not in the DTD children list 644 if ((dtd->notations != NULL) && ((dtd->doc == NULL) || 646 xmlDumpNotationTable(buf->buffer, (xmlNotationTablePtr) dtd->notations); [all...] |
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
DefaultHandler.java | 107 * method in a subclass if they wish to keep track of the notations
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_descrtut.py | 226 normally invoked through special notations, e.g. __iadd__ (+=), __len__
|