Searched refs:size_type (Results 1 - 25 of 39) sorted by last modified time

12

/frameworks/rs/rsov/driver/
H A DrsovScript.cpp725 for (std::string::size_type pos = 0; pos < s.size(); pos++) {
726 std::string::size_type begin = pos;
/frameworks/native/cmds/installd/
H A Ddexopt.cpp2557 std::string::size_type end = apk_path_.rfind('.');
2558 std::string::size_type start = apk_path_.rfind('/', end);
2584 std::string::size_type end = apk_path_.rfind('.');
2585 std::string::size_type start = apk_path_.rfind('/', end);
/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp244 std::string::size_type end = path.rfind('.');
245 std::string::size_type start = path.rfind('/', end);
461 std::string::size_type name_end = dex_path.rfind('.');
462 std::string::size_type name_start = dex_path.rfind('/');
/frameworks/native/libs/math/include/math/
H A Dmat2.h84 typedef size_t size_type; typedef in class:android::details::TMat22
H A Dmat3.h91 typedef size_t size_type; typedef in class:android::details::TMat33
H A Dmat4.h97 typedef size_t size_type; typedef in class:android::details::TMat44
H A Dquat.h52 typedef size_t size_type; typedef in class:android::details::TQuaternion
73 inline constexpr static size_type size() { return SIZE; }
H A Dvec2.h47 typedef size_t size_type; typedef in class:android::details::TVec2
56 inline constexpr size_type size() const { return SIZE; }
H A Dvec3.h45 typedef size_t size_type; typedef in class:android::details::TVec3
57 inline constexpr size_type size() const { return SIZE; }
H A Dvec4.h45 typedef size_t size_type; typedef in class:android::details::TVec4
60 inline constexpr size_type size() const { return SIZE; }
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Darray_wrapper.h24 typedef std::size_t size_type; typedef in class:android::pdx::rpc::ArrayWrapper
32 ArrayWrapper(pointer buffer, size_type capacity, size_type size)
37 ArrayWrapper(pointer buffer, size_type size)
79 size_type size() const { return end_; }
80 size_type max_size() const { return capacity_; }
81 size_type capacity() const { return capacity_; }
86 void resize(size_type size) {
93 reference operator[](size_type pos) { return buffer_[pos]; }
94 const_reference operator[](size_type po
[all...]
H A Dbuffer_wrapper.h24 typedef std::size_t size_type; typedef in class:android::pdx::rpc::BufferWrapper
32 BufferWrapper(pointer buffer, size_type capacity, size_type size)
37 BufferWrapper(pointer buffer, size_type size)
79 size_type size() const { return end_; }
80 size_type max_size() const { return capacity_; }
81 size_type capacity() const { return capacity_; }
83 void resize(size_type size) {
90 reference operator[](size_type pos) { return buffer_[pos]; }
91 const_reference operator[](size_type po
[all...]
H A Dstring_wrapper.h26 typedef std::size_t size_type; typedef in class:android::pdx::rpc::StringWrapper
34 StringWrapper(pointer buffer, size_type capacity, size_type size)
39 StringWrapper(pointer buffer, size_type size)
84 size_type size() const { return end_; }
85 size_type length() const { return end_; }
86 size_type max_size() const { return capacity_; }
87 size_type capacity() const { return capacity_; }
89 void resize(size_type size) {
96 reference operator[](size_type po
[all...]
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h19 using size_type = size_t;
210 using size_type = typename BaseType::size_type;
213 explicit Payload(size_type count, uint8_t value = 0) { Append(count, value); }
258 void Append(size_type count, uint8_t value) {
273 size_type Size() const { return buffer_.size(); }
/frameworks/native/services/sensorservice/
H A Dmat.h132 typedef size_t size_type; typedef in class:android::mat
133 size_type size() const { return R*C; }
263 typedef size_t size_type; typedef in class:android::mat
264 size_type size() const { return R; }
H A Dvec.h310 typedef size_t size_type; typedef in class:android::vec
318 size_type size() const { return SIZE; }
/frameworks/native/cmds/atrace/
H A Datrace.cpp577 string::size_type n = fqInstanceName.find('/');
/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h107 typedef size_t size_type; typedef in class:mcld::PolicyIteratorBase
195 typedef size_t size_type; typedef in struct:mcld::TreeIterator
338 typedef size_t size_type; typedef in class:mcld::BinaryTree
H A DHashBase.h69 typedef size_t size_type; typedef in class:mcld::HashTableImpl
H A DHashIterator.h249 typedef size_t size_type; typedef in class:mcld::HashIterator
H A DHashTable.h39 typedef size_t size_type; typedef in class:mcld::HashTable
60 explicit HashTable(size_type pSize = 3);
74 size_type erase(const key_type& pKey);
85 size_type count(const key_type& pKey) const;
96 void rehash(size_type pCount);
H A DStringHash.h260 std::string::size_type idx;
H A DTreeBase.h33 typedef size_t size_type; typedef in class:mcld::TreeIteratorBase
H A DTypeTraits.h24 typedef size_t size_type; typedef in struct:mcld::ConstTraits
34 typedef size_t size_type; typedef in struct:mcld::NonConstTraits
44 typedef size_t size_type; typedef in struct:mcld::ConstIteratorTraits
55 typedef size_t size_type; typedef in struct:mcld::NonConstIteratorTraits
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h68 typedef size_t size_type; typedef in class:mcld::BinaryTree

Completed in 280 milliseconds

12