HomeSort by relevance Sort by last modified time
    Searched full:nsname (Results 1 - 16 of 16) sorted by null

  /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...]
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...]
InterfaceConfig.h 65 int attachProperties(PropertyManager *pm, const char *nsName);
66 int detachProperties(PropertyManager *pm, const char *nsName);
WifiNetwork.h 309 int attachProperties(PropertyManager *pm, const char *nsName);
310 int detachProperties(PropertyManager *pm, const char *nsName);
  /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);
  /external/libxml2/
xmlschemas.c 884 const xmlChar *nsName;
943 const xmlChar *nsName;
21634 const xmlChar *nsname = NULL, *location; local
    [all...]
tree.c     [all...]
pattern.c 79 #define XML_PAT_COPY_NSNAME(c, r, nsname) \
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
82 else r = xmlStrdup(BAD_CAST nsname);
    [all...]
relaxng.c     [all...]
parser.c 8646 const xmlChar *nsname; local
    [all...]
  /external/webkit/WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/
designable.nib 55 <string key="NSName">LucidaGrande</string>
93 <string key="NSName">LucidaGrande</string>
118 <string key="NSName">Helvetica</string>
296 <string key="NSName">LucidaGrande</string>
    [all...]
  /external/libxml2/include/libxml/
tree.h 557 * @nsName: the requested namespace name
566 const xmlChar *nsName,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
smpdtfmt.cpp     [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp     [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDocumentImpl.java     [all...]

Completed in 1152 milliseconds