Home
last modified time | relevance | path

Searched defs:InputStream (Results 1 – 25 of 2201) sorted by relevance

12345678910>>...89

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Dinput_stream.go7 type InputStream struct { struct
8 name string
9 index int
10 data []rune
11 size int
26 func (is *InputStream) reset() {
30 func (is *InputStream) Consume() {
59 func (is *InputStream) Index() int {
63 func (is *InputStream) Size() int {
68 func (is *InputStream) Mark() int {
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dgiostream.go113 type InputStream struct { struct
114 *Object
118 func (v *InputStream) native() *C.GInputStream {
127 func (v *InputStream) NativePrivate() *C.GInputStream {
136 func (v *InputStream) Native() uintptr {
151 func (v *InputStream) Read(length uint, cancellable *Cancellable) (*bytes.Buffer, int, error) {
186 func (v *InputStream) Close(cancellable *Cancellable) (bool, error) {
210 func (v *InputStream) IsClosed() bool {
215 func (v *InputStream) HasPending() bool {
220 func (v *InputStream) SetPending() (bool, error) {
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgiostream.go113 type InputStream struct { struct
114 *Object
118 func (v *InputStream) native() *C.GInputStream {
127 func (v *InputStream) NativePrivate() *C.GInputStream {
136 func (v *InputStream) Native() uintptr {
151 func (v *InputStream) Read(length uint, cancellable *Cancellable) (*bytes.Buffer, int, error) {
186 func (v *InputStream) Close(cancellable *Cancellable) (bool, error) {
210 func (v *InputStream) IsClosed() bool {
215 func (v *InputStream) HasPending() bool {
220 func (v *InputStream) SetPending() (bool, error) {
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dgiostream.go113 type InputStream struct { struct
114 *Object
118 func (v *InputStream) native() *C.GInputStream {
127 func (v *InputStream) NativePrivate() *C.GInputStream {
136 func (v *InputStream) Native() uintptr {
151 func (v *InputStream) Read(length uint, cancellable *Cancellable) (*bytes.Buffer, int, error) {
186 func (v *InputStream) Close(cancellable *Cancellable) (bool, error) {
210 func (v *InputStream) IsClosed() bool {
215 func (v *InputStream) HasPending() bool {
220 func (v *InputStream) SetPending() (bool, error) {
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dgiostream.go113 type InputStream struct { struct
114 *Object
118 func (v *InputStream) native() *C.GInputStream {
127 func (v *InputStream) NativePrivate() *C.GInputStream {
136 func (v *InputStream) Native() uintptr {
151 func (v *InputStream) Read(length uint, cancellable *Cancellable) (*bytes.Buffer, int, error) {
186 func (v *InputStream) Close(cancellable *Cancellable) (bool, error) {
210 func (v *InputStream) IsClosed() bool {
215 func (v *InputStream) HasPending() bool {
220 func (v *InputStream) SetPending() (bool, error) {
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dinput_stream.rs6 pub struct InputStream(Vec<Vec<u8>>); struct
8 impl InputStream { impl
46 impl<I> From<I> for InputStream implementation
51 fn from(input: I) -> InputStream { in from()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dinput_stream.rs6 pub struct InputStream(Vec<Vec<u8>>); struct
8 impl InputStream { implementation
46 impl<I> From<I> for InputStream implementation
51 fn from(input: I) -> InputStream { in from()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dinput_stream.rs6 pub struct InputStream(Vec<Vec<u8>>); struct
8 impl InputStream { implementation
46 impl<I> From<I> for InputStream implementation
51 fn from(input: I) -> InputStream { in from()
/dports/www/xh/xh-0.14.1/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dinput_stream.rs6 pub struct InputStream(Vec<Vec<u8>>); struct
8 impl InputStream { impl
46 impl<I> From<I> for InputStream implementation
51 fn from(input: I) -> InputStream { in from()
/dports/www/monolith/monolith-2.6.1/cargo-crates/async-compression-0.3.8/tests/utils/
H A Dinput_stream.rs6 pub struct InputStream(Vec<Vec<u8>>); struct
8 impl InputStream { implementation
46 impl<I> From<I> for InputStream implementation
51 fn from(input: I) -> InputStream { in from()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dffmpeg.h242 int file_index;
243 AVStream *st;
251 AVCodec *dec;
267 double ts_scale;
268 int saw_first_ts;
276 int resample_width;
289 } prev_sub;
291 struct sub2video {
296 } sub2video;
298 int dr1;
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dffmpeg.h242 int file_index;
243 AVStream *st;
251 AVCodec *dec;
267 double ts_scale;
268 int saw_first_ts;
276 int resample_width;
289 } prev_sub;
291 struct sub2video {
296 } sub2video;
298 int dr1;
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DLexerATNSimulator.py88 def match(self, input:InputStream , mode:int):
111 def matchATN(self, input:InputStream):
133 def execATN(self, input:InputStream, ds0:DFAState):
222 def computeTargetState(self, input:InputStream, s:DFAState, t:int):
241 def failOrAccept(self, prevAccept:SimState , input:InputStream, reach:ATNConfigSet, t:int):
255 …def getReachableConfigSet(self, input:InputStream, closure:ATNConfigSet, reach:ATNConfigSet, t:int…
300 def computeStartState(self, input:InputStream, p:ATNState):
449 def evaluatePredicate(self, input:InputStream, ruleIndex:int, predIndex:int, speculative:bool):
470 def captureSimState(self, settings:SimState, input:InputStream, dfaState:DFAState):
546 def getText(self, input:InputStream):
[all …]
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DLexerATNSimulator.py88 def match(self, input:InputStream , mode:int):
111 def matchATN(self, input:InputStream):
133 def execATN(self, input:InputStream, ds0:DFAState):
222 def computeTargetState(self, input:InputStream, s:DFAState, t:int):
241 def failOrAccept(self, prevAccept:SimState , input:InputStream, reach:ATNConfigSet, t:int):
255 …def getReachableConfigSet(self, input:InputStream, closure:ATNConfigSet, reach:ATNConfigSet, t:int…
300 def computeStartState(self, input:InputStream, p:ATNState):
449 def evaluatePredicate(self, input:InputStream, ruleIndex:int, predIndex:int, speculative:bool):
470 def captureSimState(self, settings:SimState, input:InputStream, dfaState:DFAState):
546 def getText(self, input:InputStream):
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Core/
H A DvtkUTF16TextCodec.cxx35 vtkTypeUInt32 utf16_to_unicode_next(const bool big_endian, istream& InputStream) in utf16_to_unicode_next()
79 void utf16_to_unicode(const bool big_endian, istream& InputStream, in utf16_to_unicode()
160 void vtkUTF16TextCodec::FindEndianness(istream& InputStream) in FindEndianness()
204 bool vtkUTF16TextCodec::IsValid(istream& InputStream) in IsValid()
233 void vtkUTF16TextCodec::ToUnicode(istream& InputStream, vtkTextCodec::OutputIterator& output) in ToUnicode()
244 vtkUnicodeString::value_type vtkUTF16TextCodec::NextUnicode(istream& InputStream) in NextUnicode()
/dports/sysutils/terraform/terraform-1.0.11/internal/terminal/
H A Dstream.go56 type InputStream struct { struct
57 File *os.File
65 isTerminal func(*os.File) bool
75 func (s *InputStream) IsTerminal() bool {
/dports/math/vtk6/VTK-6.2.0/IO/Core/
H A DvtkUTF16TextCodec.cxx35 vtkTypeUInt32 utf16_to_unicode_next(const bool big_endian, istream& InputStream) in utf16_to_unicode_next()
79 void utf16_to_unicode(const bool big_endian, istream& InputStream, in utf16_to_unicode()
162 void vtkUTF16TextCodec::FindEndianness(istream& InputStream) in FindEndianness()
206 bool vtkUTF16TextCodec::IsValid(istream& InputStream) in IsValid()
235 void vtkUTF16TextCodec::ToUnicode(istream& InputStream, vtkTextCodec::OutputIterator& output) in ToUnicode()
246 vtkUnicodeString::value_type vtkUTF16TextCodec::NextUnicode(istream& InputStream) in NextUnicode()
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/language-c-0.8.3/src/Language/C/Data/
H A DInputStream.hs70 type InputStream = ByteString type
86 type InputStream = String type
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/testdata/
H A Dclasses.go23 type InputStream struct { struct
24 io.InputStream anonMember
27 func (_ *InputStream) Read() (int32, error) {
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dffmpeg.h301 int file_index;
302 AVStream *st;
313 AVPacket *pkt;
336 double ts_scale;
337 int saw_first_ts;
343 int autorotate;
350 } prev_sub;
352 struct sub2video {
359 } sub2video;
361 int dr1;
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dffmpeg.h301 int file_index;
302 AVStream *st;
313 AVPacket *pkt;
336 double ts_scale;
337 int saw_first_ts;
343 int autorotate;
350 } prev_sub;
352 struct sub2video {
359 } sub2video;
361 int dr1;
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dffmpeg.h296 int file_index;
297 AVStream *st;
305 AVCodec *dec;
330 double ts_scale;
331 int saw_first_ts;
337 int autorotate;
344 } prev_sub;
346 struct sub2video {
352 } sub2video;
354 int dr1;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dffmpeg.h296 int file_index;
297 AVStream *st;
305 AVCodec *dec;
330 double ts_scale;
331 int saw_first_ts;
337 int autorotate;
344 } prev_sub;
346 struct sub2video {
352 } sub2video;
354 int dr1;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dffmpeg.h297 int file_index;
298 AVStream *st;
306 AVCodec *dec;
331 double ts_scale;
332 int saw_first_ts;
338 int autorotate;
345 } prev_sub;
347 struct sub2video {
354 } sub2video;
356 int dr1;
[all …]
/dports/multimedia/mkclean/mkclean-0.8.7/libmatroska2/MatroskaParser/
H A DMatroskaParser.h37 typedef struct InputStream struct
41 size_t (*getcachesize)(struct InputStream *cc); argument
42 filepos_t (*getfilesize)(struct InputStream *cc); argument
43 const char *(*geterror)(struct InputStream *cc); argument
46 int (*ioreadch)(struct InputStream *inf); argument
49 filepos_t (*iotell)(struct InputStream *inf); argument
50 void* (*makeref)(struct InputStream *inf,int count); argument
51 void (*releaseref)(struct InputStream *inf,void* ref); argument
53 void *(*memalloc)(struct InputStream *cc,size_t size); argument
55 void (*memfree)(struct InputStream *cc,void *mem); argument
[all …]

12345678910>>...89