Home
last modified time | relevance | path

Searched defs:listLength (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections/tests/Generic/List/
H A DList.Generic.Tests.Reverse.cs18 public void Reverse(int listLength) in Reverse()
42 public void Reverse_int_int(int listLength, int index, int count) in Reverse_int_int()
77 public void Reverse_RepeatedValues(int listLength, int index, int count) in Reverse_RepeatedValues()
106 public void Reverse_InvalidParameters(int listLength) in Reverse_InvalidParameters()
138 public void Reverse_NegativeParameters(int listLength) in Reverse_NegativeParameters()
H A DList.Generic.Tests.Remove.cs73 public void Remove_Range(int listLength, int index, int count) in Remove_Range()
93 public void RemoveRange_InvalidParameters(int listLength) in RemoveRange_InvalidParameters()
125 public void RemoveRange_NegativeParameters(int listLength) in RemoveRange_NegativeParameters()
H A DList.Generic.Tests.AddRange.cs20 …public void AddRange(EnumerableType enumerableType, int listLength, int enumerableLength, int numb… in AddRange()
/dports/editors/kate/kate-21.12.3/addons/xmltools/
H A Dpseudo_dtd.cpp64 uint listLength = 0; in analyzeDTD() local
110 uint listLength = list.count(); // speedup (really! ) in parseElements() local
222 uint listLength = list.count(); in parseAttributes() local
302 uint listLength = list.count(); in parseAttributeValues() local
377 uint listLength = list.count(); in parseEntities() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/MarshalledObject/compare/
H A DCompare.java56 static void writeObjToOut(int listLength) throws Throwable { in writeObjToOut()
88 int listLength = Integer.parseInt(lengthStr); in setupObjects() local
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dgenderinfotest.cpp95 …, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) { in check()
102 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) { in checkLocale()
/dports/devel/icu/icu/source/test/intltest/
H A Dgenderinfotest.cpp95 …, UGender expected_mixed, UGender expected_taints, const UGender* genderList, int32_t listLength) { in check()
102 const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength) { in checkLocale()
/dports/misc/libemos/libemos-4.5.9-Source/gribex/
H A DgetsetValues.c40 int listLength = sizeof(despatchInteger)/sizeof(despatchI); in GETINT() local
65 int listLength = sizeof(despatchReal)/sizeof(despatchR); in GETREAL() local
346 int binaryChopI(despatchI * list, int listLength, unsigned char * test) { in binaryChopI()
370 int binaryChopR(despatchR * list, int listLength, unsigned char * test) { in binaryChopR()
409 int listLength = sizeof(despatchInteger)/sizeof(despatchI); in SETINT() local
437 int listLength = sizeof(despatchReal)/sizeof(despatchR); in SETREAL() local
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/fz/constraints/
H A DElementConstraints.java102 int listLength = (p2.length < newP2Length) ? p2.length : newP2Length; in poseElementInteger() local
129 int listLength = (p2var.length < newP2Length) ? p2var.length : newP2Length; in generateVarElementConstraint() local
204 int listLength = (p2.length < newP2Length) ? p2.length : newP2Length; in poseElementFloat() local
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/Magick++/lib/
H A DResourceLimits.cpp53 void Magick::ResourceLimits::listLength(const MagickSizeType limit_) in listLength() function in Magick::ResourceLimits
58 MagickCore::MagickSizeType Magick::ResourceLimits::listLength(void) in listLength() function in Magick::ResourceLimits
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/Magick++/lib/
H A DResourceLimits.cpp53 void Magick::ResourceLimits::listLength(const MagickSizeType limit_) in listLength() function in Magick::ResourceLimits
58 MagickCore::MagickSizeType Magick::ResourceLimits::listLength(void) in listLength() function in Magick::ResourceLimits
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/Magick++/lib/
H A DResourceLimits.cpp53 void Magick::ResourceLimits::listLength(const MagickSizeType limit_) in listLength() function in Magick::ResourceLimits
58 MagickCore::MagickSizeType Magick::ResourceLimits::listLength(void) in listLength() function in Magick::ResourceLimits
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/Magick++/lib/
H A DResourceLimits.cpp53 void Magick::ResourceLimits::listLength(const MagickSizeType limit_) in listLength() function in Magick::ResourceLimits
58 MagickCore::MagickSizeType Magick::ResourceLimits::listLength(void) in listLength() function in Magick::ResourceLimits
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/r/
H A DRJson.cpp164 int listLength = Rf_length(listSEXP); in jsonValueArrayFromList() local
188 int listLength = Rf_length(listSEXP); in isNamedList() local
216 int listLength = Rf_length(listSEXP); in jsonObjectFromListElement() local
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dbmpset.h152 int32_t listLength; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Dbmpset.h154 int32_t listLength; variable

123456789