Searched refs:splice (Results 1 – 10 of 10) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 113 splice((EdgePointer) sym(a), b); in build() 146 void CDelaunay::splice(EdgePointer a, EdgePointer b) in splice() function in CDelaunay 163 splice(ans, (EdgePointer) lnext(a)); in connectLeft() 164 splice((EdgePointer) sym(ans), b); in connectLeft() 172 splice(ans, (EdgePointer) sym(a)); in connectRight() 173 splice((EdgePointer) sym(ans), (EdgePointer) oprev(b)); in connectRight() 180 splice(e, (EdgePointer) oprev(e)); in deleteEdge() 181 splice((EdgePointer) sym(e), (EdgePointer) oprev(sym(e))); in deleteEdge()
|
D | Delaunay.h | 73 void splice(EdgePointer, EdgePointer);
|
/packages/modules/Bluetooth/system/gd/common/ |
D | list_map_test.cc | 150 list_map.splice(list_map.find(2), list_map_2, list_map_2.find(4)); in TEST() 163 list_map.splice(list_map.find(2), list_map, list_map.find(3)); in TEST() 170 list_map.splice(list_map.begin(), list_map, list_map.find(4)); in TEST() 171 list_map.splice(list_map.begin(), list_map, list_map.find(3)); in TEST() 172 list_map.splice(list_map.begin(), list_map, list_map.find(1)); in TEST()
|
D | list_map.h | 162 void splice(const_iterator pos, ListMap<Key, T>& other, const_iterator it) { in splice() function 167 node_list_.splice(pos, other.node_list_, it); in splice()
|
D | lru_cache.h | 124 list_map_.splice(list_map_.begin(), list_map_, iter); in find()
|
/packages/modules/DnsResolver/ |
D | DnsTlsDispatcher.cpp | 101 out.splice(out.cend(), existing4); in getOrderedAndUsableServerList() 102 out.splice(out.cend(), new6); in getOrderedAndUsableServerList() 103 out.splice(out.cend(), new4); in getOrderedAndUsableServerList()
|
/packages/modules/Bluetooth/system/common/ |
D | lru.h | 83 node_list_.splice(node_list_.begin(), node_list_, map_iterator->second); in Find()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|