/external/v8/src/inspector/ |
D | v8-inspector-session-impl.cc | 80 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/ |
D | SecurityUtils.cpp | 91 …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/ |
D | ConfigurableDomains.cpp | 300 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()
|
D | ConfigurableDomains.h | 91 bool split(const std::string &domainName, CConfigurableElement *element, core::Results &infos); 145 bool addConfigurableElementToDomain(const std::string &domainName,
|
D | ParameterMgr.cpp | 1852 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()
|
D | ParameterMgr.h | 366 bool exportSingleDomainXml(std::string &xmlDest, const std::string &domainName,
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | SocksProxy.java | 160 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/ |
D | coverage.py | 712 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/ |
D | EddParser.py | 739 def __init__ (self, domainName): argument 740 self.domainName = domainName 742 return self.comment % { "domainName" : self.domainName }
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppengineimpl.h | 177 void InternalSendStart(const std::string& domainName);
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | hidl_manager.cpp | 842 hidl_anqp_data.domainName = in notifyAnqpQueryDone()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 61 int WCFNameResolvesToAddr(WCFConnection *conn, char* domainName, struct sockaddr* address, uid_t us…
|