Searched refs:Type (Results 176 - 200 of 371) sorted by relevance

1234567891011>>

/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/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java302 Type constType = null;
306 Type.Builder typeBuilder = new Type.Builder(mRS, b.create());
H A DAllocation.java31 * a given {@link android.renderscript.Type}. </p>
56 Type mType;
70 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
227 * A full mipmap chain will be created in script memory. The Type of
234 * The Type of the Allocation will be the same as MIPMAP_NONE. It will
257 * android.renderscript.Type} of the Allocation.
300 private void updateCacheInfo(Type t) {
317 Allocation(long id, RenderScript rs, Type t, int usage) {
344 // TODO: A3D doesn't have Type inf
[all...]
/frameworks/rs/api/
H A DSpecification.h37 class Type;
46 const char* cType; // Type in a C file
47 const char* javaType; // Type in a Java file
195 * We'll only have one instance of Type for each name.
197 class Type : public Definition { class in inherits:Definition
202 Type(const std::string& name) : Definition(name) {} function in class:Type
203 ~Type();
283 Type* mType; // Not owned
301 TypeSpecification(Type* type) : mType(type) {}
303 Type* getTyp
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h49 virtual Input::Type fileType(const void* pELFHeader) const = 0;
98 ResolveInfo::Type getSymType(uint8_t pInfo, uint16_t pShndx) const;
H A DNamePool.h54 ResolveInfo::Type pType,
68 ResolveInfo::Type pType,
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.h141 Relocation::Type getCopyRelType() const { return m_CopyRel; }
194 Relocation::Type m_CopyRel;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.h122 const char* getName(Relocation::Type pType) const;
124 Size getSize(Relocation::Type pType) const;
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.h125 static clang::FunctionDecl *GetRSSetObjectFD(const clang::Type *T) {
139 static clang::FunctionDecl *GetRSClearObjectFD(const clang::Type *T) {
/frameworks/native/include/media/hardware/
H A DHardwareAPI.h194 enum Type { enum in struct:android::MediaImage
206 Type mType;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_instance.java48 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create();
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_instance.java48 Type t = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create();
/frameworks/rs/
H A DrsAdapter.h40 const Type * getBaseType() const {return mAllocation->getType();}
72 const Type * getBaseType() const {return mAllocation->getType();}
/frameworks/rs/tests/cppbasic-getpointer/
H A Dcompute.cpp28 Type::Builder tb(rs, e);
31 sp<const Type> t = tb.create();
32 printf("Type %p\n", t.get());
/frameworks/rs/tests/latency/
H A Dlatency.cpp64 Type::Builder tb(rs, e);
66 sp<const Type> t = tb.create();
/frameworks/rs/tests/typecheck/
H A Dtypecheck.cpp26 Type::Builder tb(rs, e);
28 sp<const Type> t = tb.create();
/frameworks/base/tools/aapt/
H A DResourceTable.h100 class Type;
220 const sp<Type>& t,
412 // Index of this entry in its Type.
461 class Type : public RefBase { class in class:ResourceTable
463 Type(const String16& name, const SourcePos& pos) function in class:ResourceTable::Type
466 virtual ~Type() { delete mFirstPublicSourcePos; }
523 sp<Type> getType(const String16& type,
541 const DefaultKeyedVector<String16, sp<Type> >& getTypes() const { return mTypes; }
542 const Vector<sp<Type> >& getOrderedTypes() const { return mOrderedTypes; }
553 DefaultKeyedVector<String16, sp<Type> > mType
[all...]
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmGeneratorTest.java35 import org.objectweb.asm.Type;
508 assertTrue(testType(Type.getType(desc)));
523 assertTrue(testType(Type.getType(desc)));
529 if (cst instanceof Type) {
530 assertTrue(testType((Type)cst));
545 assertTrue(testType(Type.getType(desc)));
552 private boolean testType(Type type) {
554 if (sort == Type.OBJECT) {
556 } else if (sort == Type.ARRAY) {
559 } else if (sort == Type
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DLVM_Types.h156 LVM_MemoryTypes_en Type; /* Region type */ member in struct:__anon168
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Init.c91 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Type = LVEQNB_PERSISTENT;
112 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].Type = LVEQNB_PERSISTENT_DATA;
128 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].Type = LVEQNB_PERSISTENT_COEF;
140 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].Type = LVEQNB_SCRATCH;
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon206
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h186 LVCS_MemoryTypes_en Type; /* Region type */ member in struct:__anon220
/frameworks/base/core/java/com/google/android/util/
H A DSmileyParser.java70 if (token.getType() == AbstractMessageParser.Token.Type.SMILEY) {
/frameworks/base/core/jni/android/graphics/
H A DDrawFilter.cpp44 virtual bool filter(SkPaint* paint, Type type) {

Completed in 1060 milliseconds

1234567891011>>