/external/iproute2/man/man8/ |
ip-netns.8 | 56 .SS ip netns list - show all of the named network namespaces
|
/external/kernel-headers/original/uapi/linux/ |
xattr.h | 16 /* Namespaces */
|
/external/libsepol/include/sepol/policydb/ |
util.h | 4 * with hierarchal namespaces.
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FaultTolerantNegotiator.java | 158 String[] namespaces = new String[primary.length + secondary.length]; local 159 System.arraycopy(primary, 0, namespaces, 0, primary.length); 160 System.arraycopy(secondary, 0, namespaces, primary.length, secondary.length); 162 return namespaces;
|
FileTransferNegotiator.java | 122 List<String> namespaces = new ArrayList<String>();
local 123 namespaces.addAll(Arrays.asList(NAMESPACE));
124 namespaces.add(InBandBytestreamManager.NAMESPACE);
126 namespaces.add(Socks5BytestreamManager.NAMESPACE);
129 for (String namespace : namespaces) {
152 List<String> namespaces = new ArrayList<String>();
local 153 namespaces.addAll(Arrays.asList(NAMESPACE));
154 namespaces.add(InBandBytestreamManager.NAMESPACE);
156 namespaces.add(Socks5BytestreamManager.NAMESPACE);
159 for (String namespace : namespaces) {
[all...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/ |
PubSubNamespace.java | 17 * Defines all the valid namespaces that are used with the {@link PubSub} packet
|
/external/smack/src/org/jivesoftware/smackx/pubsub/provider/ |
FormNodeProvider.java | 28 * elements and namespaces supported is defined in {@link FormNodeType}.
|
/external/stlport/stlport/stl/config/ |
_dec_vms.h | 13 // work with namespaces ;(
|
/external/stlport/test/unit/ |
stldbg_include.cpp | 3 * STLport use many defines and auxilary structures, namespaces and templates
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec_vms.h | 13 // work with namespaces ;(
|
/ndk/tests/device/test-gnustl-full/unit/ |
stldbg_include.cpp | 3 * STLport use many defines and auxilary structures, namespaces and templates
|
/ndk/tests/device/test-stlport/unit/ |
stldbg_include.cpp | 3 * STLport use many defines and auxilary structures, namespaces and templates
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
xattr.h | 16 /* Namespaces */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
xattr.h | 16 /* Namespaces */
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec_vms.h | 13 // work with namespaces ;(
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec_vms.h | 13 // work with namespaces ;(
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec_vms.h | 13 // work with namespaces ;(
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec_vms.h | 13 // work with namespaces ;(
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
_dec_vms.h | 13 // work with namespaces ;(
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathAPI.java | 78 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 117 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 156 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 203 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces. 219 // for things like namespaces, etc. 228 // XPath namespaces are resolved from the input context node's document element 272 // for things like namespaces, etc.
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 47 * namespaces = true 147 * namespaces = true. 161 && config.namespaces; 173 config.namespaces = true; 181 PARAMETERS.put("namespaces", new BooleanParameter() { 183 return config.namespaces; 186 config.namespaces = (Boolean) value; 195 * Has no effect if namespaces is false. 292 private boolean namespaces = true; field in class:DOMConfigurationImpl 380 * TODO: normalize namespaces [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Element.java | 165 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 176 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 198 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 213 * malformed per the Namespaces in XML specification, if the 222 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 241 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 251 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 260 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 272 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 283 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a> [all...] |
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPSchemaRegistryImpl.java | 30 * The schema registry handles the namespaces, aliases and global options for the XMP Toolkit. There 51 * Performs the initialisation of the registry with the default namespaces, aliases and global 178 * Register the standard namespaces of schemas and types that are included in the XMP 179 * Specification and some other Adobe private namespaces. 186 // register standard namespaces 192 // register Adobe standard namespaces 225 // register Adobe private namespaces 229 // register Adobe standard type namespaces 353 // check if both namespaces are registered
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
gnubbies.js | 91 * device IDs (from other namespaces), if any. 140 var namespaces = Object.keys(/** @type {!Object} */ (this.impl_)); 141 if (!namespaces.length) { 146 for (var i = 0; i < namespaces.length; i++) { 147 var namespace = namespaces[i]; 152 i == namespaces.length - 1,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
xpath.h | 259 * check namespaces at compilation 307 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext 321 xmlHashTablePtr nsHash; /* The namespaces hash table */ 337 xmlNsPtr *tmpNsList; /* Array of namespaces */ 338 int tmpNsNr; /* number of namespaces in scope */
|