Searched defs:Type (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h28 typedef Relocation::Type Type; typedef in class:mcld::RelocationFactory
43 Relocation* produce(Type pType,
H A DRelocator.h29 typedef Relocation::Type Type; typedef in class:mcld::Relocator
113 virtual const char* getName(Type pType) const = 0;
116 virtual Size getSize(Type pType) const = 0;
/frameworks/base/core/jni/
H A Dandroid_nfc.h40 uint8_t *Type; member in struct:phFriNfc_NdefRecord
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputToken.h24 enum Type { enum in class:mcld::InputToken
32 InputToken(Type pType, const std::string& pName, bool pAsNeeded);
37 Type type() const { return m_Type; }
47 Type m_Type;
H A DAssignment.h35 enum Type { enum in class:mcld::Assignment
44 Type pType,
54 Type type() const { return m_Type; }
76 Type m_Type;
H A DOperand.h30 enum Type { enum in class:mcld::Operand
39 Operand(Type pType);
43 Type type() const { return m_Type; }
55 Type m_Type;
/frameworks/base/tools/preload/
H A DOperation.java29 * Type of operation.
31 enum Type { enum in class:Operation
44 /** Type of operation. */
45 final Type type;
58 int index, Type type) {
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.h34 typedef uint32_t Type; typedef in class:mcld::Relocation
40 Relocation(Type pType,
61 static Relocation* Create(Type pType, FragmentRef& pFragRef,
68 Type type() const
103 void setType(Type pType);
111 Type m_Type;
H A DFragment.h29 enum Type { enum in class:mcld::Fragment
41 Fragment(Type pKind, SectionData *pParent = NULL);
45 Type getKind() const { return m_Kind; }
70 Type m_Kind;
H A DStub.h30 typedef Relocation::Type Type; typedef in class:mcld::Stub
35 Fixup(DWord pOffset, SWord pAddend, Type pType)
46 Type type() const { return m_Type; }
51 Type m_Type;
114 void addFixup(DWord pOffset, SWord pAddend, Type pType);
/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/av/include/media/stagefright/foundation/
H A DAMessage.h99 enum Type { enum in struct:android::AMessage
114 const char *getEntryNameAt(size_t index, Type *type) const;
141 Type mType;
153 const Item *findItem(const char *name, Type type) const;
156 const char *name, const sp<RefBase> &obj, Type type);
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h129 enum Type { enum in class:mcld::SymbolCategory::Category
139 Type type;
148 Category(Type pType)
168 static Type categorize(const ResolveInfo& pInfo);
172 SymbolCategory& add(LDSymbol& pSymbol, Category::Type pTarget);
175 Category::Type pSource,
176 Category::Type pTarget);
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h24 // Type of value that an attribute tag holds.
25 enum Type { enum in class:mcld::ELFAttributeValue
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapEventReport.java41 public enum Type { enum in class:BluetoothMapEventReport
50 private Type(String specName) { method in class:BluetoothMapEventReport.Type
60 private final Type mType;
68 private final BluetoothMapBmessage.Type mMsgType;
73 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
91 if (mType != Type.MEMORY_FULL && mType != Type.MEMORY_AVAILABLE) {
107 private Type parseType(String type) throws IllegalArgumentException {
108 for (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/rs/
H A DrsType.h34 class Type : public ObjectBase { class in namespace:android::renderscript
61 Type * createTex2D(const Element *, size_t w, size_t h, bool mip);
97 static Type *createFromStream(Context *rsc, IStream *stream);
99 ObjectBaseRef<Type> cloneAndResize1D(Context *rsc, uint32_t dimX) const;
100 ObjectBaseRef<Type> cloneAndResize2D(Context *rsc, uint32_t dimX, uint32_t dimY) const;
102 static ObjectBaseRef<Type> getTypeRef(Context *rsc, const Element *e,
106 static Type* getType(Context *rsc, const Element *e,
109 ObjectBaseRef<Type> type = getTypeRef(rsc, e, dimX, dimY, dimZ, dimLOD, dimFaces, yuv);
135 virtual ~Type();
138 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::operator delete(void* ptr) {
50 Type *t = (Type*) ptr;
55 void Type::clear() {
72 void Type
[all...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h93 LVPSA_MemoryTypes_en Type; /* Region type */ member in struct:__anon198
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
H A DLVCS.h186 LVCS_MemoryTypes_en Type; /* Region type */ member in struct:__anon212
/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java46 public enum Type { enum in class:Atlas
80 * {@link #Atlas(Atlas.Type, int, int, int)} with {@link #FLAG_DEFAULTS}.
86 * @see #Atlas(Atlas.Type, int, int, int)
88 public Atlas(Type type, int width, int height) {
103 * @see #Atlas(Atlas.Type, int, int)
105 public Atlas(Type type, int width, int height, int flags) {
142 private static Policy findPolicy(Type type, int width, int height, int flags) {
/frameworks/base/libs/hwui/
H A DMatrix.h68 enum Type { enum in class:android::uirenderer::Matrix4
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 DType.java20 * <p>A Type describes the {@link android.renderscript.Element} and dimensions used for an {@link
22 * android.renderscript.Type.Builder}.</p>
24 * <p>A Type always includes an {@link android.renderscript.Element} and an X
25 * dimension. A Type may be multidimensional, up to three dimensions. A nonzero
27 * that a Type with only a given X dimension and a Type with the same X
30 * <p>A Type also supports inclusion of level of detail (LOD) or cube map
34 * <p>A Type also supports YUV format information to support an
46 public class Type extends BaseObj { class in inherits:BaseObj
77 * Return the element associated with this Type
187 Type(long id, RenderScript rs) { method in class:Type
[all...]

Completed in 1036 milliseconds

123