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

1234567891011

/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/rs/cpu_ref/linkloader/utils/
H A Dtraits.h22 template <typename Type>
27 Type element;
31 enum { size = sizeof(Type) };
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DTypeThunker.java23 class TypeThunker extends Type {
24 android.renderscript.Type mN;
26 android.renderscript.Type getNObj() {
30 static HashMap<android.renderscript.Type, Type> mMap = new HashMap();
42 TypeThunker(RenderScript rs, android.renderscript.Type t) {
57 static Type find(android.renderscript.Type nt) {
61 static Type create(RenderScript rs, Element e,
66 android.renderscript.Type
[all...]
/frameworks/rs/cpp/
H A DType.cpp32 void Type::calcElementCount() {
69 Type::Type(void *id, sp<RS> rs) : BaseObj(id, rs) { function in class:Type
79 void Type::updateFromNative() {
102 sp<const Type> Type::create(sp<RS> rs, sp<const Element> e, uint32_t dimX, uint32_t dimY, uint32_t dimZ) {
104 Type *t = new Type(id, rs);
118 Type::Builder::Builder(sp<RS> rs, sp<const Element> e) {
128 void Type
[all...]
/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...]
H A Dgenerate_java_rpc.cpp2 #include "Type.h"
8 Type* SERVICE_CONTEXT_TYPE = new Type("android.content",
9 "Context", Type::BUILT_IN, false, false, false);
10 Type* PRESENTER_BASE_TYPE = new Type("android.support.place.connector",
11 "EventListener", Type::BUILT_IN, false, false, false);
12 Type* PRESENTER_LISTENER_BASE_TYPE = new Type("android.support.place.connector",
13 "EventListener.Listener", 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...]
H A DAbstractClassAdapter.java25 import org.objectweb.asm.Type;
59 return renameType(Type.getType(desc));
67 String renameType(Type type) {
72 if (type.getSort() == Type.OBJECT) {
75 } else if (type.getSort() == Type.ARRAY) {
89 * This is like renameType() except that it returns a Type object.
92 Type renameTypeAsType(Type type) {
97 if (type.getSort() == Type.OBJECT) {
101 return Type
[all...]
/frameworks/rs/
H A DrsType.h34 class Type : public ObjectBase { class in namespace:android::renderscript
59 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
95 static Type *createFromStream(Context *rsc, IStream *stream);
97 ObjectBaseRef<Type> cloneAndResize1D(Context *rsc, uint32_t dimX) const;
98 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
100 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
104 static Type* getType(Context *rsc, const Element *e,
107 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
132 virtual ~Type();
135 Type(Contex
[all...]
H A DrsType.cpp30 Type::Type(Context *rsc) : ObjectBase(rsc) { function in class:Type
35 void Type::preDestroy() const {
44 Type::~Type() {
48 void Type::clear() {
65 void Type::compute() {
134 void Type::dumpLOGV(const char *prefix) const {
137 ALOGV("%s Type: x=%u y=%u z=%u mip=%i face=%i", prefix,
147 void Type
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h31 typedef Relocation::Type Type; typedef in class:mcld::RelocationFactory
46 Relocation* produce(Type pType,
H A DRelocator.h32 typedef Relocation::Type Type; typedef in class:mcld::Relocator
105 virtual const char* getName(Type pType) const = 0;
108 virtual Size getSize(Type pType) const = 0;
/frameworks/base/tools/preload/
H A DRecord.java65 enum Type { enum in class:Record
94 /** Type of record. */
95 final Type type;
112 case '>': type = Type.START_LOAD; break;
113 case '<': type = Type.END_LOAD; break;
114 case '+': type = Type.START_INIT; break;
115 case '-': type = Type.END_INIT; break;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h37 typedef uint8_t Type; typedef in class:mcld::Relocation
43 Relocation(Type pType,
64 static Relocation* Create(Type pType, FragmentRef& pFragRef,
71 Type type() const
106 void setType(Type pType);
114 Type m_Type;
H A DFragment.h32 enum Type { enum in class:mcld::Fragment
44 Fragment(Type pKind, SectionData *pParent = NULL);
48 Type getKind() const { return m_Kind; }
73 Type m_Kind;
H A DStub.h33 typedef Relocation::Type Type; typedef in class:mcld::Stub
38 Fixup(DWord pOffset, SWord pAddend, Type pType)
49 Type type() const { return m_Type; }
54 Type m_Type;
117 void addFixup(DWord pOffset, SWord pAddend, Type pType);
/frameworks/compile/mclinker/lib/Fragment/
H A DFragment.cpp22 : m_Kind(Type(~0)), m_pParent(NULL), m_Offset(~uint64_t(0)) {
25 Fragment::Fragment(Type pKind, SectionData *pParent)
/frameworks/compile/slang/
H A Dslang_rs_export_element.h30 class Type;
58 const clang::Type *T,
H A Dslang_rs_export_type.cpp29 #include "llvm/IR/Type.h"
69 {"RS_TYPE", "TYPE", 32, "Type", "Type", NULL, NULL, false},
82 static const clang::Type *TypeExportableHelper(
83 const clang::Type *T,
84 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
118 static const clang::Type *ConstantArrayTypeExportableHelper(
120 llvm::SmallPtrSet<const clang::Type*, 8>& SPS,
125 const clang::Type *ElementType = GET_CONSTANT_ARRAY_ELEMENT_TYPE(CAT);
135 const clang::Type *BaseElementTyp
[all...]
H A Dslang_rs_export_element.cpp20 #include "clang/AST/Type.h"
60 const clang::Type *T,
77 case clang::Type::Builtin:
78 case clang::Type::Pointer: {
91 case clang::Type::ExtVector: {
121 const clang::Type* T = RSExportType::GetTypeOfDecl(DD);
122 const clang::Type* CT = GET_CANONICAL_TYPE(T);
127 if ((CT->getTypeClass() != clang::Type::Builtin) &&
128 (CT->getTypeClass() != clang::Type::ExtVector)) {
135 if (T->getTypeClass() != clang::Type
[all...]
H A Dslang_rs_export_type.h26 #include "clang/AST/Type.h"
57 class Type;
108 mutable llvm::Type *mLLVMType;
125 const clang::Type *T,
128 static llvm::StringRef GetTypeName(const clang::Type *T);
138 virtual llvm::Type *convertToLLVMType() const = 0;
141 inline void setAbstractLLVMType(llvm::Type *LLVMType) const {
153 // This function additionally verifies that the Type T is exportable.
155 static bool NormalizeType(const clang::Type *&T,
174 static RSExportType *Create(RSContext *Context, const clang::Type *
[all...]
/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/mclinker/include/mcld/Support/
H A DSpace.h30 enum Type enum in class:mcld::Space
46 Space(Type pType, void* pMemBuffer, size_t pSize);
64 Type type() const
93 Type m_Type : 2;

Completed in 823 milliseconds

1234567891011