Home
last modified time | relevance | path

Searched refs:expectedPos (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/astro/gpstk/GPSTk-8.0.0/core/tests/FileHandling/
H A DFFBinaryStream_T.cpp194 streampos expectedPos = 0; in testStream() local
198 expectedPos += 1; in testStream()
205 expectedPos += 2; in testStream()
211 expectedPos += 4; in testStream()
217 expectedPos += 8; in testStream()
225 expectedPos += 1; in testStream()
231 expectedPos += 2; in testStream()
237 expectedPos += 4; in testStream()
243 expectedPos += 8; in testStream()
249 expectedPos += 4; in testStream()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO/tests/MemoryStream/
H A DMemoryStreamTests.netcoreapp.cs22 int expectedPos = 0; in WriteSpan_DataWrittenAndPositionUpdated_Success()
26 expectedPos += i; in WriteSpan_DataWrittenAndPositionUpdated_Success()
27 Assert.Equal(expectedPos, s.Position); in WriteSpan_DataWrittenAndPositionUpdated_Success()
41 int expectedPos = 0; in ReadSpan_DataReadAndPositionUpdated_Success()
57 expectedPos += i; in ReadSpan_DataReadAndPositionUpdated_Success()
58 Assert.Equal(expectedPos, s.Position); in ReadSpan_DataReadAndPositionUpdated_Success()
90 int expectedPos = 0; in WriteAsyncReadOnlyMemory_DataWrittenAndPositionUpdated_Success()
94 expectedPos += i; in WriteAsyncReadOnlyMemory_DataWrittenAndPositionUpdated_Success()
95 Assert.Equal(expectedPos, s.Position); in WriteAsyncReadOnlyMemory_DataWrittenAndPositionUpdated_Success()
109 int expectedPos = 0; in ReadAsyncMemory_DataReadAndPositionUpdated_Success()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java98 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
123 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
125 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
149 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
155 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
157 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
186 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
192 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
195 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java98 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
123 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
125 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
149 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
155 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
157 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
186 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
192 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
195 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dcheck.cpp360 Fraction expectedPos = Fraction(0,1); in checkMeasure() local
371 if (currentPos < expectedPos) { in checkMeasure()
372 …%6d at %d-%d track %d", tick().ticks(), (currentPos/stretch).ticks(), (expectedPos/stretch).ticks(… in checkMeasure()
375 else if (currentPos > expectedPos) { in checkMeasure()
377 fillGap(expectedPos, currentPos - expectedPos, track, stretch); in checkMeasure()
386 expectedPos = currentPos + de->ticks(); in checkMeasure()
388 if (f > expectedPos) { in checkMeasure()
390 if (expectedPos.isNotZero()) in checkMeasure()
391 fillGap(expectedPos, f - expectedPos, track, stretch); in checkMeasure()
393 else if (f < expectedPos) in checkMeasure()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/sql/testng/test/rowset/serial/
H A DSerialClobTests.java318 long expectedPos = 5; in test25() local
322 assertEquals(expectedPos, pos); in test25()
331 long expectedPos = -1; in test26() local
335 assertEquals(expectedPos, pos); in test26()
344 long expectedPos = -1; in test27() local
348 assertEquals(expectedPos, pos); in test27()
357 long expectedPos = 2; in test28() local
361 assertEquals(expectedPos, pos); in test28()
370 long expectedPos = 21; in test29() local
376 assertEquals(expectedPos, pos); in test29()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/time/tck/java/time/format/
H A DTCKLocalizedFieldParser.java105 …public void test_parse_textField(String pattern, String text, int pos, int expectedPos, long expec… in test_parse_textField() argument
131 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textField() local
133 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textField() local
157 …public void test_parse_textLocalDate(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_textLocalDate() argument
163 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_textLocalDate() local
165 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_textLocalDate() local
194 …public void test_parse_WeekBasedYear(String pattern, String text, int pos, int expectedPos, LocalD… in test_parse_WeekBasedYear() argument
200 assertEquals(ppos.getErrorIndex(), expectedPos); in test_parse_WeekBasedYear() local
203 assertEquals(ppos.getIndex(), expectedPos, "Incorrect ending parse position"); in test_parse_WeekBasedYear() local
/dports/archivers/pear-File_Archive/File_Archive-1.5.5/File/Archive/Reader/
H A DBzip2.php203 $expectedPos = $this->filePos + $seek;
208 while ($this->filePos < $expectedPos &&
209 ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
216 $expectedPos = $this->filePos + $length;
217 while ($this->filePos < $expectedPos &&
218 … ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
H A DGzip.php225 $expectedPos = $this->filePos + $seek;
229 while ($this->filePos < $expectedPos &&
230 ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
237 $expectedPos = $this->filePos + $length;
238 while ($this->filePos < $expectedPos &&
239 … ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {

1234567891011