Searched refs:class (Results 151 - 175 of 852) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h23 /** \class GCFactoryListTraitsTest
28 class GCFactoryListTraitsTest : public ::testing::Test
31 /** \class GCFactoryListTraitsTest
35 class NodeFactory;
37 class Node : public llvm::ilist_node<Node>
39 friend class NodeFactory;
59 class NodeFactory : public mcld::GCFactory<Node, 0> {
/frameworks/compile/slang/
H A Dslang_rs_export_func.h33 class StructType;
37 class FunctionDecl;
42 class RSContext;
44 class RSExportFunc : public RSExportable {
45 friend class RSContext;
H A Dslang_rs_pragma_handler.h25 class Token;
26 class IdentifierInfo;
27 class Preprocessor;
32 class RSContext;
34 class RSPragmaHandler : public clang::PragmaHandler {
H A Dslang_rs_reflection_base.h33 class RSContext;
34 class RSExportVar;
35 class RSExportFunc;
36 class RSExportForEach;
38 class RSReflectionBase {
78 }; // class RSReflection
H A Dslang_pragma_recorder.h27 class Token;
28 class Preprocessor;
35 class PragmaRecorder : public clang::PragmaHandler {
/frameworks/av/include/media/
H A DIMediaDeathNotifier.h26 class IMediaDeathNotifier: virtual public RefBase
42 class DeathNotifier: public IBinder::DeathRecipient
51 friend class DeathNotifier;
H A DIRemoteDisplayClient.h29 class ISurfaceTexture;
31 class IRemoteDisplayClient : public IInterface
68 class BnRemoteDisplayClient : public BnInterface<IRemoteDisplayClient>
/frameworks/av/include/media/stagefright/
H A DYUVCanvas.h30 class YUVImage;
31 class Rect;
33 class YUVCanvas {
/frameworks/av/media/libstagefright/include/
H A DMP3Extractor.h27 class DataSource;
29 class String8;
31 class MP3Extractor : public MediaExtractor {
/frameworks/av/media/libstagefright/timedtext/
H A DTimedText3GPPSource.h27 class MediaBuffer;
28 class Parcel;
30 class TimedText3GPPSource : public TimedTextSource {
/frameworks/av/services/camera/libcameraservice/camera2/
H A DBurstCapture.h28 class Camera2Client;
32 class CaptureSequencer;
34 class BurstCapture : public virtual Thread,
/frameworks/base/include/androidfw/
H A DStreamingZipInflater.h28 class StreamingZipInflater {
37 StreamingZipInflater(class FileMap* dataMap, size_t uncompSize);
57 class FileMap* mDataMap;
/frameworks/base/services/common_time/
H A Ddiag_thread.h25 class CommonClock;
26 class LocalClock;
28 class DiagThread : public Thread {
H A Dutils.h29 class Timeout {
48 class LogRing {
63 class Entry {
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.h25 class ELFObject;
28 class ELFSectionSymTab;
32 class ELFObjectLoaderImpl : public ObjectLoaderImpl {
/frameworks/compile/linkloader/include/
H A DStubLayout.h23 class StubLayout {
45 class StubLayoutARM : public StubLayout {
54 class StubLayoutMIPS : public StubLayout {
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFDynObjWriter.h28 class GNULDBackend;
29 class MCLinker;
31 /** \class ELFDynObjWriter
34 class ELFDynObjWriter : public DynObjWriter, private ELFWriter
H A DELFExecWriter.h28 class GNULDBackend;
29 class MCLinker;
31 /** \class ELFDynObjWriter
34 class ELFExecWriter : public ExecWriter, private ELFWriter
H A DResolver.h20 class ResolveInfo;
21 class NamePool;
23 /** \class Resolver
31 class Resolver
41 /** \class Resolver::Result
/frameworks/compile/mclinker/include/mcld/Target/
H A DOutputRelocSection.h22 class ResolveInfo;
23 class Relocation;
25 /** \class OutputRelocSection
28 class OutputRelocSection
/frameworks/ex/variablespeed/jni/
H A Dmacros.h30 template <class ForwardIterator>
41 // This should be used in the private: declarations for a class
55 template <class Dest, class Source>
/frameworks/native/include/gui/
H A DIGraphicBufferAlloc.h30 class GraphicBuffer;
32 class IGraphicBufferAlloc : public IInterface
45 class BnGraphicBufferAlloc : public BnInterface<IGraphicBufferAlloc>
H A DISensorEventConnection.h31 class BitTube;
33 class ISensorEventConnection : public IInterface
45 class BnSensorEventConnection : public BnInterface<ISensorEventConnection>
H A DISurface.h34 class ISurfaceTexture;
36 class ISurface : public IInterface
51 class BnSurface : public BnInterface<ISurface>
/frameworks/native/include/ui/
H A DGraphicBufferMapper.h34 class Rect;
36 class GraphicBufferMapper : public Singleton<GraphicBufferMapper>
54 friend class Singleton<GraphicBufferMapper>;

Completed in 444 milliseconds

1234567891011>>