Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 22 of 22) 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/base/core/java/android/app/
DLoadedApk.java1332 LoadedApk.ServiceDispatcher sd = smap.valueAt(i); in removeContextRegistrations() local
1335 + sd.getServiceConnection() + " that was originally bound here"); in removeContextRegistrations()
1336 leak.setStackTrace(sd.getLocation().getStackTrace()); in removeContextRegistrations()
1343 sd.getIServiceConnection()); in removeContextRegistrations()
1347 sd.doForget(); in removeContextRegistrations()
1667 LoadedApk.ServiceDispatcher sd = null; in getServiceDispatcherCommon() local
1670 if (DEBUG) Slog.d(TAG, "Returning existing dispatcher " + sd + " for conn " + c); in getServiceDispatcherCommon()
1671 sd = map.get(c); in getServiceDispatcherCommon()
1673 if (sd == null) { in getServiceDispatcherCommon()
1675 sd = new ServiceDispatcher(c, context, executor, flags); in getServiceDispatcherCommon()
[all …]
DContextImpl.java1710 IServiceConnection sd; in bindServiceCommon() local
1719 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), executor, flags); in bindServiceCommon()
1721 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags); in bindServiceCommon()
1738 sd, flags, instanceName, getOpPackageName(), user.getIdentifier()); in bindServiceCommon()
1755 IServiceConnection sd = mPackageInfo.lookupServiceDispatcher(conn, getOuterContext()); in updateServiceGroup() local
1756 if (sd == null) { in updateServiceGroup()
1761 ActivityManager.getService().updateServiceGroup(sd, group, importance); in updateServiceGroup()
1776 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher( in unbindService() local
1779 ActivityManager.getService().unbindService(sd); in unbindService()
/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/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/native/opengl/libagl/
Dprimitives.cpp903 GLfixed sd = dot4(equation.v, s->eye.v); in clip_triangle() local
908 if (sd >= 0) { in clip_triangle()
915 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
926 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
940 sd = pd; in clip_triangle()
968 GLfixed sd = frustumPlaneDist(plane, s->clip); in clip_triangle() local
973 if (sd >= 0) { in clip_triangle()
980 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
991 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
1005 sd = pd; in clip_triangle()
[all …]
/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/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.cpp699 const hidl_vec<StructDescriptor>& sd) { in getParamReflector() argument
708 if (sd.size() != 1) { in getParamReflector()
712 << sd.size() << ". " in getParamReflector()
717 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.cpp929 for (const std::shared_ptr<C2StructDescriptor> &sd : mHistory) { in visited() local
930 if (sd->coreIndex() == index) { in visited()
/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp1152 uint32_t sd; in parseChunk() local
1154 if (!mDataSource->getUInt32(entriesoffset, &sd) || in parseChunk()
1158 segment_duration = sd; in parseChunk()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java9974 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser() local
9979 sd, flags, targetUser.getIdentifier()); in bindDeviceAdminServiceAsUser()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java24281 SigningDetails sd = getSigningDetails(packageName);
24282 if (sd == null) {
24285 return sd.hasSha256Certificate(restoringFromSigHash,
24291 SigningDetails sd = getSigningDetails(packageName);
24292 if (sd == null) {
24295 return sd.hasCertificate(restoringFromSig,
/frameworks/base/cmds/statsd/src/
Datoms.proto2724 // The name of the package that is installed on the sd card.
3448 * Logs that external storage is mounted and information about it, the storage type (sd card/usb/
3467 // Total size of the sd card in bytes.
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt110025 Ljava/io/InputStreamReader;->sd:Lsun/nio/cs/StreamDecoder;