/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64RelocationFunctions.h | 30 #define DECL_AARCH64_APPLY_RELOC_FUNC_PTRS(ValueType, MappedType) /* N… argument 31 …ValueType(0x0, MappedType(&none, "R_AARCH64_NULL", 0)), /* NO… 32 …ValueType(0x1, MappedType(&none, "R_AARCH64_REWRITE_INSN", 32)), /* NO… 33 …ValueType(0x100, MappedType(&none, "R_AARCH64_NONE", 0)), /* NO… 34 …ValueType(0x101, MappedType(&abs, "R_AARCH64_ABS64", 64)), /* NO… 35 …ValueType(0x102, MappedType(&abs, "R_AARCH64_ABS32", 32)), /* NO… 36 …ValueType(0x103, MappedType(&abs, "R_AARCH64_ABS16", 16)), /* NO… 37 …ValueType(0x104, MappedType(&rel, "R_AARCH64_PREL64", 64)), /* NO… 38 …ValueType(0x105, MappedType(&rel, "R_AARCH64_PREL32", 32)), /* NO… 39 …ValueType(0x106, MappedType(&rel, "R_AARCH64_PREL16", 16)), /* NO… [all …]
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hwc_types.h | 66 TestTypeExpression<typename T::ValueType>> { 67 using Type = typename T::ValueType; 110 using ValueType = typename UnderlyingType<BaseType>::Type; 120 Wrapper(ValueType value) : value(value) {} 124 Wrapper(BaseType value) : value(static_cast<ValueType>(value)) {} 127 template <typename T, typename = EnableIfMatchingEnum<T, ValueType>> 129 Wrapper(const T& value) : value(static_cast<ValueType>(value)) {} 137 operator ValueType() const { return value; } 139 template <typename T, typename = EnableIfMatchingEnum<T, ValueType>> 150 bool operator!=(ValueType other_value) const { return value != other_value; } [all …]
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntry.h | 32 template <typename KeyType, typename ValueType, typename KeyCompare> 36 typedef ValueType value_type; 40 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; 52 ValueType& value() { return m_Value; } in value() 54 const ValueType& value() const { return m_Value; } in value() 56 void setValue(const ValueType& pValue) { m_Value = pValue; } in setValue() 62 ValueType m_Value;
|
D | HashEntry.tcc | 12 template <typename KeyType, typename ValueType, typename KeyCompare> 13 HashEntry<KeyType, ValueType, KeyCompare>::HashEntry(const KeyType& pKey) in HashEntry() 17 template <typename KeyType, typename ValueType, typename KeyCompare> 18 HashEntry<KeyType, ValueType, KeyCompare>::~HashEntry() { in ~HashEntry() 21 template <typename KeyType, typename ValueType, typename KeyCompare> 22 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) { in compare()
|
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 392 LDSymbol::ValueType pValue = 0x0, 438 LDSymbol::ValueType pValue = 0x0, 467 LDSymbol::ValueType pValue, 477 LDSymbol::ValueType pValue, 494 LDSymbol::ValueType pValue, 505 LDSymbol::ValueType pValue, 516 LDSymbol::ValueType pValue, 527 LDSymbol::ValueType pValue,
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | any.h | 48 typedef ArenaStringPtr ValueType; typedef 51 AnyMetadata(UrlType* type_url, ValueType* value); 82 ValueType* value_;
|
D | reflection.h | 391 template<typename T, typename ValueType> 392 void Set(Field* data, int index, const ValueType& value) const { in Set() 405 template<typename T, typename ValueType> 406 void Add(Field* data, const ValueType& value) const { in Add()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSymbol.h | 38 typedef uint64_t ValueType; typedef 101 ValueType value() const { return m_Value; } in value() 119 void setValue(ValueType pValue) { m_Value = pValue; } in setValue() 138 ValueType m_Value;
|
D | Resolver.h | 55 LDSymbol::ValueType pValue) const = 0;
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | RealPath.h | 25 typedef Path::ValueType ValueType; typedef 30 explicit RealPath(const ValueType* s);
|
D | Path.h | 46 typedef char ValueType; typedef 51 explicit Path(const ValueType* s); 60 Path& assign(const ValueType* s, unsigned int length); 77 const ValueType* c_str() const { return m_PathName.c_str(); } in c_str()
|
/frameworks/base/core/java/android/view/inspector/ |
D | InspectableProperty.java | 83 ValueType valueType() default ValueType.INFERRED; in valueType() 176 enum ValueType { enum
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | SchedulerUtils.h | 75 using ValueType = const decltype(counts)::value_type&; in calculate_mode() local 76 const auto compareCounts = [](ValueType l, ValueType r) { return l.second <= r.second; }; in calculate_mode()
|
/frameworks/native/libs/binder/tests/ |
D | binderValueTypeTest.cpp | 37 TEST(ValueType, Handles ## TYPENAME) { \ 56 TEST(ValueType, Handles ## TYPENAME ## Vector) { \ 90 TEST(ValueType, HandlesClear) { in VALUE_TYPE_TEST() 99 TEST(ValueType, HandlesSwap) { in TEST() argument
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | payload.h | 20 using ValueType = typename MessageBuffer<Slot>::ValueType; variable 65 ValueType* Data() { return buffer_.data(); } in Data() 66 const ValueType* Data() const { return buffer_.data(); } in Data()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 73 _mMin = values.range.min.ref<ValueType>(); in C2SupportedRange() 74 _mMax = values.range.max.ref<ValueType>(); in C2SupportedRange() 75 _mStep = values.range.step.ref<ValueType>(); in C2SupportedRange() 76 _mNum = values.range.num.ref<ValueType>(); in C2SupportedRange() 77 _mDenom = values.range.denom.ref<ValueType>(); in C2SupportedRange() 192 if ((~value & v.ref<ValueType>()) == 0) { in contains() 193 value &= ~v.ref<ValueType>(); in contains() 205 return p.ref<ValueType>(); in flags() 220 T value = v.ref<ValueType>() | minMask; in limitedTo() 224 T value = v.ref<ValueType>() | minMask; in limitedTo() [all …]
|
D | C2Debug.cpp | 240 typedef typename _C2FieldValueHelper<T>::ValueType ValueType; typedef 242 C2SupportedRange<ValueType> _mRange; 243 C2SupportedValueSet<ValueType> _mValues; 244 C2SupportedFlags<ValueType> _mFlags;
|
/frameworks/rs/ |
D | rsMap.h | 28 template <class KeyType, class ValueType> 31 typedef Pair<KeyType, ValueType> MapEntry; 55 ValueType& operator[](const KeyType& key) {
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceUtils.h | 34 typedef T ValueType; typedef 42 typedef uint32_t ValueType; 48 typedef int32_t ValueType; 59 typedef typename _C2FieldValueHelper<T>::ValueType ValueType; 342 typedef typename _C2FieldValueHelper<T>::ValueType ValueType; 474 typedef typename _C2FieldValueHelper<T>::ValueType ValueType;
|
/frameworks/compile/mclinker/lib/Support/ |
D | Path.cpp | 52 Path::Path(const Path::ValueType* s) : m_PathName(s) { in Path() 81 Path& Path::assign(const Path::ValueType* s, unsigned int length) { in assign()
|
D | RealPath.cpp | 21 RealPath::RealPath(const RealPath::ValueType* s) : Path(s) { in RealPath()
|
/frameworks/av/drm/libmediadrm/ |
D | DrmMetrics.cpp | 179 void SetValue(const String16 &name, DrmMetricGroup::ValueType type, in SetValue() 182 case DrmMetricGroup::ValueType::INT64_TYPE: in SetValue() 185 case DrmMetricGroup::ValueType::DOUBLE_TYPE: in SetValue() 188 case DrmMetricGroup::ValueType::STRING_TYPE: in SetValue()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 403 LDSymbol::ValueType pValue, in AddSymbol() 459 LDSymbol::ValueType pValue, in addSymbolFromObject() 534 LDSymbol::ValueType pValue, in addSymbolFromDynObj() 642 LDSymbol::ValueType pValue, in AddSymbol() 712 LDSymbol::ValueType pValue, in AddSymbol() 759 LDSymbol::ValueType pValue, in AddSymbol() 809 LDSymbol::ValueType pValue, in AddSymbol()
|
/frameworks/av/drm/libmediadrm/tests/ |
D | DrmMetrics_test.cpp | 432 { { "status", DrmMetricGroup::ValueType::INT64_TYPE, in TEST_F() 434 { { "count", DrmMetricGroup::ValueType::INT64_TYPE, 3, 0.0, "" } } in TEST_F() 438 { { "status", DrmMetricGroup::ValueType::INT64_TYPE, in TEST_F() 440 { { "count", DrmMetricGroup::ValueType::INT64_TYPE, 7, 0.0, "" } } in TEST_F()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | TypeExtensionsTest.cs | 61 [TestCase(typeof(ValueType), typeof(int), true)]
|