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

12

/system/core/logd/
H A DLogWhiteBlackList.cpp56 PruneCollection::iterator it; local
57 for (it = mNice.begin(); it != mNice.end();) {
58 delete (*it);
59 it = mNice.erase(it);
61 for (it = mNaughty.begin(); it != mNaughty.end();) {
62 delete (*it);
63 it
69 PruneCollection::iterator it; local
141 PruneCollection::iterator it = list->begin(); local
190 PruneCollection::iterator it; local
222 PruneCollection::iterator it; local
232 PruneCollection::iterator it; local
[all...]
H A DLogBuffer.cpp148 LogBufferElementCollection::iterator it = mLogElements.end(); local
149 LogBufferElementCollection::iterator last = it;
150 while (--it != mLogElements.begin()) {
151 if ((*it)->getRealTime() <= realtime) {
154 LogBufferElementCollection::iterator ib = it;
171 last = it;
251 LogBufferElementCollection::iterator it; local
254 for(it = mLogElements.begin(); it != mLogElements.end();) {
255 LogBufferElement *e = *it;
442 LogBufferElementCollection::iterator it; local
485 LogBufferElementCollection::iterator it; local
[all...]
H A DLogStatistics.cpp127 PidStatisticsCollection::iterator it; local
128 for (it = begin(); it != end();) {
129 delete (*it);
130 it = erase(it);
140 PidStatisticsCollection::iterator it; local
141 for (last = it = begin(); it != end(); last = it,
163 PidStatisticsCollection::iterator it; local
194 PidStatisticsCollection::iterator it = begin(); local
219 PidStatisticsCollection::iterator it; local
234 PidStatisticsCollection::iterator it; local
246 PidStatisticsCollection::iterator it; local
258 PidStatisticsCollection::iterator it; local
273 UidStatisticsCollection::iterator it; local
282 UidStatisticsCollection::iterator it; local
314 UidStatisticsCollection::iterator it; local
327 UidStatisticsCollection::iterator it = begin(); local
349 UidStatisticsCollection::iterator it; local
361 UidStatisticsCollection::iterator it; local
373 UidStatisticsCollection::iterator it; local
385 UidStatisticsCollection::iterator it; local
[all...]
H A DFlushCommand.cpp53 LastLogTimes::iterator it = times.begin(); local
54 while(it != times.end()) {
55 entry = (*it);
65 it++;
68 if (it == times.end()) {
H A DLogReader.cpp167 LastLogTimes::iterator it = times.begin(); local
168 while(it != times.end()) {
169 LogTimeEntry *entry = (*it);
171 times.erase(it);
175 it++;
H A DLogTimes.cpp88 LastLogTimes::iterator it = times.begin(); local
89 while(it != times.end()) {
90 if (*it == me) {
91 times.erase(it);
95 it++;
/system/extras/memtrack/
H A Dmemtrack.cpp171 for (processes_t::iterator it = all_.begin(); it != all_.end(); ++it) {
172 it->second.pids.clear();
199 for (cur_processes_t::const_iterator it = cur_.begin();
200 it != cur_.end(); ++it) {
202 if (all_.count(it->first) == 0) {
204 all_[it->first].num_samples = 0;
205 all_[it
[all...]
/system/netd/server/
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.cpp48 InterfaceCollection::iterator it; local
50 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
51 free(*it);
124 * the daemon if it exits prematurely
264 InterfaceCollection::iterator it; local
267 for (it = mInterfaces->begin(); it != mInterfaces->end(); ++it) {
298 InterfaceCollection::iterator it; local
313 InterfaceCollection::iterator it; local
[all...]
H A DBandwidthController.cpp22 * If they ever were to allow it, then netd/ would need some tweaking.
70 * - when an interface is marked as costly it should be INSERTED into the INPUT/OUTPUT chains.
103 * E.g Adding an app, it has to preserve the appened bw_happy_box, so "-I":
413 std::list<int /*uid*/>::iterator it; local
440 for (it = specialAppUids.begin(); it != specialAppUids.end(); it++) {
441 if (*it == uid)
444 bool found = (it != specialAppUids.end());
451 specialAppUids.erase(it);
603 std::list<std::string>::iterator it; local
669 std::list<std::string>::iterator it; local
710 std::list<QuotaInfo>::iterator it; local
807 std::list<QuotaInfo>::iterator it; local
1017 std::list<QuotaInfo>::iterator it; local
1042 std::list<QuotaInfo>::iterator it; local
[all...]
H A DClatdController.cpp47 auto it = mClatdPids.find(interface); local
48 return (it == mClatdPids.end() ? 0 : it->second);
143 mClatdPids.erase(interface); // child exited, don't call waitpid on it again
H A DNatController.cpp65 * and it works because the argv[] contains a NULL after the last
120 * - internally it will be memcopied to an array and terminated with a NULL.
216 std::list<std::string>::iterator it; local
218 for (it = ifacePairList.begin(); it != ifacePairList.end(); it++) {
219 if (*it == pair_name) {
H A DNetdConstants.cpp82 std::list<const char*>::iterator it; local
83 for (it = argsList.begin(); it != argsList.end(); it++, i++) {
84 argv[i] = *it;
H A DCommandListener.cpp491 TtyCollection::iterator it; local
493 for (it = tlist->begin(); it != tlist->end(); ++it) {
494 cli->sendMsg(ResponseCode::TtyListResult, *it, false);
565 InterfaceCollection::iterator it; local
566 for (it = ilist->begin(); it != ilist->end(); ++it) {
567 cli->sendMsg(ResponseCode::TetherInterfaceListResult, *it, fals
575 NetAddressCollection::iterator it; local
[all...]
/system/core/libsysutils/src/
H A DSocketListener.cpp64 SocketClientCollection::iterator it; local
65 for (it = mClients->begin(); it != mClients->end();) {
66 (*it)->decRef();
67 it = mClients->erase(it);
135 SocketClientCollection::iterator it; local
136 for (it = mClients->begin(); it != mClients->end();) {
137 delete (*it);
156 SocketClientCollection::iterator it; local
257 SocketClientCollection::iterator it; local
[all...]
/system/core/libbacktrace/
H A DBacktraceMap.cpp41 for (BacktraceMap::const_iterator it = begin();
42 it != end(); ++it) {
43 if (addr >= it->start && addr < it->end) {
44 return &*it;
H A Dbacktrace_test.cpp112 for (Backtrace::const_iterator it = backtrace->begin(); it != backtrace->end(); ++it) {
113 if (it->func_name == "test_level_four") {
408 for (std::vector<int>::const_iterator it = threads.begin(); it != threads.end(); ++it) {
410 if (pid == *it) {
413 VerifyProcTest(pid, *it, false, ReadyLevelBacktrace, VerifyLevelDump);
472 // Save the current signal action and make sure it i
[all...]
/system/vold/
H A DDirectVolume.cpp100 PathCollection::iterator it; local
102 for (it = mPaths->begin(); it != mPaths->end(); ++it)
103 delete *it;
135 PathCollection::iterator it; local
136 for (it = mPaths->begin(); it != mPaths->end(); ++it) {
137 if ((*it)
424 PathCollection::iterator it; local
[all...]
H A DVolumeManager.cpp149 * Wait for the device mapper node to be created. Sometimes it takes a
221 VolumeCollection::iterator it; local
222 for (it = mVolumes->begin(); it != mVolumes->end(); ++it) {
223 (*it)->setDebug(enable);
244 VolumeCollection::iterator it; local
246 for (it = mVolumes->begin(); it != mVolumes->end(); ++it) {
1110 AsecIdCollection::iterator it; local
[all...]
/system/extras/tests/memtest/
H A Dbandwidth.cpp200 // Throw away the last data point since it's possible not
310 for (std::vector<int>::iterator it = cpu_list.begin();
311 it != cpu_list.end(); ++it, ++i) {
312 args[i].core = *it;
393 for (std::vector<BandwidthBenchmark*>::iterator it = bench_objs.begin();
394 it != bench_objs.end(); ++it) {
395 if (!(*it)->canRun()) {
398 if (!(*it)
[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.cpp955 for (android::Vector<grant_t*>::iterator it(mGrants.begin());
956 it != mGrants.end(); it++) {
957 delete *it;
961 for (android::Vector<UserState*>::iterator it(mMasterKeys.begin());
962 it != mMasterKeys.end(); it++) {
963 delete *it;
1092 /* If we upgrade the key, we need to write it to disk again. Then
1093 * it mus
[all...]
/system/keymaster/
H A DAndroid.mk21 # Note that this library is too large; it should not include ocb.c and not use
22 # openssl. At present it must, because the code needs refactoring to separate
/system/core/rootdir/
H A DAndroid.mk24 # Put it here instead of in init.rc module definition,
/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

Completed in 418 milliseconds

12