Searched refs:Type (Results 126 - 150 of 314) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.h92 const char* getName(Relocation::Type pType) const;
94 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h76 const char* getName(Relocation::Type pType) const;
78 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h99 const char* getName(Relocation::Type pType) const;
101 Size getSize(Relocation::Type pType) const;
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h163 enum Type { enum in struct:android::MediaImage
175 Type mType;
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp43 sp<const Type> t = Type::create(rs, e, X, Y, 0);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25G.java61 Type.Builder tb = new Type.Builder(mRS, Element.U8(mRS));
H A DGrain.java68 Type.Builder tb = new Type.Builder(mRS, Element.U8(mRS));
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_foreach_bounds.java33 Type.Builder typeBuilder = new Type.Builder(RS, Element.I32(RS));
/frameworks/rs/
H A DrsScriptGroup.h42 ObjectBaseRef<const Type> mType;
87 const Type ** type, size_t typeSize);
/frameworks/rs/tests/cppstrided/
H A Dcompute.cpp30 Type::Builder tb(rs, e);
33 sp<const Type> t = tb.create();
/frameworks/base/tools/aidl/
H A DAST.cpp2 #include "Type.h"
75 Field::GatherTypes(set<Type*>* types) const
136 Variable::Variable(Type* t, const string& n)
143 Variable::Variable(Type* t, const string& n, int d)
155 Variable::GatherTypes(set<Type*>* types) const
184 FieldVariable::FieldVariable(Type* c, const string& n)
266 Assignment::Assignment(Variable* l, Expression* r, Type* c)
313 MethodCall::MethodCall(Type* t, const string& n)
331 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...)
391 NewExpression::NewExpression(Type*
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java31 * a given {@link android.renderscript.Type}. </p>
55 Type mType;
70 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
225 * A full mipmap chain will be created in script memory. The Type of
232 * The Type of the Allocation will be the same as MIPMAP_NONE. It will
255 * android.renderscript.Type} of the Allocation.
287 private void updateCacheInfo(Type t) {
304 Allocation(long id, RenderScript rs, Type t, int usage) {
331 // TODO: A3D doesn't have Type inf
[all...]
H A DProgramFragmentFixedFunction.java302 Type constType = null;
306 Type.Builder typeBuilder = new Type.Builder(mRS, b.create());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp113 PointerType::getUnqual(Type::getInt8Ty(Context)),
144 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context));
145 Type *SelTy = Type::getInt32Ty(Context);
146 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL);
330 std::vector<Type*>().swap(TypeList);
418 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) {
491 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context)
493 Op<0>() = UndefValue::get(Type
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDependencyFinder.java30 import org.objectweb.asm.Type;
347 * Considers this {@link Type}. For arrays, the element type is considered.
350 public void considerType(Type t) {
352 if (t.getSort() == Type.ARRAY) {
355 if (t.getSort() == Type.OBJECT) {
362 * Considers a descriptor string. The descriptor is converted to a {@link Type}
370 Type t = Type.getReturnType(desc);
373 for (Type arg : Type
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp89 std::vector<Type*>().swap(TypeList);
177 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) {
212 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context)
214 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
268 Type *Ty) {
273 assert(Ty == V->getType() && "Type mismatch in constant table!");
283 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty) {
288 assert((Ty == 0 || Ty == V->getType()) && "Type mismatch in value table!");
413 assert(V->getType()->isMetadataTy() && "Type mismatch in value table!");
423 Type *BitcodeReade
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h37 enum Type { enum in class:mcld::Operator
97 Operator(Arity pArity, Type pType);
107 Type type() const { return m_Type; }
121 template<Operator::Type TYPE>
126 Type m_Type;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java33 * a given {@link android.support.v8.renderscript.Type}. </p>
60 Type mType;
75 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
142 * A full mipmap chain will be created in script memory. The Type of
149 * The Type of the Allocation will be the same as MIPMAP_NONE. It will
172 * android.support.v8.renderscript.Type} of the Allocation.
204 private void updateCacheInfo(Type t) {
221 Allocation(int id, RenderScript rs, Type t, int usage) {
314 * Get the {@link android.support.v8.renderscript.Type} o
[all...]
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryablePair.java27 import java.lang.reflect.Type;
64 Type actualTypeArgument = paramType.getActualTypeArguments()[0];
74 Type actualTypeArgument = paramType.getActualTypeArguments()[1];
/frameworks/base/libs/hwui/
H A DTessellationCache.h50 enum Type { enum in struct:android::uirenderer::TessellationCache::Description
55 Type type;
72 Description(Type type, const Matrix4& transform, const SkPaint& paint);
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp49 Relocation* Relocation::Create(Type pType, FragmentRef& pFragRef, Address pAddend)
68 Relocation::Relocation(Relocation::Type pType,
133 void Relocation::setType(Type pType)
/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp30 ResolveInfo::Type ELFReaderIF::getSymType(uint8_t pInfo, uint16_t pShndx) const
32 ResolveInfo::Type result = static_cast<ResolveInfo::Type>(pInfo & 0xF);
/frameworks/rs/cpp/
H A DAllocation.cpp27 void Allocation::updateCacheInfo(sp<const Type> t) {
40 Allocation::Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage) :
129 sp<const Type> old = mType;
130 sp<Type> t = new Type((void *)typeID, mRS);
333 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type,
346 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type,
361 sp<Allocation> Allocation::createTyped(sp<RS> rs, sp<const Type> type,
368 Type::Builder b(rs, e);
370 sp<const Type>
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h55 virtual Input::Type fileType(const void* pELFHeader) const = 0;
105 ResolveInfo::Type getSymType(uint8_t pInfo, uint16_t pShndx) const;
H A DNamePool.h58 ResolveInfo::Type pType,
72 ResolveInfo::Type pType,

Completed in 870 milliseconds

1234567891011>>