Searched defs:K (Results  1 – 4 of 4) sorted by relevance
| /development/vndk/tools/header-checker/src/utils/ | 
| D | header_abi_util.h | 40     const std::map<K, T> &old_elements_map,  in FindRemovedElements()55 inline void AddToMap(std::map<K, T> *dst, Iterable &src, KeyGetter get_key,  in AddToMap()
 71     const std::map<K, T> &old_elements_map,  in FindCommonElements()
 
 | 
| /development/vndk/tools/header-checker/src/repr/json/ | 
| D | converter.h | 119 static inline const V &FindInMap(const std::map<K, V> &m, const K &k,  in FindInMap()
 | 
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ | 
| D | BitmapMesh.java | 85             final float K = 10000;  in warp()  local
 | 
| /development/vndk/tools/header-checker/src/repr/ | 
| D | ir_representation.h | 93 std::map<V, K> CreateInverseMap(const std::map<K, V> &m) {  in CreateInverseMap()
 |