/system/keymaster/include/keymaster/ |
D | keymaster_tags.h | 81 template <> struct TagValueType<KM_ULONG> { typedef uint64_t value_type; }; 82 template <> struct TagValueType<KM_ULONG_REP> { typedef uint64_t value_type; }; 83 template <> struct TagValueType<KM_DATE> { typedef uint64_t value_type; }; 84 template <> struct TagValueType<KM_UINT> { typedef uint32_t value_type; }; 85 template <> struct TagValueType<KM_UINT_REP> { typedef uint32_t value_type; }; 86 template <> struct TagValueType<KM_INVALID> { typedef Void value_type; }; 87 template <> struct TagValueType<KM_BOOL> { typedef bool value_type; }; 88 template <> struct TagValueType<KM_BYTES> { typedef keymaster_blob_t value_type; }; 89 template <> struct TagValueType<KM_BIGNUM> { typedef keymaster_blob_t value_type; }; 99 typedef typename TagValueType<tag_type>::value_type value_type; [all …]
|
D | authorization_set.h | 333 typename TypedTag<KM_UINT_REP, Tag>::value_type* val) const { in GetTagValue() 367 bool GetTagValue(TypedTag<Type, Tag> tag, typename TagValueType<Type>::value_type* val) const { in GetTagValue() 430 bool push_back(TypedTag<Type, Tag> tag, typename TypedTag<Type, Tag>::value_type val) { in push_back()
|
/system/bt/gd/common/ |
D | list_map.h | 47 using value_type = std::pair<const Key, T>; 50 using iterator = typename std::list<value_type>::iterator; 51 using const_iterator = typename std::list<value_type>::const_iterator; 215 std::list<value_type> node_list_;
|
D | strings.cc | 29 struct IsSpace : std::unary_function<std::string::value_type, bool> { 30 bool operator()(std::string::value_type v) { in operator ()() 35 struct IsHexDigit : std::unary_function<std::string::value_type, bool> { 36 bool operator()(std::string::value_type v) { in operator ()()
|
D | lru_cache.h | 55 using value_type = typename ListMap<Key, T>::value_type;
|
D | strings.h | 65 …std::is_same_v<typename std::iterator_traits<InputIt>::value_type, uint8_t>, "Must use uint8_t ite… in ToHexString()
|
/system/libprocinfo/include/procinfo/ |
D | process.h | 73 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type { 105 typename std::enable_if<sizeof(typename Collection::value_type) >= sizeof(pid_t), bool>::type {
|
/system/extras/simpleperf/ |
D | command.cpp | 67 if (format.value_type != OptionValueType::NONE && in PreprocessOptions() 68 format.value_type != OptionValueType::OPT_STRING) { in PreprocessOptions() 74 switch (format.value_type) { in PreprocessOptions() 240 if (it->second.value_type != OptionValueType::NONE && i + 1 == argc) { in RunSimpleperfCmd()
|
/system/update_engine/common/ |
D | prefs.cc | 249 using value_type = decltype(values_)::value_type; in GetSubKeys() typedef 251 auto lower_comp = [](const value_type& pr, const key_type& ns) { in GetSubKeys() 254 auto upper_comp = [](const key_type& ns, const value_type& pr) { in GetSubKeys()
|
/system/bt/gd/storage/ |
D | config_cache_helper.h | 119 std::is_base_of_v<Serializable<typename T::value_type>, typename T::value_type>, 130 auto v = T::value_type::FromLegacyConfigString(str); in Get()
|
D | mutation_entry.h | 77 std::is_base_of_v<Serializable<typename T::value_type>, typename T::value_type>,
|
/system/libbase/include/android-base/ |
D | process.h | 42 using value_type = pid_t; variable
|
/system/incremental_delivery/incfs/include/ |
D | MountRegistry.h | 72 using value_type = Mount; member 73 value_type operator*() const { return Mount(*this); }
|
/system/tools/xsdc/utils/include/xsdc/ |
D | XsdcSupport.h | 42 using value_type = T; member
|
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 149 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func); 203 const std::function<void(const typename std::iterator_traits<I>::value_type&)>& func) { in join()
|
/system/keymaster/ng/include/ |
D | keystore_hidl_support.h | 84 reinterpret_cast<uint8_t*>(const_cast<std::string::value_type*>(value.data())), in blob2hidlVec() 126 return std::string(reinterpret_cast<const std::string::value_type*>(&value[0]), value.size()); in hidlVec2String()
|
/system/keymaster/legacy_support/ |
D | keymaster1_legacy_support.cpp | 38 struct value_type { struct 40 template <typename T> value_type(const T&) {} in value_type() argument 42 void push_back(const value_type&) { ++count; } in push_back()
|
/system/extras/simpleperf/simpleperf_app_runner/ |
D | simpleperf_app_runner.cpp | 135 if (format.value_type != OptionValueType::NONE && args[i + 1] == nullptr) { in CheckSimpleperfArguments() 159 if (format.value_type != OptionValueType::NONE) { in CheckSimpleperfArguments()
|
/system/security/keystore/include/keystore/ |
D | utils.h | 95 typedef T value_type;
|
/system/chre/util/include/chre/util/ |
D | array_queue.h | 169 typedef ValueType value_type; typedef
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 97 def show_value_type(self, value_type, space=''): argument 99 (space, value_type.type, value_type.unit, 100 self.string(value_type.type), self.string(value_type.unit)))
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 418 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */; in read_char_cb() 442 params->value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */; in read_using_char_uuid_cb() 469 params.value_type = 0x00 /* GATTC_READ_VALUE_TYPE_VALUE */; in read_desc_cb()
|
/system/incremental_delivery/incfs/util/include/util/ |
D | map_ptr.h | 156 using value_type = const map_ptr<T>; 159 using reference = value_type;
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 79 using ValueT = std::string::value_type; in makeSlice()
|
/system/bt/include/hardware/ |
D | bt_gatt_client.h | 45 uint16_t value_type; member
|