Home
last modified time | relevance | path

Searched refs:ndName (Results 1 – 19 of 19) sorted by relevance

/dports/print/texlive-base/texlive-20150521-source/texk/tex4htk/java/
H A DHtJsml.java161 if (ndName.equals("mfrac")) { in setFracLevel()
185 if( ndName.equals("msub") in setFracLevel()
186 || ndName.equals("msup") in setFracLevel()
187 || ndName.equals("msubsup") in setFracLevel()
192 if (ndName.equals("mfrac")) { in setFracLevel()
290 String ndName = node.getNodeName(); in setScriptLevel() local
292 ndName.equals("msqrt") in setScriptLevel()
294 ndName.equals("mroot") in setScriptLevel()
324 if( ndName.equals("msub") || ndName.equals("msup") || in setRootLevel()
325 ndName.equals("msubsup") in setRootLevel()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/tap-bridge/helper/
H A Dtap-bridge-helper.cc81 TapBridgeHelper::Install (Ptr<Node> node, std::string ndName) in Install() argument
83 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName); in Install()
88 TapBridgeHelper::Install (std::string nodeName, std::string ndName) in Install() argument
91 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName); in Install()
H A Dtap-bridge-helper.h98 Ptr<NetDevice> Install (Ptr<Node> node, std::string ndName);
112 Ptr<NetDevice> Install (std::string nodeName, std::string ndName);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/helper/
H A Dipv4-static-routing-helper.cc186 std::string ndName) in SetDefaultMulticastRoute() argument
188 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName); in SetDefaultMulticastRoute()
204 std::string ndName) in SetDefaultMulticastRoute() argument
207 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName); in SetDefaultMulticastRoute()
H A Dipv6-static-routing-helper.cc188 std::string ndName)
190 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName);
206 std::string ndName)
209 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName);
H A Dipv4-static-routing-helper.h159 void SetDefaultMulticastRoute (Ptr<Node> n, std::string ndName);
184 void SetDefaultMulticastRoute (std::string nName, std::string ndName);
H A Dipv6-static-routing-helper.h141 void SetDefaultMulticastRoute (Ptr<Node> n, std::string ndName);
143 void SetDefaultMulticastRoute (std::string nName, std::string ndName);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/helper/
H A Dtrace-helper.cc407 PcapHelperForDevice::EnablePcap (std::string prefix, std::string ndName, bool promiscuous, bool exp… in EnablePcap() argument
409 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName); in EnablePcap()
487 AsciiTraceHelperForDevice::EnableAscii (std::string prefix, std::string ndName, bool explicitFilena… in EnableAscii() argument
489 EnableAsciiImpl (Ptr<OutputStreamWrapper> (), prefix, ndName, explicitFilename); in EnableAscii()
496 AsciiTraceHelperForDevice::EnableAscii (Ptr<OutputStreamWrapper> stream, std::string ndName) in EnableAscii() argument
498 EnableAsciiImpl (stream, std::string (), ndName, false); in EnableAscii()
508 std::string ndName, in EnableAsciiImpl() argument
511 Ptr<NetDevice> nd = Names::Find<NetDevice> (ndName); in EnableAsciiImpl()
H A Dtrace-helper.h595 …void EnablePcap (std::string prefix, std::string ndName, bool promiscuous = false, bool explicitFi…
709 void EnableAscii (std::string prefix, std::string ndName, bool explicitFilename = false);
719 void EnableAscii (Ptr<OutputStreamWrapper> stream, std::string ndName);
855 …void EnableAsciiImpl (Ptr<OutputStreamWrapper> stream, std::string prefix, std::string ndName, boo…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/IlGen/
H A DXmlIlVisitor.cs3067 return VisitNodeProperty(ndName); in VisitNameOf()
3075 return VisitNodeProperty(ndName); in VisitLocalNameOf()
3083 return VisitNodeProperty(ndName); in VisitNamespaceUriOf()
3091 return VisitNodeProperty(ndName); in VisitPrefixOf()
3556 QilName ndName = (QilName)ndInvoke.Name; in VisitXsltInvokeLateBound()
3601 QilName ndName = ndInvoke.Name; in VisitXsltInvokeEarlyBound()
3606 … extFunc = new XmlExtensionFunction(ndName.LocalName, ndName.NamespaceUri, ndInvoke.ClrMethod); in VisitXsltInvokeEarlyBound()
3945 LoadSelectFilter(kinds, ndName); in CreateFilteredIterator()
3983 LoadSelectFilter(kinds, ndName); in CreateContainerIterator()
4604 if (ndName != null) in LoadSelectFilter()
[all …]
H A DXmlILConstructAnalyzer.cs865 QilName ndName = ndAttr.Left as QilName; in AnalyzeAttributeCtor()
875 …qname = new XmlQualifiedName(_attrNames.Add(ndName.LocalName), _attrNames.Add(ndName.NamespaceUri)… in AnalyzeAttributeCtor()
1044 QilName ndName; in CheckNamespaceInScope()
1052 ndName = nd.Left as QilName; in CheckNamespaceInScope()
1053 if (ndName != null) in CheckNamespaceInScope()
1055 prefix = ndName.Prefix; in CheckNamespaceInScope()
1056 ns = ndName.NamespaceUri; in CheckNamespaceInScope()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/IlGen/
H A DXmlILConstructAnalyzer.cs781 QilName ndName = ndAttr.Left as QilName; in AnalyzeAttributeCtor()
790 …qname = new XmlQualifiedName(this.attrNames.Add(ndName.LocalName), this.attrNames.Add(ndName.Names… in AnalyzeAttributeCtor()
945 QilName ndName; in CheckNamespaceInScope()
952 ndName = nd.Left as QilName; in CheckNamespaceInScope()
953 if (ndName != null) { in CheckNamespaceInScope()
954 prefix = ndName.Prefix; in CheckNamespaceInScope()
955 ns = ndName.NamespaceUri; in CheckNamespaceInScope()
H A DXmlIlVisitor.cs2855 return VisitNodeProperty(ndName); in VisitNameOf()
2862 return VisitNodeProperty(ndName); in VisitLocalNameOf()
2869 return VisitNodeProperty(ndName); in VisitNamespaceUriOf()
2876 return VisitNodeProperty(ndName); in VisitPrefixOf()
3354 QilName ndName = ndInvoke.Name; in VisitXsltInvokeEarlyBound()
3359 … extFunc = new XmlExtensionFunction(ndName.LocalName, ndName.NamespaceUri, ndInvoke.ClrMethod); in VisitXsltInvokeEarlyBound()
3372 if (ndName.NamespaceUri.Length == 0) in VisitXsltInvokeEarlyBound()
3666 LoadSelectFilter(kinds, ndName); in CreateFilteredIterator()
3703 LoadSelectFilter(kinds, ndName); in CreateContainerIterator()
4269 if (ndName != null) { in LoadSelectFilter()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/lef/lef/
H A Dlef_keywords.cpp789 if (strcmp(lefData->current_token, lefData->ndName) == 0) { in lefsublex()
813 if (strcmp(lefData->current_token, lefData->ndName) == 0) in lefsublex()
1277 lefData->ndName = (char*)malloc(strlen(nd_name)+1); in lefSetNonDefault()
1278 strcpy(lefData->ndName, nd_name); in lefSetNonDefault()
1285 free(lefData->ndName); in lefUnsetNonDefault()
H A DlefrData.hpp96 char* ndName; member in lefrData
H A DlefrData.cpp55 ndName(0), in lefrData()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/doc/manual/source/
H A Dtracing.rst407 void EnablePcap (std::string prefix, std::string ndName,
510 …void EnablePcap (std::string prefix, std::string ndName, bool promiscuous = false, bool explicitFi…
568 void EnableAscii (std::string prefix, std::string ndName);
569 void EnableAscii (Ptr<OutputStreamWrapper> stream, std::string ndName);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/device_binary_format/yaml/
H A Dyaml_parser_tests.cpp2777 const NEO::Yaml::Node *ndName = parser.getChild(*ndKernel0, "name"); in TEST() local
2782 ASSERT_NE(nullptr, ndName); in TEST()
2787 EXPECT_STREQ("k", parser.readValue(*ndName).str().c_str()); in TEST()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/doc/tutorial/source/
H A Dtracing.rst2465 …void EnablePcap (std::string prefix, std::string ndName, bool promiscuous = false, bool explicitFi…
2587 …void EnablePcap (std::string prefix, std::string ndName, bool promiscuous = false, bool explicitFi…
2659 void EnableAscii (std::string prefix, std::string ndName, bool explicitFilename = false);
2660 void EnableAscii (Ptr<OutputStreamWrapper> stream, std::string ndName);