HomeSort by relevance Sort by last modified time
    Searched refs:nsName (Results 1 - 14 of 14) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
nodegetnextsibling.java 63 String nsName;
68 nsName = nsNode.getNodeName();
70 if (equals("#text", nsName)) {
72 nsName = nsNode.getNodeName();
74 assertEquals("nodeName", "name", nsName);
hc_nodegetnextsibling.java 66 String nsName;
71 nsName = nsNode.getNodeName();
72 assertEquals("whitespace", "#text", nsName);
  /system/core/nexus/
InterfaceConfig.cpp 62 int InterfaceConfig::attachProperties(PropertyManager *pm, const char *nsName) {
63 pm->attachProperty(nsName, mStaticProperties.propIp);
64 pm->attachProperty(nsName, mStaticProperties.propNetmask);
65 pm->attachProperty(nsName, mStaticProperties.propGateway);
66 pm->attachProperty(nsName, mStaticProperties.propBroadcast);
67 pm->attachProperty(nsName, mStaticProperties.propDns);
71 int InterfaceConfig::detachProperties(PropertyManager *pm, const char *nsName) {
72 pm->detachProperty(nsName, mStaticProperties.propIp);
73 pm->detachProperty(nsName, mStaticProperties.propNetmask);
74 pm->detachProperty(nsName, mStaticProperties.propGateway)
    [all...]
InterfaceConfig.h 65 int attachProperties(PropertyManager *pm, const char *nsName);
66 int detachProperties(PropertyManager *pm, const char *nsName);
WifiNetwork.cpp 474 int WifiNetwork::attachProperties(PropertyManager *pm, const char *nsName) {
475 pm->attachProperty(nsName, mStaticProperties.propSsid);
476 pm->attachProperty(nsName, mStaticProperties.propBssid);
477 pm->attachProperty(nsName, mStaticProperties.propPsk);
478 pm->attachProperty(nsName, mStaticProperties.propWepKey);
479 pm->attachProperty(nsName, mStaticProperties.propDefKeyIdx);
480 pm->attachProperty(nsName, mStaticProperties.propPriority);
481 pm->attachProperty(nsName, mStaticProperties.propKeyManagement);
482 pm->attachProperty(nsName, mStaticProperties.propProtocols);
483 pm->attachProperty(nsName, mStaticProperties.propAuthAlgorithms)
    [all...]
WifiNetwork.h 309 int attachProperties(PropertyManager *pm, const char *nsName);
310 int detachProperties(PropertyManager *pm, const char *nsName);
  /external/libxml2/
xmlschemas.c 884 const xmlChar *nsName;
943 const xmlChar *nsName;
21634 const xmlChar *nsname = NULL, *location; local
    [all...]
tree.c     [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java     [all...]
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
  /external/libxml2/include/libxml/
tree.h 557 * @nsName: the requested namespace name
566 const xmlChar *nsName,
    [all...]
  /external/jdiff/
xerces.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 1399 milliseconds