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

/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp106 SectionData* sd = m_Entry.getParent(); local
112 align_frag->setParent(sd);
113 sd->getFragmentList().insert(end(), align_frag);
118 pStub.setParent(sd);
119 sd->getFragmentList().insert(end(), &pStub);
132 SectionData* sd = m_Entry.getParent(); local
138 align_frag->setParent(sd);
139 sd->getFragmentList().insert(end(), align_frag);
144 pStub.setParent(sd);
145 sd
[all...]
H A DBranchIslandFactory.cpp44 SectionData& sd = *((*sect)->getSectionData()); local
46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie;
59 if (getIslands(sd.back()).first == NULL)
60 produce(sd.back());
H A DELFObjectReader.cpp166 SectionData* sd = IRBuilder::CreateSectionData(**section); local
167 if (!m_pELFReader->readRegularSection(pInput, *sd))
175 SectionData* sd = IRBuilder::CreateSectionData(**section); local
176 if (!m_pELFReader->readRegularSection(pInput, *sd))
207 SectionData* sd = IRBuilder::CreateSectionData(**section); local
208 if (!m_pELFReader->readRegularSection(pInput, *sd))
217 SectionData* sd = IRBuilder::CreateSectionData(**section); local
218 if (!m_pELFReader->readRegularSection(pInput, *sd)) {
245 SectionData* sd = IRBuilder::CreateSectionData(**section); local
246 if (!m_Backend.readSection(pInput, *sd)) {
[all...]
H A DELFObjectWriter.cpp383 const SectionData* sd = NULL; local
390 sd = pSection.getEhFrame()->getSectionData();
394 sd = pSection.getSectionData();
397 emitSectionData(*sd, pRegion);
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkResults.java76 double sd = 0;
79 sd += diff * diff;
81 return Math.sqrt(sd / size);
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp53 SectionData* sd = SectionData::Create(*m_pSection); local
54 m_pSection->setSectionData(sd);
55 new NullFragment(sd);
56 new NullFragment(sd);
65 SectionData* sd = SectionData::Create(*m_pSection); local
66 m_pSection->setSectionData(sd);
67 new NullFragment(sd);
68 new NullFragment(sd);
89 SectionData* sd = SectionData::Create(*m_pSection); local
90 m_pSection->setSectionData(sd);
101 SectionData* sd = SectionData::Create(*m_pSection); local
[all...]
/frameworks/base/core/java/android/app/
H A DLoadedApk.java1174 LoadedApk.ServiceDispatcher sd = smap.valueAt(i);
1177 + sd.getServiceConnection() + " that was originally bound here");
1178 leak.setStackTrace(sd.getLocation().getStackTrace());
1185 sd.getIServiceConnection());
1189 sd.doForget();
1495 LoadedApk.ServiceDispatcher sd = null;
1498 if (DEBUG) Slog.d(TAG, "Returning existing dispatcher " + sd + " for conn " + c);
1499 sd = map.get(c);
1501 if (sd == null) {
1502 sd
1587 InnerConnection(LoadedApk.ServiceDispatcher sd) argument
[all...]
H A DContextImpl.java1654 IServiceConnection sd;
1659 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags);
1675 sd, flags, getOpPackageName(), user.getIdentifier());
1692 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher(
1695 ActivityManager.getService().unbindService(sd);
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp903 GLfixed sd = dot4(equation.v, s->eye.v); local
908 if (sd >= 0) {
915 const GLfixed t = clipDivide(sd, sd-pd);
926 const GLfixed t = clipDivide(pd, pd-sd);
940 sd = pd;
968 GLfixed sd = frustumPlaneDist(plane, s->clip); local
973 if (sd >= 0) {
980 const GLfixed t = clipDivide(sd, sd
1045 const GLfixed sd = dot4(equation.v, s->eye.v); local
1080 const GLfixed sd = frustumPlaneDist(plane, s->clip); local
[all...]
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp320 SectionData* sd = (*sect)->getSectionData(); local
321 for (SectionData::iterator it = sd->begin(), ie = sd->end(); it != ie;
495 SectionData* sd = (*island).begin()->getParent(); local
497 if (sd != prev) {
498 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
501 prev = sd;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp649 SectionData* sd = (*island).begin()->getParent(); local
651 if (sd != prev) {
652 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
655 prev = sd;
698 SectionData* sd = NULL; local
700 sd = IRBuilder::CreateSectionData(*m_psdata);
701 m_psdata->setSectionData(sd);
703 sd
[all...]
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp877 SectionData* sd = (*island).begin()->getParent(); local
879 if (sd != prev) {
880 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
883 prev = sd;
1194 SectionData* sd = NULL; local
1196 sd = IRBuilder::CreateSectionData(*m_psdata);
1197 m_psdata->setSectionData(sd);
1199 sd
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp948 SectionData* sd = (*island).begin()->getParent(); local
950 if (sd != prev) {
951 sd->getSection().setSize(sd->back().getOffset() + sd->back().size());
954 prev = sd;
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java246 final IServiceConnection sd = mContext.getServiceDispatcher(this, this, flags);
250 .bindRemoteViewsService(mContext, appWidgetId, intent, sd, flags);
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp1066 uint32_t sd; local
1068 if (!mDataSource->getUInt32(entriesoffset, &sd) ||
1072 segment_duration = sd;
/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java9036 final IServiceConnection sd = mContext.getServiceDispatcher(
9041 sd, flags, targetUser.getIdentifier());
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java[all...]

Completed in 393 milliseconds