Searched refs:sd (Results 1 - 12 of 12) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DBranchIslandFactory.cpp46 SectionData& sd = *text->getSectionData(); local
48 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; ++it) {
60 if (getIslands(sd.back()).first == NULL)
61 produce(sd.back());
H A DBranchIsland.cpp120 SectionData* sd = m_Entry.getParent(); local
128 align_frag->setParent(sd);
129 sd->getFragmentList().insert(end(), align_frag);
134 pStub.setParent(sd);
135 sd->getFragmentList().insert(end(), &pStub);
H A DELFObjectReader.cpp168 SectionData* sd = IRBuilder::CreateSectionData(**section); local
169 if (!m_pELFReader->readRegularSection(pInput, *sd))
177 SectionData* sd = IRBuilder::CreateSectionData(**section); local
178 if (!m_pELFReader->readRegularSection(pInput, *sd))
209 SectionData* sd = IRBuilder::CreateSectionData(**section); local
210 if (!m_pELFReader->readRegularSection(pInput, *sd))
219 SectionData* sd = IRBuilder::CreateSectionData(**section); local
220 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
248 SectionData* sd = IRBuilder::CreateSectionData(**section); local
249 if (!m_Backend.readSection(pInput, *sd)) {
[all...]
H A DELFObjectWriter.cpp394 const SectionData* sd = NULL; local
401 sd = pSection.getEhFrame()->getSectionData();
405 sd = pSection.getSectionData();
408 emitSectionData(*sd, pRegion);
/frameworks/compile/mclinker/tools/mcld/lib/
H A DSearchPathOptions.cpp88 llvm::cl::list<std::string>::iterator sd; local
90 for (sd = m_SearchDirList.begin(); sd != sdEnd; ++sd) {
91 if (!pScript.directories().insert(*sd)) {
94 << *sd
/frameworks/base/core/java/android/app/
H A DLoadedApk.java668 LoadedApk.ServiceDispatcher sd = smap.valueAt(i);
671 + sd.getServiceConnection() + " that was originally bound here");
672 leak.setStackTrace(sd.getLocation().getStackTrace());
679 sd.getIServiceConnection());
683 sd.doForget();
965 LoadedApk.ServiceDispatcher sd = null;
968 sd = map.get(c);
970 if (sd == null) {
971 sd = new ServiceDispatcher(c, context, handler, flags);
976 map.put(c, sd);
1055 InnerConnection(LoadedApk.ServiceDispatcher sd) argument
[all...]
H A DContextImpl.java1769 IServiceConnection sd;
1774 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(),
1791 sd, flags, user.getIdentifier());
1808 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher(
1811 ActivityManagerNative.getDefault().unbindService(sd);
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp50 SectionData* sd = SectionData::Create(*m_pSection); local
51 m_pSection->setSectionData(sd);
52 new NullFragment(sd);
53 new NullFragment(sd);
63 SectionData* sd = SectionData::Create(*m_pSection); local
64 m_pSection->setSectionData(sd);
65 new NullFragment(sd);
66 new NullFragment(sd);
89 SectionData* sd = SectionData::Create(*m_pSection); local
90 m_pSection->setSectionData(sd);
102 SectionData* sd = SectionData::Create(*m_pSection); local
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp902 GLfixed sd = dot4(equation.v, s->eye.v); local
907 if (sd >= 0) {
914 const GLfixed t = clipDivide(sd, sd-pd);
925 const GLfixed t = clipDivide(pd, pd-sd);
939 sd = pd;
967 GLfixed sd = frustumPlaneDist(plane, s->clip); local
972 if (sd >= 0) {
979 const GLfixed t = clipDivide(sd, sd
1044 const GLfixed sd = dot4(equation.v, s->eye.v); local
1079 const GLfixed sd = frustumPlaneDist(plane, s->clip); local
[all...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp706 SectionData *sd = NULL; local
708 sd = IRBuilder::CreateSectionData(*m_psdata);
709 m_psdata->setSectionData(sd);
711 sd = m_psdata->getSectionData();
712 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7703 final StartingData sd = wtoken.startingData;
7705 if (sd == null) {
7711 + wtoken + ": pkg=" + sd.pkg);
7716 wtoken.token, sd.pkg, sd.theme, sd.compatInfo,
7717 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp984 uint32_t sd; local
986 if (!mDataSource->getUInt32(entriesoffset, &sd) ||
990 segment_duration = sd;

Completed in 354 milliseconds