Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 1226) sorted by relevance

12345678910>>...50

/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c43 util_stream_writef(FILE *stream, const char *format, ...) in util_stream_writef()
55 util_dump_bool(FILE *stream, int value) in util_dump_bool()
61 util_dump_int(FILE *stream, long long int value) in util_dump_int()
67 util_dump_uint(FILE *stream, long long unsigned value) in util_dump_uint()
73 util_dump_float(FILE *stream, double value) in util_dump_float()
79 util_dump_string(FILE *stream, const char *str) in util_dump_string()
87 util_dump_enum(FILE *stream, const char *value) in util_dump_enum()
93 util_dump_array_begin(FILE *stream) in util_dump_array_begin()
99 util_dump_array_end(FILE *stream) in util_dump_array_end()
105 util_dump_elem_begin(FILE *stream) in util_dump_elem_begin()
[all …]
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3rewritestreams.c65 freeRS (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream) in freeRS()
108 freeNodeRS(pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream) in freeNodeRS()
174 expungeRS(pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream) in expungeRS()
189 pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream; in antlr3RewriteRuleElementStreamNewAE() local
259 pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream; in antlr3RewriteRuleElementStreamNewAEE() local
282 pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream; in antlr3RewriteRuleElementStreamNewAEV() local
311 pANTLR3_REWRITE_RULE_TOKEN_STREAM stream; in antlr3RewriteRuleTOKENStreamNewAE() local
335 pANTLR3_REWRITE_RULE_TOKEN_STREAM stream; in antlr3RewriteRuleTOKENStreamNewAEE() local
354 pANTLR3_REWRITE_RULE_TOKEN_STREAM stream; in antlr3RewriteRuleTOKENStreamNewAEV() local
375 pANTLR3_REWRITE_RULE_SUBTREE_STREAM stream; in antlr3RewriteRuleSubtreeStreamNewAE() local
[all …]
/external/pdfium/third_party/freetype/src/base/
Dftstream.c35 FT_Stream_OpenMemory( FT_Stream stream, in FT_Stream_OpenMemory()
49 FT_Stream_Close( FT_Stream stream ) in FT_Stream_Close()
57 FT_Stream_Seek( FT_Stream stream, in FT_Stream_Seek()
92 FT_Stream_Skip( FT_Stream stream, in FT_Stream_Skip()
103 FT_Stream_Pos( FT_Stream stream ) in FT_Stream_Pos()
110 FT_Stream_Read( FT_Stream stream, in FT_Stream_Read()
119 FT_Stream_ReadAt( FT_Stream stream, in FT_Stream_ReadAt()
164 FT_Stream_TryRead( FT_Stream stream, in FT_Stream_TryRead()
193 FT_Stream_ExtractFrame( FT_Stream stream, in FT_Stream_ExtractFrame()
215 FT_Stream_ReleaseFrame( FT_Stream stream, in FT_Stream_ReleaseFrame()
[all …]
Dftapi.c47 FT_Stream stream ) in FT_New_Memory_Stream()
56 FT_Seek_Stream( FT_Stream stream, in FT_Seek_Stream()
64 FT_Skip_Stream( FT_Stream stream, in FT_Skip_Stream()
72 FT_Read_Stream( FT_Stream stream, in FT_Read_Stream()
81 FT_Read_Stream_At( FT_Stream stream, in FT_Read_Stream_At()
91 FT_Extract_Frame( FT_Stream stream, in FT_Extract_Frame()
100 FT_Release_Frame( FT_Stream stream, in FT_Release_Frame()
107 FT_Access_Frame( FT_Stream stream, in FT_Access_Frame()
115 FT_Forget_Frame( FT_Stream stream ) in FT_Forget_Frame()
/external/freetype/src/base/
Dftstream.c35 FT_Stream_OpenMemory( FT_Stream stream, in FT_Stream_OpenMemory()
49 FT_Stream_Close( FT_Stream stream ) in FT_Stream_Close()
57 FT_Stream_Seek( FT_Stream stream, in FT_Stream_Seek()
92 FT_Stream_Skip( FT_Stream stream, in FT_Stream_Skip()
103 FT_Stream_Pos( FT_Stream stream ) in FT_Stream_Pos()
110 FT_Stream_Read( FT_Stream stream, in FT_Stream_Read()
119 FT_Stream_ReadAt( FT_Stream stream, in FT_Stream_ReadAt()
164 FT_Stream_TryRead( FT_Stream stream, in FT_Stream_TryRead()
193 FT_Stream_ExtractFrame( FT_Stream stream, in FT_Stream_ExtractFrame()
215 FT_Stream_ReleaseFrame( FT_Stream stream, in FT_Stream_ReleaseFrame()
[all …]
Dftapi.c47 FT_Stream stream ) in FT_New_Memory_Stream()
56 FT_Seek_Stream( FT_Stream stream, in FT_Seek_Stream()
64 FT_Skip_Stream( FT_Stream stream, in FT_Skip_Stream()
72 FT_Read_Stream( FT_Stream stream, in FT_Read_Stream()
81 FT_Read_Stream_At( FT_Stream stream, in FT_Read_Stream_At()
91 FT_Extract_Frame( FT_Stream stream, in FT_Extract_Frame()
100 FT_Release_Frame( FT_Stream stream, in FT_Release_Frame()
107 FT_Access_Frame( FT_Stream stream, in FT_Access_Frame()
115 FT_Forget_Frame( FT_Stream stream ) in FT_Forget_Frame()
/external/nanopb-c/
Dpb_encode.c58 static bool checkreturn buf_write(pb_ostream_t *stream, const uint8_t *buf, size_t count) in buf_write()
71 pb_ostream_t stream; in pb_ostream_from_buffer() local
86 bool checkreturn pb_write(pb_ostream_t *stream, const uint8_t *buf, size_t count) in pb_write()
111 static bool checkreturn encode_array(pb_ostream_t *stream, const pb_field_t *field, in encode_array()
200 static bool checkreturn encode_basic_field(pb_ostream_t *stream, in encode_basic_field()
261 static bool checkreturn encode_callback_field(pb_ostream_t *stream, in encode_callback_field()
281 static bool checkreturn encode_field(pb_ostream_t *stream, in encode_field()
300 static bool checkreturn default_extension_encoder(pb_ostream_t *stream, in default_extension_encoder()
309 static bool checkreturn encode_extension_field(pb_ostream_t *stream, in encode_extension_field()
336 bool checkreturn pb_encode(pb_ostream_t *stream, const pb_field_t fields[], const void *src_struct) in pb_encode()
[all …]
Dpb_decode.c80 static bool checkreturn buf_read(pb_istream_t *stream, uint8_t *buf, size_t count) in buf_read()
94 bool checkreturn pb_read(pb_istream_t *stream, uint8_t *buf, size_t count) in pb_read()
130 static bool checkreturn pb_readbyte(pb_istream_t *stream, uint8_t *buf) in pb_readbyte()
150 pb_istream_t stream; in pb_istream_from_buffer() local
168 static bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest) in pb_decode_varint32()
204 bool checkreturn pb_decode_varint(pb_istream_t *stream, uint64_t *dest) in pb_decode_varint()
226 bool checkreturn pb_skip_varint(pb_istream_t *stream) in pb_skip_varint()
237 bool checkreturn pb_skip_string(pb_istream_t *stream) in pb_skip_string()
246 bool checkreturn pb_decode_tag(pb_istream_t *stream, pb_wire_type_t *wire_type, uint32_t *tag, bool… in pb_decode_tag()
272 bool checkreturn pb_skip_field(pb_istream_t *stream, pb_wire_type_t wire_type) in pb_skip_field()
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_debug.c71 struct debug_stream *stream, in PRINTF()
83 static boolean debug( struct debug_stream *stream, const char *name, unsigned len ) in debug()
128 static boolean debug_prim( struct debug_stream *stream, const char *name, in debug_prim()
158 static boolean debug_program( struct debug_stream *stream, const char *name, unsigned len ) in debug_program()
179 static boolean debug_chain( struct debug_stream *stream, const char *name, unsigned len ) in debug_chain()
203 static boolean debug_variable_length_prim( struct debug_stream *stream ) in debug_variable_length_prim()
227 struct debug_stream *stream, in BITS()
261 struct debug_stream *stream, in FLAG()
280 static boolean debug_load_immediate( struct debug_stream *stream, in debug_load_immediate()
387 static boolean debug_load_indirect( struct debug_stream *stream, in debug_load_indirect()
[all …]
Di915_debug_fp.c37 struct debug_stream *stream, in PRINTF()
133 print_reg_type_nr(struct debug_stream *stream, unsigned type, unsigned nr) in print_reg_type_nr()
180 print_reg_neg_swizzle(struct debug_stream *stream, unsigned reg) in print_reg_neg_swizzle()
222 print_src_reg(struct debug_stream *stream, unsigned dword) in print_src_reg()
232 print_dest_reg(struct debug_stream *stream, unsigned dword) in print_dest_reg()
257 print_arith_op(struct debug_stream *stream, in print_arith_op()
291 print_tex_op(struct debug_stream *stream, in print_tex_op()
309 print_texkil_op(struct debug_stream *stream, in print_texkil_op()
322 print_dcl_op(struct debug_stream *stream, in print_dcl_op()
333 i915_disassemble_program(struct debug_stream *stream, in i915_disassemble_program()
/external/sonic/
Dsonic.c89 sonicStream stream) in sonicGetSpeed()
96 sonicStream stream, in sonicSetSpeed()
104 sonicStream stream) in sonicGetPitch()
111 sonicStream stream, in sonicSetPitch()
119 sonicStream stream) in sonicGetRate()
126 sonicStream stream, in sonicSetRate()
137 sonicStream stream) in sonicGetChordPitch()
144 sonicStream stream, in sonicSetChordPitch()
152 sonicStream stream) in sonicGetQuality()
159 sonicStream stream, in sonicSetQuality()
[all …]
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint()
19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint()
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32()
31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64()
37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string()
43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg()
50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg()
57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint()
71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint()
85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32()
[all …]
Ddecode_alltypes_callback.c18 static bool read_varint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_varint()
28 static bool read_svarint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_svarint()
38 static bool read_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed32()
48 static bool read_fixed64(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed64()
58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string()
70 static bool read_submsg(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_submsg()
81 static bool read_emptymsg(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_emptymsg()
87 static bool read_repeated_varint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_varint()
98 static bool read_repeated_svarint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_svarint()
109 static bool read_repeated_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_fixed32()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug.c35 debug(struct debug_stream *stream, const char *name, GLuint len) in debug()
81 debug_prim(struct debug_stream *stream, const char *name, in debug_prim()
111 debug_program(struct debug_stream *stream, const char *name, GLuint len) in debug_program()
133 debug_chain(struct debug_stream *stream, const char *name, GLuint len) in debug_chain()
158 debug_variable_length_prim(struct debug_stream *stream) in debug_variable_length_prim()
206 debug_load_immediate(struct debug_stream *stream, const char *name, GLuint len) in debug_load_immediate()
312 debug_load_indirect(struct debug_stream *stream, const char *name, GLuint len) in debug_load_indirect()
368 static void BR13( struct debug_stream *stream, in BR13()
379 static void BR2223( struct debug_stream *stream, in BR2223()
400 static void BR09( struct debug_stream *stream, in BR09()
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTreeNodeStream.java43 public String toTokenTypeString(TreeNodeStream stream) { in toTokenTypeString()
50 TreeNodeStream stream = newStream(t); in testSingleNode() local
67 TreeNodeStream stream = newStream(t); in test4Nodes() local
90 TreeNodeStream stream = newStream(root); in testList() local
107 TreeNodeStream stream = newStream(root); in testFlatList() local
122 TreeNodeStream stream = newStream(root); in testListWithOneNode() local
136 TreeNodeStream stream = newStream(t); in testAoverB() local
153 TreeNodeStream stream = newStream(t); in testLT() local
181 TreeNodeStream stream = newStream(r0); in testMarkRewindEntire() local
212 TreeNodeStream stream = newStream(r0); in testMarkRewindInMiddle() local
[all …]
/external/deqp/framework/delibs/destream/
DdeFileStream.c34 static deStreamResult fileIOStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt32*… in fileIOStream_read()
67 static deStreamResult fileIOStream_write (deStreamData* stream, const void* buf, deInt32 bufSize, d… in fileIOStream_write()
99 static const char* fileIOStream_getError (deStreamData* stream) in fileIOStream_getError()
106 static deStreamResult fileIOStream_flush (deStreamData* stream) in fileIOStream_flush()
114 static deStreamResult fileIOStream_deinit (deStreamData* stream) in fileIOStream_deinit()
125 static deStreamStatus fileIOStrem_getStatus (deStreamData* stream) in fileIOStrem_getStatus()
158 void fileIOStream_init (deIOStream* stream, const char* filename, deFileMode mode) in fileIOStream_init()
178 void deFileInStream_init (deInStream* stream, const char* filename, deFileMode mode) in deFileInStream_init()
198 void deFileOutStream_init (deOutStream* stream, const char* filename, deFileMode mode) in deFileOutStream_init()
DdeOutStream.h45 DE_INLINE deStreamResult deOutStream_write (deOutStream* stream, const void* buf, deInt32 bufSize, … in deOutStream_write()
50 DE_INLINE deStreamResult deOutStream_flush (deOutStream* stream) in deOutStream_flush()
55 DE_INLINE deStreamResult deOutStream_deinit (deOutStream* stream) in deOutStream_deinit()
60 DE_INLINE const char* deOutStream_getError (deOutStream* stream) in deOutStream_getError()
65 DE_INLINE deStreamStatus deOutStream_getStatus (deOutStream* stream) in deOutStream_getStatus()
DdeThreadStream.c83 static deStreamResult threadInStream_read (deStreamData* stream, void* buf, deInt32 bufSize, deInt3… in threadInStream_read()
89 static const char* threadInStream_getError (deStreamData* stream) in threadInStream_getError()
97 static deStreamStatus threadInStream_getStatus (deStreamData* stream) in threadInStream_getStatus()
106 static deStreamResult threadStream_deinit (deStreamData* stream) in threadStream_deinit()
132 void deThreadInStream_init (deInStream* stream, deInStream* input, int ringbufferBlockSize, int rin… in deThreadInStream_init()
152 static deStreamResult threadOutStream_write (deStreamData* stream, const void* buf, deInt32 bufSize… in threadOutStream_write()
158 static const char* threadOutStream_getError (deStreamData* stream) in threadOutStream_getError()
166 static deStreamStatus threadOutStream_getStatus (deStreamData* stream) in threadOutStream_getStatus()
174 static deStreamResult threadOutStream_flush (deStreamData* stream) in threadOutStream_flush()
190 void deThreadOutStream_init (deOutStream* stream, deOutStream* output, int ringbufferBlockSize, int… in deThreadOutStream_init()
/external/guava/guava/src/com/google/common/collect/
DSerialization.java49 static int readCount(ObjectInputStream stream) throws IOException { in readCount()
61 static <K, V> void writeMap(Map<K, V> map, ObjectOutputStream stream) in writeMap()
74 static <K, V> void populateMap(Map<K, V> map, ObjectInputStream stream) in populateMap()
85 static <K, V> void populateMap(Map<K, V> map, ObjectInputStream stream, in populateMap()
105 Multiset<E> multiset, ObjectOutputStream stream) throws IOException { in writeMultiset()
119 Multiset<E> multiset, ObjectInputStream stream) in populateMultiset()
131 Multiset<E> multiset, ObjectInputStream stream, int distinctElements) in populateMultiset()
152 Multimap<K, V> multimap, ObjectOutputStream stream) throws IOException { in writeMultimap()
168 Multimap<K, V> multimap, ObjectInputStream stream) in populateMultimap()
180 Multimap<K, V> multimap, ObjectInputStream stream, int distinctKeys) in populateMultimap()
/external/zlib/src/contrib/minizip/
Dioapi.c20 #define FTELLO_FUNC(stream) ftello(stream) argument
21 #define FSEEKO_FUNC(stream, offset, origin) fseeko(stream, offset, origin) argument
24 #define FTELLO_FUNC(stream) ftello64(stream) argument
25 #define FSEEKO_FUNC(stream, offset, origin) fseeko64(stream, offset, origin) argument
132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func()
139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func()
146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func()
154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func()
161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func()
184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func()
[all …]
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp_unittest.cpp29 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
86 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
132 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
174 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
210 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
246 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
282 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
328 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
370 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
412 CFX_RetainPtr<IFGAS_Stream> stream = IFGAS_Stream::CreateStream( in TEST() local
[all …]
/external/deqp/framework/delibs/decpp/
DdeSha1.hpp72 inline Sha1Stream& operator<< (Sha1Stream& stream, bool b) in operator <<()
79 inline Sha1Stream& operator<< (Sha1Stream& stream, deUint32 value) in operator <<()
93 inline Sha1Stream& operator<< (Sha1Stream& stream, deInt32 value) in operator <<()
98 inline Sha1Stream& operator<< (Sha1Stream& stream, deUint64 value) in operator <<()
116 inline Sha1Stream& operator<< (Sha1Stream& stream, deInt64 value) in operator <<()
122 inline Sha1Stream& operator<< (Sha1Stream& stream, const std::vector<T>& values) in operator <<()
132 inline Sha1Stream& operator<< (Sha1Stream& stream, const std::string& str) in operator <<()
/external/nanopb-c/tests/callbacks/
Dencode_callbacks.c9 bool encode_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_string()
19 bool encode_int32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_int32()
27 bool encode_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed32()
37 bool encode_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_fixed64()
47 bool encode_repeatedstring(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in encode_repeatedstring()
66 pb_ostream_t stream; in main() local
/external/libbrillo/brillo/streams/
Dinput_stream_set.cc25 StreamPtr stream; in Create() local
48 for (const Stream* stream : source_streams) in Create() local
66 for (const StreamPtr& stream : owned_source_streams) in Create() local
78 for (const Stream* stream : source_streams_) { in CanGetSize() local
97 for (const Stream* stream : source_streams_) in GetRemainingSize() local
118 Stream* stream = source_streams_.front(); in ReadNonBlocking() local
169 Stream* stream = source_streams_.front(); in WaitForData() local
188 Stream* stream = source_streams_.front(); in WaitForDataBlocking() local
199 Stream* stream = source_streams_.front(); in CancelPendingAsyncOperations() local
/external/piex/src/
Dpiex.cc82 const std::uint32_t number_of_ifds, StreamInterface* stream, in GetPreviewData()
106 const std::uint32_t number_of_ifds, StreamInterface* stream, in GetPreviewData()
114 bool GetExifData(const std::uint32_t exif_offset, StreamInterface* stream, in GetExifData()
125 StreamInterface* stream, in GetThumbnailOffsetAndLength()
137 bool GetExifIfd(const Endian endian, StreamInterface* stream, in GetExifIfd()
163 const std::uint32_t skip_offset, StreamInterface* stream, in GetMakernoteIfd()
182 const Endian endian, StreamInterface* stream, in GetCameraSettingsIfd()
206 const Endian endian, StreamInterface* stream, in GetRawProcessingIfd()
229 bool GetOlympusPreviewImage(StreamInterface* stream, in GetOlympusPreviewImage()
301 bool PefGetColorSpace(StreamInterface* stream, in PefGetColorSpace()
[all …]

12345678910>>...50