Searched refs:traits (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/cpp/util/ |
D | TypeHelpers.h | 41 struct traits { 61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor, 63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor, 65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy, 67 traits<T>::has_trivial_move && traits<U>::has_trivial_move 133 if (!traits<TYPE>::has_trivial_ctor) { 142 if (!traits<TYPE>::has_trivial_dtor) { 152 if (!traits<TYPE>::has_trivial_copy) { 164 if (!traits<TYPE>::has_trivial_copy) { 178 if ((traits<TYPE>::has_trivial_dtor && traits<TYPE>::has_trivial_copy) [all …]
|
/frameworks/rs/server/ |
D | TypeHelpers.h | 41 struct traits { 61 traits<T>::has_trivial_ctor && traits<U>::has_trivial_ctor, 63 traits<T>::has_trivial_dtor && traits<U>::has_trivial_dtor, 65 traits<T>::has_trivial_copy && traits<U>::has_trivial_copy, 67 traits<T>::has_trivial_move && traits<U>::has_trivial_move 133 if (!traits<TYPE>::has_trivial_ctor) { 142 if (!traits<TYPE>::has_trivial_dtor) { 152 if (!traits<TYPE>::has_trivial_copy) { 164 if (!traits<TYPE>::has_trivial_copy) { 178 if ((traits<TYPE>::has_trivial_dtor && traits<TYPE>::has_trivial_copy) [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 65 typedef Traits traits; typedef 66 typedef typename traits::pointer pointer; 67 typedef typename traits::reference reference; 71 typedef typename traits::nonconst_traits nonconst_traits; 73 typedef typename traits::const_traits const_traits;
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | BinTree.h | 105 typedef Traits traits; typedef 106 typedef typename traits::pointer pointer; 107 typedef typename traits::reference reference; 111 typedef typename traits::nonconst_traits nonconst_traits; 113 typedef typename traits::const_traits const_traits; 193 typedef Traits traits; typedef 194 typedef typename traits::pointer pointer; 195 typedef typename traits::reference reference; 200 typedef typename traits::nonconst_traits nonconst_traits; 202 typedef typename traits::const_traits const_traits;
|
D | HashIterator.h | 261 typedef Traits traits; typedef 262 typedef typename traits::pointer pointer; 263 typedef typename traits::reference reference; 271 typedef typename traits::nonconst_traits nonconst_traits; 275 typedef typename traits::const_traits const_traits;
|
/frameworks/base/libs/hwui/utils/ |
D | SortedList.h | 111 SortedListImpl(sizeof(TYPE), ((traits<TYPE>::has_trivial_ctor ? HAS_TRIVIAL_CTOR : 0) in SortedList() 112 | (traits<TYPE>::has_trivial_dtor ? HAS_TRIVIAL_DTOR : 0) in SortedList() 113 | (traits<TYPE>::has_trivial_copy ? HAS_TRIVIAL_COPY : 0))) { in SortedList()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | menu-resource.jd | 208 <dd>A menu group (to create a collection of items that share traits, such as whether they are
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | menus.jd | 825 <p>A menu group is a collection of menu items that share certain traits. With a group, you 859 in the menu are siblings. However, you can modify the traits of the two
|