Searched defs:it (Results 1 - 8 of 8) sorted by path

/system/core/libsysutils/src/
H A DSocketListener.cpp63 SocketClientCollection::iterator it; local
64 for (it = mClients->begin(); it != mClients->end();) {
65 (*it)->decRef();
66 it = mClients->erase(it);
130 SocketClientCollection::iterator it; local
131 for (it = mClients->begin(); it != mClients->end();) {
132 delete (*it);
151 SocketClientCollection::iterator it; local
[all...]
/system/netd/
H A DBandwidthController.cpp22 * If they ever were to allow it, then netd/ would need some tweaking.
69 * - when an interface is marked as costly it should be INSERTED into the INPUT/OUTPUT chains.
322 std::list<int /*uid*/>::iterator it; local
348 for (it = naughtyAppUids.begin(); it != naughtyAppUids.end(); it++) {
349 if (*it == uid)
352 bool found = (it != naughtyAppUids.end());
359 naughtyAppUids.erase(it);
419 /* The "-N costly" is created upfront, no need to handle it her
509 std::list<std::string>::iterator it; local
573 std::list<std::string>::iterator it; local
612 std::list<QuotaInfo>::iterator it; local
697 std::list<QuotaInfo>::iterator it; local
899 std::list<QuotaInfo>::iterator it; local
919 std::list<QuotaInfo>::iterator it; local
[all...]
H A DCommandListener.cpp579 TtyCollection::iterator it; local
581 for (it = tlist->begin(); it != tlist->end(); ++it) {
582 cli->sendMsg(ResponseCode::TtyListResult, *it, false);
691 InterfaceCollection::iterator it; local
693 for (it = ilist->begin(); it != ilist->end(); ++it) {
694 cli->sendMsg(ResponseCode::TetherInterfaceListResult, *it, fals
706 NetAddressCollection::iterator it; local
[all...]
H A DNetdConstants.cpp56 std::list<const char*>::iterator it; local
57 for (it = argsList.begin(); it != argsList.end(); it++, i++) {
58 argv[i] = *it;
H A DPppController.cpp43 TtyCollection::iterator it; local
45 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
46 free(*it);
62 TtyCollection::iterator it; local
63 for (it = mTtys->begin(); it != mTtys->end(); ++it) {
64 if (!strcmp(tty, *it)) {
126 TtyCollection::iterator it; local
[all...]
H A DTetherController.cpp45 InterfaceCollection::iterator it; local
47 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
48 free(*it);
119 * the daemon if it exits prematurely
203 * the daemon if it exits prematurely
235 // before it set mDhcpcdPid and return 0.
317 InterfaceCollection::iterator it; local
319 for (it
[all...]
/system/vold/
H A DDirectVolume.cpp53 PathCollection::iterator it; local
55 for (it = mPaths->begin(); it != mPaths->end(); ++it)
56 free(*it);
92 PathCollection::iterator it; local
93 for (it = mPaths->begin(); it != mPaths->end(); ++it) {
94 if (!strncmp(dp, *it, strle
381 PathCollection::iterator it; local
[all...]
H A DVolumeManager.cpp113 VolumeCollection::iterator it; local
114 for (it = mVolumes->begin(); it != mVolumes->end(); ++it) {
115 (*it)->setDebug(enable);
136 VolumeCollection::iterator it; local
138 for (it = mVolumes->begin(); it != mVolumes->end(); ++it) {
139 if (!(*it)
759 AsecIdCollection::iterator it; local
[all...]

Completed in 390 milliseconds