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

/frameworks/compile/mclinker/lib/LD/
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.cpp158 SectionData* sd = IRBuilder::CreateSectionData(**section); local
159 if (!m_pELFReader->readRegularSection(pInput, *sd))
164 SectionData* sd = IRBuilder::CreateSectionData(**section); local
165 if (!m_pELFReader->readRegularSection(pInput, *sd))
195 SectionData* sd = IRBuilder::CreateSectionData(**section); local
196 if (!m_pELFReader->readRegularSection(pInput, *sd))
205 SectionData* sd = IRBuilder::CreateSectionData(**section); local
206 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
235 SectionData* sd = IRBuilder::CreateSectionData(**section); local
236 if (!m_Backend.readSection(pInput, *sd)) {
[all...]
H A DELFObjectWriter.cpp380 const SectionData* sd = NULL; local
387 sd = pSection.getEhFrame()->getSectionData();
391 sd = pSection.getSectionData();
394 emitSectionData(*sd, pRegion);
/frameworks/base/core/java/android/app/
H A DLoadedApk.java571 LoadedApk.ServiceDispatcher sd = smap.valueAt(i);
574 + sd.getServiceConnection() + " that was originally bound here");
575 leak.setStackTrace(sd.getLocation().getStackTrace());
582 sd.getIServiceConnection());
586 sd.doForget();
867 LoadedApk.ServiceDispatcher sd = null;
870 sd = map.get(c);
872 if (sd == null) {
873 sd = new ServiceDispatcher(c, context, handler, flags);
878 map.put(c, sd);
957 InnerConnection(LoadedApk.ServiceDispatcher sd) argument
[all...]
H A DContextImpl.java1556 IServiceConnection sd;
1561 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(),
1578 sd, flags, user.getIdentifier());
1595 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher(
1598 ActivityManagerNative.getDefault().unbindService(sd);
/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.cpp692 SectionData *sd = NULL; local
694 sd = IRBuilder::CreateSectionData(*m_psdata);
695 m_psdata->setSectionData(sd);
697 sd = m_psdata->getSectionData();
698 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd);
/frameworks/compile/mclinker/tools/llvm-mcld/
H A Dllvm-mcld.cpp1099 cl::list<std::string>::iterator sd; local
1101 for (sd=ArgSearchDirList.begin(); sd!=sdEnd; ++sd) {
1102 if (!pScript.directories().insert(*sd)) {
1105 << *sd
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp412 SectionData* sd = IRBuilder::CreateSectionData(*m_pAttributes);
413 ObjectBuilder::MoveSectionData(*pSection.getSectionData(), *sd);
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp938 uint32_t sd; local
940 if (!mDataSource->getUInt32(entriesoffset, &sd) ||
944 segment_duration = sd;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java7145 final StartingData sd = wtoken.startingData;
7147 if (sd == null) {
7153 + wtoken + ": pkg=" + sd.pkg);
7158 wtoken.token, sd.pkg, sd.theme, sd.compatInfo,
7159 sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd
[all...]

Completed in 1110 milliseconds