Lines Matching refs:it

137     // There can't be two at the same time because it's on one thread.
156 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
157 if ((*it)->fd < 0 && mainFd < 0) {
170 // delete the oldest ones until it's under the limit. Doing this first
185 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
186 if ((*it)->listener != NULL) {
187 (*it)->listener->onReportStarted();
192 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
193 const sp<ReportRequest> request = (*it);
207 // it from the list then.
211 // For each of the report fields, see if we need it, and if so, execute the command
212 // and report to those that care that we're doing it.
219 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
220 if ((*it)->listener != NULL && (*it)->args.containsSection(id)) {
221 (*it)->listener->onReportSectionStatus(id,
226 // Execute - go get the data and write it into the file descriptors.
235 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
236 if ((*it)->listener != NULL && (*it)->args.containsSection(id)) {
237 (*it)->listener->onReportSectionStatus(id,
251 for (ReportRequestSet::iterator it=batch.begin(); it!=batch.end(); it++) {
252 if ((*it)->listener != NULL) {
254 (*it)->listener->onReportFinished();
256 (*it)->listener->onReportFailed();
270 // If the status was ok, delete the file. If not, leave it around until the next
293 // Override umask. Not super critical. If it fails go on with life.
342 // If the status was ok, delete the file. If not, leave it around until the next