Home
last modified time | relevance | path

Searched refs:arrayLength (Results 126 – 150 of 1366) sorted by relevance

12345678910>>...55

/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_bytearray.c99 PKIX_UInt32 arrayLength; in testGetLength() local
103 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_ByteArray_GetLength(byteArray, &arrayLength, plContext)); in testGetLength()
105 if (arrayLength != expLength) { in testGetLength()
107 arrayLength, expLength); in testGetLength()
119 PKIX_UInt32 arrayLength) in testGetPointer() argument
128 for (j = 0; j < arrayLength; j++) { in testGetPointer()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DHashSetOfArray.java57 int arrayLength = array.length; in contains() local
60 if (currentArray.length == arrayLength && Util.equalArraysOrNull(currentArray, array)) in contains()
83 int arrayLength = array.length; in add() local
86 if (currentArray.length == arrayLength && Util.equalArraysOrNull(currentArray, array)) in add()
103 int arrayLength = array.length; in remove() local
106 if (currentArray.length == arrayLength && Util.equalArraysOrNull(currentArray, array)) { in remove()
H A DHashSetOfCharArrayArray.java59 int arrayLength = array.length; in contains() local
62 if (currentArray.length == arrayLength && CharOperation.equals(currentArray, array)) in contains()
85 int arrayLength = array.length; in add() local
88 if (currentArray.length == arrayLength && CharOperation.equals(currentArray, array)) in add()
105 int arrayLength = array.length; in remove() local
108 if (currentArray.length == arrayLength && CharOperation.equals(currentArray, array)) { in remove()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_bytearray.c99 PKIX_UInt32 arrayLength; in testGetLength() local
103 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_ByteArray_GetLength(byteArray, &arrayLength, plContext)); in testGetLength()
105 if (arrayLength != expLength) { in testGetLength()
107 arrayLength, expLength); in testGetLength()
119 PKIX_UInt32 arrayLength) in testGetPointer() argument
128 for (j = 0; j < arrayLength; j++) { in testGetPointer()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_bytearray.c99 PKIX_UInt32 arrayLength; in testGetLength() local
103 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_ByteArray_GetLength(byteArray, &arrayLength, plContext)); in testGetLength()
105 if (arrayLength != expLength) { in testGetLength()
107 arrayLength, expLength); in testGetLength()
119 PKIX_UInt32 arrayLength) in testGetPointer() argument
128 for (j = 0; j < arrayLength; j++) { in testGetPointer()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/libpkix/pkix_pl/system/
H A Dtest_bytearray.c99 PKIX_UInt32 arrayLength; in testGetLength() local
103 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_ByteArray_GetLength(byteArray, &arrayLength, plContext)); in testGetLength()
105 if (arrayLength != expLength) { in testGetLength()
107 arrayLength, expLength); in testGetLength()
119 PKIX_UInt32 arrayLength) in testGetPointer() argument
128 for (j = 0; j < arrayLength; j++) { in testGetPointer()
/dports/biology/bbmap/bbmap/current/sketch/
H A DGlocalAligner.java25 final int arrayLength=big; in alignForwardInner() local
28 final short[] array1=new short[arrayLength+1], array2=new short[arrayLength+1]; in alignForwardInner()
29 final short[] consumed1=new short[arrayLength+1], consumed2=new short[arrayLength+1]; in alignForwardInner()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ArrayReference/Length/
H A Dlength001.java288 int arrayLength = 0; in testCommand() local
290 arrayLength = reply.getInt(); in testCommand()
291 log.display(" arrayLength: " + arrayLength); in testCommand()
300 if (arrayLength < 0) { in testCommand()
301 log.complain("Negative number of arrayLength received:" + arrayLength in testCommand()
304 } else if (arrayLength != ARRAY_LENGTH) { in testCommand()
305 log.complain("Unexpected number of values received:" + arrayLength in testCommand()
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/scripts/
H A Dvulkaninfo_generator.py504 if v.arrayLength is not None:
527 if v.arrayLength is not None:
537 elif v.arrayLength.isdigit():
824 self.arrayLength = None
855 self.arrayLength = lengths[0]
857 if self.arrayLength is not None and self.arrayLength.startswith('latexmath'):
858 code = self.arrayLength[10:len(self.arrayLength)]
866 self.arrayLength = code
869 if self.arrayLength is not None:
870 self.arrayLength = re.sub('::', '->', self.arrayLength)
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/jai/utils/
H A DLCRecyclingTileFactory.java447 long arrayLength) { in getRecycledArray() argument
450 arrayLength); in getRecycledArray()
454 arrayType+" "+numBanks+" "+arrayLength); in getRecycledArray()
467 (int)arrayLength); in getRecycledArray()
486 new int[]{(int)numBanks, (int)arrayLength}); in getRecycledArray()
490 new int[]{(int)numBanks, (int)arrayLength}); in getRecycledArray()
493 new int[]{(int)numBanks, (int)arrayLength}); in getRecycledArray()
496 new int[]{(int)numBanks, (int)arrayLength}); in getRecycledArray()
499 new int[]{(int)numBanks, (int)arrayLength}); in getRecycledArray()
/dports/devel/log4net/log4net-1.2.10/src/Appender/
H A DColoredConsoleAppender.cs384 int arrayLength = messageCharArray.Length; in Append()
388 …if (arrayLength > 1 && messageCharArray[arrayLength-2] == '\r' && messageCharArray[arrayLength-1] … in Append()
390 arrayLength -= 2; in Append()
395 m_consoleOutputWriter.Write(messageCharArray, 0, arrayLength); in Append()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DpreGraph.c454 size_t arrayLength; in mergeDescriptors_pg() local
461 arrayLength = newLength / 4; in mergeDescriptors_pg()
463 arrayLength++; in mergeDescriptors_pg()
570 size_t arrayLength; in mergeDescriptorsH2H_pg() local
577 arrayLength = newLength / 4; in mergeDescriptorsH2H_pg()
579 arrayLength++; in mergeDescriptorsH2H_pg()
695 size_t arrayLength; in mergeDescriptorsF2F_pg() local
702 arrayLength = newLength / 4; in mergeDescriptorsF2F_pg()
704 arrayLength++; in mergeDescriptorsF2F_pg()
900 size_t arrayLength = totalLength / 4; in newDescriptor_pg() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/
H A Dgetvaluesii005.java273 int arrayLength = arrayRef.length(); in checkValue() local
280 long k = (arrayLength + 1 != index) ? index : in checkValue()
304 if ( list.size() != arrayLength ) in checkValue()
307 + arrayLength + ") " + il2Str); in checkValue()
311 + arrayLength + ") " + il2Str); in checkValue()
324 if ( (index < 0 || index > arrayLength) || in checkValue()
325 ( (length != -1) && (length < 0 || index + length > arrayLength) ) ) { in checkValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/
H A Dgetvaluesii005.java273 int arrayLength = arrayRef.length(); in checkValue() local
280 long k = (arrayLength + 1 != index) ? index : in checkValue()
304 if ( list.size() != arrayLength ) in checkValue()
307 + arrayLength + ") " + il2Str); in checkValue()
311 + arrayLength + ") " + il2Str); in checkValue()
324 if ( (index < 0 || index > arrayLength) || in checkValue()
325 ( (length != -1) && (length < 0 || index + length > arrayLength) ) ) { in checkValue()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/
H A Dgetvaluesii005.java273 int arrayLength = arrayRef.length(); in checkValue() local
280 long k = (arrayLength + 1 != index) ? index : in checkValue()
304 if ( list.size() != arrayLength ) in checkValue()
307 + arrayLength + ") " + il2Str); in checkValue()
311 + arrayLength + ") " + il2Str); in checkValue()
324 if ( (index < 0 || index > arrayLength) || in checkValue()
325 ( (length != -1) && (length < 0 || index + length > arrayLength) ) ) { in checkValue()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/
H A Dgetvaluesii005.java273 int arrayLength = arrayRef.length(); in checkValue() local
280 long k = (arrayLength + 1 != index) ? index : in checkValue()
304 if ( list.size() != arrayLength ) in checkValue()
307 + arrayLength + ") " + il2Str); in checkValue()
311 + arrayLength + ") " + il2Str); in checkValue()
324 if ( (index < 0 || index > arrayLength) || in checkValue()
325 ( (length != -1) && (length < 0 || index + length > arrayLength) ) ) { in checkValue()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/
H A Dgetvaluesii005.java273 int arrayLength = arrayRef.length(); in checkValue() local
280 long k = (arrayLength + 1 != index) ? index : in checkValue()
304 if ( list.size() != arrayLength ) in checkValue()
307 + arrayLength + ") " + il2Str); in checkValue()
311 + arrayLength + ") " + il2Str); in checkValue()
324 if ( (index < 0 || index > arrayLength) || in checkValue()
325 ( (length != -1) && (length < 0 || index + length > arrayLength) ) ) { in checkValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/
H A Dgetvaluesii005.java273 int arrayLength = arrayRef.length(); in checkValue() local
280 long k = (arrayLength + 1 != index) ? index : in checkValue()
304 if ( list.size() != arrayLength ) in checkValue()
307 + arrayLength + ") " + il2Str); in checkValue()
311 + arrayLength + ") " + il2Str); in checkValue()
324 if ( (index < 0 || index > arrayLength) || in checkValue()
325 ( (length != -1) && (length < 0 || index + length > arrayLength) ) ) { in checkValue()

12345678910>>...55