Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-session-impl.cc80 this, this, agentState(protocol::Runtime::Metainfo::domainName))); in V8InspectorSessionImpl()
84 this, this, agentState(protocol::Debugger::Metainfo::domainName))); in V8InspectorSessionImpl()
88 this, this, agentState(protocol::Profiler::Metainfo::domainName))); in V8InspectorSessionImpl()
92 this, this, agentState(protocol::HeapProfiler::Metainfo::domainName))); in V8InspectorSessionImpl()
97 this, this, agentState(protocol::Console::Metainfo::domainName))); in V8InspectorSessionImpl()
101 this, this, agentState(protocol::Schema::Metainfo::domainName))); in V8InspectorSessionImpl()
352 .setName(protocol::Runtime::Metainfo::domainName) in supportedDomainsImpl()
356 .setName(protocol::Debugger::Metainfo::domainName) in supportedDomainsImpl()
360 .setName(protocol::Profiler::Metainfo::domainName) in supportedDomainsImpl()
364 .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.py739 def __init__ (self, domainName): argument
740 self.domainName = domainName
742 return self.comment % { "domainName" : self.domainName }
/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl.h177 void InternalSendStart(const std::string& domainName);
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/
Dhidl_manager.cpp842 hidl_anqp_data.domainName = in notifyAnqpQueryDone()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c61 int WCFNameResolvesToAddr(WCFConnection *conn, char* domainName, struct sockaddr* address, uid_t us…