Searched refs:it (Results 26 - 50 of 103) sorted by relevance

12345

/frameworks/base/media/libstagefright/
H A DNuCachedSource2.cpp75 List<Page *>::iterator it = list->begin(); local
76 while (it != list->end()) {
77 Page *page = *it;
83 ++it;
89 List<Page *>::iterator it = mFreePages.begin(); local
90 Page *page = *it;
91 mFreePages.erase(it);
117 List<Page *>::iterator it = mActivePages.begin(); local
119 Page *page = *it;
125 mActivePages.erase(it);
147 List<Page *>::iterator it = mActivePages.begin(); local
[all...]
H A DMP3Extractor.cpp564 ID3::Iterator *it = new ID3::Iterator(id3, kMap[i].tag1); local
565 if (it->done()) {
566 delete it;
567 it = new ID3::Iterator(id3, kMap[i].tag2);
570 if (it->done()) {
571 delete it;
576 it->getString(&s);
577 delete it;
H A DCameraSource.cpp114 LOGE("Uknown color format (%s), please add it to "
446 * Initialize the CameraSource to so that it becomes
455 * if it is -1, use the current camera frame rate setting.
689 List<sp<IMemory> >::iterator it; local
691 it = mFramesReceived.begin();
692 releaseRecordingFrame(*it);
693 mFramesReceived.erase(it);
709 for (List<sp<IMemory> >::iterator it = mFramesBeingEncoded.begin();
710 it != mFramesBeingEncoded.end(); ++it) {
[all...]
/frameworks/base/tools/localize/
H A Dlocalize.cpp119 for (set<StringResource>::const_iterator it=strings.begin(); it!=strings.end(); it++) {
120 StringResource res = *it;
142 * If it's been rejected, then we keep whatever info we have.
149 * 0 0 1 0 (it was there, never translated, and removed)
150 * 0 1 0 0 (somehow it got translated, but it was removed)
151 * 0 1 1 0 (it was removed after having been translated)
153 * 1 0 0 1 (it wa
[all...]
H A DSourcePos.cpp160 set<ErrorPos>::const_iterator it; local
161 for (it=g_errors.begin(); it!=g_errors.end(); it++) {
162 it->Print(to);
/frameworks/base/services/camera/tests/CameraServiceTest/
H A DAndroid.mk24 # Disable it because the ISurface interface may change, and before we have a
/frameworks/base/tools/aapt/
H A DSourcePos.cpp164 vector<ErrorPos>::const_iterator it; local
165 for (it=g_errors.begin(); it!=g_errors.end(); it++) {
166 it->print(to);
H A DResource.cpp271 ResourceDirIterator it(set, String8(resType));
273 while ((res=it.next()) == NO_ERROR) {
276 it.getBaseName().string(), it.getFile()->getPrintableSource().string());
278 String16 baseName(it.getBaseName());
286 it.getPath().string());
291 String8 resPath = it.getPath();
293 table->addEntry(SourcePos(it.getPath(), 0), String16(assets->getPackage()),
298 &it.getParams());
299 assets->addResource(it
[all...]
/frameworks/base/opengl/tests/hwc/
H A DhwcCommit.cpp42 * is able to examine the list and specify which overlays it is able
43 * to handle. The overlays that it can't handle are typically composited
50 * that it used to commit to. The primary purpose of this benchmark
58 * This benchmark takes a sampling and then adjusts until it finds a
61 * it starts its search from a starting dimension, that can be changed
65 * with >=, so that it is known that the value could possibly be larger.
411 for (vector<string>::iterator it = formats.begin();
412 it != formats.end(); ++it) {
413 maxHeadingLen = max(maxHeadingLen, it
[all...]
H A DhwcRects.cpp59 * command-line specified parameters. Then sends it to the HWC
263 // matched by it's corresponding closing character. For example,
294 // Remove trailing comma if it is present
319 for (std::list<Rectangle>::iterator it = rectangle.begin();
320 it != rectangle.end(); ++it, ++layer) {
321 layer->handle = it->texture->handle;
322 layer->blending = it->blend;
323 layer->transform = it->transform;
324 layer->sourceCrop = it
[all...]
/frameworks/base/media/libstagefright/rtsp/
H A DAMPEG4AudioAssembler.cpp487 List<sp<ABuffer> >::iterator it = queue->begin(); local
488 while (it != queue->end()) {
489 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
493 it = queue->erase(it);
538 List<sp<ABuffer> >::iterator it = mPackets.begin(); local
539 while (it != mPackets.end()) {
540 const sp<ABuffer> &unit = *it;
543 ++it;
548 it
[all...]
H A DARTPSource.cpp144 List<sp<ABuffer> >::iterator it = mQueue.begin(); local
145 while (it != mQueue.end() && (uint32_t)(*it)->int32Data() < seqNum) {
146 ++it;
149 if (it != mQueue.end() && (uint32_t)(*it)->int32Data() == seqNum) {
154 mQueue.insert(it, buffer);
H A DAAMRAssembler.cpp110 List<sp<ABuffer> >::iterator it = queue->begin(); local
111 while (it != queue->end()) {
112 if ((uint32_t)(*it)->int32Data() >= mNextExpectedSeqNo) {
116 it = queue->erase(it);
/frameworks/base/core/java/android/webkit/
H A DByteArrayBuilder.java71 * dispose of it.
84 ListIterator<Chunk> it = mChunks.listIterator(0);
85 while (it.hasNext()) {
86 Chunk c = it.next();
141 * Release the chunk and make it available for reuse.
146 // Add the chunk back to the pool as a SoftReference so it can
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java110 Iterator<Map> it = mObserver.events.iterator();
112 while (it.hasNext()) {
113 Map map = it.next();
/frameworks/base/services/java/com/android/server/am/
H A DIntentBindRecord.java65 Iterator<AppBindRecord> it = apps.values().iterator();
66 while (it.hasNext()) {
67 AppBindRecord a = it.next();
/frameworks/ex/common/java/com/android/common/
H A DNetworkConnectivityListener.java98 Iterator<Handler> it = mHandlers.keySet().iterator();
99 while (it.hasNext()) {
100 Handler target = it.next();
217 * This returns it.
/frameworks/base/media/libstagefright/httplive/
H A DLiveDataSource.cpp67 for (List<sp<ABuffer> >::iterator it = mBufferQueue.begin();
68 it != mBufferQueue.end(); ++it) {
69 sp<ABuffer> buffer = *it;
/frameworks/base/services/surfaceflinger/
H A DLayerScreenshot.cpp112 Region::const_iterator it = clip.begin(); local
114 if (s.alpha>0 && (it != end)) {
141 while (it != end) {
142 const Rect& r = *it++;
/frameworks/base/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp159 List<sp<ABuffer> >::iterator it = mBuffers.begin(); local
160 while (it != mBuffers.end()) {
161 sp<ABuffer> oldBuffer = *it;
166 it = mBuffers.erase(it);
170 ++it;
/frameworks/base/core/java/android/content/
H A DIntentFilter.java56 * will not be tested if no values have been given (treating it as a wildcard);
67 * has somewhat special meaning: it will match either an Intent with no URI
70 * you must also specify one or more schemes that it is associated with.
72 * one or more schemes it is associated with.
177 * lower numbers reduce it.
184 * lower numbers reduce it.
229 * The filter didn't match because it required one or more categories
318 * can call and turns it into a runtime exception.
408 * values will be before the default, lower values will be after it.
437 * it t
[all...]
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp399 for (List<AVCParamSet>::iterator it = ctx.mSeqParamSets.begin();
400 it != ctx.mSeqParamSets.end(); ++it) {
402 uint16_t seqParamSetLength = it->mLength;
408 memcpy(&header[2], it->mData, seqParamSetLength);
416 for (List<AVCParamSet>::iterator it = ctx.mPicParamSets.begin();
417 it != ctx.mPicParamSets.end(); ++it) {
419 uint16_t picParamSetLength = it->mLength;
425 memcpy(&header[2], it
[all...]
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java200 // If the requested interval isn't a multiple of 15 minutes, just treat it as exact
215 // we're *at* a quantum point, leave it alone.
294 // iterator over the list removing any it where the intent match
295 Iterator<Alarm> it = alarmList.iterator();
297 while (it.hasNext()) {
298 Alarm alarm = it.next();
300 it.remove();
318 // iterator over the list removing any it where the intent match
319 Iterator<Alarm> it = alarmList.iterator();
321 while (it
[all...]
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp177 for (arg_iterator it = Args->filtered_begin(OPT_UNKNOWN),
178 ie = Args->filtered_end(); it != ie; ++it)
180 << (*it)->getAsString(*Args);
182 for (ArgList::const_iterator it = Args->begin(), ie = Args->end();
183 it != ie; ++it) {
184 const Arg *A = *it;
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp339 List<BufferInfo *>::iterator it = outQueue.begin(); local
340 while ((*it)->mHeader != outHeader) {
341 ++it;
344 BufferInfo *outInfo = *it;
346 outQueue.erase(it);
424 // The PV decoder is lying to us, sometimes it'll claim to only have
425 // consumed a subset of the buffer when it clearly consumed all of it.
426 // ignore whatever it says...
465 List<BufferInfo *>::iterator it local
[all...]

Completed in 1292 milliseconds

12345