Searched defs:Type (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDOutput.h35 enum Type { enum in class:mcld::Output
44 Type pType);
H A DMCLDInput.h38 enum Type { enum in class:mcld::Input
H A DMCLDFile.h46 enum Type { enum in class:mcld::MCLDFile
H A DSymbolCategory.h103 enum Type { enum in class:mcld::SymbolCategory::Category
112 Type type;
121 Category(Type pType)
141 static Type categorize(const ResolveInfo& pInfo);
/frameworks/base/core/jni/
H A Dandroid_nfc.h40 uint8_t *Type; member in struct:phFriNfc_NdefRecord
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h36 typedef Relocation::Type Type; typedef in class:mcld::RelocationFactory
62 Relocation* produce(Type pType,
81 virtual const char* getName(Type pType) const = 0;
H A DRelocation.h36 typedef uint8_t Type; typedef in class:mcld::Relocation
39 Relocation(Type pType,
48 Type type() const
86 void setType(Type pType);
99 Type m_Type;
H A DFragment.h31 enum Type { enum in class:mcld::Fragment
42 Fragment(Type pKind, SectionData *pParent = NULL);
46 Type getKind() const { return m_Kind; }
67 Type m_Kind;
/frameworks/base/tools/preload/
H A DOperation.java29 * Type of operation.
31 enum Type { enum in class:Operation
44 /** Type of operation. */
45 final Type type;
58 int index, Type type) {
H A DRecord.java55 enum Type { enum in class:Record
84 /** Type of record. */
85 final Type type;
102 case '>': type = Type.START_LOAD; break;
103 case '<': type = Type.END_LOAD; break;
104 case '+': type = Type.START_INIT; break;
105 case '-': type = Type.END_INIT; break;
/frameworks/compile/mclinker/include/mcld/Support/
H A DPositionDependentOption.h26 enum Type { enum in class:mcld::PositionDependentOption
43 PositionDependentOption(unsigned int pPosition, Type pType)
48 Type type()
51 Type type() const
61 Type m_Type;
H A DSpace.h33 enum Type enum in class:mcld::Space
56 Space(Type pType, void* pMemBuffer, size_t pSize);
74 Type type() const
98 Type m_Type : 2;
/frameworks/rs/cpp/
H A DType.cpp25 #include "Type.h"
30 void Type::calcElementCount() {
67 Type::Type(void *id, RenderScript *rs) : BaseObj(id, rs) { function in class:Type
76 void Type::updateFromNative() {
99 Type::Builder::Builder(RenderScript *rs, sp<const Element> e) {
109 void Type::Builder::setX(uint32_t value) {
116 void Type::Builder::setY(int value) {
123 void Type::Builder::setMipmaps(bool value) {
127 void Type
[all...]
H A DType.h27 class Type : public BaseObj { class in namespace:android::renderscriptCpp
77 Type(void *id, RenderScript *rs);
97 sp<const Type> create();
/frameworks/av/include/media/
H A DMetadata.h49 typedef int32_t Type; typedef in class:android::media::Metadata
50 typedef SortedVector<Type> Filter;
52 static const Type kAny = 0;
55 static const Type kPauseAvailable = 1; // Boolean
56 static const Type kSeekBackwardAvailable = 2; // Boolean
57 static const Type kSeekForwardAvailable = 3; // Boolean
58 static const Type kSeekAvailable = 4; // Boolean
61 static const Type kTitle = 5; // String
62 static const Type kComment = 6; // String
63 static const Type kCopyrigh
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h96 enum Type { enum in struct:android::AMessage
111 const char *getEntryNameAt(size_t index, Type *type) const;
137 Type mType;
148 const Item *findItem(const char *name, Type type) const;
151 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/av/libvideoeditor/vss/3gpwriter/src/
H A DM4MP4W_Interface.c820 * M4WRITER_OutputFileType* Type,
826 * @param Type: (OUT) return the type of this writer. Will always be
839 M4WRITER_OutputFileType* Type,
847 "Type=0x%x, SrcGlobalInterface=0x%x,\
848 SrcDataInterface=0x%x", Type, SrcGlobalInterface, SrcDataInterface);
852 M4OSA_DEBUG_IF2((M4OSA_NULL == Type), M4ERR_PARAMETER,
853 "M4WRITER_3GP_getInterfaces: Type is M4OSA_NULL");
861 *Type = M4WRITER_k3GPP;
838 M4WRITER_3GP_getInterfaces( M4WRITER_OutputFileType* Type, M4WRITER_GlobalInterface** SrcGlobalInterface, M4WRITER_DataInterface** SrcDataInterface) argument
/frameworks/base/libs/hwui/
H A DSkiaColorFilter.h41 * Type of Skia color filter in use.
43 enum Type { enum in struct:android::uirenderer::SkiaColorFilter
50 ANDROID_API SkiaColorFilter(SkColorFilter *skFilter, Type type, bool blend);
60 Type type() const {
69 Type mType;
/frameworks/rs/
H A DrsType.h34 class Type : public ObjectBase { class in namespace:android::renderscript
58 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
104 static Type *createFromStream(Context *rsc, IStream *stream);
106 ObjectBaseRef<Type> cloneAndResize1D(Context *rsc, uint32_t dimX) const;
107 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
109 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
113 static Type* getType(Context *rsc, const Element *e,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
142 virtual ~Type();
145 Type(Contex
[all...]
H A DrsType.cpp22 Type::Type(Context *rsc) : ObjectBase(rsc) { function in class:Type
27 void Type::preDestroy() const {
36 Type::~Type() {
40 void Type::clear() {
58 size_t Type::getOffsetForFace(uint32_t face) const {
63 void Type::compute() {
113 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const {
119 uint32_t Type
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DType.java24 * <p>Type is an allocation template. It consists of an Element and one or more
28 * <p>A Type consists of several dimensions. Those are X, Y, Z, LOD (level of
44 public class Type extends BaseObj { class in inherits:BaseObj
68 * Return the element associated with this Type.
104 * Return if the Type has a mipmap chain.
113 * Return if the Type is a cube map.
122 * Return the total number of accessable cells in the Type.
168 Type(int id, RenderScript rs) { method in class:Type
173 * Builder class for Type.
199 * Add a dimension to the Type
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A DrsType.h34 class Type : public ObjectBase { class in namespace:android::renderscript
58 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
104 static Type *createFromStream(Context *rsc, IStream *stream);
106 ObjectBaseRef<Type> cloneAndResize1D(Context *rsc, uint32_t dimX) const;
107 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
109 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
113 static Type* getType(Context *rsc, const Element *e,
116 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces);
142 virtual ~Type();
145 Type(Contex
[all...]
H A DrsType.cpp22 Type::Type(Context *rsc) : ObjectBase(rsc) { function in class:Type
27 void Type::preDestroy() const {
36 Type::~Type() {
40 void Type::clear() {
58 size_t Type::getOffsetForFace(uint32_t face) const {
63 void Type::compute() {
113 uint32_t Type::getLODOffset(uint32_t lod, uint32_t x) const {
119 uint32_t Type
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DLVM_Types.h151 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon101
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon433

Completed in 1644 milliseconds

12