Searched refs:K (Results 1 – 7 of 7) 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>">
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 5609 …system/core,fake_yLIbJoRGTiSDnsXASrdI-w@fakeemail.com,Globally allow up to 32K FDs open per process 5617 …stem/core,fake_RB79v7MgTm65vxYWBcm6zg@fakeemail.com,Enable non-secure side to receive messages > 4K 8245 …tivity,fake_09LqCaHVQiycTqbFhWzg5A@fakeemail.com,Create a relay controller for the A&K XB10 speaker 11709 …a,platform/external/libvpx,fake_CrTo8ewKS4KfVWBHuiRzzA@fakeemail.com,Limit vpx decoder to 4K frames 13990 …wrongly sorted subr indices *and* non-contiguous subr arrays. Thanks to Tom K. for helping to isol… 14587 ….com,* src/gzip/ftgzip.c (zcalloc) [!FT_CONFIG_OPTION_SYSTEM_ZLIB]: Convert K&R format to modern C… 20393 …/camera,fake_blFZ5IuBSGmX6TGv3RhujA@fakeemail.com,QCamera2: HAL3: Increase EIS max resolution to 4K 20944 …d2875cd,platform/external/libavc,fake_mYosc36yTdGbAQt2hz5t0g@fakeemail.com,support 4K max dimension 22393 …takes in the <utility> and <tuple> synopses. No functional change. Thannks to K-ballo for the patch 22812 ….com,Mark string_view literals as 'noexcept'. Fixes PR#25054. Thanks to Pavel K for the bug report. [all …]
|