Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DFLParameter.java44 private String domainName; field in FLParameter
83 if (domainName == null || domainName.isEmpty()) { in getDomainName()
88 return domainName; in getDomainName()
91 public void setDomainName(String domainName) { in setDomainName() argument
92 …if (domainName == null || domainName.isEmpty() || (!("https".equals(domainName.split(":")[0]) || "… in setDomainName()
97 this.domainName = domainName; in setDomainName()
DCommon.java77 public static String generateUrl(boolean ifUseElb, int serverNum, String domainName) { in generateUrl() argument
84 if ((domainName == null || domainName.isEmpty() || domainName.split("//").length < 2)) { in generateUrl()
90 if (domainName.split("//")[1].split(":").length < 2) { in generateUrl()
95 String ip = domainName.split("//")[1].split(":")[0]; in generateUrl()
96 int port = Integer.parseInt(domainName.split("//")[1].split(":")[1]); in generateUrl()
109 String tag = domainName.split("//")[0] + "//"; in generateUrl()
114 url = domainName; in generateUrl()
DSSLSocketFactoryTools.java68 String domainName = flParameter.getDomainName();
69 if ((domainName == null || domainName.isEmpty() || domainName.split("//").length < 2)) {
74 if (domainName.split("//")[1].split(":").length < 2) {
79 String ip = domainName.split("//")[1].split(":")[0];
DSyncFLJob.java403 String domainName = args[8]; in main() local
422 flParameter.setDomainName(domainName); in main()
447 flParameter.setDomainName(domainName); in main()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dattach.dart440 .map<String>((PtrResourceRecord record) => record.domainName)
444 String domainName;
448 domainName = name;
452 if (domainName == null) {
465 domainName = pointerRecords[0].domainName;
467 printStatus('Checking for available port on $domainName');
471 ResourceRecordQuery.service(domainName),
478 printError('Unexpectedly found more than one observatory report for $domainName '
481 printStatus('Checking for authentication code for $domainName');
484 ResourceRecordQuery.text(domainName),
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dattach_test.dart506 PtrResourceRecord('foo', year3000, domainName: 'bar'),
523 PtrResourceRecord('foo', year3000, domainName: 'bar'),
524 PtrResourceRecord('baz', year3000, domainName: 'fiz'),
543 PtrResourceRecord('foo', year3000, domainName: 'bar'),
544 PtrResourceRecord('baz', year3000, domainName: 'fiz'),
564 PtrResourceRecord('foo', year3000, domainName: 'bar'),
565 PtrResourceRecord('baz', year3000, domainName: 'fiz'),
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp1025 std::string domainName(VkTimeDomainEXT domain) const;
1200 std::string CalibratedTimestampTestInstance::domainName(VkTimeDomainEXT domain) const in domainName() function in vkt::pipeline::__anon818c47370111::CalibratedTimestampTestInstance
1421 return tcu::TestStatus::fail(domainName(devDomain) + ": Batch of work took too long to execute"); in runTest()
1426 …return tcu::TestStatus::fail(domainName(devDomain) + ": vkCmdWriteTimestamp() inconsistent with vk… in runTest()
1448 …return tcu::TestStatus::fail(domainName(hostDomain) + ": Querying host domain took too long to exe… in runTest()
1453 …return tcu::TestStatus::fail(domainName(hostDomain) + ": vkGetCalibratedTimestampsEXT() inconsiste… in runTest()
1494 …msg << "[" << domainName(devDomain) << "] Device expected timestamp differs " << devDiffNanos << "… in runTest()
1508 …msg << "[" << domainName(hostDomain) << "] Host expected timestamp differs " << hostDiff << " nano… in runTest()
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_h.template295 static const char domainName[];
DTypeBuilder_cpp.template18 const char Metainfo::domainName[] = "{{domain.domain}}";
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch252677 this, this, agentState(protocol::Debugger::Metainfo::domainName)));
252681 - this, this, agentState(protocol::Profiler::Metainfo::domainName)));
252685 - this, this, agentState(protocol::HeapProfiler::Metainfo::domainName)));
252690 this, this, agentState(protocol::Console::Metainfo::domainName)));
252694 - this, this, agentState(protocol::Schema::Metainfo::domainName)));
252698 + this, this, agentState(protocol::Profiler::Metainfo::domainName)));
252702 + this, this, agentState(protocol::HeapProfiler::Metainfo::domainName)));
252707 + this, this, agentState(protocol::Schema::Metainfo::domainName)));
D0001-cve.patch1236 : DevToolsDomainHandler(Page::Metainfo::domainName),