/external/v8/src/inspector/ |
D | v8-inspector-session-impl.cc | 114 this, this, agentState(protocol::Runtime::Metainfo::domainName))); in V8InspectorSessionImpl() 118 this, this, agentState(protocol::Debugger::Metainfo::domainName))); in V8InspectorSessionImpl() 122 this, this, agentState(protocol::Profiler::Metainfo::domainName))); in V8InspectorSessionImpl() 126 this, this, agentState(protocol::HeapProfiler::Metainfo::domainName))); in V8InspectorSessionImpl() 131 this, this, agentState(protocol::Console::Metainfo::domainName))); in V8InspectorSessionImpl() 135 this, this, agentState(protocol::Schema::Metainfo::domainName))); in V8InspectorSessionImpl() 401 .setName(protocol::Runtime::Metainfo::domainName) in supportedDomainsImpl() 405 .setName(protocol::Debugger::Metainfo::domainName) in supportedDomainsImpl() 409 .setName(protocol::Profiler::Metainfo::domainName) in supportedDomainsImpl() 413 .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 | 711 def __init__(self, configurationName, domainName): argument 713 self.domainName = domainName 716 (self.configurationName, self.domainName)) 820 configurationName, domainName = matchConfig.group(1, 2) 826 raise ConfigAppliedWithoutCriteriaError(configurationName, domainName) 829 path = [domainName, configurationName] 833 configurationName, domainName))
|
/external/v8/src/extensions/ |
D | vtunedomain-support-extension.cc | 120 v8::String::Utf8Value domainName(isolate, args[0]); in Mark() local 124 char* cdomainName = *domainName; in Mark()
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | EddParser.py | 741 def __init__(self, domainName): argument 742 self.domainName = domainName 744 return self.comment % {"domainName" : self.domainName}
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppengineimpl.h | 177 void InternalSendStart(const std::string& domainName);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTimestampTests.cpp | 987 std::string domainName(VkTimeDomainEXT domain) const; 1162 std::string CalibratedTimestampTestInstance::domainName(VkTimeDomainEXT domain) const in domainName() function in vkt::pipeline::__anon1587f4010111::CalibratedTimestampTestInstance 1379 return tcu::TestStatus::fail(domainName(devDomain) + ": Batch of work took too long to execute"); in runTest() 1384 …return tcu::TestStatus::fail(domainName(devDomain) + ": vkCmdWriteTimestamp() inconsistent with vk… in runTest() 1406 …return tcu::TestStatus::fail(domainName(hostDomain) + ": Querying host domain took too long to exe… in runTest() 1411 …return tcu::TestStatus::fail(domainName(hostDomain) + ": vkGetCalibratedTimestampsEXT() inconsiste… in runTest() 1452 …msg << "[" << domainName(devDomain) << "] Device expected timestamp differs " << devDiffNanos << "… in runTest() 1466 …msg << "[" << domainName(hostDomain) << "] Host expected timestamp differs " << hostDiff << " nano… in runTest()
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.3/ |
D | hidl_manager.cpp | 826 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…
|