Home
last modified time | relevance | path

Searched refs:line2 (Results 176 – 200 of 5826) sorted by relevance

12345678910>>...234

/dports/www/node10/node-v10.24.1/deps/v8/tools/clusterfuzz/
H A Dv8_suppressions.py149 def caret_match(line1, line2): argument
151 not line2 or
153 len(line2) > MAX_LINE_LENGTH):
155 return bool(CARET_RE.match(line1) and CARET_RE.match(line2))
165 def ignore_by_regexp(line1, line2, allowed): argument
170 match2 = exp.match(line2)
204 assert not (line1 is None and line2 is None)
208 return '+ %s' % short_line_output(line2), source
209 if line2 is None:
213 if line1 == line2:
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.distance/
H A Dreport.c170 const struct ReportLine *line1, *line2; in compare() local
173 line2 = (const struct ReportLine *)p2; in compare()
176 if (line1->distance > line2->distance) return 1; in compare()
179 if (line1->isnull1 && !line2->isnull1) return 1; in compare()
180 if (!line1->isnull1 && !line2->isnull1) { in compare()
182 if (line1->cat1 > line2->cat1) return 1; in compare()
185 if (!line1->isnull2 && line2->isnull2) return -1; in compare()
186 if (line1->isnull2 && !line2->isnull2) return 1; in compare()
187 if (!line1->isnull2 && !line2->isnull2) { in compare()
188 if (line1->cat2 < line2->cat2) return -1; in compare()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/mbconv/
H A Dconvautotest.cpp73 const wxString& line2);
145 const wxString& line2) in TestTextStream() argument
151 CPPUNIT_ASSERT_EQUAL( line2, text.ReadLine() ); in TestTextStream()
163 const wxString line2 = wxString::FromUTF8("\xce\xb2"); variable
177 7, line1, line2); in StreamUTF8NoBOM()
184 10, line1, line2); in StreamUTF8()
190 10, line1, line2); in StreamUTF16LE()
196 10, line1, line2); in StreamUTF16BE()
203 20, line1, line2); in StreamUTF32LE()
210 20, line1, line2); in StreamUTF32BE()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/mbconv/
H A Dconvautotest.cpp73 const wxString& line2);
145 const wxString& line2) in TestTextStream() argument
151 CPPUNIT_ASSERT_EQUAL( line2, text.ReadLine() ); in TestTextStream()
163 const wxString line2 = wxString::FromUTF8("\xce\xb2"); variable
177 7, line1, line2); in StreamUTF8NoBOM()
184 10, line1, line2); in StreamUTF8()
190 10, line1, line2); in StreamUTF16LE()
196 10, line1, line2); in StreamUTF16BE()
203 20, line1, line2); in StreamUTF32LE()
210 20, line1, line2); in StreamUTF32BE()
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/cunit/
H A Dcu_ptarray.c106 LWLINE *line1, *line2; in test_ptarray_append_ptarray() local
118 lwline_free(line2); in test_ptarray_append_ptarray()
129 lwline_free(line2); in test_ptarray_append_ptarray()
140 lwline_free(line2); in test_ptarray_append_ptarray()
151 lwline_free(line2); in test_ptarray_append_ptarray()
159 lwline_free(line2); in test_ptarray_append_ptarray()
170 lwline_free(line2); in test_ptarray_append_ptarray()
181 lwline_free(line2); in test_ptarray_append_ptarray()
189 lwline_free(line2); in test_ptarray_append_ptarray()
202 lwline_free(line2); in test_ptarray_append_ptarray()
[all …]
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/cunit/
H A Dcu_ptarray.c106 LWLINE *line1, *line2; in test_ptarray_append_ptarray() local
118 lwline_free(line2); in test_ptarray_append_ptarray()
129 lwline_free(line2); in test_ptarray_append_ptarray()
140 lwline_free(line2); in test_ptarray_append_ptarray()
151 lwline_free(line2); in test_ptarray_append_ptarray()
159 lwline_free(line2); in test_ptarray_append_ptarray()
170 lwline_free(line2); in test_ptarray_append_ptarray()
181 lwline_free(line2); in test_ptarray_append_ptarray()
189 lwline_free(line2); in test_ptarray_append_ptarray()
202 lwline_free(line2); in test_ptarray_append_ptarray()
[all …]
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/cunit/
H A Dcu_ptarray.c106 LWLINE *line1, *line2; in test_ptarray_append_ptarray() local
118 lwline_free(line2); in test_ptarray_append_ptarray()
129 lwline_free(line2); in test_ptarray_append_ptarray()
140 lwline_free(line2); in test_ptarray_append_ptarray()
151 lwline_free(line2); in test_ptarray_append_ptarray()
159 lwline_free(line2); in test_ptarray_append_ptarray()
170 lwline_free(line2); in test_ptarray_append_ptarray()
181 lwline_free(line2); in test_ptarray_append_ptarray()
189 lwline_free(line2); in test_ptarray_append_ptarray()
202 lwline_free(line2); in test_ptarray_append_ptarray()
[all …]
/dports/games/libretro-beetle_gba/beetle-gba-libretro-8d1e421/mednafen/gba/
H A DMode1.cpp71 if(line2[x] < (color & 0xFF000000)) { in mode1RenderLine()
72 color = line2[x]; in mode1RenderLine()
96 if(line2[x] < (back & 0xFF000000)) { in mode1RenderLine()
97 back = line2[x]; in mode1RenderLine()
174 color = line2[x]; in mode1RenderLineNoWindow()
208 back = line2[x]; in mode1RenderLineNoWindow()
252 back = line2[x]; in mode1RenderLineNoWindow()
371 color = line2[x]; in mode1RenderLineAll()
407 back = line2[x]; in mode1RenderLineAll()
451 back = line2[x]; in mode1RenderLineAll()
[all …]
/dports/emulators/mednafen/mednafen/src/gba/
H A DMode1.cpp74 if(line2[x] < (color & 0xFF000000)) { in mode1RenderLine()
75 color = line2[x]; in mode1RenderLine()
99 if(line2[x] < (back & 0xFF000000)) { in mode1RenderLine()
100 back = line2[x]; in mode1RenderLine()
177 color = line2[x]; in mode1RenderLineNoWindow()
211 back = line2[x]; in mode1RenderLineNoWindow()
255 back = line2[x]; in mode1RenderLineNoWindow()
374 color = line2[x]; in mode1RenderLineAll()
410 back = line2[x]; in mode1RenderLineAll()
454 back = line2[x]; in mode1RenderLineAll()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A DMode2.cpp42 changed, line2); in mode2RenderLine()
65 color = line2[x]; in mode2RenderLine()
85 back = line2[x]; in mode2RenderLine()
138 changed, line2); in mode2RenderLineNoWindow()
161 color = line2[x]; in mode2RenderLineNoWindow()
187 back = line2[x]; in mode2RenderLineNoWindow()
228 back = line2[x]; in mode2RenderLineNoWindow()
346 color = line2[x]; in mode2RenderLineAll()
373 back = line2[x]; in mode2RenderLineAll()
414 back = line2[x]; in mode2RenderLineAll()
[all …]
/dports/editors/neovim/neovim-0.6.1/test/symbolic/klee/
H A Drun.sh80 local line2="for t in '$KLEE_OUT_DIR'/*.err"
81 line2="$line2 ; do ktest-tool --write-ints"
82 line2="$line2 \"\$(printf '%s' \"\$t\" | sed -e 's@\\.[^/]*\$@.ktest@')\""
83 line2="$line2 ; done"
84 printf '%s\n%s\n' "$line1" "$line2" | \
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/actions/
H A Drs_actiondimangular.cpp135 line2 = *dynamic_cast<RS_Line*>(en); in mouseReleaseEvent()
306 line1 = line2; in lineOrder()
307 line2 = swapLines; in lineOrder()
392 justify( line2, click2); in setData()
402 edata->definitionPoint3 = line2.getEndpoint(); in setData()
403 data->definitionPoint = line2.getStartpoint(); in setData()
407 edata->definitionPoint1 = line2.getEndpoint(); in setData()
408 edata->definitionPoint2 = line2.getStartpoint(); in setData()
414 edata->definitionPoint1 = line2.getEndpoint(); in setData()
415 edata->definitionPoint2 = line2.getStartpoint(); in setData()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) call abort
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) call abort
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) call abort
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) call abort
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) call abort
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) call abort
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dassociate_15.f9017 character(48) line1, line2 variable
22 write (line2, *) x
23 if (trim (line1) .ne. trim (line2)) STOP 1
29 write (line2, *) x
30 if (trim (line1) .ne. trim (line2)) STOP 2
37 write (line2, *) x
38 if (trim (line1) .ne. trim (line2)) STOP 3

12345678910>>...234