Searched refs:iterator (Results 226 - 250 of 311) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Decp.cpp343 ZIterator(std::vector<ProjectivePoint>::iterator it) : it(it) {}
348 std::vector<ProjectivePoint>::iterator it;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dmac80211.h2283 * This function allows the iterator function to sleep, when the iterator
2288 * @iterator: the iterator function to call
2289 * @data: first argument of the iterator function
2292 void (*iterator)(void *data, u8 *mac,
2301 * This function requires the iterator callback function to be atomic,
2305 * @iterator: the iterator function to call, cannot sleep
2306 * @data: first argument of the iterator functio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagpcx.cpp414 for (wxImageHistogram::iterator entry = histogram.begin();
H A Ddynarray.cpp379 void name::insert(iterator it, const_iterator first, const_iterator last) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcursor.cpp251 for ( wxImageHistogram::iterator entry = histogram.begin();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp235 for ( wxImageHistogram::iterator entry = histogram.begin();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dutils.cpp107 wxProcMap::iterator it;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPlatformSpecific.cpp306 FSMap::iterator it = s_fscache.find(path.GetRaw());
H A DSearchFile.cpp321 for (CSearchResultList::iterator it = m_children.begin(); it != m_children.end(); it++) {
H A DClientUDPSocket.cpp294 for (CClientList::SourceList::iterator it = clients.begin(); it != clients.end(); ++it) {
H A DHTTPDownload.cpp445 for (ThreadSet::iterator it = allThreads.begin(); it != allThreads.end(); it++) {
H A DSHAHashSet.cpp935 for (CAICHRequestedDataList::iterator it = m_liRequestedData.begin();it != m_liRequestedData.end(); ++it) {
946 for (CAICHRequestedDataList::iterator it = m_liRequestedData.begin();it != m_liRequestedData.end(); ++it) {
956 for (CAICHRequestedDataList::iterator it = m_liRequestedData.begin();it != m_liRequestedData.end(); ++it) {
H A DSearchList.cpp275 ResultMap::iterator it = m_results.find(searchID);
602 ResultMap::iterator it = m_results.begin();
1019 for (ResultMap::iterator it = m_results.begin(); it != m_results.end(); it++) {
H A DStatTree.h105 typedef std::list<CStatTreeItemBase*>::iterator StatTreeItemIterator;
205 * @return An iterator, that should be passed to GetNextVisibleChild() and IsAtEndOfList().
219 * @return An iterator, that should be passed to GetNextVisibleChild() and IsAtEndOfList().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Darchive.h165 // An input iterator that can be used to transfer an archive's catalog to
169 #include <iterator>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DStoredList.java385 * Returns a list iterator of the elements in this list (in proper
387 * The iterator will be read-only if the collection is read-only.
390 * <p>For information on cursor stability and iterator block size, see
391 * {@link #iterator()}.</p>
406 * Returns a list iterator of the elements in this list (in proper
408 * The iterator will be read-only if the collection is read-only.
411 * <p>For information on cursor stability and iterator block size, see
412 * {@link #iterator()}.</p>
562 * else returns a regular/external ListIterator. The iterator returned
582 Object makeIteratorData(BaseIterator iterator, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dutil.c463 void (*iterator)(void *data, u8 *mac,
487 iterator(data, sdata->vif.addr,
497 void (*iterator)(void *data, u8 *mac,
521 iterator(data, sdata->vif.addr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dsearch.cc540 PositionIterator iter = positions.iterator(keyword->_allchars_length);
633 PositionIterator iter = _key_positions.iterator(_max_key_len);
647 PositionIterator iter = _key_positions.iterator(_max_key_len);
739 _max_selchars_length = _key_positions.iterator(_max_key_len).remaining();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darchive.tex463 An input iterator template class that can be used to transfer an archive's
518 When the iterator is dereferenced, it gives away ownership of an entry
523 or \helpref{wxScopedPtr}{wxscopedptr}), then you can create an iterator
545 Note that this iterator also gives away ownership of an entry
594 Construct iterator that returns all the entries in the archive input
612 Position the input iterator at the next entry in the archive input stream.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dcrypto.c274 int (*iterator) (struct pohmelfs_crypto_engine *e,
305 err = iterator(e, &sg_dst, &sg_src);
326 err = iterator(e, &sg_dst, &sg_src);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp97 for (FetchNodeIDList::iterator it = m_fetchNodeIDRequests.begin(); it != m_fetchNodeIDRequests.end(); ++it) {
424 for (FetchNodeIDList::iterator it = m_fetchNodeIDRequests.begin(); it != m_fetchNodeIDRequests.end(); ++it) {
1624 for (FetchNodeIDList::iterator it = m_fetchNodeIDRequests.begin(); it != m_fetchNodeIDRequests.end();) {
1625 FetchNodeIDList::iterator it2 = it++;
1686 for (CClientList::SourceList::iterator it = clientslist.begin(); it != clientslist.end(); ++it) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_syntree.cpp409 for(PHP_SCOPE_TABLE_TYPE::iterator i = curr_scope_map->begin(); i != curr_scope_map->end();i++) {
451 for(PHP_SCOPE_TABLE_TYPE::iterator i = curr_scope_map->begin(); i != curr_scope_map->end();i++) {
492 for(PHP_SCOPE_TABLE_TYPE::iterator i = curr_scope_map->begin(); i != curr_scope_map->end();i++) {
542 for(PHP_SCOPE_TABLE_TYPE::iterator i = scope_map->begin(); i != scope_map->end();i++) {
648 for(PHP_SCOPE_TABLE_TYPE::iterator i = scope_map->begin(); i != scope_map->end();i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dregiong.cpp400 wxRegionIteratorGeneric::wxRegionIteratorGeneric(const wxRegionIteratorGeneric& iterator) argument
401 : m_region(iterator.m_region)
403 m_current = iterator.m_current;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconf.c3853 * \brief Returns an iterator pointing to a node's first child.
3855 * \return An iterator pointing to \a config's first child.
3859 * The returned iterator is valid if it is not equal to the return value
3875 * \brief Returns an iterator pointing to the next sibling.
3876 * \param[in] iterator An iterator pointing to a child configuration node.
3877 * \return An iterator pointing to the next sibling of \a iterator.
3879 * The returned iterator is valid if it is not equal to the return value
3888 snd_config_iterator_t snd_config_iterator_next(const snd_config_iterator_t iterator) argument
3920 snd_config_iterator_entry(const snd_config_iterator_t iterator) argument
[all...]

Completed in 321 milliseconds

1234567891011>>