Home
last modified time | relevance | path

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

12345678910>>...58

/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/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/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/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/libdrm/etnaviv/
Detnaviv_cmd_stream.c57 etna_cmd_stream_priv(struct etna_cmd_stream *stream) in etna_cmd_stream_priv()
63 void (*reset_notify)(struct etna_cmd_stream *stream, void *priv), in etna_cmd_stream_new()
66 struct etna_cmd_stream_priv *stream = NULL; in etna_cmd_stream_new() local
102 void etna_cmd_stream_del(struct etna_cmd_stream *stream) in etna_cmd_stream_del()
111 static void reset_buffer(struct etna_cmd_stream *stream) in reset_buffer()
124 uint32_t etna_cmd_stream_timestamp(struct etna_cmd_stream *stream) in etna_cmd_stream_timestamp()
129 static uint32_t append_bo(struct etna_cmd_stream *stream, struct etna_bo *bo) in append_bo()
146 static uint32_t bo2idx(struct etna_cmd_stream *stream, struct etna_bo *bo, in bo2idx()
180 static void flush(struct etna_cmd_stream *stream) in flush()
213 void etna_cmd_stream_flush(struct etna_cmd_stream *stream) in etna_cmd_stream_flush()
[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/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/deqp/framework/delibs/destream/
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()
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()
DdeInStream.h44 DE_INLINE deStreamResult deInStream_read (deInStream* stream, void* buf, deInt32 bufSize, deInt32* … in deInStream_read()
49 DE_INLINE deStreamResult deInStream_deinit (deInStream* stream) in deInStream_deinit()
54 DE_INLINE const char* deInStream_getError (deInStream* stream) in deInStream_getError()
59 DE_INLINE deStreamStatus deInStream_getStatus(deInStream* stream) in deInStream_getStatus()
/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/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
Ddecode_callbacks.c10 bool print_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in print_string()
28 bool print_int32(pb_istream_t *stream, const pb_field_t *field, void **arg) in print_int32()
38 bool print_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in print_fixed32()
48 bool print_fixed64(pb_istream_t *stream, const pb_field_t *field, void **arg) in print_fixed64()
62 pb_istream_t stream; in main() local
/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/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.h38 etna_emit_load_state(struct etna_cmd_stream *stream, const uint16_t offset, in etna_emit_load_state()
53 etna_set_state(struct etna_cmd_stream *stream, uint32_t address, uint32_t value) in etna_set_state()
61 etna_set_state_reloc(struct etna_cmd_stream *stream, uint32_t address, in etna_set_state_reloc()
70 etna_set_state_multi(struct etna_cmd_stream *stream, uint32_t base, in etna_set_state_multi()
94 etna_draw_primitives(struct etna_cmd_stream *stream, uint32_t primitive_type, in etna_draw_primitives()
106 etna_draw_indexed_primitives(struct etna_cmd_stream *stream, in etna_draw_indexed_primitives()
/external/skia/src/core/
DSkFontDescriptor.cpp29 static void read_string(SkStream* stream, SkString* string) { in read_string()
38 static void skip_string(SkStream* stream) { in skip_string()
45 static void write_string(SkWStream* stream, const SkString& string, uint32_t id) { in write_string()
53 static size_t read_uint(SkStream* stream) { in read_uint()
57 static void write_uint(SkWStream* stream, size_t n, uint32_t id) { in write_uint()
62 bool SkFontDescriptor::Deserialize(SkStream* stream, SkFontDescriptor* result) { in Deserialize()
120 void SkFontDescriptor::serialize(SkWStream* stream) { in serialize()
/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 …]

12345678910>>...58