Searched refs:value_type (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/native/include/android/
H A Drect.h44 typedef int32_t value_type; typedef in struct:ARect
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h27 typedef DataType value_type; typedef in class:mcld::Chunk
34 static void construct(value_type* pPtr) { new (pPtr) value_type(); }
36 static void construct(value_type* pPtr, const value_type& pValue) {
37 new (pPtr) value_type(pValue);
40 static void destroy(value_type* pPtr) {}
51 typedef DataType value_type; typedef in class:mcld::Chunk
70 static void construct(value_type* pPtr) { new (pPtr) value_type(); }
92 typedef typename ChunkType::value_type value_type; typedef in class:mcld::LinearAllocatorBase
313 typedef DataType value_type; typedef in class:mcld::MallocAllocator
358 typedef void* value_type; typedef in class:mcld::MallocAllocator
[all...]
H A DGCFactory.h59 typedef typename ChunkType::value_type value_type; typedef in class:mcld::DataIterator
106 NonConstTraits<typename Alloc::value_type> > iterator;
108 ConstTraits<typename Alloc::value_type> > const_iterator;
110 typedef typename Alloc::value_type value_type; typedef in class:mcld::GCFactoryBase
124 value_type* allocate(size_t N) {
125 value_type* result = Alloc::allocate(N);
131 value_type* allocate() {
H A DDirectory.h118 typedef Directory value_type; typedef in class:mcld::sys::fs::DirIterator
/frameworks/compile/mclinker/include/mcld/ADT/
H A DStringEntry.h30 typedef DataType value_type; typedef in class:mcld::StringEntry
37 value_type& value() { return m_Value; }
39 const value_type& value() const { return m_Value; }
69 typedef llvm::StringRef value_type; typedef in class:mcld::StringEntry
76 value_type& value() { return m_Value; }
78 const value_type& value() const { return m_Value; }
113 typedef typename StringEntry<DataType>::value_type value_type; typedef in class:mcld::StringEntryFactory
H A DTypeTraits.h21 typedef DataType value_type; typedef in struct:mcld::ConstTraits
31 typedef DataType value_type; typedef in struct:mcld::NonConstTraits
41 typedef DataType value_type; typedef in struct:mcld::ConstIteratorTraits
52 typedef DataType value_type; typedef in struct:mcld::NonConstIteratorTraits
H A DBinTree.h90 typedef DataType value_type; typedef in class:mcld::PolicyIteratorBase
95 typedef PolicyIteratorBase<value_type, Traits, IteratorType> Self;
96 typedef Node<value_type> node_type;
101 typedef PolicyIteratorBase<value_type, nonconst_traits, IteratorType>
103 typedef PolicyIteratorBase<value_type, const_traits, IteratorType>
182 typedef DataType value_type; typedef in struct:mcld::TreeIterator
187 typedef TreeIterator<value_type, Traits> Self;
188 typedef Node<value_type> node_type;
191 typedef TreeIterator<value_type, nonconst_traits> iterator;
193 typedef TreeIterator<value_type, const_trait
340 typedef DataType value_type; typedef in class:mcld::BinaryTree
[all...]
H A DHashEntry.h36 typedef ValueType value_type; typedef in class:mcld::HashEntry
70 typedef typename HashEntryTy::value_type value_type; typedef in class:mcld::EntryFactory
H A DTreeBase.h101 typedef DataType value_type; typedef in class:mcld::Node
104 value_type* data;
109 explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {}
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h70 typedef Input value_type; typedef in class:mcld::BinaryTree
71 typedef value_type* pointer;
72 typedef value_type& reference;
73 typedef const value_type* const_pointer;
74 typedef const value_type& const_reference;
77 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator;
78 typedef TreeIterator<value_type, ConstTraits<value_type> > const_iterator;
80 typedef PolicyIterator<value_type, NonConstTrait
[all...]
/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h74 const typename Collection::value_type::second_type*
76 const typename Collection::value_type::first_type& key) {
128 const typename Collection::value_type::second_type
130 const typename Collection::value_type::first_type& key) {
153 collection->insert(typename Collection::value_type(key, value));
/frameworks/base/media/mca/filterpacks/native/base/
H A Dutilities.h74 const typename Collection::value_type::second_type*
76 const typename Collection::value_type::first_type& key) {
128 const typename Collection::value_type::second_type
130 const typename Collection::value_type::first_type& key) {
153 collection->insert(typename Collection::value_type(key, value));
/frameworks/base/libs/hwui/utils/
H A DFatVector.h53 typedef T value_type; // needed to implement std::allocator typedef in class:android::uirenderer::InlineStdAllocator
H A DLinearAllocator.h157 typedef T value_type; // needed to implement std::allocator typedef in class:android::uirenderer::LinearStdAllocator
/frameworks/native/include/ui/
H A DRect.h32 typedef ARect::value_type value_type; typedef in class:android::Rect
H A Dvec2.h38 typedef T value_type; typedef in class:android::tvec2
H A DTMatHelpers.h64 typename MATRIX::value_type t;
142 typename MATRIX::value_type PURE trace(const MATRIX& m) {
144 typename MATRIX::value_type result(0);
H A Dvec3.h37 typedef T value_type; typedef in class:android::tvec3
H A Dvec4.h37 typedef T value_type; typedef in class:android::tvec4
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSession.cpp55 const KeyMap::value_type& key = keys.valueAt(i);
/frameworks/native/libs/binder/
H A DPersistableBundle.cpp368 int32_t value_type; local
370 RETURN_IF_FAILED(parcel->readInt32(&value_type));
376 switch (value_type) {
422 ALOGE("Unrecognized type: %d", value_type);
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp134 StringType::value_type last_char = m_PathName[m_PathName.size() - 1];
/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create(
H A Dslang_rs_context.cpp389 ExportTypeMap::value_type *NewItem =
390 ExportTypeMap::value_type::Create(TypeName,
/frameworks/native/services/sensorservice/
H A Dmat.h129 typedef TYPE value_type; typedef in class:android::mat
260 typedef TYPE value_type; typedef in class:android::mat

Completed in 3283 milliseconds

12