Home
last modified time | relevance | path

Searched refs:const_iterator (Results 1 – 25 of 78) sorted by relevance

1234

/system/core/include/sysutils/
DList.h177 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
197 inline const_iterator begin() const { in begin()
198 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext())); in begin()
203 inline const_iterator end() const { in end()
204 return const_iterator(const_cast<_Node const*>(mpMiddle)); in end()
223 void insert(iterator posn, const_iterator first, const_iterator last) { in insert()
320 const_iterator firstSrc = right.begin();
321 const_iterator lastSrc = right.end();
/system/keymaster/
DList.h176 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
196 inline const_iterator begin() const { in begin()
197 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext())); in begin()
202 inline const_iterator end() const { in end()
203 return const_iterator(const_cast<_Node const*>(mpMiddle)); in end()
222 void insert(iterator posn, const_iterator first, const_iterator last) { in insert()
319 const_iterator firstSrc = right.begin();
320 const_iterator lastSrc = right.end();
/system/core/include/utils/
DList.h176 typedef _ListIterator<T, CONST_ITERATOR> const_iterator; typedef
196 inline const_iterator begin() const { in begin()
197 return const_iterator(const_cast<_Node const*>(mpMiddle->getNext())); in begin()
202 inline const_iterator end() const { in end()
203 return const_iterator(const_cast<_Node const*>(mpMiddle)); in end()
222 void insert(iterator posn, const_iterator first, const_iterator last) { in insert()
319 const_iterator firstSrc = right.begin();
320 const_iterator lastSrc = right.end();
DLruCache.h170 typename LruCacheSet::const_iterator find_result = findByKey(key); in get()
198 typename LruCacheSet::const_iterator find_result = findByKey(key); in remove()
/system/core/include/backtrace/
DBacktraceMap.h78 typedef std::deque<backtrace_map_t>::const_iterator const_iterator; typedef
79 const_iterator begin() const { return maps_.begin(); } in begin()
80 const_iterator end() const { return maps_.end(); } in end()
DBacktrace.h142 typedef std::vector<backtrace_frame_data_t>::const_iterator const_iterator; typedef
143 const_iterator begin() const { return frames_.begin(); } in begin()
144 const_iterator end() const { return frames_.end(); } in end()
/system/connectivity/shill/wifi/
Dwifi_endpoint.h178 static void ParseWPACapabilities(std::vector<uint8_t>::const_iterator ie,
179 std::vector<uint8_t>::const_iterator end,
183 static void ParseVendorIE(std::vector<uint8_t>::const_iterator ie,
184 std::vector<uint8_t>::const_iterator end,
Dwifi_endpoint.cc482 vector<uint8_t>::const_iterator ie, in ParseWPACapabilities()
483 vector<uint8_t>::const_iterator end, in ParseWPACapabilities()
550 void WiFiEndpoint::ParseVendorIE(vector<uint8_t>::const_iterator ie, in ParseVendorIE()
551 vector<uint8_t>::const_iterator end, in ParseVendorIE()
/system/update_engine/payload_generator/
Dextent_ranges.cc154 for (ExtentSet::const_iterator it = ranges.extent_set_.begin(), in AddRanges()
161 for (ExtentSet::const_iterator it = ranges.extent_set_.begin(), in SubtractRanges()
168 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddExtents()
175 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in SubtractExtents()
214 for (ExtentSet::const_iterator it = extent_set_.begin(), in Dump()
235 for (ExtentSet::const_iterator it = extent_set_.begin(), in GetExtentsForBlockCount()
Dgraph_utils.cc42 for (vector<Extent>::const_iterator it = extents.begin(); in EdgeWeight()
68 for (vector<Extent>::const_iterator it = extents.begin(), e = extents.end(); in AddReadBeforeDepExtents()
114 for (Vertex::EdgeMap::const_iterator it = out_edges.begin(), in DumpOutEdges()
Dtopological_sort.cc39 for (Vertex::EdgeMap::const_iterator it = graph[node].out_edges.begin(); in TopologicalSortVisit()
Dcycle_breaker.cc113 for (vector<Vertex::Index>::const_iterator it = stack_.begin(); in HandleCircuit()
146 for (vector<Vertex::Index>::const_iterator it = ++stack_.begin(), in StackContainsCutEdge()
/system/extras/perfprofd/quipper/
Daddress_mapper.cc144 MappingList::const_iterator it; in DumpToLog()
156 MappingList::const_iterator iter; in GetMappedAddress()
171 MappingList::const_iterator iter; in GetMappedIDAndOffset()
188 MappingList::const_iterator iter = mappings_.end(); in GetMaxMappedLength()
/system/extras/memtrack/
Dmemtrack.cpp199 for (cur_processes_t::const_iterator it = cur_.begin(); in scan()
240 for (processes_t::const_iterator it = all_.begin(); it != all_.end(); ++it) { in dumpToLog()
248 for (std::vector<const process_info_t *>::const_iterator it = list_.begin(); in dumpToLog()
254 for (std::vector<int>::const_iterator pid_it = (*it)->pids.begin(); in dumpToLog()
/system/connectivity/shill/cellular/
Dmodem_manager.cc89 for (Modems::const_iterator it = modems_.begin(); it != modems_.end(); ++it) { in OnDeviceInfoAvailable()
130 for (vector<string>::const_iterator it = devices.begin(); in Connect()
Dmodem_1.cc66 InterfaceToProperties::const_iterator it = in CreateDeviceMM1()
/system/connectivity/shill/net/
Dattribute_list.h169 AttributeList::AttributeMap::const_iterator iter_;
170 const AttributeList::AttributeMap::const_iterator end_;
Dattribute_list.cc78 map<int, AttributePointer>::const_iterator i; in Print()
127 map<int, AttributePointer>::const_iterator i; in Encode()
389 map<int, AttributePointer>::const_iterator i; in GetAttribute()
/system/connectivity/shill/
Dproperty_iterator.h74 typename std::map<std::string, VAccessorPtr>::const_iterator it_;
Dip_address_store.cc70 IPAddresses::const_iterator cit = ip_addresses_.begin(); in GetRandomIP()
Dresolver.cc65 vector<string>::const_iterator iter; in SetDNSFromLists()
Dcrypto_util_proxy.h140 std::string::const_iterator next_input_byte_;
/system/core/logd/
DLogStatistics.h48 typedef typename std::unordered_map<TKey, TEntry>::const_iterator const_iterator; typedef
60 for(const_iterator it = map.begin(); it != map.end(); ++it) { in sort()
123 inline const_iterator begin() const { return map.begin(); } in begin()
125 inline const_iterator end() const { return map.end(); } in end()
/system/core/crash_reporter/
Dudev_collector.cc65 std::vector<std::pair<std::string, std::string>>::const_iterator iter; in HandleCrash()
234 std::vector<std::pair<std::string, std::string>>::const_iterator iter; in GetFailingDeviceDriverName()
/system/connectivity/shill/ethernet/
Dethernet_eap_provider.cc106 CallbackMap::const_iterator it; in OnCredentialsChanged()

1234