Searched refs:Type (Results 226 - 250 of 314) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DFisheye.java22 import android.renderscript.Type;
H A DTestBase.java25 import android.renderscript.Type;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve5x5.java28 import android.renderscript.Type;
H A DFisheye.java22 import android.renderscript.Type;
/frameworks/rs/
H A DrsScript.h141 ObjectBaseRef<const Type> *mTypes;
H A DrsFont.cpp516 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false, 0);
553 ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(),
584 ObjectBaseRef<Type> indexType = Type::getTypeRef(mRSC, indexElem.get(), numIndicies, 0, 0, false, false, 0);
614 ObjectBaseRef<Type> vertexDataType = Type::getTypeRef(mRSC, vertexDataElem.get(),
H A DrsScriptGroup.cpp198 const Type ** type, size_t typeSize) {
201 size_t linkCount = typeSize / sizeof(Type *);
386 (const Type **) type, typeSize);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp120 const sys::fs::Path& pPath, Input::Type pType)
409 ResolveInfo::Type pType,
467 ResolveInfo::Type pType,
543 ResolveInfo::Type pType,
598 Relocation::Type pType,
617 ResolveInfo::Type pType,
682 ResolveInfo::Type pType,
731 ResolveInfo::Type pType,
775 ResolveInfo::Type pType,
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp68 bool MipsGNULDBackend::needsLA25Stub(Relocation::Type pType,
339 // Type of SHT_MIPS_OPTIONS section's block.
788 Relocation::Type& pType,
796 Relocation::Type& pType,
805 Relocation::Type& pType,
829 Relocation::Type& pType,
852 Relocation::Type pType,
860 Relocation::Type pType,
869 Relocation::Type pType,
882 Relocation::Type pTyp
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp176 Type *T = TypeList[i];
179 case Type::StructTyID: {
308 Type *T = TypeList[i];
314 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
315 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
316 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
317 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
318 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
319 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break;
320 case Type
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp253 Type *T = TypeList[i];
259 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
260 case Type::HalfTyID: Code = bitc::TYPE_CODE_HALF; break;
261 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
262 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
263 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
264 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
265 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break;
266 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
267 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 {
364 MediaGroup::Type groupType;
939 MediaGroup::Type groupType = MediaGroup::TYPE_AUDIO;
/frameworks/compile/mclinker/lib/MC/
H A DSearchDirs.cpp77 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType)
144 SearchDirs::find(const std::string& pNamespec, mcld::Input::Type pType) const
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp49 typedef std::map<Relocator::Type, ApplyFunctionEntry> ApplyFunctionMap;
75 Relocation::Type type = pRelocation.type();
84 const char* AArch64Relocator::getName(Relocator::Type pType) const
90 Relocator::Size AArch64Relocator::getSize(Relocation::Type pType) const
144 (ResolveInfo::Type)pSym.type(),
441 // A local symbol may need RELATIVE Type dynamic relocation
/frameworks/compile/slang/
H A Dslang_rs_backend.cpp205 // Type name
298 std::vector<llvm::Type*> HelperFunctionParameterTys;
329 std::vector<llvm::Type*> Params;
361 llvm::ConstantInt::get(llvm::Type::getInt32Ty(mLLVMContext), 0);
368 llvm::Type::getInt32Ty(mLLVMContext), i);
388 if (F->getReturnType() == llvm::Type::getVoidTy(mLLVMContext))
456 // Type name
H A Dslang_rs_export_foreach.cpp413 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
425 const clang::Type *T = FE->mResultType.getTypePtr();
429 const clang::Type *T = FE->mOut->getType().getCanonicalType().getTypePtr();
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1812 sp<Type> t = getType(package, type, sourcePos);
1879 sp<Type> t = p->getTypes().valueFor(type);
1972 sp<Type> t = p->getTypes().valueFor(type);
1998 sp<Type> t = p->getTypes().valueFor(type);
2037 sp<Type> t = p->getTypes().valueFor(type);
2060 sp<Type> t = p->getTypes().valueFor(type);
2075 sp<Type> t = getType(package, type, pos);
2102 const sp<Type>& t,
2135 sp<Type> t = p->getTypes().valueFor(type);
2277 sp<Type>
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp118 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
223 Relocation::Type r_type = 0x0;
251 Relocation::Type r_type = 0x0;
289 Input::Type ELFReader<32, true>::fileType(const void* pELFHeader) const
489 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
643 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
743 Relocation::Type r_type = 0x0;
773 Relocation::Type r_type = 0x0;
810 Input::Type ELFReader<64, true>::fileType(const void* pELFHeader) const
1010 result->setType(static_cast<ResolveInfo::Type>(st_inf
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java1306 public static enum Type { enum in class:RecyclerViewAnimationsTest.PositionConstraint
1312 Type mType;
1324 constraint.mType = Type.scrap;
1333 constraint.mType = Type.adapterScrap;
1342 constraint.mType = Type.adapter;
1374 if (mType == Type.scrap || (mType == Type.adapterScrap && !state.isPreLayout())) {
1390 if (mType == Type.scrap) {
1394 } else if (mType == Type.adapter || mType == Type
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp248 Type *T = TypeList[i];
254 case Type::VoidTyID: Code = bitc::TYPE_CODE_VOID; break;
255 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break;
256 case Type::DoubleTyID: Code = bitc::TYPE_CODE_DOUBLE; break;
257 case Type::X86_FP80TyID: Code = bitc::TYPE_CODE_X86_FP80; break;
258 case Type::FP128TyID: Code = bitc::TYPE_CODE_FP128; break;
259 case Type::PPC_FP128TyID: Code = bitc::TYPE_CODE_PPC_FP128; break;
260 case Type::LabelTyID: Code = bitc::TYPE_CODE_LABEL; break;
261 case Type::MetadataTyID: Code = bitc::TYPE_CODE_METADATA; break;
262 case Type
[all...]
/frameworks/rs/cpp/
H A DrsCppStructs.h43 class Type;
282 * given Type.
296 sp<const Type> mType;
317 void updateCacheInfo(sp<const Type> t);
319 Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage);
336 * Return Type for the allocation.
337 * @return pointer to underlying Type
339 sp<const Type> getType() const {
352 * Generate a mipmap chain. This is only valid if the Type of the Allocation
506 * Creates an Allocation for use by scripts with a given Type
1196 class Type : public BaseObj { class in namespace:android::RSC
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h190 enum Type { enum in class:android::MetaData
/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp183 const char *name, Type type) const {
237 const char *name, const sp<RefBase> &obj, Type type) {
543 item->mType = static_cast<Type>(parcel.readInt32());
668 const char *AMessage::getEntryNameAt(size_t index, Type *type) const {
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java154 public void setFace(Type.CubemapFace cf) {
/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();

Completed in 266 milliseconds

1234567891011>>