Home
last modified time | relevance | path

Searched refs:IOChannel (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Diochannel.cc132 IOChannel::IOChannel(IOChannel&& other) noexcept : sigc::trackable(std::move(other)), in IOChannel() function in Glib::IOChannel
138 IOChannel&
139 IOChannel::operator=(IOChannel&& other) noexcept in operator =()
155 IOChannel::IOChannel(GIOChannel* gobject, bool take_copy) : gobject_(gobject) in IOChannel() function in Glib::IOChannel
190 IOChannel::~IOChannel() in ~IOChannel()
195 Glib::RefPtr<IOChannel>
209 Glib::RefPtr<IOChannel>
217 Glib::RefPtr<IOChannel>
223 Glib::RefPtr<IOChannel>
374 IOChannel::close_vfunc() in close_vfunc()
[all …]
H A Diochannel.h354 class GLIBMM_API IOChannel : public sigc::trackable
358 using CppObjectType = IOChannel;
365 IOChannel(IOChannel&& other) noexcept;
366 IOChannel& operator=(IOChannel&& other) noexcept;
370 virtual ~IOChannel();
406 static Glib::RefPtr<IOChannel> create_from_fd(int fd);
419 static Glib::RefPtr<IOChannel> create_from_win32_fd(int fd);
427 static Glib::RefPtr<IOChannel> create_from_win32_socket(int socket);
712 IOChannel();
716 IOChannel(GIOChannel* gobject, bool take_copy);
[all …]
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Diochannel.ccg123 IOChannel::IOChannel(IOChannel&& other) noexcept : sigc::trackable(std::move(other)),
129 IOChannel&
130 IOChannel::operator=(IOChannel&& other) noexcept
146 IOChannel::IOChannel(GIOChannel* gobject, bool take_copy) : gobject_(gobject)
181 IOChannel::~IOChannel()
186 Glib::RefPtr<IOChannel>
200 Glib::RefPtr<IOChannel>
208 Glib::RefPtr<IOChannel>
214 Glib::RefPtr<IOChannel>
365 IOChannel::close_vfunc()
[all …]
H A Diochannel.hg54 /** Exception class for IOChannel errors.
85 _CLASS_GENERIC(IOChannel, GIOChannel)
87 IOChannel(IOChannel&& other) noexcept;
88 IOChannel& operator=(IOChannel&& other) noexcept;
99 virtual ~IOChannel();
110 * @return An IOChannel for the opened file.
273 /** Get the IOChannel internal buffer size.
278 /** Set the internal IOChannel buffer size.
296 /** Set flags on the IOChannel.
339 * IOChannel object.
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libbase/
H A DIOChannel.cpp28 IOChannel::read_le32() in read_le32()
39 IOChannel::read_le16() in read_le16()
47 IOChannel::read_string(char* dst, int max_length) in read_string()
63 IOChannel::read_byte() in read_byte()
74 IOChannel::write(const void* /*src*/, std::streamsize /*num*/) in write()
H A DGnashImageJpeg.h41 namespace gnash { class IOChannel; } variable
71 DSOEXPORT JpegInput(std::shared_ptr<IOChannel> in);
121 static std::unique_ptr<Input> create(std::shared_ptr<IOChannel> in) in create()
146 std::shared_ptr<IOChannel> in, unsigned int maxHeaderBytes) in createSWFJpeg2HeaderOnly()
177 JpegOutput(std::shared_ptr<IOChannel> out, size_t width,
200 static std::unique_ptr<Output> create(std::shared_ptr<IOChannel> out,
H A DStreamProvider.cpp56 struct dummy : public IOChannel
60 std::unique_ptr<IOChannel>
63 std::unique_ptr<IOChannel> stream; in getStream()
113 std::unique_ptr<IOChannel>
131 return std::unique_ptr<IOChannel>(); in getStream()
135 std::unique_ptr<IOChannel>
140 std::unique_ptr<IOChannel> stream; in getStream()
H A Dzlib_adapter.cpp28 std::unique_ptr<IOChannel> make_inflater(std::unique_ptr<IOChannel> /*in*/) { in make_inflater() argument
41 class InflaterIOChannel : public IOChannel
46 InflaterIOChannel(std::unique_ptr<IOChannel> in);
84 std::unique_ptr<IOChannel> m_in;
294 InflaterIOChannel::InflaterIOChannel(std::unique_ptr<IOChannel> in)
313 std::unique_ptr<IOChannel> make_inflater(std::unique_ptr<IOChannel> in)
316 return std::unique_ptr<IOChannel>(new InflaterIOChannel(std::move(in)));
H A DGnashImage.h37 class IOChannel; variable
268 Input(std::shared_ptr<IOChannel> in) in Input()
310 std::shared_ptr<gnash::IOChannel> in);
320 std::shared_ptr<gnash::IOChannel> in, FileType type);
324 std::shared_ptr<IOChannel> _inStream;
342 Output(std::shared_ptr<IOChannel> out, size_t width, size_t height) in Output()
374 std::shared_ptr<gnash::IOChannel> out, const GnashImage& image,
383 std::shared_ptr<IOChannel> _outStream;
H A DGnashImagePng.cpp65 IOChannel* in = reinterpret_cast<IOChannel*>(png_get_io_ptr(pngptr)); in readData()
74 IOChannel* out = reinterpret_cast<IOChannel*>(png_get_io_ptr(pngptr)); in writeData()
93 PngInput(std::shared_ptr<IOChannel> in) in PngInput()
155 PngOutput(std::shared_ptr<IOChannel> out, size_t width,
318 PngOutput::PngOutput(std::shared_ptr<IOChannel> out, size_t width, in PngOutput()
403 createPngInput(std::shared_ptr<IOChannel> in) in createPngInput()
411 createPngOutput(std::shared_ptr<IOChannel> o, size_t width, in createPngOutput()
H A DStreamProvider.h32 class IOChannel; variable
69 virtual std::unique_ptr<IOChannel> getStream(const URL& url,
81 virtual std::unique_ptr<IOChannel> getStream(const URL& url,
84 virtual std::unique_ptr<IOChannel> getStream(const URL& url,
H A DNetworkAdapter.h32 class IOChannel; variable
50 DSOEXPORT static std::unique_ptr<IOChannel> makeStream(
61 DSOEXPORT static std::unique_ptr<IOChannel> makeStream(
74 DSOEXPORT static std::unique_ptr<IOChannel> makeStream(const std::string& url,
H A Dzlib_adapter.h17 class IOChannel; variable
32 DSOEXPORT std::unique_ptr<IOChannel>
33 make_inflater(std::unique_ptr<IOChannel> in);
H A Dtu_file.h17 class IOChannel; variable
28 DSOEXPORT std::unique_ptr<IOChannel> makeFileChannel(FILE* fp, bool close);
39 DSOEXPORT std::unique_ptr<IOChannel> makeFileChannel(const char* filepath, const char* mode);
H A DGnashImagePng.h28 class IOChannel; variable
41 std::unique_ptr<Input> createPngInput(std::shared_ptr<IOChannel> in);
43 std::unique_ptr<Output> createPngOutput(std::shared_ptr<IOChannel> out,
H A Dtu_file.cpp22 class tu_file : public IOChannel
243 std::unique_ptr<IOChannel>
246 std::unique_ptr<IOChannel> ret(new tu_file(fp, close)); in makeFileChannel()
250 std::unique_ptr<IOChannel>
254 if ( fp == nullptr ) { return std::unique_ptr<IOChannel>(); } in makeFileChannel()
H A DGnashImageJpeg.cpp84 explicit rw_source_IOChannel(std::shared_ptr<IOChannel> in) in rw_source_IOChannel()
184 std::shared_ptr<IOChannel> instream) in setup()
206 std::shared_ptr<IOChannel> m_in_stream;
214 JpegInput::JpegInput(std::shared_ptr<IOChannel> in) in JpegInput()
481 rw_dest_IOChannel(IOChannel& out) in rw_dest_IOChannel()
505 static void setup(j_compress_ptr cinfo, IOChannel& outstream) in setup()
557 IOChannel& m_out_stream;
564 JpegOutput::JpegOutput(std::shared_ptr<IOChannel> out, size_t width, in JpegOutput()
624 JpegOutput::create(std::shared_ptr<IOChannel> o, size_t width, size_t height, in create()
H A DGnashImageGif.cpp46 IOChannel* in = reinterpret_cast<IOChannel*>(ft->UserData); in readData()
60 GifInput(std::shared_ptr<IOChannel> in);
112 GifInput::GifInput(std::shared_ptr<IOChannel> in) in GifInput()
311 createGifInput(std::shared_ptr<IOChannel> in) in createGifInput()
/dports/devel/pygobject3-common/pygobject-3.38.0/tests/
H A Dtest_iochannel.py19 class IOChannel(unittest.TestCase): class
43 ch = GLib.IOChannel(filename=self.testutf8)
176 ch = GLib.IOChannel(filedes=r)
197 ch = GLib.IOChannel(filedes=w, mode='w')
214 ch = GLib.IOChannel(filedes=r)
249 ch = GLib.IOChannel(filedes=r)
288 ch = GLib.IOChannel(filedes=r)
322 ch = GLib.IOChannel(filedes=r)
357 ch = GLib.IOChannel(filedes=r)
395 ch = GLib.IOChannel(filedes=r)
[all …]
/dports/devel/py-gobject3/pygobject-3.38.0/tests/
H A Dtest_iochannel.py19 class IOChannel(unittest.TestCase): class
43 ch = GLib.IOChannel(filename=self.testutf8)
176 ch = GLib.IOChannel(filedes=r)
197 ch = GLib.IOChannel(filedes=w, mode='w')
214 ch = GLib.IOChannel(filedes=r)
249 ch = GLib.IOChannel(filedes=r)
288 ch = GLib.IOChannel(filedes=r)
322 ch = GLib.IOChannel(filedes=r)
357 ch = GLib.IOChannel(filedes=r)
395 ch = GLib.IOChannel(filedes=r)
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DMovieFactory.cpp44 FileType getFileType(IOChannel& in);
47 std::unique_ptr<IOChannel> in, const std::string& url,
51 std::unique_ptr<IOChannel> in, const std::string& url,
63 MovieFactory::makeMovie(std::unique_ptr<IOChannel> in, const std::string& url, in makeMovie()
166 getFileType(IOChannel& in) in getFileType()
238 createSWFMovie(std::unique_ptr<IOChannel> in, const std::string& url, in createSWFMovie()
257 createBitmapMovie(std::unique_ptr<IOChannel> in, const std::string& url, in createBitmapMovie()
266 std::unique_ptr<IOChannel> imageData(in.release()); in createBitmapMovie()
297 std::unique_ptr<IOChannel> in; in createNonLibraryMovie()
H A DLoadVariablesThread.h33 class IOChannel; variable
100 void startThread(std::unique_ptr<IOChannel> stream);
106 static ValuesMap completeLoad(std::unique_ptr<IOChannel> stream,
/dports/mail/astroid/astroid-0.15/src/utils/
H A Dcmd.cc108 refptr<Glib::IOChannel> ch_stdin; in pipe()
109 refptr<Glib::IOChannel> ch_stdout; in pipe()
110 refptr<Glib::IOChannel> ch_stderr; in pipe()
111 ch_stdin = Glib::IOChannel::create_from_fd (stdin); in pipe()
112 ch_stdout = Glib::IOChannel::create_from_fd (stdout); in pipe()
113 ch_stderr = Glib::IOChannel::create_from_fd (stderr); in pipe()
/dports/devel/regexxer/regexxer-0.10/src/
H A Dfileio.cc40 Glib::RefPtr<FileBuffer> load_iochannel(const Glib::RefPtr<Glib::IOChannel>& input) in load_iochannel()
64 void save_iochannel(const Glib::RefPtr<Glib::IOChannel>& output, const Glib::RefPtr<FileBuffer>& bu… in save_iochannel()
86 const Glib::RefPtr<Glib::IOChannel> channel = Glib::IOChannel::create_from_file(filename, "r"); in load_try_encoding()
176 const Glib::RefPtr<Glib::IOChannel> channel = in save_file()
177 Glib::IOChannel::create_from_file(fileinfo->fullname, "w"); in save_file()
/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Deditor_process.cpp23 ch_stdout = Glib::IOChannel::create_from_win32_fd(p_stdout); in EditorProcess()
24 ch_stderr = Glib::IOChannel::create_from_win32_fd(p_stderr); in EditorProcess()
26 ch_stdout = Glib::IOChannel::create_from_fd(p_stdout); in EditorProcess()
27 ch_stderr = Glib::IOChannel::create_from_fd(p_stderr); in EditorProcess()

123456789