Searched refs:sd (Results 1 - 16 of 16) 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/core/java/android/app/
H A DLoadedApk.java910 LoadedApk.ServiceDispatcher sd = smap.valueAt(i);
913 + sd.getServiceConnection() + " that was originally bound here");
914 leak.setStackTrace(sd.getLocation().getStackTrace());
921 sd.getIServiceConnection());
925 sd.doForget();
1225 LoadedApk.ServiceDispatcher sd = null;
1228 sd = map.get(c);
1230 if (sd == null) {
1231 sd = new ServiceDispatcher(c, context, handler, flags);
1236 map.put(c, sd);
1314 InnerConnection(LoadedApk.ServiceDispatcher sd) argument
[all...]
H A DContextImpl.java1473 IServiceConnection sd;
1478 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags);
1494 sd, flags, getOpPackageName(), user.getIdentifier());
1511 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher(
1514 ActivityManagerNative.getDefault().unbindService(sd);
/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/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/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/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiConfigManager.java2644 for (ScanDetail sd : scanDetailCache.values()) {
2645 logd(" " + sd.getBSSIDString() + " " + sd.getSeen());
2656 for (ScanDetail sd : scanDetailCache.values()) {
2657 logd(" " + sd.getBSSIDString() + " " + sd.getSeen());
H A DWifiNative.java1977 WifiScanner.ScanData[] sd = null;
1979 sd = getScanResultsNative(sWlan0Index, flush);
1982 if (sd != null) {
1983 return sd;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java8085 final StartingData sd = wtoken.startingData;
8087 if (sd == null) {
8093 + wtoken + ": pkg=" + sd.pkg);
8099 view = mPolicy.addStartingWindow(wtoken.token, sd.pkg, sd.theme,
8100 sd.compatInfo, sd.nonLocalizedLabel, sd.labelRes, sd.icon, sd
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1048 uint32_t sd; local
1050 if (!mDataSource->getUInt32(entriesoffset, &sd) ||
1054 segment_duration = sd;

Completed in 919 milliseconds