Home
last modified time | relevance | path

Searched +refs:test +refs:redisplay (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/dports/math/scilab/scilab-6.1.1/scilab/modules/console/tests/nonreg_tests/
H A Dbug_14422.tst8 // <-- Non-regression test for bug 14422 -->
15 // clc(0) now just clearing its own line, and redisplay the prompt --> on the same line.
29 // should clear its own line and redisplay the prompt at the begining of the same line
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/test/
H A Dmeson.build3 'redisplay',
19 foreach test : basic_tests
20 test(test,
21 executable('test_' + test, 'test_@0@.c'.format(test),
27 foreach test : gl_tests
28 test(test,
29 executable('test_' + test, 'test_@0@.c'.format(test),
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/test/
H A Dmeson.build3 'redisplay',
19 foreach test : basic_tests
20 test(test,
21 executable('test_' + test, 'test_@0@.c'.format(test),
27 foreach test : gl_tests
28 test(test,
29 executable('test_' + test, 'test_@0@.c'.format(test),
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Dimage.test36 image create test myimage
112 image create test img2
122 image create test img2
149 image create test img2
171 } {test}
296 test image-12.1 {Tk_RedrawImage procedure, redisplay area clipping} \
308 test image-12.2 {Tk_RedrawImage procedure, redisplay area clipping} \
320 test image-12.3 {Tk_RedrawImage procedure, redisplay area clipping} \
332 test image-12.4 {Tk_RedrawImage procedure, redisplay area clipping} \
344 test image-12.5 {Tk_RedrawImage procedure, redisplay area clipping} \
[all …]
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/test/
H A Dmeson.build4 'redisplay',
35 foreach test : basic_tests
36 test(test,
37 executable('test_' + test, 'test_@0@.c'.format(test),
43 foreach test : gl_tests
44 test(test,
45 executable('test_' + test, 'test_@0@.c'.format(test),
53 test(test,
54 executable('test_' + test, 'test_@0@.c'.format(test),
62 test(test,
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A Dimage.test48 image create test myimage
163 image create test img2
176 image create test img2
187 image create test img2
272 } -result {test}
467 test image-12.1 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
482 test image-12.2 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
497 test image-12.3 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
512 test image-12.4 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
527 test image-12.5 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dimage.test48 image create test myimage
163 image create test img2
176 image create test img2
187 image create test img2
272 } -result {test}
469 test image-12.1 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
484 test image-12.2 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
499 test image-12.3 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
514 test image-12.4 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
529 test image-12.5 {Tk_RedrawImage procedure, redisplay area clipping} -constraints {
[all …]
/dports/devel/p5-Term-ReadLine-TTYtter/Term-ReadLine-TTYtter-1.4/ReadLine/
H A Dreadline_ttytter.pm438 &redisplay();
1348 redisplay();
1454 my($test) = $1;
1464 if ($test =~ /term=([a-z0-9]+)/) {
1467 $test = $test =~ /^(perl|$rl_readline_name)\s*$/i;
1469 push(@action, $test ? 'exec' : 'skip');
1758 &redisplay();
1960 sub redisplay subroutine
4028 &redisplay();
4302 &redisplay();
[all …]
/dports/devel/p5-Term-ReadLine-Perl/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm421 &redisplay();
1394 my($test) = $1;
1404 if ($test =~ /term=([a-z0-9]+)/) {
1407 $test = $test =~ /^(perl|$rl_readline_name)\s*$/i;
1409 push(@action, $test ? 'exec' : 'skip');
1679 &redisplay();
1863 sub redisplay subroutine
2945 &redisplay();
3875 &redisplay();
4149 &redisplay();
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/tests/nonreg_tests/
H A Dbug_3675.dia.ref9 // <-- Non-regression test for bug 3675 -->
37 // load and redisplay
H A Dbug_3675.tst11 // <-- Non-regression test for bug 3675 -->
47 // load and redisplay
/dports/devel/gdb761/gdb-7.6.1/readline/
H A DCHANGES70 a. The SIGWINCH signal handler now avoids calling the redisplay code if
71 one arrives while in the middle of redisplay.
76 c. Fixed a bug in the redisplay code that was triggered by a prompt
192 during redisplay.
217 (like redisplay).
254 and multibyte character redisplay.
485 l. Many speedups to the multibyte character redisplay code.
526 z. Changes to speed up the multibyte character redisplay code.
651 custom redisplay function.
851 u. Added configure test so that it can set `${MAKE}' appropriately.
[all …]
/dports/www/p5-HTML-FillInForm/HTML-FillInForm-2.22/
H A DREADME6 filling out required field. HTML::FillInForm can be used to redisplay
20 make test
/dports/devel/p5-Carp-REPL/Carp-REPL-0.18/
H A DChanges9 The incompat manifested as lots of test failures about refs. Fixes
13 * Fix hash ordering dependence in test (ilmari)
31 perl -MCarp::REPL=test t/foo.t give you a REPL on each failing test!
65 :bt command to redisplay the backtrace
/dports/devel/gdb/gdb-11.1/readline/readline/
H A DCHANGES77 redisplay function to crash if the line data structures had not been
469 redisplay to mishandle zero-width combining characters.
660 one arrives while in the middle of redisplay.
781 during redisplay.
806 (like redisplay).
843 and multibyte character redisplay.
1074 l. Many speedups to the multibyte character redisplay code.
1115 z. Changes to speed up the multibyte character redisplay code.
1240 custom redisplay function.
1440 u. Added configure test so that it can set `${MAKE}' appropriately.
[all …]
/dports/devel/readline/readline-8.1/
H A DCHANGES77 redisplay function to crash if the line data structures had not been
469 redisplay to mishandle zero-width combining characters.
660 one arrives while in the middle of redisplay.
781 during redisplay.
806 (like redisplay).
843 and multibyte character redisplay.
1074 l. Many speedups to the multibyte character redisplay code.
1115 z. Changes to speed up the multibyte character redisplay code.
1240 custom redisplay function.
1440 u. Added configure test so that it can set `${MAKE}' appropriately.
[all …]
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/doc/
H A DListTree.HISTORY13 24 May 95 working on test program
33 25 Aug 95 Can't seem to fix the redisplay bug (Athena viewport,
/dports/x11-toolkits/tk86/tk8.6.12/tests/ttk/
H A Dtreeview.test36 test treeview-0 "treeview test - setup" -body {
42 test treeview-1.1 "columns" -body {
150 test treeview-3.1 "parent" -body {
159 test treeview-3.4 "index" -body {
162 test treeview-3.5 "index - exhaustive test" -body {
323 test treeview-5.11 "get" -body {
398 test treeview-7.1 "move" -body {
767 update idletasks ; # redisplay $tv
777 update idletasks ; # redisplay treeview
798 update idletasks ; # redisplay treeview
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A DCHANGES24 g. Fixed multiple bugs in the redisplay of multibyte characters: displaying
90 bb. Fixed a redisplay bug caused by moving the cursor vertically to a line
153 characters. This same change fixes the problem of readline redisplay
168 l. Many speedups to the multibyte character redisplay code.
183 q. Fixed a bug in the redisplay code that caused problems on systems
206 y. Some changes to the display code to improve display and redisplay of
209 z. Changes to speed up the multibyte character redisplay code.
219 cc. Fixed a bug in redisplay triggered when the prompt string contains
334 custom redisplay function.
534 u. Added configure test so that it can set `${MAKE}' appropriately.
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/ttk/
H A Dtreeview.test36 test treeview-0 "treeview test - setup" -body {
42 test treeview-1.1 "columns" -body {
150 test treeview-3.1 "parent" -body {
159 test treeview-3.4 "index" -body {
162 test treeview-3.5 "index - exhaustive test" -body {
323 test treeview-5.11 "get" -body {
398 test treeview-7.1 "move" -body {
767 update idletasks ; # redisplay $tv
777 update idletasks ; # redisplay treeview
798 update idletasks ; # redisplay treeview
[all …]
/dports/misc/gnome-user-docs/gnome-user-docs-41.1/gnome-help/C/
H A Dshell-windows-lost.page38 will be shown here in thumbnail. Simply click the thumbnail to redisplay
69 <item if:test="!platform:gnome-classic">
/dports/editors/emacs-devel/emacs-4d1968b/test/lisp/
H A Dreplace-tests.el332 (defun replace-occur-test-case (test)
333 (let ((regexp (nth 0 test))
334 (nlines (nth 1 test))
335 (input-buffer-string (nth 2 test))
472 (lambda (&rest _args) (redisplay)))
/dports/editors/emacs/emacs-27.2/admin/
H A DMAINTAINERS19 test/biditest.el
20 test/redisplay-testsuite.el
79 test/lisp/filenotify-tests.el
86 test/lisp/emac-lisp/map-tests.el
88 test/lisp/emac-lisp/seq-tests.el
90 test/lisp/emac-lisp/thunk-tests.el
109 test/indent/ruby.rb
184 test/etags/*
225 test/lisp/shadowfile-tests.el
226 test/src/inotify-test.el
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-emacsLisp.r/simple-emacsLisp.d/
H A Dexpected.tags133 undo-equiv-table input.el /^(defconst undo-equiv-table (make-hash-table :test 'eq :weakness t)$/;" …
280 redisplay-unhighlight-region-function input.el /^(defvar redisplay-unhighlight-region-function$/;" …
281 redisplay-highlight-region-function input.el /^(defvar redisplay-highlight-region-function$/;" vari…
282 redisplay--update-region-highlight input.el /^(defun redisplay--update-region-highlight (window)$/;…
283 pre-redisplay-functions input.el /^(defvar pre-redisplay-functions (list #'redisplay--update-region…
284 redisplay--pre-redisplay-functions input.el /^(defun redisplay--pre-redisplay-functions (windows)$/…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/
H A DLineReaderImpl.java953 redisplay(); in handleSignal()
961 redisplay(); in handleSignal()
1905 redisplay();
1995 redisplay();
2393 redisplay();
3493 redisplay(true);
4072 .filter(c -> exact.test(c.value()))
4249 .filter(e -> pred.test(e.getKey()))
4278 redisplay();
4462 redisplay();
[all …]

12345678910>>...30