Searched refs:Type (Results 1 - 25 of 234) sorted by relevance

12345678910

/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/compile/linkloader/utils/
H A Dtraits.h22 template <typename Type>
27 Type element;
31 enum { size = sizeof(Type) };
/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...]
/frameworks/compile/libbcc/lib/AndroidBitcode/X86/
H A DX86ABCExpandVAArg.cpp24 #include <llvm/Type.h>
42 llvm::Type *pty = pInst->getType();
43 llvm::Type *ty = pty->getContainedType(0);
48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
49 llvm::Type *bpp = bp->getPointerTo(0);
59 llvm::ConstantInt::get(llvm::Type::getInt32Ty(*mContext), offset),
/frameworks/compile/mclinker/lib/MC/
H A DMCLDOutput.cpp20 Output::Type pType)
/frameworks/compile/libbcc/lib/AndroidBitcode/ARM/
H A DARMABCExpandVAArg.cpp24 #include <llvm/Type.h>
42 llvm::Type *pty = pInst->getType();
43 llvm::Type *ty = pty->getContainedType(0);
48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
49 llvm::Type *bpp = bp->getPointerTo(0);
61 builder.CreatePtrToInt(addr, llvm::Type::getInt32Ty(*mContext));
72 llvm::ConstantInt::get(llvm::Type::getInt32Ty(*mContext), offset),
/frameworks/base/tools/aidl/
H A DAST.h12 class Type;
38 virtual void GatherTypes(set<Type*>* types) const = 0;
69 Type* type;
74 Variable(Type* type, const string& name);
75 Variable(Type* type, const string& name, int dimension);
78 virtual void GatherTypes(set<Type*>* types) const;
86 Type* clazz;
90 FieldVariable(Type* clazz, const string& name);
107 virtual void GatherTypes(set<Type*>* types) const;
142 Type* cas
[all...]
H A DType.cpp1 #include "Type.h"
5 Type* VOID_TYPE;
6 Type* BOOLEAN_TYPE;
7 Type* BYTE_TYPE;
8 Type* CHAR_TYPE;
9 Type* INT_TYPE;
10 Type* LONG_TYPE;
11 Type* FLOAT_TYPE;
12 Type* DOUBLE_TYPE;
13 Type* STRING_TYP
159 Type::Type(const string& name, int kind, bool canWriteToParcel, bool canWriteToRpcData, function in class:Type
173 Type::Type(const string& package, const string& name, function in class:Type
[all...]
H A DType.h10 class Type class
26 Type(const string& name, int kind, bool canWriteToParcel,
28 Type(const string& package, const string& name,
31 virtual ~Type();
74 Type();
75 Type(const Type&);
88 class BasicType : public Type
135 class BooleanType : public Type
160 class CharType : public Type
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubMethodAdapter.java24 import org.objectweb.asm.Type;
38 private Type mReturnType;
51 public StubMethodAdapter(MethodVisitor mv, String methodName, Type returnType,
79 int sort = mReturnType != null ? mReturnType.getSort() : Type.VOID;
81 case Type.VOID:
88 case Type.BOOLEAN:
89 case Type.CHAR:
90 case Type.BYTE:
91 case Type.SHORT:
92 case Type
[all...]
/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/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/compile/mclinker/include/mcld/LD/
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;
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;
/frameworks/base/tools/preload/
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/MC/
H A DMCLDOutput.h35 enum Type { enum in class:mcld::Output
44 Type pType);
/frameworks/compile/mclinker/lib/LD/
H A DFragment.cpp22 : m_Kind(Type(~0)), m_pParent(NULL), m_Offset(~uint64_t(0)), m_LayoutOrder(~(0U)) {
25 Fragment::Fragment(Type pKind, SectionData *pParent)
/frameworks/compile/slang/
H A Dslang_rs_export_element.h30 class Type;
58 const clang::Type *T,
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DShader.java34 protected Type mPerObjConstants;
35 protected Type mPerShaderConstants;
58 public Type getObjectConstants() {
62 public Type getShaderConstants() {
/frameworks/compile/libbcc/lib/AndroidBitcode/Mips/
H A DMipsABCExpandVAArg.cpp24 #include <llvm/Type.h>
42 llvm::Type *pty = pInst->getType();
43 llvm::Type *ty = pty->getContainedType(0);
48 llvm::Type *bp = llvm::Type::getInt8PtrTy(*mContext);
49 llvm::Type *bpp = bp->getPointerTo(0);
55 llvm::IntegerType *int_ty = llvm::Type::getInt32Ty(*mContext);

Completed in 414 milliseconds

12345678910