Searched refs:domainName (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-inspector-session-impl.cc | 116 this, this, agentState(protocol::Runtime::Metainfo::domainName))); in V8InspectorSessionImpl() 120 this, this, agentState(protocol::Debugger::Metainfo::domainName))); in V8InspectorSessionImpl() 124 this, this, agentState(protocol::Profiler::Metainfo::domainName))); in V8InspectorSessionImpl() 128 this, this, agentState(protocol::HeapProfiler::Metainfo::domainName))); in V8InspectorSessionImpl() 133 this, this, agentState(protocol::Console::Metainfo::domainName))); in V8InspectorSessionImpl() 137 this, this, agentState(protocol::Schema::Metainfo::domainName))); in V8InspectorSessionImpl() 418 .setName(protocol::Runtime::Metainfo::domainName) in supportedDomainsImpl() 422 .setName(protocol::Debugger::Metainfo::domainName) in supportedDomainsImpl() 426 .setName(protocol::Profiler::Metainfo::domainName) in supportedDomainsImpl() 430 .setName(protocol::HeapProfiler::Metainfo::domainName) in supportedDomainsImpl() [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | SecurityUtils.cpp | 12 CSysString &accountName, CSysString &domainName, PSID_NAME_USE sidNameUse)
18 domainName.GetBuf(0), &domainNameSize, sidNameUse))
26 domainName.GetBuf(domainNameSize), &domainNameSize2, sidNameUse));
28 domainName.ReleaseBuf_CalcLen(domainNameSize);
96 LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * sizeof(WCHAR));
in GetSid() local 103 (NULL, accountName, pSid, &sidLen, domainName, &domainLen, &sidNameUse);
in GetSid() 104 ::HeapFree(GetProcessHeap(), 0, domainName);
in GetSid() local
|
/third_party/node/deps/v8/src/extensions/ |
H A D | vtunedomain-support-extension.cc | 123 v8::String::Utf8Value domainName(isolate, args[0]); in Mark() 127 char* cdomainName = *domainName; in Mark()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 919 std::string domainName(VkTimeDomainEXT domain) const; 1094 std::string CalibratedTimestampTestInstance::domainName(VkTimeDomainEXT domain) const in domainName() function in vkt::pipeline::CalibratedTimestampTestInstance 1315 return tcu::TestStatus::fail(domainName(devDomain) + ": Batch of work took too long to execute"); in runTest() 1320 return tcu::TestStatus::fail(domainName(devDomain) + ": vkCmdWriteTimestamp() inconsistent with vkGetCalibratedTimestampsEXT()"); in runTest() 1342 return tcu::TestStatus::fail(domainName(hostDomain) + ": Querying host domain took too long to execute"); in runTest() 1347 return tcu::TestStatus::fail(domainName(hostDomain) + ": vkGetCalibratedTimestampsEXT() inconsistent with native host API"); in runTest() 1388 msg << "[" << domainName(devDomain) << "] Device expected timestamp differs " << devDiffNanos << " nanoseconds (expect value <= " << maxDevDiffNanos << ")"; in runTest() 1402 msg << "[" << domainName(hostDomain) << "] Host expected timestamp differs " << hostDiff << " nanoseconds (expected value <= " << maxHostDiff << ")"; in runTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 842 std::string domainName(VkTimeDomainEXT domain) const; 1017 std::string CalibratedTimestampTestInstance::domainName(VkTimeDomainEXT domain) const 1238 return tcu::TestStatus::fail(domainName(devDomain) + ": Batch of work took too long to execute"); 1243 return tcu::TestStatus::fail(domainName(devDomain) + ": vkCmdWriteTimestamp() inconsistent with vkGetCalibratedTimestampsEXT()"); 1265 return tcu::TestStatus::fail(domainName(hostDomain) + ": Querying host domain took too long to execute"); 1270 return tcu::TestStatus::fail(domainName(hostDomain) + ": vkGetCalibratedTimestampsEXT() inconsistent with native host API"); 1311 msg << "[" << domainName(devDomain) << "] Device expected timestamp differs " << devDiffNanos << " nanoseconds (expect value <= " << maxDevDiffNanos << ")"; 1325 msg << "[" << domainName(hostDomain) << "] Host expected timestamp differs " << hostDiff << " nanoseconds (expected value <= " << maxHostDiff << ")";
|
Completed in 12 milliseconds