Home
last modified time | relevance | path

Searched refs:datainput (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/image/
H A DImageDecoder.java60 DataInput datainput; field in ImageDecoder
85 public ImageDecoder (DataInput datainput) in ImageDecoder() argument
87 this.datainput = datainput; in ImageDecoder()
130 else if (datainput != null) in startProduction()
131 input = new DataInputStreamWrapper(datainput); in startProduction()
169 private final DataInput datainput; field in ImageDecoder.DataInputStreamWrapper
171 DataInputStreamWrapper(DataInput datainput) in DataInputStreamWrapper() argument
173 this.datainput = datainput; in DataInputStreamWrapper()
180 return datainput.readByte() & 0xFF; in read()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/image/
H A DImageDecoder.java60 DataInput datainput; field in ImageDecoder
85 public ImageDecoder (DataInput datainput) in ImageDecoder() argument
87 this.datainput = datainput; in ImageDecoder()
130 else if (datainput != null) in startProduction()
131 input = new DataInputStreamWrapper(datainput); in startProduction()
169 private final DataInput datainput; field in ImageDecoder.DataInputStreamWrapper
171 DataInputStreamWrapper(DataInput datainput) in DataInputStreamWrapper() argument
173 this.datainput = datainput; in DataInputStreamWrapper()
180 return datainput.readByte() & 0xFF; in read()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/image/
H A DImageDecoder.java60 DataInput datainput; field in ImageDecoder
85 public ImageDecoder (DataInput datainput) in ImageDecoder() argument
87 this.datainput = datainput; in ImageDecoder()
130 else if (datainput != null) in startProduction()
131 input = new DataInputStreamWrapper(datainput); in startProduction()
169 private final DataInput datainput; field in ImageDecoder.DataInputStreamWrapper
171 DataInputStreamWrapper(DataInput datainput) in DataInputStreamWrapper() argument
173 this.datainput = datainput; in DataInputStreamWrapper()
180 return datainput.readByte() & 0xFF; in read()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/image/
H A DImageDecoder.java60 DataInput datainput; field in ImageDecoder
85 public ImageDecoder (DataInput datainput) in ImageDecoder() argument
87 this.datainput = datainput; in ImageDecoder()
130 else if (datainput != null) in startProduction()
131 input = new DataInputStreamWrapper(datainput); in startProduction()
169 private final DataInput datainput; field in ImageDecoder.DataInputStreamWrapper
171 DataInputStreamWrapper(DataInput datainput) in DataInputStreamWrapper() argument
173 this.datainput = datainput; in DataInputStreamWrapper()
180 return datainput.readByte() & 0xFF; in read()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/image/
H A DImageDecoder.java60 DataInput datainput; field in ImageDecoder
85 public ImageDecoder (DataInput datainput) in ImageDecoder() argument
87 this.datainput = datainput; in ImageDecoder()
130 else if (datainput != null) in startProduction()
131 input = new DataInputStreamWrapper(datainput); in startProduction()
169 private final DataInput datainput; field in ImageDecoder.DataInputStreamWrapper
171 DataInputStreamWrapper(DataInput datainput) in DataInputStreamWrapper() argument
173 this.datainput = datainput; in DataInputStreamWrapper()
180 return datainput.readByte() & 0xFF; in read()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dtest-istream-binary-converter.c91 struct istream *datainput, *input; in test_istream_binary_converter_test() local
96 datainput = test_istream_create_data(mail_input, mail_input_len); in test_istream_binary_converter_test()
97 test_istream_set_allow_eof(datainput, FALSE); in test_istream_binary_converter_test()
98 input = i_stream_create_binary_converter(datainput); in test_istream_binary_converter_test()
101 test_istream_set_size(datainput, i); in test_istream_binary_converter_test()
105 test_istream_set_allow_eof(datainput, TRUE); in test_istream_binary_converter_test()
113 i_stream_unref(&datainput); in test_istream_binary_converter_test()
H A Dtest-istream-attachment.c325 struct istream *datainput, *input; in test_istream_attachment() local
331 datainput = test_istream_create_data(mail_input, sizeof(mail_input)); in test_istream_attachment()
332 test_istream_set_allow_eof(datainput, FALSE); in test_istream_attachment()
335 input = i_stream_create_attachment_extractor(datainput, &set, NULL); in test_istream_attachment()
338 test_istream_set_size(datainput, i); in test_istream_attachment()
342 test_istream_set_allow_eof(datainput, TRUE); in test_istream_attachment()
357 i_stream_unref(&datainput); in test_istream_attachment()
369 struct istream *datainput, *input; in test_istream_attachment_extractor_one() local
377 datainput = test_istream_create_data(mail_text, strlen(mail_text)); in test_istream_attachment_extractor_one()
384 input = i_stream_create_attachment_extractor(datainput, &set, NULL); in test_istream_attachment_extractor_one()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/rsp/
H A Drspcp2d.cpp2589 datainput = ~datainput; in vrcpl()
2593 datainput = -datainput; in vrcpl()
2599 datainput = -datainput; in vrcpl()
2710 datainput = ~datainput; in vrsq()
2714 datainput = -datainput; in vrsq()
2759 datainput = ~datainput; in vrsq()
2763 datainput = -datainput; in vrsq()
2768 datainput = -datainput; in vrsq()
2841 datainput = ~datainput; in vrsql()
2845 datainput = -datainput; in vrsql()
[all …]
H A Drspcp2.cpp3364 if (datainput) in handle_vector_ops()
3439 datainput = rec; in handle_vector_ops()
3445 datainput = ~datainput; in handle_vector_ops()
3449 datainput = -datainput; in handle_vector_ops()
3455 datainput = -datainput; in handle_vector_ops()
3578 if (datainput) in handle_vector_ops()
3653 datainput = rec; in handle_vector_ops()
3659 datainput = ~datainput; in handle_vector_ops()
3663 datainput = -datainput; in handle_vector_ops()
3669 datainput = -datainput; in handle_vector_ops()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/rsp/
H A Drspcp2d.cpp2589 datainput = ~datainput; in vrcpl()
2593 datainput = -datainput; in vrcpl()
2599 datainput = -datainput; in vrcpl()
2710 datainput = ~datainput; in vrsq()
2714 datainput = -datainput; in vrsq()
2759 datainput = ~datainput; in vrsq()
2763 datainput = -datainput; in vrsq()
2768 datainput = -datainput; in vrsq()
2841 datainput = ~datainput; in vrsql()
2845 datainput = -datainput; in vrsql()
[all …]
H A Drspcp2.cpp3364 if (datainput) in handle_vector_ops()
3439 datainput = rec; in handle_vector_ops()
3445 datainput = ~datainput; in handle_vector_ops()
3449 datainput = -datainput; in handle_vector_ops()
3455 datainput = -datainput; in handle_vector_ops()
3578 if (datainput) in handle_vector_ops()
3653 datainput = rec; in handle_vector_ops()
3659 datainput = ~datainput; in handle_vector_ops()
3663 datainput = -datainput; in handle_vector_ops()
3669 datainput = -datainput; in handle_vector_ops()
[all …]
/dports/misc/actiona/actiona-3.10.1/actions/actionpackwindows/
H A Dactionpackwindows.qrc6 <file>icons/datainput.png</file>
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/awt/image/
H A DImageDecoder$DataInputStreamWrapper.h35 ::java::io::DataInput * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) datainput;
H A DImageDecoder.h66 ::java::io::DataInput * datainput;
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/awt/image/
H A DImageDecoder$DataInputStreamWrapper.h35 ::java::io::DataInput * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) datainput;
H A DImageDecoder.h66 ::java::io::DataInput * datainput;
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/java/awt/image/
H A DImageDecoder$DataInputStreamWrapper.h35 ::java::io::DataInput * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) datainput;
H A DImageDecoder.h66 ::java::io::DataInput * datainput;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/java/awt/image/
H A DImageDecoder$DataInputStreamWrapper.h35 ::java::io::DataInput * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) datainput;
H A DImageDecoder.h66 ::java::io::DataInput * datainput;
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/java/awt/image/
H A DImageDecoder$DataInputStreamWrapper.h35 ::java::io::DataInput * __attribute__((aligned(__alignof__( ::java::io::InputStream)))) datainput;
H A DImageDecoder.h66 ::java::io::DataInput * datainput;
/dports/devel/rth/rth/jpgraph-1.8/src/utils/jpdocgen/
H A Dde_normal.css186 table.datainput {
193 td.datainput {
/dports/editors/elementary-code/code-6.0.0/plugins/outline/C/
H A DCtagsSymbolOutline.vala73 var datainput = new GLib.DataInputStream (subprocess.get_stdout_pipe ());
76 while ((symbol = yield datainput.read_line_async ()) != null) {
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGdkPixbufDecoder.java131 public GdkPixbufDecoder (DataInput datainput) in GdkPixbufDecoder() argument
133 super (datainput); in GdkPixbufDecoder()

12