Searched refs:stream (Results 251 - 275 of 2435) sorted by relevance

<<11121314151617181920>>

/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftbzip2.h5 /* Bzip2-compressed stream support. */
57 * Open a new stream to parse bzip2-compressed font files. This is
62 * stream ::
63 * The target embedding stream.
66 * The source stream.
72 * The source stream must be opened _before_ calling this function.
74 * Calling the internal function `FT_Stream_Close' on the new stream will
75 * *not* call `FT_Stream_Close' on the source stream. None of the stream
78 * The stream implementatio
[all...]
H A Dftgzip.h5 /* Gzip-compressed stream support. */
57 * Open a new stream to parse gzip-compressed font files. This is
62 * stream ::
63 * The target embedding stream.
66 * The source stream.
72 * The source stream must be opened _before_ calling this function.
74 * Calling the internal function `FT_Stream_Close' on the new stream will
75 * *not* call `FT_Stream_Close' on the source stream. None of the stream
78 * The stream implementatio
[all...]
H A Dftlzw.h5 /* LZW-compressed stream support. */
56 * Open a new stream to parse LZW-compressed font files. This is
61 * stream :: The target embedding stream.
63 * source :: The source stream.
69 * The source stream must be opened _before_ calling this function.
71 * Calling the internal function `FT_Stream_Close' on the new stream will
72 * *not* call `FT_Stream_Close' on the source stream. None of the stream
75 * The stream implementatio
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftbzip2.h5 /* Bzip2-compressed stream support. */
57 * Open a new stream to parse bzip2-compressed font files. This is
62 * stream ::
63 * The target embedding stream.
66 * The source stream.
72 * The source stream must be opened _before_ calling this function.
74 * Calling the internal function `FT_Stream_Close' on the new stream will
75 * *not* call `FT_Stream_Close' on the source stream. None of the stream
78 * The stream implementatio
[all...]
H A Dftgzip.h5 /* Gzip-compressed stream support. */
57 * Open a new stream to parse gzip-compressed font files. This is
62 * stream ::
63 * The target embedding stream.
66 * The source stream.
72 * The source stream must be opened _before_ calling this function.
74 * Calling the internal function `FT_Stream_Close' on the new stream will
75 * *not* call `FT_Stream_Close' on the source stream. None of the stream
78 * The stream implementatio
[all...]
H A Dftlzw.h5 /* LZW-compressed stream support. */
56 * Open a new stream to parse LZW-compressed font files. This is
61 * stream :: The target embedding stream.
63 * source :: The source stream.
69 * The source stream must be opened _before_ calling this function.
71 * Calling the internal function `FT_Stream_Close' on the new stream will
72 * *not* call `FT_Stream_Close' on the source stream. None of the stream
75 * The stream implementatio
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DPeerConnection.java77 /** Triggered when media is received on a new stream from remote peer. */
78 public void onAddStream(MediaStream stream); argument
80 /** Triggered when a remote peer close a stream. */
81 public void onRemoveStream(MediaStream stream); argument
151 MediaStream stream, MediaConstraints constraints) {
152 boolean ret = nativeAddLocalStream(stream.nativeStream, constraints);
156 localStreams.add(stream);
160 public void removeStream(MediaStream stream) { argument
161 nativeRemoveLocalStream(stream.nativeStream);
162 localStreams.remove(stream);
150 addStream( MediaStream stream, MediaConstraints constraints) argument
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMismatchedSetException.h37 + (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRNoViableAltException.h36 + (ANTLRNoViableAltException *) newANTLRNoViableAltException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
37 - (ANTLRNoViableAltException *) initWithDecision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMismatchedSetException.h37 + (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRNoViableAltException.h36 + (ANTLRNoViableAltException *) newANTLRNoViableAltException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
37 - (ANTLRNoViableAltException *) initWithDecision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMismatchedSetException.h37 + (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRNoViableAltException.h36 + (ANTLRNoViableAltException *) newANTLRNoViableAltException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
37 - (ANTLRNoViableAltException *) initWithDecision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMismatchedRangeException.h39 + (id) newException:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
40 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedSetException.h37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt019lexer.py13 stream = antlr3.StringStream(open(inputPath).read())
14 lexer = self.getLexer(stream)
/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.cc19 scoped_ptr<ByteStreamReader> stream,
24 calculate_hash, stream.Pass(), bound_net_log, observer);
13 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_downloads_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer) argument
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_event_emitter.h25 void AttachStream(StreamNode* stream);
28 StreamNode* stream() { return stream_; } function in class:nacl_io::StreamEventEmitter
/external/chromium_org/net/data/websocket/
H A Dclose-code-and-reason_wsh.py7 from mod_pywebsocket import stream namespace
25 request.connection.write(stream.create_close_frame(data))
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfobjs.h32 sfnt_init_face( FT_Stream stream,
39 sfnt_load_face( FT_Stream stream,
H A Dttmtx.h33 FT_Stream stream,
39 FT_Stream stream,
/external/chromium_org/third_party/skia/src/core/
H A DSkFontStream.h19 * if the stream is a normal sfnt (ttf). If there is an error or
22 * Note: the stream is rewound initially, but is returned at an arbitrary
30 * Note: the stream is rewound initially, but is returned at an arbitrary
38 * Note: the stream is rewound initially, but is returned at an arbitrary
44 static size_t GetTableSize(SkStream* stream, int ttcIndex, SkFontTableTag tag) { argument
45 return GetTableData(stream, ttcIndex, tag, 0, ~0U, NULL);
/external/chromium_org/third_party/skia/src/images/
H A DSkJpegUtility.h34 /* Our source struct for directing jpeg to our stream object.
37 skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder);
52 /* Our destination struct for directing decompressed pixels to our stream
56 skjpeg_destination_mgr(SkWStream* stream);
/external/deqp/executor/
H A DxeTestLogWriter.hpp40 void writeTestLog (const BatchResult& batchResult, std::ostream& stream);
44 void writeTestResult (const TestCaseResult& result, std::ostream& stream);
/external/freetype/src/sfnt/
H A Dsfobjs.h32 sfnt_init_face( FT_Stream stream,
39 sfnt_load_face( FT_Stream stream,

Completed in 634 milliseconds

<<11121314151617181920>>