Searched refs:Base (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h98 // Base type for the enum wrappers below. This type provides type definitions
103 // constructors in subclasses via "using Base::Base;" statements.
104 using Base = Wrapper<EnumType>;
168 Attribute() : Base(Invalid) {}
169 using Base::Base;
180 BlendMode() : Base(Invalid) {}
181 using Base::Base;
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DTypeTraits.h142 template<size_t Base, typename T, typename ...Us>
148 template<size_t Base, typename T>
149 struct _find_first_impl<Base, T> : std::integral_constant<size_t, 0> {};
154 template<size_t Base, typename T, typename ...Us>
155 struct _find_first_impl<Base, T, T, Us...> : std::integral_constant<size_t, Base> {};
160 template<size_t Base, typename T, typename U, typename ...Us>
161 struct _find_first_impl<Base, T, U, Us...>
162 : std::integral_constant<size_t, _find_first_impl<Base + 1, T, Us...>::value> {};
182 template<size_t Base, typenam
[all...]
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DTypeTraits.h142 template<size_t Base, typename T, typename ...Us>
148 template<size_t Base, typename T>
149 struct _find_first_impl<Base, T> : std::integral_constant<size_t, 0> {};
154 template<size_t Base, typename T, typename ...Us>
155 struct _find_first_impl<Base, T, T, Us...> : std::integral_constant<size_t, Base> {};
160 template<size_t Base, typename T, typename U, typename ...Us>
161 struct _find_first_impl<Base, T, U, Us...>
162 : std::integral_constant<size_t, _find_first_impl<Base + 1, T, Us...>::value> {};
182 template<size_t Base, typenam
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DTypeTraits.h142 template<size_t Base, typename T, typename ...Us>
148 template<size_t Base, typename T>
149 struct _find_first_impl<Base, T> : std::integral_constant<size_t, 0> {};
154 template<size_t Base, typename T, typename ...Us>
155 struct _find_first_impl<Base, T, T, Us...> : std::integral_constant<size_t, Base> {};
160 template<size_t Base, typename T, typename U, typename ...Us>
161 struct _find_first_impl<Base, T, U, Us...>
162 : std::integral_constant<size_t, _find_first_impl<Base + 1, T, Us...>::value> {};
182 template<size_t Base, typenam
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h64 typedef DataIteratorBase<ChunkType> Base; typedef in class:mcld::DataIterator
75 DataIterator() : Base(NULL, 0) {}
77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {}
79 DataIterator(const DataIterator& pCopy) : Base(pCopy.m_pChunk, pCopy.m_Pos) {}
87 return this->m_pChunk->data[Base::m_Pos];
91 this->Base::advance();
97 this->Base::advance();
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h58 using Base = Flags<Integer>;
102 SurfaceUpdateFlags() : Base{None} {}
103 using Base::Base;
129 SurfaceAttribute() : Base{Invalid} {}
130 using Base::Base;
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h30 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base; typedef in class:mcld::PolicyIterator
37 PolicyIterator() : Base() {}
39 PolicyIterator(const iterator& X) : Base(X.m_pNode) {}
41 explicit PolicyIterator(NodeBase* X) : Base(X) {}
45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); }
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DCollection.h50 typedef std::map<Key, Element<Key> *> Base; typedef in class:android::audio_policy::Collection
131 Base::clear();
/frameworks/native/cmds/installd/
H A DAndroid.mk11 # Base & ASLR boundaries for boot image creation.
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h251 typedef IteratorBase Base; typedef in class:mcld::HashIterator
286 this->Base::advance();
292 this->Base::advance();
H A DBinTree.h139 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base; typedef in class:mcld::PolicyIterator
147 PolicyIterator() : Base() {}
149 PolicyIterator(const iterator& X) : Base(X.m_pNode) {}
151 explicit PolicyIterator(NodeBase* X) : Base(X) {}
/frameworks/rs/script_api/
H A Drs_math.spec1212 summary: Base two exponent
1355 summary: Base 10 logarithm
1401 summary: Base 2 logarithm
1424 summary: Base two exponent
2784 summary: Base raised to an exponent
2810 summary: Base raised to an integer exponent

Completed in 1275 milliseconds