Displaying 13 results from an estimated 13 matches for "fd_".
Did you mean:
fd
2012 Dec 05
7
ov_open_callbacks takes so much time to open 210 MB OGG file
Why ov_open_callbacks(fd_, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) takes so
long to open OGG file?
The OGG file has just 210 MB. It takes a lot of time open the file.
I am working on OGG audio recorder and player.
Thanks in advance!
With kind regards,
Pavel
2014 Jul 30
2
[PATCH] libdrm: hide all private symbols
...akefile.am
@@ -9,7 +9,8 @@ AM_CFLAGS = \
libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
libdrm_freedreno_ladir = $(libdir)
-libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
+libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined \
+ -export-symbols-regex '^fd_'
libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
libdrm_freedreno_la_SOURCES = \
diff --git a/intel/Makefile.am b/intel/Makefile.am
index f49b099..2b9ee48 100644
--- a/intel/Makefile.am
+++ b/intel/Makefile.am
@@ -33,7 +33,8 @@ AM_CFLAGS = \
libdrm_intel_la_LTLIBRARIES = li...
2007 Aug 28
0
[ wxruby-Bugs-13457 ] Missing constants for FileDialog
...issing API call
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Torbj?rn Bergstedt (tbergstedt)
Assigned to: Nobody (None)
Summary: Missing constants for FileDialog
Initial Comment:
According to the documentation, the FileDialog has a number of style constants, prefixed with FD_. However, those are not recognized when trying to use them. I''ve tried the FD_SAVE and FD_OVERWRITE_PROMPT to no avail.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=1345...
2007 May 19
1
Wx::FileDialog Styles are not working
The Constants for the Styles for FileDialog are not initialized to a value
and the class will not work without those, the Dialog will come up when you
call the show_modal method but the filenames are not showing up
I specifically need the values for
FD_OPEN
FD_SAVE
FD_OVERWRITE_PROMPT
FD_FILE_MUST_EXIST
but if I can''t get those then I''ll find a workaround
so far this has been the best GUI toolkit I have played with, alot easier
and more function than... java (eek!)
thank you for all of your hard work on wxruby I am looking fo...
2014 Jul 30
0
[PATCH] libdrm: hide all private symbols
...AGS = \
>
> libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
> libdrm_freedreno_ladir = $(libdir)
> -libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
> +libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined \
> + -export-symbols-regex '^fd_'
> libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
>
> libdrm_freedreno_la_SOURCES = \
> diff --git a/intel/Makefile.am b/intel/Makefile.am
> index f49b099..2b9ee48 100644
> --- a/intel/Makefile.am
> +++ b/intel/Makefile.am
> @@ -33,7 +33,8 @@ AM_CFL...
2020 Feb 24
3
*** buffer overflow detected *** accessing invalid FD in libguestfs
...gs=<optimized out>) at
src/daemon/plugin.c:540
#28 0x00007ffff79b66db in start_thread () from
/lib/x86_64-linux-gnu/libpthread.so.0
#29 0x00007ffff72d588f in clone () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) quit
Deeper analysis shows the error is related to file descriptors handling
using FD_* macros in loop() function, most probably trying to access fd
which is outside the valid range.
Any hints how to avoid or handle this situation would be highly appreciated.
--
*Veselin Kozhuharski** |* Software Engineer
Direct: +359 2 439 2590 ext. 3912 *|* Mobile: +359 887 412116 |
veselin_k*...
2013 Apr 04
3
summing vectors
Hi All,
Year Area Q Bin FD
I have a large dataset I need to re-structure. It looks something
like this: 2000 1 1 5 0 2000 1 1 10 1 2000 1 1 15 23 2000 1 1 20 12 2000
1 1 25 1 2000 2 1 5 1 2000 2 1 10 3 2000 2 1 15 15 2000 2 1 20 11 2000
2 1 25 3 2000 1 2 5 0 2000 1 2 10 1 2000 1 2 15 23 2000 1 2 20 12 2000
1 2 25 1 2000 2 2 5 1 2000 2 2 10 3 2000 2 2 15 15 2000 2 2 20 11
2007 Mar 28
0
[925] branches/wxruby2/wxwidgets_282/doc/textile/filedialog.txtl: Improvements to doc from wxWidgets 2.8
...ev 925)
</span><span class="lines">@@ -12,6 +12,27 @@
</span><span class="cx">
</span><span class="cx"> "Object":object.html
</span><span class="cx">
</span><ins>+h2. Window styles
+
+
+|@FD_DEFAULT_STYLE@|Equivalent to FD_OPEN.|
+|@FD_OPEN@|This is an open dialog; usually this means that the default button''s label of the dialog is "Open". Cannot be combined with FD_SAVE.|
+|@FD_SAVE@|This is a save dialog; usually this means that the default button''s label o...
2007 Mar 14
1
sshd gets stuck: select() in packet_read_seqnr waits indefinitely
Dear OpenSSH Portable sshd developers,
I'm having a problem where sshd login sessions are occasionally
(as often as once a day) getting stuck indefinitely. I enabled debug
messages and got a backtrace of a stuck sshd, and I think I've found
the bug. I wanted to run it by the list once before filing.
sshd version:
OpenSSH_4.2p1 FreeBSD-20050903, OpenSSL 0.9.7e-p1 25 Oct 2004
2014 Jul 30
3
[PATCH] libdrm: hide all private symbols
...libdrm_freedreno_la_LTLIBRARIES = libdrm_freedreno.la
>> libdrm_freedreno_ladir = $(libdir)
>> -libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined
>> +libdrm_freedreno_la_LDFLAGS = -version-number 1:0:0 -no-undefined \
>> + -export-symbols-regex '^fd_'
>> libdrm_freedreno_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
>> libdrm_freedreno_la_SOURCES = \
>> diff --git a/intel/Makefile.am b/intel/Makefile.am
>> index f49b099..2b9ee48 100644
>> --- a/intel/Makefile.am
>> +++ b/intel/Makefile.am
>> @@...
2010 Jul 30
0
Wine release 1.3.0
....
oleaut32: Use IsEqualGUID instead of memcmp to compare GUIDs.
shdocvw: Add the Romanian translation.
ntdll: Use IsEqualGUID instead of memcmp to compare GUIDs.
server: Simplify tkill() and remove unreachable code (Smatch).
Mike Kaplinskiy (7):
server: Move signaling FD_* events to a separate function.
server: Propagate error from recv.
server: In case of hangup/error, wake up all asyncs that can no longer be completed.
server: Forward the correct error to asyncs.
server: Consume events triggered.
server: Don't delay events, we sim...
2003 Dec 01
0
No subject
...if (sys_setgroups(ngroups, groups) == -1) {
errno = EPERM;
result = -1;
goto done;
}
-
+#endif
} else {
/* The call failed. Set errno to something so we don't get
----------------------------------------------------
(4) sys/select.h needed
File wb_common.c uses the FD_* macros. They are defined in sys/select.h
on QNX4. But perhaps you can solve this with autoconf?
diff -ru samba-2.2.1a/source/nsswitch/wb_common.c
samba-2.2.1a-qnx/source/nsswitch/wb_common.c
--- samba-2.2.1a/source/nsswitch/wb_common.c Fri Jul 6 04:01:43 2001
+++ samba-2.2.1a-qnx/source/nsswitch...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...50g`^-$e+>~3;ZAz)rcXt9g`GTw^prXU
za1uAJNF@=U5=nI at sh;LvuS|)wg3*-V-b)?HB7*c+cLVJ5+Lsqr>h-43(Yos&+2BYh
zf2-ICYQiykdU74BXF5PWwjChj^n6Ikd#XB{OMT`tpSj#;uJD;Feda2kIhUKOedZdU
zxz=Z{^O@^?<_4d+(PwV*nVWs)huqxa>*jMDCgb(X9VQQ=ca0=2J`lZ&rq=;_VR!(I
z%?b5OFwrZ)MyCW_TgBd?wCzddWxtO;`}9ktvG5Bo{{Fd_e*awf`S2f}exb+jfAzN>
zFFyU;!}cfZ!Zu`ic<dgd4hbdp at J&O1 at kb`*Pwh7&G4K(29Ri~i0~@;04SST%a_F~X
zKj}BGqUjUy=+m3u8X^6uU6wXwWADG{vsv4B-r4k*zq}{i{F1chXKT(CHorOka=$mn
z{VE<h+eKn^b#-x8*sNh9owbS6o?0{Vk5<z*@s=$&JriTYktVnA)GpoS2~1{x{_9`s
z>TbCE?mAGotwQOn9r>R(S8s1;HNB3tcxzMWcdUPBx...