/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/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/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::__anon39456d5d0111::CalibratedTimestampTestInstance 1383 return tcu::TestStatus::fail(domainName(devDomain) + ": Batch of work took too long to execute"); in runTest() 1388 …return tcu::TestStatus::fail(domainName(devDomain) + ": vkCmdWriteTimestamp() inconsistent with vk… in runTest() 1410 …return tcu::TestStatus::fail(domainName(hostDomain) + ": Querying host domain took too long to exe… in runTest() 1415 …return tcu::TestStatus::fail(domainName(hostDomain) + ": vkGetCalibratedTimestampsEXT() inconsiste… in runTest() 1456 …msg << "[" << domainName(devDomain) << "] Device expected timestamp differs " << devDiffNanos << "… in runTest() 1470 …msg << "[" << domainName(hostDomain) << "] Host expected timestamp differs " << hostDiff << " nano… in runTest()
|
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/ |
D | hidl_manager.cpp | 842 hidl_anqp_data.V1_0.domainName = in notifyAnqpQueryDone()
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 61 int WCFNameResolvesToAddr(WCFConnection *conn, char* domainName, struct sockaddr* address, uid_t us…
|