Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 21 of 21) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DBranchIsland.cpp106 SectionData* sd = m_Entry.getParent(); in addStub() local
112 align_frag->setParent(sd); in addStub()
113 sd->getFragmentList().insert(end(), align_frag); in addStub()
118 pStub.setParent(sd); in addStub()
119 sd->getFragmentList().insert(end(), &pStub); in addStub()
132 SectionData* sd = m_Entry.getParent(); in addStub() local
138 align_frag->setParent(sd); in addStub()
139 sd->getFragmentList().insert(end(), align_frag); in addStub()
144 pStub.setParent(sd); in addStub()
145 sd->getFragmentList().insert(end(), &pStub); in addStub()
DBranchIslandFactory.cpp44 SectionData& sd = *((*sect)->getSectionData()); in group() local
46 for (SectionData::iterator it = sd.begin(), ie = sd.end(); it != ie; in group()
59 if (getIslands(sd.back()).first == NULL) in group()
60 produce(sd.back()); in group()
DELFObjectReader.cpp166 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections() local
167 if (!m_pELFReader->readRegularSection(pInput, *sd)) in readSections()
175 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections() local
176 if (!m_pELFReader->readRegularSection(pInput, *sd)) in readSections()
207 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections() local
208 if (!m_pELFReader->readRegularSection(pInput, *sd)) in readSections()
217 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections() local
218 if (!m_pELFReader->readRegularSection(pInput, *sd)) { in readSections()
245 SectionData* sd = IRBuilder::CreateSectionData(**section); in readSections() local
246 if (!m_Backend.readSection(pInput, *sd)) { in readSections()
DELFObjectWriter.cpp383 const SectionData* sd = NULL; in emitSectionData() local
390 sd = pSection.getEhFrame()->getSectionData(); in emitSectionData()
394 sd = pSection.getSectionData(); in emitSectionData()
397 emitSectionData(*sd, pRegion); in emitSectionData()
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp53 SectionData* sd = SectionData::Create(*m_pSection); in Input() local
54 m_pSection->setSectionData(sd); in Input()
55 new NullFragment(sd); in Input()
56 new NullFragment(sd); in Input()
65 SectionData* sd = SectionData::Create(*m_pSection); in Input() local
66 m_pSection->setSectionData(sd); in Input()
67 new NullFragment(sd); in Input()
68 new NullFragment(sd); in Input()
89 SectionData* sd = SectionData::Create(*m_pSection); in Output() local
90 m_pSection->setSectionData(sd); in Output()
[all …]
/frameworks/base/core/java/android/app/
DLoadedApk.java1338 LoadedApk.ServiceDispatcher sd = smap.valueAt(i); in removeContextRegistrations() local
1341 + sd.getServiceConnection() + " that was originally bound here"); in removeContextRegistrations()
1342 leak.setStackTrace(sd.getLocation().getStackTrace()); in removeContextRegistrations()
1349 sd.getIServiceConnection()); in removeContextRegistrations()
1353 sd.doForget(); in removeContextRegistrations()
1673 LoadedApk.ServiceDispatcher sd = null; in getServiceDispatcherCommon() local
1676 if (DEBUG) Slog.d(TAG, "Returning existing dispatcher " + sd + " for conn " + c); in getServiceDispatcherCommon()
1677 sd = map.get(c); in getServiceDispatcherCommon()
1679 if (sd == null) { in getServiceDispatcherCommon()
1681 sd = new ServiceDispatcher(c, context, executor, flags); in getServiceDispatcherCommon()
[all …]
DContextImpl.java1808 IServiceConnection sd; in bindServiceCommon() local
1817 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), executor, flags); in bindServiceCommon()
1819 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags); in bindServiceCommon()
1836 sd, flags, instanceName, getOpPackageName(), user.getIdentifier()); in bindServiceCommon()
1853 IServiceConnection sd = mPackageInfo.lookupServiceDispatcher(conn, getOuterContext()); in updateServiceGroup() local
1854 if (sd == null) { in updateServiceGroup()
1859 ActivityManager.getService().updateServiceGroup(sd, group, importance); in updateServiceGroup()
1874 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher( in unbindService() local
1877 ActivityManager.getService().unbindService(sd); in unbindService()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DBenchmarkResults.java78 double sd = 0; in standardDeviation() local
81 sd += diff * diff; in standardDeviation()
83 return Math.sqrt(sd / size); in standardDeviation()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp320 SectionData* sd = (*sect)->getSectionData(); in scanErrata() local
321 for (SectionData::iterator it = sd->begin(), ie = sd->end(); it != ie; in scanErrata()
495 SectionData* sd = (*island).begin()->getParent(); in doRelax() local
497 if (sd != prev) { in doRelax()
498 sd->getSection().setSize(sd->back().getOffset() + sd->back().size()); in doRelax()
501 prev = sd; in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp649 SectionData* sd = (*island).begin()->getParent(); in doRelax() local
651 if (sd != prev) { in doRelax()
652 sd->getSection().setSize(sd->back().getOffset() + sd->back().size()); in doRelax()
655 prev = sd; in doRelax()
698 SectionData* sd = NULL; in mergeSection() local
700 sd = IRBuilder::CreateSectionData(*m_psdata); in mergeSection()
701 m_psdata->setSectionData(sd); in mergeSection()
703 sd = m_psdata->getSectionData(); in mergeSection()
704 MoveSectionDataAndSort(*pInputSection.getSectionData(), *sd); in mergeSection()
/frameworks/av/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp338 const hidl_vec<StructDescriptor>& sd) { in getParamReflector() argument
347 if (sd.size() != 1) { in getParamReflector()
351 << sd.size() << ". " in getParamReflector()
356 if (!objcpy(&descriptor, sd[0])) { in getParamReflector()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp877 SectionData* sd = (*island).begin()->getParent(); in doRelax() local
879 if (sd != prev) { in doRelax()
880 sd->getSection().setSize(sd->back().getOffset() + sd->back().size()); in doRelax()
883 prev = sd; in doRelax()
1194 SectionData* sd = NULL; in mergeSection() local
1196 sd = IRBuilder::CreateSectionData(*m_psdata); in mergeSection()
1197 m_psdata->setSectionData(sd); in mergeSection()
1199 sd = m_psdata->getSectionData(); in mergeSection()
1200 moveSectionData(*pSection.getSectionData(), *sd); in mergeSection()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp948 SectionData* sd = (*island).begin()->getParent(); in doRelax() local
950 if (sd != prev) { in doRelax()
951 sd->getSection().setSize(sd->back().getOffset() + sd->back().size()); in doRelax()
954 prev = sd; in doRelax()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp348 void dumpStruct(const C2StructDescriptor &sd) { in dumpStruct() argument
351 dumpType(sd.coreIndex()); in dumpStruct()
354 for (const C2FieldDescriptor &f : sd) { in dumpStruct()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp820 const hidl_vec<StructDescriptor>& sd) { in getParamReflector() argument
829 if (sd.size() != 1) { in getParamReflector()
833 << sd.size() << ". " in getParamReflector()
838 if (!objcpy(&descriptor, sd[0])) { in getParamReflector()
/frameworks/base/core/java/android/widget/
DRemoteViewsAdapter.java255 final IServiceConnection sd = mContext.getServiceDispatcher(this, this, flags); in handleMessage() local
260 .bindRemoteViewsService(mContext, appWidgetId, intent, sd, flags); in handleMessage()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp943 for (const std::shared_ptr<C2StructDescriptor> &sd : mHistory) { in visited() local
944 if (sd->coreIndex() == index) { in visited()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp1234 uint32_t sd; in parseChunk() local
1236 if (!mDataSource->getUInt32(entriesoffset, &sd) || in parseChunk()
1240 segment_duration = sd; in parseChunk()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java10854 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser() local
10859 sd, flags, targetUser.getIdentifier()); in bindDeviceAdminServiceAsUser()
/frameworks/base/cmds/statsd/src/
Datoms.proto3398 // The name of the package that is installed on the sd card.
4307 * Logs that external storage is mounted and information about it, the storage type (sd card/usb/
4326 // Total size of the sd card in bytes.
/frameworks/base/api/
Dcurrent.txt12156 field public static final String FEATURE_SE_OMAPI_SD = "android.hardware.se.omapi.sd";