Searched refs:class (Results 1 - 25 of 7698) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
45 TCustomZlibStream = class(TStream)
85 TCompressionStream = class(TCustomZlibStream)
116 TDecompressionStream = class(TCustomZlibStream)
158 EZlibError = class(Exception);
159 ECompressionError = class(EZlibError);
160 EDecompressionError = class(EZlibError);
/external/zlib/src/contrib/iostream/
H A Dzfstream.h8 class gzfilebuf : public streambuf {
44 class gzfilestream_common : virtual public ios {
46 friend class gzifstream;
47 friend class gzofstream;
68 class gzifstream : public gzfilestream_common, public istream {
80 class gzofstream : public gzfilestream_common, public ostream {
92 template<class T> class gzomanip {
101 template<class T> gzofstream &operator<<(gzofstream &s, const gzomanip<T> &m)
/external/zlib/src/contrib/iostream2/
H A Dzstream.h40 class zstringlen {
42 zstringlen(class izstream&);
43 zstringlen(class ozstream&, const char*);
51 class izstream
114 template <class T, class Items>
122 template <class T>
155 class ozstream
263 template <class T, class Item
[all...]
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h20 * @brief Gzipped file stream buffer class.
22 * This class implements basic_filebuf for gzipped files. It doesn't yet support
27 class gzfilebuf : public std::streambuf
196 * This makes the class responsible for closing the file
220 * This makes the class responsible for deleting the buffer
229 * @brief Gzipped file input stream class.
231 * This class implements ifstream for gzipped files. Seeking and putback
234 class gzifstream : public std::istream
318 * @brief Gzipped file output stream class.
320 * This class implement
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h825 class State : public LodePNGState
1034 lodepng::State class which is a LodePNGState with constructor and destructor.
1677 *) 09 okt 2006: Encoder class added. It encodes a valid PNG image from the
1679 *) 08 sep 2006: (!) Changed to interface with a Decoder class
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_manager_posix.h27 class ConditionVariableWrapper;
31 class UdpSocketPosix;
32 class UdpSocketManagerPosixImpl;
35 class UdpSocketManagerPosix : public UdpSocketManager
58 class UdpSocketManagerPosixImpl
H A Dudp_socket_manager_wrapper.h20 class UdpSocketWrapper;
22 class UdpSocketManager
H A Dudp_socket_posix.h28 class UdpSocketPosix : public UdpSocketWrapper
73 friend class UdpSocketManagerPosix;
H A Dudp_socket_wrapper.h18 class EventWrapper;
22 class UdpSocketManager;
43 class UdpSocketWrapper
H A Dudp_transport.h66 // IPv6 traffic class and flow info or ip4 address.
95 // Callback class that receives packets from UdpTransport.
96 class UdpTransportData {
111 class UdpTransport : public Transport {
144 // Prepares the class for sending RTP packets to ipAddr:rtpPort and RTCP
H A Dudp_transport_impl.h19 class CriticalSectionWrapper;
20 class RWLockWrapper;
24 class UdpSocketManager;
26 class UdpTransportImpl : public UdpTransport
30 class SocketFactoryInterface {
/external/webrtc/webrtc/test/
H A Dconfigurable_frame_size_encoder.h22 class ConfigurableFrameSizeEncoder : public VideoEncoder {
H A Ddirect_transport.h26 class Call;
27 class Clock;
28 class PacketReceiver;
32 class DirectTransport : public Transport {
H A Dfake_audio_device.h23 class Clock;
24 class EventTimerWrapper;
25 class FileWrapper;
26 class ModuleFileUtility;
30 class FakeAudioDevice : public FakeAudioDeviceModule {
H A Dfake_decoder.h22 class FakeDecoder : public VideoDecoder {
52 class FakeH264Decoder : public FakeDecoder {
63 class FakeNullDecoder : public FakeDecoder {
H A Dfake_encoder.h23 class FakeEncoder : public VideoEncoder {
56 class FakeH264Encoder : public FakeEncoder, public EncodedImageCallback {
73 class DelayedEncoder : public test::FakeEncoder {
H A Dfake_network_pipe.h23 class Clock;
24 class CriticalSectionWrapper;
25 class NetworkPacket;
26 class PacketReceiver;
33 class FakeNetworkPipe {
H A Dfake_texture_frame.h20 class FakeNativeHandle {
30 class FakeNativeHandleBuffer : public NativeHandleBuffer {
H A Dfield_trial.h35 // This class is used to override field-trial configs within specific tests.
36 // After this class goes out of scope previous field trials will be restored.
37 class ScopedFieldTrials {
H A Dframe_generator.h20 class Clock;
23 class FrameGenerator {
H A Dframe_generator_capturer.h23 class CriticalSectionWrapper;
24 class EventTimerWrapper;
28 class FrameGenerator;
30 class FrameGeneratorCapturer : public VideoCapturer {
H A Dlayer_filtering_transport.h23 class LayerFilteringTransport : public test::DirectTransport {
/external/webrtc/webrtc/test/fuzzers/
H A Daudio_decoder_fuzzer.h20 class AudioDecoder;
/external/webrtc/webrtc/test/gl/
H A Dgl_renderer.h27 class GlRenderer : public VideoRenderer {
/external/webrtc/webrtc/test/linux/
H A Dglx_renderer.h23 class GlxRenderer : public GlRenderer {

Completed in 229 milliseconds

1234567891011>>