Home
last modified time | relevance | path

Searched refs:nsCount (Results 1 – 25 of 71) sorted by relevance

123

/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DINodeDirectoryWithQuota.java30 private long nsCount; field in INodeDirectoryWithQuota
45 this.nsCount= counts.getNsCount(); in INodeDirectoryWithQuota()
58 this.nsCount = 1; in INodeDirectoryWithQuota()
68 this.nsCount = 1; in INodeDirectoryWithQuota()
99 counts.nsCount += nsCount; in spaceConsumedInTree()
108 return nsCount; in numItemsInTree()
121 nsCount += nsDelta; in updateNumItemsInTree()
131 setSpaceConsumed(nsCount + nsDelta, diskspace + dsDelta); in addSpaceConsumed()
143 this.nsCount = namespace; in setSpaceConsumed()
151 long newCount = nsCount + nsDelta; in verifyQuota()
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DSandNSAmbigs.bf315 nsCount = aCodon[1];
319 nsCount = allowedStates[nsCount];
322 if ((allowed>1)||(sCount&&nsCount&&cd1))
324 nsCount = 0;
373 nsCount = nsCount + dummy;
380 nsCount = nsCount/weightFactor;
387 nsCount = 0;
396 cd1[1] = nsCount;
406 nsCount = cd1[1];
411 …outString*(seqName+","+(v+1)+","+sCount+","+nsCount+","+aCodon+","+sSites+","+nsSites+","+(sSites+…
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/tools/
H A DTestGetConf.java316 final int nsCount = 10; in testFederation() local
322 setupNameServices(conf, nsCount); in testFederation()
324 DFS_NAMENODE_SERVICE_RPC_ADDRESS_KEY, nsCount, 1000); in testFederation()
326 setupStaticHostResolution(nsCount); in testFederation()
328 DFS_NAMENODE_BACKUP_ADDRESS_KEY, nsCount, 2000); in testFederation()
341 setupNameServices(conf, nsCount); in testFederation()
343 DFS_NAMENODE_RPC_ADDRESS_KEY, nsCount, 1000); in testFederation()
345 DFS_NAMENODE_BACKUP_ADDRESS_KEY, nsCount, 2000); in testFederation()
433 final int nsCount = 10; in testIncludeInternalNameServices() local
436 setupNameServices(conf, nsCount); in testIncludeInternalNameServices()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlBaseWriter.cs1870 int nsCount; field in System.Xml.XmlBaseWriter.NamespaceManager
1912 this.nsCount = 1; in Clear()
1960 int i = this.nsCount; in DeclareNamespaces()
1968 while (i < this.nsCount) in DeclareNamespaces()
1986 while (nsCount > 0) in ExitScope()
1994 nsCount--; in ExitScope()
2137 nsCount++; in AddNamespace()
2145 int nsCount = this.nsCount; in LookupPrefix()
2221 int nsCount = this.nsCount; in LookupAttributePrefix()
2282 int nsCount = this.nsCount; in LookupNamespace()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DXMLStreamReaderToContentHandler.java256 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
257 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
273 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
274 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DXMLStreamReaderToContentHandler.java256 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
257 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
273 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
274 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXStreamConnector.java209 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
210 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
219 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
220 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStAXStreamConnector.java209 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
210 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
219 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
220 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.DataContractSerialization/src/System/Xml/
H A DXmlBaseWriter.cs2087 int nsCount = _nsCount; in LookupPrefix()
2088 for (int i = nsCount - 1; i >= _nsTop; i--) in LookupPrefix()
2096 for (int j = i + 1; j < nsCount; j++) in LookupPrefix()
2111 for (int i = nsCount - 1; i >= _nsTop; i--) in LookupPrefix()
2163 int nsCount = _nsCount; in LookupAttributePrefix()
2164 for (int i = nsCount - 1; i >= _nsTop; i--) in LookupAttributePrefix()
2191 for (int i = nsCount - 1; i >= _nsTop; i--) in LookupAttributePrefix()
2224 int nsCount = _nsCount; in LookupNamespace()
2246 for (int i = nsCount - 1; i >= _nsTop; i--) in LookupNamespace()
2261 int nsCount = _nsCount; in Sign()
[all …]
/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dparser.cpp76 nsCount.append(0); in TreeConstructer()
468 this_ -> nsCount.append(0); in tcStartDocument()
622 this_ -> nsCount.last()); in tcStartElement()
680 this_ -> nsCount.append(0); in tcStartElement()
698 this_ -> nsCount.deppend(); in tcEndElement()
774 this_ -> nsCount[this_ -> nsCount.number()-1]++; in tcStartNamespace2()
813 this_ -> nsCount[this_ -> nsCount.number()-1]--; in tcEndNamespace()
923 this_ -> nsCount.deppend(); in tcEndDocument()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java285 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
286 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
302 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
303 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java285 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
286 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
302 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
303 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java324 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
325 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
341 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
342 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java324 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
325 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
341 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
342 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java285 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
286 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
302 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
303 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java285 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
286 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
302 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
303 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java324 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
325 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
341 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
342 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java324 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
325 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
341 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
342 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java282 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
283 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
299 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
300 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DStAXStream2SAX.java282 int nsCount = staxStreamReader.getNamespaceCount(); in handleEndElement() local
283 for (int i = nsCount - 1; i >= 0; i--) { in handleEndElement()
299 int nsCount = staxStreamReader.getNamespaceCount(); in handleStartElement() local
300 for (int i = 0; i < nsCount; i++) { in handleStartElement()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/linguist/lupdate/
H A Dcpp.cpp268 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
271 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
1064 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
1069 for (int i = 1; i < nsCount; ++i) in visitNamespace()
1077 && visitNamespace(namespaces, nsCount, callback, context, vr, sup)) in visitNamespace()
1082 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
1086 return visitNamespace(namespaces, nsCount, callback, context, vr, results); in visitNamespace()
1104 int nsCount; member
1114 *data->resolved = data->namespaces.mid(0, data->nsCount); in qualifyOneCallbackOwn()
1239 if (nsCount == -1) in findNamespace()
[all …]
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/linguist/lupdate/
H A Dcpp.cpp172 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
175 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
982 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
987 for (int i = 1; i < nsCount; ++i) in visitNamespace()
995 && visitNamespace(namespaces, nsCount, callback, context, vr, sup)) in visitNamespace()
1000 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
1004 return visitNamespace(namespaces, nsCount, callback, context, vr, results); in visitNamespace()
1014 int nsCount; member
1024 *data->resolved = data->namespaces.mid(0, data->nsCount); in qualifyOneCallbackOwn()
1149 if (nsCount == -1) in findNamespace()
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/linguist/lupdate/
H A Dcpp.cpp172 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
175 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
982 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
987 for (int i = 1; i < nsCount; ++i) in visitNamespace()
995 && visitNamespace(namespaces, nsCount, callback, context, vr, sup)) in visitNamespace()
1000 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
1004 return visitNamespace(namespaces, nsCount, callback, context, vr, results); in visitNamespace()
1014 int nsCount; member
1024 *data->resolved = data->namespaces.mid(0, data->nsCount); in qualifyOneCallbackOwn()
1149 if (nsCount == -1) in findNamespace()
[all …]
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/linguist/lupdate/
H A Dcpp.cpp172 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
175 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
982 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
987 for (int i = 1; i < nsCount; ++i) in visitNamespace()
995 && visitNamespace(namespaces, nsCount, callback, context, vr, sup)) in visitNamespace()
1000 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
1004 return visitNamespace(namespaces, nsCount, callback, context, vr, results); in visitNamespace()
1014 int nsCount; member
1024 *data->resolved = data->namespaces.mid(0, data->nsCount); in qualifyOneCallbackOwn()
1149 if (nsCount == -1) in findNamespace()
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/linguist/lupdate/
H A Dcpp.cpp172 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
175 bool visitNamespace(const NamespaceList &namespaces, int nsCount,
982 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
987 for (int i = 1; i < nsCount; ++i) in visitNamespace()
995 && visitNamespace(namespaces, nsCount, callback, context, vr, sup)) in visitNamespace()
1000 bool CppParser::visitNamespace(const NamespaceList &namespaces, int nsCount, in visitNamespace() argument
1004 return visitNamespace(namespaces, nsCount, callback, context, vr, results); in visitNamespace()
1014 int nsCount; member
1024 *data->resolved = data->namespaces.mid(0, data->nsCount); in qualifyOneCallbackOwn()
1149 if (nsCount == -1) in findNamespace()
[all …]

123