Searched refs:class (Results 251 - 275 of 852) sorted by relevance

<<11121314151617181920>>

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h20 class EntryFactory;
22 /** \class HashEntry
27 * the template argument. class mcld::HashEntry here is used to show the
31 * Since mcld::HashEntry here is a special class whose size is changing,
32 * derive a new class from it is risky. Make sure you understand what you
33 * are doing when you let a new class inherit from mcld::HashEntry.
36 class HashEntry
45 friend class EntryFactory<Self>;
75 class EntryFactory
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDContext.h22 class StringRef;
28 class LDSymbol;
29 class LDSection;
31 /** \class LDContext
34 class LDContext
H A DResolveInfoFactory.h19 /** \class ResolveInfoFactory
22 class ResolveInfoFactory
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFSectLinker.h24 class ELFSectLinker : public SectLinker
H A DPLT.h23 class SectionData;
24 class ResolveInfo;
26 /** \class PLTEntry
28 class PLTEntry : public TargetFragment
55 /** \class PLT
58 class PLT
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARM.h15 class TargetLDBackend;
H A DARMELFDynamic.h19 class ARMELFDynamic : public ELFDynamic {
H A DARMELFSectLinker.h19 /** \class ARMELFSectLinker
24 class ARMELFSectLinker : public SectLinker
H A DARMTargetMachine.h17 class ARMBaseTargetMachine : public LLVMTargetMachine
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFSectLinker.h19 /** \class MipsELFSectLinker
22 class MipsELFSectLinker : public SectLinker
H A DMipsTargetMachine.h17 class MipsBaseTargetMachine : public LLVMTargetMachine
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.h19 class X86ELFDynamic : public ELFDynamic
H A DX86ELFSectLinker.h19 /** \class X86ELFSectLinker
24 class X86ELFSectLinker : public SectLinker
H A DX86TargetMachine.h17 class X86TargetMachine : public LLVMTargetMachine
/frameworks/compile/mclinker/unittests/
H A DFactoriesTest.h18 /** \class FactoriesTest
23 class FactoriesTest : public ::testing::Test
H A DPathTest.h18 /** \class PathTest
23 class PathTest : public ::testing::Test
H A DSystemUtilsTest.h17 class SystemUtilsTest : public ::testing::Test
H A DTestLinkerTest.h18 class TestLinkerTest : public ::testing::Test
/frameworks/native/include/binder/
H A DIMemory.h32 class IMemoryHeap : public IInterface
54 class BnMemoryHeap : public BnInterface<IMemoryHeap>
70 class IMemory : public IInterface
84 class BnMemory : public BnInterface<IMemory>
/frameworks/native/include/gui/
H A DDummyConsumer.h29 class DummyConsumer : public BufferQueue::ConsumerListener {
H A DSensorEventQueue.h43 class ISensorEventConnection;
44 class Sensor;
45 class Looper;
49 class SensorEventQueue : public ASensorEventQueue, public RefBase
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h40 class Surface;
41 class NativeBuffer;
45 class FramebufferNativeWindow
66 friend class LightRefBase<FramebufferNativeWindow>;
67 ~FramebufferNativeWindow(); // this class cannot be overloaded
/frameworks/native/include/utils/
H A DMutex.h34 class Condition;
37 * Simple mutex class. The implementation is system-dependent.
42 class Mutex {
63 class Autolock {
73 friend class Condition;
H A DZipUtils.h28 * Container class for utility functions, primarily for namespace reasons.
30 class ZipUtils {
45 * We could declare gzip to be a sub-class of zip that has exactly
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h46 class GraphicBuffer;
47 class Fence;
48 class LayerBase;
49 class Region;
50 class String8;
51 class SurfaceFlinger;
53 class HWComposer
56 class EventHandler {
57 friend class HWComposer;
119 class LayerListIterato
[all...]

Completed in 156 milliseconds

<<11121314151617181920>>