Searched refs:Type (Results 276 - 300 of 371) sorted by relevance

<<1112131415

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp66 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType,
729 Relocation::Type& pType,
736 Relocation::Type& pType,
744 Relocation::Type& pType,
766 Relocation::Type& pType,
787 Relocation::Type pType,
794 Relocation::Type pType,
802 Relocation::Type pType,
814 Relocation::Type pType,
H A DMipsRelocator.cpp42 static bool HasSubType(const Relocation& pParent, Relocation::Type pType) {
46 for (Relocation::Type type = pParent.type();
81 Relocation::Type type() const { return m_Type & 0xff; }
95 Relocation::Type m_Type;
101 Relocation::Type pType,
176 const char* MipsRelocator::getName(Relocation::Type pType) const {
180 Relocator::Size MipsRelocator::getSize(Relocation::Type pType) const {
480 (ResolveInfo::Type)pSym.type(),
502 (ResolveInfo::Type)alias->type(),
728 Relocation::Type typ
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp176 Type *T = TypeList[i];
179 case Type::StructTyID: {
261 Type *T = TypeList[i];
267 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
268 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
269 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
270 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
271 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
272 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break;
273 case Type
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp248 Type *T = TypeList[i];
254 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
255 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break;
256 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
257 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
258 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
259 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
260 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break;
261 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
262 case Type
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp34 enum Type { enum in struct:android::M3UParser::MediaGroup
49 MediaGroup(Type type);
51 Type type() const;
80 Type mType;
88 M3UParser::MediaGroup::MediaGroup(Type type)
96 M3UParser::MediaGroup::Type M3UParser::MediaGroup::type() const {
381 MediaGroup::Type groupType;
1016 MediaGroup::Type groupType = MediaGroup::TYPE_AUDIO;
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java56 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) {
62 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) {
71 Type mAllocationType;
115 Closure(RenderScript rs, Script.KernelID kernelID, Type returnType,
677 public Builder addConnection(Type t, Script.KernelID from, Script.FieldID to) {
712 public Builder addConnection(Type t, Script.KernelID from, Script.KernelID to) {
924 private Closure addKernelInternal(Script.KernelID k, Type returnType, Object[] args,
967 public Closure addKernel(Script.KernelID k, Type returnType, Object... argsAndBindings) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DFieldAccessExpr.java21 import android.databinding.tool.reflection.Callable.Type;
93 if (mGetter == null || mGetter.type == Type.METHOD) {
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DExpressionVisitorTest.java151 assertEquals(Callable.Type.METHOD, getter.type);
167 assertEquals(Callable.Type.METHOD, getter.type);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
H A DCivicLocationElement.java149 Type, enum constant in enum:CivicLocationElement.CAType
185 s_caTypes.put(TYPE, CAType.Type);
/frameworks/rs/
H A DrsFont.cpp515 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1);
552 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight);
582 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), mMaxNumberOfQuads * 6);
612 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(), mMaxNumberOfQuads * 4);
H A DrsScriptGroup.cpp215 const Type ** type, size_t typeSize) {
218 size_t linkCount = typeSize / sizeof(Type *);
402 (const Type **) type, typeSize);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptGroup.java63 ConnectLine(Type t, Script.KernelID from, Script.KernelID to) {
69 ConnectLine(Type t, Script.KernelID from, Script.FieldID to) {
78 Type mAllocationType;
124 Closure(RenderScript rs, Script.KernelID kernelID, Type returnType,
765 public Builder addConnection(Type t, Script.KernelID from, Script.FieldID to) {
799 public Builder addConnection(Type t, Script.KernelID from, Script.KernelID to) {
1062 private Closure addKernelInternal(Script.KernelID k, Type returnType, Object[] args,
1106 public Closure addKernel(Script.KernelID k, Type returnType, Object... argsAndBindings) {
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp246 Type *T = TypeList[i];
252 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
253 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
254 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
255 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
256 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
257 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break;
258 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
259 case Type::MetadataTyID: Code = bitc::TYPE_CODE_METADATA; break;
260 case Type
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1845 sp<Type> t = getType(package, type, sourcePos);
1912 sp<Type> t = p->getTypes().valueFor(type);
2005 sp<Type> t = p->getTypes().valueFor(type);
2031 sp<Type> t = p->getTypes().valueFor(type);
2070 sp<Type> t = p->getTypes().valueFor(type);
2093 sp<Type> t = p->getTypes().valueFor(type);
2108 sp<Type> t = getType(package, type, pos);
2135 const sp<Type>& t,
2168 sp<Type> t = p->getTypes().valueFor(type);
2315 sp<Type>
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp112 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
213 Relocation::Type r_type = 0x0;
242 Relocation::Type r_type = 0x0;
278 Input::Type ELFReader<32, true>::fileType(const void* pELFHeader) const {
467 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
612 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
708 Relocation::Type r_type = 0x0;
737 Relocation::Type r_type = 0x0;
772 Input::Type ELFReader<64, true>::fileType(const void* pELFHeader) const {
961 result->setType(static_cast<ResolveInfo::Type>(st_inf
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h46 class Type;
288 * given Type.
302 sp<const Type> mType;
324 void updateCacheInfo(sp<const Type> t);
326 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage);
345 * Return Type for the allocation.
346 * @return pointer to underlying Type
348 sp<const Type> getType() const {
398 * Generate a mipmap chain. This is only valid if the Type of the Allocation
566 * Creates an Allocation for use by scripts with a given Type
1265 class Type : public BaseObj { class in namespace:android::RSC
[all...]
/frameworks/rs/api/
H A DSpecification.cpp283 Type::~Type() {
370 Type* type = systemSpecification.findOrCreateType(name, &created);
697 Type* type = spec->getType();
698 mDocumentedTypes.insert(pair<string, Type*>(type->getName(), type));
796 Type* SystemSpecification::findOrCreateType(const string& name, bool* created) {
797 return findOrCreate<Type>(name, &mTypes, created);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java21 import android.renderscript.Type;
426 Type.Builder b = new Type.Builder(rs,
437 Type.Builder b = new Type.Builder(rs,
572 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.I16(rs));
/frameworks/av/include/media/stagefright/
H A DMetaData.h198 enum Type { enum in class:android::MetaData
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp205 const char *name, Type type) const {
259 const char *name, const sp<RefBase> &obj, Type type) {
619 item->mType = static_cast<Type>(parcel.readInt32());
756 const char *AMessage::getEntryNameAt(size_t index, Type *type) const {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java23 import android.renderscript.Type;
818 Type.Builder imageTypeBuilder = new Type.Builder(mRenderScript, element);
821 Type imageType = imageTypeBuilder.create();
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSEmbedInfo.cpp34 #include <llvm/IR/Type.h>
/frameworks/compile/mclinker/include/mcld/Script/
H A DBinaryOp.h27 template <Operator::Type TYPE>
H A DScriptFile.h123 Assignment::Type pType = Assignment::DEFAULT);
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp31 Type pType,

Completed in 497 milliseconds

<<1112131415