Home
last modified time | relevance | path

Searched refs:K (Results 1 – 6 of 6) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dheader_abi_util.h43 template <typename T, typename K>
45 const std::map<K, T> &old_elements_map, in FindRemovedElements() argument
46 const std::map<K, T> &new_elements_map) { in FindRemovedElements()
58 template <typename K, typename T, typename Iterable, typename KeyGetter,
60 inline void AddToMap(std::map<K, T> *dst, Iterable &src, KeyGetter get_key, in AddToMap() argument
67 template <typename K, typename Iterable, typename KeyGetter>
68 inline void AddToSet(std::set<K> *dst, Iterable &src, KeyGetter get_key) { in AddToSet()
74 template <typename K, typename T>
76 const std::map<K, T> &old_elements_map, in FindCommonElements() argument
77 const std::map<K, T> &new_elements_map) { in FindCommonElements()
[all …]
/development/build/tools/
Dmk_sdk_repo_xml.sh218 local V K
227 K="preview"
230 K="${KEYS%% *}"
233 if [[ -n "$V" && -n "$K" ]]; then
234 echo "$EXTRA_SPACE <sdk:$K>$V</sdk:$K>"
238 K="${KEYS#* }"
239 if [[ "$K" == "$KEYS" ]]; then KEYS=""; else KEYS="$K"; fi
/development/vndk/tools/header-checker/src/repr/json/
Dconverter.h118 template <typename K, typename V>
119 static inline const V &FindInMap(const std::map<K, V> &m, const K &k, in FindInMap() argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapMesh.java85 final float K = 10000; in warp() local
95 float pull = K / (dd + 0.000001f); in warp()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.h90 template <typename K, typename V>
91 std::map<V, K> CreateInverseMap(const std::map<K, V> &m) { in CreateInverseMap() argument
92 std::map<V, K> inverse_map; in CreateInverseMap()
/development/tools/apkcheck/
DREADME.txt134 <parameter name="key" type="K">
136 <parameter name="map" type="java.util.Map&lt;? extends K, ? extends V&gt;">