Searched refs:it (Results 1 - 9 of 9) sorted by relevance

/system/netd/
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.cpp44 InterfaceCollection::iterator it; local
46 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
47 free(*it);
118 * the daemon if it exits prematurely
245 InterfaceCollection::iterator it; local
247 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
[all...]
H A DBandwidthController.cpp22 * If they ever were to allow it, then netd/ would need some tweaking.
64 * - when an interface is marked as costly it should be INSERTED into the INPUT/OUTPUT chains.
347 std::list<int /*uid*/>::iterator it; local
373 for (it = naughtyAppUids.begin(); it != naughtyAppUids.end(); it++) {
374 if (*it == uid)
377 bool found = (it != naughtyAppUids.end());
384 naughtyAppUids.erase(it);
444 /* The "-N costly" is created upfront, no need to handle it her
534 std::list<std::string>::iterator it; local
598 std::list<std::string>::iterator it; local
637 std::list<QuotaInfo>::iterator it; local
722 std::list<QuotaInfo>::iterator it; local
924 std::list<QuotaInfo>::iterator it; local
944 std::list<QuotaInfo>::iterator it; local
[all...]
H A DCommandListener.cpp472 TtyCollection::iterator it; local
474 for (it = tlist->begin(); it != tlist->end(); ++it) {
475 cli->sendMsg(ResponseCode::TtyListResult, *it, false);
578 InterfaceCollection::iterator it; local
580 for (it = ilist->begin(); it != ilist->end(); ++it) {
581 cli->sendMsg(ResponseCode::TetherInterfaceListResult, *it, fals
593 NetAddressCollection::iterator it; local
[all...]
/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/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
373 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
1466 AsecIdCollection::iterator it = mActiveContainers->begin(); local
[all...]
/system/extras/tests/bionic/libstdc++/
H A DAndroid.mk23 # used to define a simple test program and build it as a standalone
76 # host environments don't provide it unless you use specific
/system/extras/tests/bionic/libc/
H A DAndroid.mk22 # used to define a simple test program and build it as a standalone
170 # on it.
188 # build a shared library, then call it from another

Completed in 136 milliseconds