/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec.h | 27 work with namespaces ;(
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec.h | 27 work with namespaces ;(
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec.h | 27 work with namespaces ;(
|
/sdk/eclipse/ |
dictionary.txt | 160 namespaces
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
Constants.java | 36 * and xml:lang. It was defined by the W3C's XML Namespaces spec.</li> 82 * Xalan extension namespaces. 96 * EXSLT extension namespaces.
|
QName.java | 230 * @param namespaces Namespace stack to use to resolve namespace 232 public QName(String qname, Stack namespaces) 234 this(qname, namespaces, false); 243 * @param namespaces Namespace stack to use to resolve namespace 247 public QName(String qname, Stack namespaces, boolean validate) 269 int depth = namespaces.size(); 273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
|
/external/clang/include/clang/Lex/ |
Pragma.h | 56 /// we treat "#pragma STDC" and "#pragma GCC" as namespaces that contain other 85 /// allowing hierarchical pragmas to be defined. Common examples of namespaces 86 /// are "#pragma GCC", "#pragma STDC", and "#pragma omp", but any namespaces may
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument05.js | 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/namespaces-algorithms#normalizeDocumentAlgo 87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespaces 129 domConfig.setParameter("namespaces", true);
|
documentnormalizedocument13.js | 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/namespaces-algorithms#normalizeDocumentAlgo 87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespaces 129 domConfig.setParameter("namespaces", true);
|
nodeisdefaultnamespace16.js | 79 and no prefix and verify if the value returned is false since default namespaces
|
/libcore/luni/src/test/java/libcore/xml/ |
NamespacedAttributesLookupTest.java | 33 * names for different combinations of namespaces and namespace prefixes. 38 "http://xml.org/sax/features/namespaces"; 110 * Only supply the uri+localName or qname depending on whether namespaces are
|
NormalizeTest.java | 63 "element-content-whitespace", "comments", "namespaces" }; 181 assertEquals(true, domConfiguration.getParameter("namespaces")); 182 assertSupported("namespaces", false); 183 assertSupported("namespaces", true); 403 domConfiguration.setParameter("namespaces", false); 423 domConfiguration.setParameter("namespaces", false); 436 domConfiguration.setParameter("namespaces", false); 448 domConfiguration.setParameter("namespaces", false); 469 domConfiguration.setParameter("namespaces", false); 490 domConfiguration.setParameter("namespaces", false) [all...] |
SaxTest.java | 205 private void parse(boolean prefixes, boolean namespaces, String xml, 210 reader.setFeature("http://xml.org/sax/features/namespaces", namespaces);
|
/external/clang/include/clang/Basic/ |
Attr.td | 88 // The namespaces in which the attribute appears in C++0x attributes. 91 list<string> Namespaces = []; 116 let Namespaces = ["", "std"]; 163 let Namespaces = ["", "std"]; 349 let Namespaces = ["", "std"];
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
CachedXPathAPI.java | 133 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 172 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 211 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 258 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 274 // for things like namespaces, etc. 280 // XPath namespaces are resolved from the input context node's document element 324 // for things like namespaces, etc.
|
/external/libxslt/libxslt/ |
xsltInternals.h | 104 * namespaces of XSLT elements. 290 int inheritedNsNr; /* number of inherited namespaces */ 291 xmlNsPtr *inheritedNs;/* inherited non-excluded namespaces */ 357 xmlNsPtr *nsList; /* the namespaces in scope */ 358 int nsNr; /* the number of namespaces in scope */ 558 * The in-scope namespaces. 1174 * excluded result namespaces; i.e., this *won't* be created uniquely 1185 * This means that excluded namespaces (via exclude-result-prefixes, [all...] |
namespaces.c | 2 * namespaces.c: Implementation of the XSLT namespaces handling 49 #include "namespaces.h" 504 * Lookup the remaining in-scope namespaces. 720 * new namespaces are added automatically. This handles namespaces 746 * One can add namespaces only on element nodes 831 * One can add namespaces only on element nodes 844 * Free up the memory used by namespaces aliases
|
/libcore/luni/src/main/java/javax/xml/namespace/ |
QName.java | 34 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces 36 * href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces 62 * @see <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces in XML</a> 63 * @see <a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a> 124 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces 144 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces 166 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces 188 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces 242 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces 418 * <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML</a>.</p [all...] |
/libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/ |
ParserAdapterTest.java | 52 private final static String NAMESPACES = FEATURES + "namespaces"; 112 String[] features = new String[] { NAMESPACES, NAMESPACE_PREFIXES,
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExpressionVisitor.java | 46 * is used to register extension namespaces.
|
/external/expat/ |
expat_config.h.in | 79 /* Define to make XML Namespaces functionality available. */
|
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParserLibxml2.cpp | 89 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes) 97 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2)); 99 callback->namespaces[i] = xmlStrdup(namespaces[i]); 209 xmlFree(namespaces[i]); 210 xmlFree(namespaces); 220 nb_namespaces, const_cast<const xmlChar**>(namespaces), 228 xmlChar** namespaces; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback 599 // Add namespaces based on the parent node 708 xmlSAX2Namespace* namespaces = reinterpret_cast<xmlSAX2Namespace*>(libxmlNamespaces) local [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
getElementsByTagNameNS08.java | 37 * '*' should match elements in all namespaces and unqualified elements.
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
SAXParserImpl.java | 93 return reader.getFeature("http://xml.org/sax/features/namespaces");
|
/external/mesa3d/src/glsl/ |
glsl_symbol_table.cpp | 87 /* In 1.10, functions and variables have separate namespaces. */ 127 /* In 1.10, functions and variables have separate namespaces. */
|