Searched refs:begin (Results 201 - 222 of 222) sorted by relevance

123456789

/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp318 for (std::list<Rectangle>::iterator it = rectangle.begin();
H A DhwcStress.cpp625 rv.erase(rv.begin() + testRandMod(rv.size()));
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp904 for (List<IOMX::ComponentInfo>::iterator it = list.begin();
907 for (List<String8>::iterator itRoles = (*it).mRoles.begin() ;
/frameworks/av/media/libmedia/
H A DIOMX.cpp434 for (List<ComponentInfo>::iterator it = list.begin();
440 for (List<String8>::iterator role_it = cur.mRoles.begin();
/frameworks/rs/driver/
H A DrsdBcc.cpp577 drv->mExecutable->getExportVarAddrs().begin();
582 drv->mExecutable->getInfo().getObjectSlots().begin();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp320 std::sort(ResolveConstants.begin(), ResolveConstants.end());
358 std::lower_bound(ResolveConstants.begin(), ResolveConstants.end(),
1621 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end();
1684 std::reverse(FunctionsWithBodies.begin(), FunctionsWithBodies.end());
2877 for (UpgradedIntrinsicMap::iterator I = UpgradedIntrinsics.begin(),
2916 for (Module::iterator F = TheModule->begin(), E = TheModule->end();
2927 UpgradedIntrinsics.begin(), E = UpgradedIntrinsics.end(); I != E; ++I) {
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp816 *fragment = *info->mFragments.begin();
828 info->mFragments.erase(info->mFragments.begin());
1808 || (*trackInfo->mFragments.begin())->complete()) {
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp221 *outEventArgs = *mNotifyConfigurationChangedArgsQueue.begin();
223 mNotifyConfigurationChangedArgsQueue.erase(mNotifyConfigurationChangedArgsQueue.begin());
231 *outEventArgs = *mNotifyDeviceResetArgsQueue.begin();
233 mNotifyDeviceResetArgsQueue.erase(mNotifyDeviceResetArgsQueue.begin());
240 *outEventArgs = *mNotifyKeyArgsQueue.begin();
242 mNotifyKeyArgsQueue.erase(mNotifyKeyArgsQueue.begin());
254 *outEventArgs = *mNotifyMotionArgsQueue.begin();
256 mNotifyMotionArgsQueue.erase(mNotifyMotionArgsQueue.begin());
268 *outEventArgs = *mNotifySwitchArgsQueue.begin();
270 mNotifySwitchArgsQueue.erase(mNotifySwitchArgsQueue.begin());
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp395 for (std::set<std::string>::iterator I = C.mTypesToCheck.begin(),
402 for (std::set<std::string>::iterator I = C.mFieldPackerTypes.begin(),
2222 for (ArgTy::const_iterator I = Args.begin(), E = Args.end();
H A Dslang_rs_export_type.cpp1536 for (std::list<const Field*>::iterator I = mFields.begin(),
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp526 Region::const_iterator head(clearReg.begin());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp620 func_iter = mFuncs.begin(), func_end = mFuncs.end();
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
H A Djni_stochastic_linear_ranker.cpp56 for ( SparseWeightVector<string>::Witer_const iter = w_.begin();
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp704 ref.begin = 0;
H A DOMXCodec.cpp2066 List<int64_t>::iterator it = mDecodingTimeList.begin();
3887 size_t index = *mFilledBuffers.begin();
3888 mFilledBuffers.erase(mFilledBuffers.begin());
H A DACodec.cpp2066 List<sp<AMessage> >::iterator it = queue.begin();
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp695 Region::const_iterator head(reg.begin());
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp886 HWComposer::LayerListIterator HWComposer::begin(int32_t id) { function in class:android::HWComposer
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp2335 FastMixerState *state = sq->begin();
2401 FastMixerState *state = sq->begin();
2415 state = sq->begin();
2733 FastMixerState *state = sq->begin();
2810 FastMixerState *state = sq->begin();
2935 state = sq->begin();
3457 FastMixerState *state = sq->begin();
3573 FastMixerState *state = sq->begin();
/frameworks/native/opengl/libagl/
H A Degl.cpp280 const_iterator begin() const { return storage; } function in struct:android::egl_window_surface_v2_t::Region
462 Region::const_iterator cur = clip.begin();
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2521 for (map<String16, set<String8> >::iterator nameIter = mLocalizations.begin();
2530 for (set<String8>::const_iterator locales = configSet.begin();
/frameworks/av/services/camera/libcameraservice/camera2/
H A DParameters.cpp2153 for (Vector<Parameters::Area>::const_iterator a = areas.begin();

Completed in 482 milliseconds

123456789