Searched refs:K (Results 1 – 6 of 6) sorted by relevance
/development/vndk/tools/header-checker/src/utils/ |
D | header_abi_util.h | 48 template <typename T, typename K> 50 const std::map<K, T> &old_elements_map, in FindRemovedElements() argument 51 const std::map<K, T> &new_elements_map) { in FindRemovedElements() 63 template <typename K, typename T, typename Iterable, typename KeyGetter, 65 inline void AddToMap(std::map<K, T> *dst, Iterable &src, KeyGetter get_key, in AddToMap() argument 72 template <typename K, typename Iterable, typename KeyGetter> 73 inline void AddToSet(std::set<K> *dst, Iterable &src, KeyGetter get_key) { in AddToSet() 79 template <typename K, typename T> 81 const std::map<K, T> &old_elements_map, in FindCommonElements() argument 82 const std::map<K, T> &new_elements_map) { in FindCommonElements() [all …]
|
/development/build/tools/ |
D | mk_sdk_repo_xml.sh | 218 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/ |
D | converter.h | 118 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/ |
D | BitmapMesh.java | 85 final float K = 10000; in warp() local 95 float pull = K / (dd + 0.000001f); in warp()
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.h | 87 template <typename K, typename V> 88 std::map<V, K> CreateInverseMap(const std::map<K, V> &m) { in CreateInverseMap() argument 89 std::map<V, K> inverse_map; in CreateInverseMap()
|
/development/tools/apkcheck/ |
D | README.txt | 134 <parameter name="key" type="K"> 136 <parameter name="map" type="java.util.Map<? extends K, ? extends V>">
|