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

  /external/lzma/CPP/Windows/
SecurityUtils.cpp 14 CSysString &accountName, CSysString &domainName, PSID_NAME_USE sidNameUse)
20 domainName.GetBuf(0), &domainNameSize, sidNameUse))
28 domainName.GetBuf(domainNameSize), &domainNameSize2, sidNameUse));
30 domainName.ReleaseBuf_CalcLen(domainNameSize);
91 LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * sizeof(WCHAR));
98 (NULL, accountName, pSid, &sidLen, domainName, &domainLen, &sidNameUse);
99 ::HeapFree(GetProcessHeap(), 0, domainName);
  /external/v8/src/inspector/
v8-inspector-session-impl.cc 80 this, this, agentState(protocol::Runtime::Metainfo::domainName)));
84 this, this, agentState(protocol::Debugger::Metainfo::domainName)));
88 this, this, agentState(protocol::Profiler::Metainfo::domainName)));
92 this, this, agentState(protocol::HeapProfiler::Metainfo::domainName)));
97 this, this, agentState(protocol::Console::Metainfo::domainName)));
101 this, this, agentState(protocol::Schema::Metainfo::domainName)));
352 .setName(protocol::Runtime::Metainfo::domainName)
356 .setName(protocol::Debugger::Metainfo::domainName)
360 .setName(protocol::Profiler::Metainfo::domainName)
364 .setName(protocol::HeapProfiler::Metainfo::domainName)
    [all...]
  /external/parameter-framework/upstream/parameter/
ConfigurableDomains.cpp 300 bool CConfigurableDomains::split(const string &domainName, CConfigurableElement *element,
305 CConfigurableDomain *domain = findConfigurableDomain(domainName, error);
405 bool CConfigurableDomains::restoreConfiguration(const string &domainName,
412 const CConfigurableDomain *domain = findConfigurableDomain(domainName, error);
537 const string &domainName, CConfigurableElement *element,
542 CConfigurableDomain *domain = findConfigurableDomain(domainName, error);
ConfigurableDomains.h 86 * @param[in] domainName the domain name
91 bool split(const std::string &domainName, CConfigurableElement *element, core::Results &infos);
139 * @param[in] domainName the domain name
145 bool addConfigurableElementToDomain(const std::string &domainName,
ParameterMgr.cpp     [all...]
ParameterMgr.h 357 * @param[in] domainName the name of the domain to be exported
366 bool exportSingleDomainXml(std::string &xmlDest, const std::string &domainName,
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
SocksProxy.java 160 String domainName = fromSource.readUtf8(domainNameLength);
162 toAddress = domainName.equalsIgnoreCase(HOSTNAME_THAT_ONLY_THE_PROXY_KNOWS)
164 : InetAddress.getByName(domainName);
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 712 def __init__(self, configurationName, domainName):
714 self.domainName = domainName
717 (self.configurationName, self.domainName))
820 configurationName, domainName = matchConfig.group(1, 2)
826 raise ConfigAppliedWithoutCriteriaError(configurationName, domainName)
829 path = [domainName, configurationName]
833 configurationName, domainName))
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.h 177 void InternalSendStart(const std::string& domainName);
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 738 comment = "Configurations in domain '%(domainName)s' do not all set the same parameters "
739 def __init__ (self, domainName):
740 self.domainName = domainName
742 return self.comment % { "domainName" : self.domainName }
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
hidl_manager.cpp 842 hidl_anqp_data.domainName =
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 61 int WCFNameResolvesToAddr(WCFConnection *conn, char* domainName, struct sockaddr* address, uid_t userid) __attribute__((weak_import));
118 domainname domain;
126 domainname domain;
167 domainname regtype;
178 domainname type;
180 domainname host;
399 mDNSlocal mStatus GenerateNTDResponse(const domainname *const servicename, const mDNSInterfaceID id,
403 domainname type, dom;
445 mDNSlocal void GenerateBonjourBrowserResponse(const domainname *const servicename, const mDNSInterfaceID id,
550 mDNSlocal int build_domainname_from_strings(domainname *srv, char *name, char *regtype, char *domain
    [all...]

Completed in 920 milliseconds