/frameworks/compile/mclinker/lib/LD/ |
D | BranchIsland.cpp | 106 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()
|
D | BranchIslandFactory.cpp | 44 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()
|
D | ELFObjectReader.cpp | 166 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()
|
D | ELFObjectWriter.cpp | 383 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/ |
D | SectionMap.cpp | 53 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/ |
D | LoadedApk.java | 1458 LoadedApk.ServiceDispatcher sd = smap.valueAt(i); in removeContextRegistrations() local 1461 + sd.getServiceConnection() + " that was originally bound here"); in removeContextRegistrations() 1462 leak.setStackTrace(sd.getLocation().getStackTrace()); in removeContextRegistrations() 1469 sd.getIServiceConnection()); in removeContextRegistrations() 1473 sd.doForget(); in removeContextRegistrations() 1796 LoadedApk.ServiceDispatcher sd = null; in getServiceDispatcherCommon() local 1799 if (DEBUG) Slog.d(TAG, "Returning existing dispatcher " + sd + " for conn " + c); in getServiceDispatcherCommon() 1800 sd = map.get(c); in getServiceDispatcherCommon() 1802 if (sd == null) { in getServiceDispatcherCommon() 1804 sd = new ServiceDispatcher(c, context, executor, flags); in getServiceDispatcherCommon() [all …]
|
D | ContextImpl.java | 1954 IServiceConnection sd; in bindServiceCommon() local 1963 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), executor, flags); in bindServiceCommon() 1965 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags); in bindServiceCommon() 1982 sd, flags, instanceName, getOpPackageName(), user.getIdentifier()); in bindServiceCommon() 1999 IServiceConnection sd = mPackageInfo.lookupServiceDispatcher(conn, getOuterContext()); in updateServiceGroup() local 2000 if (sd == null) { in updateServiceGroup() 2005 ActivityManager.getService().updateServiceGroup(sd, group, importance); in updateServiceGroup() 2020 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher( in unbindService() local 2023 ActivityManager.getService().unbindService(sd); in unbindService()
|
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
D | BenchmarkResults.java | 103 double sd = 0; in standardDeviation() local 106 sd += diff * diff; in standardDeviation() 108 return Math.sqrt(sd / size); in standardDeviation()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64LDBackend.cpp | 320 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/ |
D | HexagonLDBackend.cpp | 649 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/ |
D | CodecServiceRegistrant.cpp | 339 const hidl_vec<StructDescriptor>& sd) { in getParamReflector() argument 348 if (sd.size() != 1) { in getParamReflector() 352 << sd.size() << ". " in getParamReflector() 357 if (!objcpy(&descriptor, sd[0])) { in getParamReflector()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 877 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/ |
D | ARMLDBackend.cpp | 948 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/ |
D | C2SampleComponent_test.cpp | 348 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/ |
D | client.cpp | 856 const hidl_vec<StructDescriptor>& sd) { in getParamReflector() argument 865 if (sd.size() != 1) { in getParamReflector() 869 << sd.size() << ". " in getParamReflector() 874 if (!objcpy(&descriptor, sd[0])) { in getParamReflector()
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 257 final IServiceConnection sd = mContext.getServiceDispatcher(this, this, flags); in handleMessage() local 262 .bindRemoteViewsService(mContext, appWidgetId, intent, sd, flags); in handleMessage()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceUtils.cpp | 945 for (const std::shared_ptr<C2StructDescriptor> &sd : mHistory) { in visited() local 946 if (sd->coreIndex() == index) { in visited()
|
/frameworks/av/media/extractors/mp4/ |
D | MPEG4Extractor.cpp | 1275 uint32_t sd; in parseChunk() local 1277 if (!mDataSource->getUInt32(entriesoffset, &sd) || in parseChunk() 1281 segment_duration = sd; in parseChunk()
|
/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyManager.java | 12264 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser() local 12269 sd, flags, targetUser.getIdentifier()); in bindDeviceAdminServiceAsUser()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 27058 SigningDetails sd = getSigningDetails(packageName); 27059 if (sd == null) { 27062 return sd.hasSha256Certificate(restoringFromSigHash, 27068 SigningDetails sd = getSigningDetails(packageName); 27069 if (sd == null) { 27072 return sd.hasCertificate(restoringFromSig,
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 3917 // The name of the package that is installed on the sd card. 5161 * Logs that external storage is mounted and information about it, the storage type (sd card/usb/ 5180 // Total size of the sd card in bytes.
|
/frameworks/base/core/api/ |
D | current.txt | 12729 field public static final String FEATURE_SE_OMAPI_SD = "android.hardware.se.omapi.sd";
|