Searched refs:it (Results 1 - 14 of 14) 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
247 InterfaceCollection::iterator it; local
250 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
277 InterfaceCollection::iterator it; local
292 InterfaceCollection::iterator it; local
[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.
314 std::list<int /*uid*/>::iterator it; local
340 for (it = naughtyAppUids.begin(); it != naughtyAppUids.end(); it++) {
341 if (*it == uid)
344 bool found = (it != naughtyAppUids.end());
351 naughtyAppUids.erase(it);
414 /* The "-N costly" is created upfront, no need to handle it her
504 std::list<std::string>::iterator it; local
568 std::list<std::string>::iterator it; local
607 std::list<QuotaInfo>::iterator it; local
698 std::list<QuotaInfo>::iterator it; local
901 std::list<QuotaInfo>::iterator it; local
921 std::list<QuotaInfo>::iterator it; local
[all...]
H A DNetdConstants.cpp77 std::list<const char*>::iterator it; local
78 for (it = argsList.begin(); it != argsList.end(); it++, i++) {
79 argv[i] = *it;
H A DCommandListener.cpp481 TtyCollection::iterator it; local
483 for (it = tlist->begin(); it != tlist->end(); ++it) {
484 cli->sendMsg(ResponseCode::TtyListResult, *it, false);
555 InterfaceCollection::iterator it; local
556 for (it = ilist->begin(); it != ilist->end(); ++it) {
557 cli->sendMsg(ResponseCode::TetherInterfaceListResult, *it, fals
561 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
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)
814 AsecIdCollection::iterator it; local
[all...]
/system/security/keystore/
H A Dkeystore_cli.cpp158 Vector<String16>::const_iterator it = matches.begin(); local
159 for (; it != matches.end(); ++it) {
160 printf("%s\n", String8(*it).string());
H A Dkeystore.cpp860 for (android::Vector<grant_t*>::iterator it(mGrants.begin());
861 it != mGrants.end(); it++) {
862 delete *it;
863 mGrants.erase(it);
866 for (android::Vector<UserState*>::iterator it(mMasterKeys.begin());
867 it != mMasterKeys.end(); it++) {
868 delete *it;
869 mMasterKeys.erase(it);
[all...]
H A DIKeystoreService.cpp633 Vector<String16>::const_iterator it = matches.begin(); local
634 for (; it != matches.end(); ++it) {
635 reply->writeString16(*it);
/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/media/camera/docs/
H A Dhtml.mako37 /* hide the first thead, we need it there only to enforce column sizes */
58 /* TODO for each x.y.z try to link it to the entry */
66 supposedly there is a bug in chrome that it lays out tables before
67 it knows its being printed, so the page-break-* styles are ignored
/system/extras/tests/bionic/libc/
H A DAndroid.mk22 # used to define a simple test program and build it as a standalone
173 # on it.
191 # build a shared library, then call it from another

Completed in 6166 milliseconds