Searched refs:TagType (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeData.h28 typedef uint32_t TagType; typedef in class:mcld::ELFAttributeData
48 virtual const ELFAttributeValue *getAttributeValue(TagType pTag) const = 0;
57 getOrCreateAttributeValue(TagType pTag) = 0;
65 TagType pTag, const ELFAttributeValue& pInAttr) = 0;
86 static bool ReadTag(TagType& pTag, const char* &pBuf, size_t &pBufSize);
102 static bool WriteAttribute(TagType pTag, const ELFAttributeValue& pValue,
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeData.cpp18 bool ELFAttributeData::ReadTag(TagType& pTag, const char* &pBuf,
23 pTag = static_cast<ELFAttributeData::TagType>(
64 bool ELFAttributeData::WriteAttribute(TagType pTag,
H A DELFAttribute.cpp228 ELFAttributeData::TagType tag;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.h154 virtual const ELFAttributeValue *getAttributeValue(TagType pTag) const;
157 getOrCreateAttributeValue(TagType pTag);
175 TagType pTag, const ELFAttributeValue& pInAttr);
189 static unsigned int GetAttributeValueType(TagType pTag);
196 typedef std::map<TagType, ELFAttributeValue> UnknownAttrsMap;
H A DARMELFAttributeData.cpp18 const ELFAttributeValue *ARMELFAttributeData::getAttributeValue(TagType pTag) const
41 ARMELFAttributeData::getOrCreateAttributeValue(TagType pTag)
63 unsigned int ARMELFAttributeData::GetAttributeValueType(TagType pTag)
147 const Input &pInput, TagType pTag,
986 TagType tag = static_cast<TagType>(i);
999 TagType tag = unknown_attr_it->first;
1043 TagType tag = static_cast<TagType>(i);
1053 TagType ta
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) {
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) {
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) {
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) {
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) {
87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) {
97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) {
107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) {
117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) {
136 TagType typ
[all...]
H A DTiffWriter.cpp312 TagType TiffWriter::getDefaultType(uint16_t tag) const {
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffEntry.h69 virtual TagType getType() const = 0;
96 static const T* forceValidType(TagType type, const T* value);
H A DTiffHelpers.h66 enum TagType { enum in namespace:android::img_utils
102 inline size_t getTypeSize(TagType type) {
H A DTiffEntryImpl.h38 TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end, const T* data);
46 TagType getType() const;
64 TiffEntryImpl<T>::TiffEntryImpl(uint16_t tag, TagType type, uint32_t count, Endianness end,
86 TagType TiffEntryImpl<T>::getType() const {
87 return static_cast<TagType>(mType);
H A DTiffWriter.h204 virtual TagType getDefaultType(uint16_t tag) const;
243 static sp<TiffEntry> uncheckedBuildEntry(uint16_t tag, TagType type,
288 TagType fixedType = definition->defaultType;
314 sp<TiffEntry> TiffWriter::uncheckedBuildEntry(uint16_t tag, TagType type, uint32_t count,
H A DTagDefinitions.h37 const TagType defaultType;

Completed in 123 milliseconds