Searched defs:stream (Results 176 - 200 of 1361) sorted by relevance

1234567891011>>

/external/nanopb-c/examples/network_server/
H A Dserver.c26 bool listdir_callback(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) argument
38 if (!pb_encode_tag_for_field(stream, field))
41 if (!pb_encode_submessage(stream, FileInfo_fields, &fileinfo))
/external/pdfium/third_party/freetype/src/base/
H A Dftstream.c5 /* I/O stream support (body). */
35 FT_Stream_OpenMemory( FT_Stream stream, argument
39 stream->base = (FT_Byte*) base;
40 stream->size = size;
41 stream->pos = 0;
42 stream->cursor = NULL;
43 stream->read = NULL;
44 stream->close = NULL;
49 FT_Stream_Close( FT_Stream stream )
51 if ( stream
215 FT_Stream_ReleaseFrame( FT_Stream stream, FT_Byte** pbytes ) argument
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidparse.c52 FT_Stream stream,
65 parser->stream = stream;
73 if ( ft_strncmp( (char *)stream->cursor,
98 stream_len = stream->size - FT_STREAM_POS();
225 FT_Stream stream = parser->stream; local
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttmtx.c49 /* stream :: The input stream. */
58 FT_Stream stream,
80 error = face->goto_table( face, tag, stream, &table_size );
103 /* stream :: The input stream. */
112 FT_Stream stream,
150 error = face->goto_table( face, TTAG_vhea, stream, 0 );
158 error = face->goto_table( face, TTAG_hhea, stream, 0 );
212 FT_Stream stream local
[all...]
/external/pdfium/third_party/freetype/src/type1/
H A Dt1parse.c70 read_pfb_tag( FT_Stream stream, argument
98 check_type1_format( FT_Stream stream, argument
110 error = read_pfb_tag( stream, &tag, &dummy );
124 if ( ft_memcmp( stream->cursor, header_string, header_length ) != 0 )
137 FT_Stream stream,
148 parser->stream = stream;
158 error = check_type1_format( stream, "%!PS-AdobeFont", 14 );
164 error = check_type1_format( stream, "%!FontType", 10 );
181 /* in the case of a memory-based stream
264 FT_Stream stream = parser->stream; local
[all...]
/external/protobuf/src/google/protobuf/util/
H A Djson_util.h120 explicit ZeroCopyStreamByteSink(io::ZeroCopyOutputStream* stream) argument
121 : stream_(stream) {}
/external/r8/src/main/java/com/android/tools/r8/code/
H A DAddDouble.java14 AddDouble(int high, BytecodeStream stream) { argument
15 super(high, stream);
H A DAddDouble2Addr.java14 AddDouble2Addr(int high, BytecodeStream stream) { argument
15 super(high, stream);
H A DAddFloat.java15 AddFloat(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAddFloat2Addr.java15 AddFloat2Addr(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAddInt.java15 AddInt(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAddInt2Addr.java15 AddInt2Addr(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAddIntLit16.java15 AddIntLit16(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAddIntLit8.java15 AddIntLit8(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAddLong.java14 AddLong(int high, BytecodeStream stream) { argument
15 super(high, stream);
H A DAddLong2Addr.java14 AddLong2Addr(int high, BytecodeStream stream) { argument
15 super(high, stream);
H A DAget.java15 /*package*/ Aget(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAgetBoolean.java15 AgetBoolean(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAgetByte.java15 /*package*/ AgetByte(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAgetChar.java15 /*package*/ AgetChar(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAgetObject.java14 AgetObject(int high, BytecodeStream stream) { argument
15 super(high, stream);
H A DAgetShort.java15 AgetShort(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAgetWide.java15 /*package*/ AgetWide(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAndInt.java15 AndInt(int high, BytecodeStream stream) { argument
16 super(high, stream);
H A DAndInt2Addr.java15 AndInt2Addr(int high, BytecodeStream stream) { argument
16 super(high, stream);

Completed in 257 milliseconds

1234567891011>>