Home
last modified time | relevance | path

Searched refs:domainName (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-session-impl.cc78 this, this, agentState(protocol::Runtime::Metainfo::domainName))); in V8InspectorSessionImpl()
82 this, this, agentState(protocol::Debugger::Metainfo::domainName))); in V8InspectorSessionImpl()
86 this, this, agentState(protocol::Profiler::Metainfo::domainName))); in V8InspectorSessionImpl()
90 this, this, agentState(protocol::HeapProfiler::Metainfo::domainName))); in V8InspectorSessionImpl()
95 this, this, agentState(protocol::Console::Metainfo::domainName))); in V8InspectorSessionImpl()
99 this, this, agentState(protocol::Schema::Metainfo::domainName))); in V8InspectorSessionImpl()
364 .setName(protocol::Runtime::Metainfo::domainName) in supportedDomainsImpl()
368 .setName(protocol::Debugger::Metainfo::domainName) in supportedDomainsImpl()
372 .setName(protocol::Profiler::Metainfo::domainName) in supportedDomainsImpl()
376 .setName(protocol::HeapProfiler::Metainfo::domainName) in supportedDomainsImpl()
[all …]
/external/lzma/CPP/Windows/
DSecurityUtils.cpp91 …LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * size… in GetSid() local
98 (NULL, accountName, pSid, &sidLen, domainName, &domainLen, &sidNameUse); in GetSid()
99 ::HeapFree(GetProcessHeap(), 0, domainName); in GetSid()
/external/parameter-framework/upstream/parameter/
DConfigurableDomains.cpp300 bool CConfigurableDomains::split(const string &domainName, CConfigurableElement *element, in split() argument
305 CConfigurableDomain *domain = findConfigurableDomain(domainName, error); in split()
405 bool CConfigurableDomains::restoreConfiguration(const string &domainName, in restoreConfiguration() argument
412 const CConfigurableDomain *domain = findConfigurableDomain(domainName, error); in restoreConfiguration()
537 const string &domainName, CConfigurableElement *element, in addConfigurableElementToDomain() argument
542 CConfigurableDomain *domain = findConfigurableDomain(domainName, error); in addConfigurableElementToDomain()
DConfigurableDomains.h91 bool split(const std::string &domainName, CConfigurableElement *element, core::Results &infos);
145 bool addConfigurableElementToDomain(const std::string &domainName,
DParameterMgr.cpp1852 string domainName = remoteCommand.getArgument(0); in exportDomainWithSettingsXMLCommandProcess() local
1854 return exportSingleDomainXml(fileName, domainName, true, true, result) in exportDomainWithSettingsXMLCommandProcess()
2647 bool CParameterMgr::exportSingleDomainXml(string &xmlDest, const string &domainName, in exportSingleDomainXml() argument
2650 LOG_CONTEXT("Exporting single domain '" + domainName + "' to " + in exportSingleDomainXml()
2655 getConstConfigurableDomains()->findConfigurableDomain(domainName, errorMsg); in exportSingleDomainXml()
DParameterMgr.h366 bool exportSingleDomainXml(std::string &xmlDest, const std::string &domainName,
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DSocksProxy.java160 String domainName = fromSource.readUtf8(domainNameLength); in acceptCommand() local
162 toAddress = domainName.equalsIgnoreCase(HOSTNAME_THAT_ONLY_THE_PROXY_KNOWS) in acceptCommand()
164 : InetAddress.getByName(domainName); in acceptCommand()
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py712 def __init__(self, configurationName, domainName): argument
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))
/external/parameter-framework/upstream/tools/xmlGenerator/
DEddParser.py735 def __init__ (self, domainName): argument
736 self.domainName = domainName
738 return self.comment % { "domainName" : self.domainName }
/external/jmdns/src/javax/jmdns/impl/
DDNSRecord.java517 String domainName = info.getType(); in getServiceEvent() local
518 String serviceName = JmDNSImpl.toUnqualifiedName(domainName, this.getAlias()); in getServiceEvent()
519 return new ServiceEventImpl(dns, domainName, serviceName, info); in getServiceEvent()
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.h177 void InternalSendStart(const std::string& domainName);
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl_manager.cpp770 hidl_anqp_data.domainName = in notifyAnqpQueryDone()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c61 int WCFNameResolvesToAddr(WCFConnection *conn, char* domainName, struct sockaddr* address, uid_t us…