Home
last modified time | relevance | path

Searched refs:delay (Results 26 – 50 of 136244) sorted by last modified time

12345678910>>...5450

/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/nodes/
H A DSceneTexture2.cpp.in37 * - field "SoSFFloat delay" for making node wait a certain time after
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/
H A Dspwinput_win32.c.in926 * tone or a delay. Lowercase letters [a-z] represent a tone, uppercase
H A Dspwinput_x11.cpp.in103 int delay; member
1456 * int SPW_InputXPending (Display *display, int delay)
1473 int SPW_InputXPending (Display *display, int delay) argument
1488 fprintf(stderr," numevents %d delay %d\n", numevents, delay);
1492 * if there are already event waiting or we have exceded the delay
1495 if ((numevents > 0) || (delay <= 0)) {
1499 /* use select to wait for the designated delay period */
1501 short_wait.tv_usec = (long) delay;
1530 * Zeroizes a new dispatch structure and sets the default delay.
1538 ds->delay = SPW_InputDefaultDelay;
[all …]
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/
H A DSoGuiFullViewer.cpp.in121 of the viewer classes. This means that you need to delay it's
147 // build == FALSE, to delay creation of decorations
440 To make the overriding actually be in effect, you need to delay
H A DSoGuiViewer.cpp.in1590 The \a build flag decides whether or not to delay building the
/dports/x11-toolkits/soqt/soqt/
H A Daclocal.m4131 # Sed substitution to delay expansion of an escaped shell variable in a
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/sys/oss/
H A Dgstosssrc.c154 gstaudiosrc_class->delay = GST_DEBUG_FUNCPTR (gst_oss_src_delay); in gst_oss_src_class_init()
545 gint delay = 0; in gst_oss_src_delay() local
551 ret = ioctl (oss->fd, SNDCTL_DSP_GETODELAY, &delay); in gst_oss_src_delay()
560 delay = (ret < 0 ? 0 : (info.fragstotal * info.fragsize) - info.bytes); in gst_oss_src_delay()
562 return delay / oss->bytes_per_sample; in gst_oss_src_delay()
H A Dgstosssink.c180 gstaudiosink_class->delay = GST_DEBUG_FUNCPTR (gst_oss_sink_delay); in gst_oss_sink_class_init()
557 gint delay = 0; in gst_oss_sink_delay() local
563 ret = ioctl (oss->fd, SNDCTL_DSP_GETODELAY, &delay); in gst_oss_sink_delay()
572 delay = (ret < 0 ? 0 : (info.fragstotal * info.fragsize) - info.bytes); in gst_oss_sink_delay()
574 return delay / oss->bytes_per_sample; in gst_oss_sink_delay()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/gnome/contrib/
H A DMakefile.in372 module_DATA = texinfo-buffer.scm filtered-list.scm delay-tree-model.scm \
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp117265 result = (float)Fl_Tooltip::delay(); in _wrap_Fl_Tooltip_delay__SWIG_0()
117286 Fl_Tooltip::delay(arg1); in _wrap_Fl_Tooltip_delay__SWIG_1()
/dports/x11-toolkits/wlroots/wlroots-0.12.0/xcursor/
H A Dxcursor.c220 image->delay = 0; in XcursorImageCreate()
489 if (!_XcursorReadUInt (file, &head.delay)) in _XcursorReadImage()
509 image->delay = head.delay; in _XcursorReadImage()
/dports/x11-toolkits/tkshape/shape0.4/demos/
H A Dfancytext.tcl53 global count offmax delay inc
56 after $delay($idx) moveFwds $idx
63 global count offmax delay inc bb
66 after $delay($idx) moveBack $idx
73 global count delay inc
75 set delay($line) $delayVal
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DX11.pod604 - 'first' and 'next' delay. These actions are not simulated within Prima core,
H A Dimage-load.pod1232 =item delay $milliseconds
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_clipboard.c435 unsigned long size = 0, incr = 0, old_size, delay; in query_datum() local
467 delay = (( timeout. tv_sec - start_time. tv_sec) * 1000 + in query_datum()
469 if ( delay > guts. clipboard_event_timeout) { in query_datum()
477 delay = 2 * (( timeout. tv_sec - start_time. tv_sec) * 1000 + in query_datum()
521 ( timeout. tv_usec - start_time. tv_usec) / 1000) > delay) in query_datum()
H A Dapc_event.c1850 long diff, delay, evx; in prima_wm_sync() local
1872 delay = 2 * (( timeout. tv_sec - start_time. tv_sec) * 1000 + in prima_wm_sync()
1875 if ( guts. is_xwayland) delay *= 2; /* because of extra roundtrip between xwayland and wayland */ in prima_wm_sync()
1883 if ( delay < 50) delay = 50; /* wait 50 ms just in case */ in prima_wm_sync()
1891 if ( delay <= diff) in prima_wm_sync()
1893 timeout. tv_sec = ( delay - diff) / 1000; in prima_wm_sync()
1894 timeout. tv_usec = (( delay - diff) % 1000) * 1000; in prima_wm_sync()
1895 Edebug("event: want timeout:%g\n", (double)( delay - diff) / 1000); in prima_wm_sync()
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/PS/
H A DPostScript.pm87 return if $self-> {delay};
333 $self-> {delay} = 1;
335 $self-> {delay} = 0;
393 local $self->{delay} = 1;
H A DPDF.pm72 return if $self-> {delay};
393 $self-> {delay} = 1;
395 $self-> {delay} = 0;
658 local $self->{delay} = 1;
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DMDI.pm642 my $delay = Prima::Application-> get_system_value( sv::DblClickDelay);
643 $delay = 250 if $delay > 250;
646 timeout => $delay,
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/Image/
H A DAnimate.pm350 $ret{delay} = $info-> {delayTime} / 100;
514 $ret{delay} = $info-> {delayTime} / 1000;
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h1047 unsigned long delay; member
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dcodec_webp.c414 pset_i( delay, 100); in save_defaults()
642 int y, delay; in save() local
665 if ( pexist(delay)) { in save()
666 delay = pget_i(delay); in save()
667 if (delay < 10) { in save()
672 delay = 100; in save()
734 s->timestamp += delay; in save()
H A Dcodec_png.c1903 png_uint_32 delay; in write_fcTL() local
1934 delay = pexist(delayTime) ? pget_i(delayTime) : 0; in write_fcTL()
1935 if ( delay <= 655350 ) { in write_fcTL()
1937 num = delay / 10; in write_fcTL()
1938 } else if ( delay <= 65535000 ) { in write_fcTL()
1940 num = delay / 1000; in write_fcTL()
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Danimate.pl70 select(undef, undef, undef, $info-> {delay});
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp817 gint delay = 225; in styleHint() local
819 g_object_get(settings, "gtk-menu-popup-delay", &delay, NULL); in styleHint()
820 return delay; in styleHint()

12345678910>>...5450