HomeSort by relevance Sort by last modified time
    Searched refs:SectionInfo (Results 1 - 10 of 10) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 54 public static class SectionInfo {
92 public SectionInfo sectionInfo;
109 public static AdapterItem asSectionBreak(int pos, SectionInfo section) {
113 item.sectionInfo = section;
118 public static AdapterItem asPredictedApp(int pos, SectionInfo section, String sectionName,
125 public static AdapterItem asApp(int pos, SectionInfo section, String sectionName,
130 item.sectionInfo = section;
178 boolean continueMerging(SectionInfo section, SectionInfo withSection
    [all...]
AllAppsContainerView.java 73 public boolean continueMerging(AlphabeticalAppsList.SectionInfo section,
74 AlphabeticalAppsList.SectionInfo withSection,
105 public boolean continueMerging(AlphabeticalAppsList.SectionInfo section,
106 AlphabeticalAppsList.SectionInfo withSection,
AllAppsGridAdapter.java 202 AlphabeticalAppsList.SectionInfo sectionInfo = item.sectionInfo;
206 for (int j = item.sectionAppIndex; j < sectionInfo.numApps; j++, pos++) {
209 if (nextItem.sectionInfo != sectionInfo) {
260 i += (sectionInfo.numApps - item.sectionAppIndex);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 288 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i];
289 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
290 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
292 SectionEntry *Text = &Sections[SectionInfo.TextSID];
293 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
295 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
296 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
RuntimeDyldChecker.cpp 790 const SectionAddressInfo *SectionInfo = nullptr;
793 std::tie(SectionInfo, ErrorMsg) =
799 unsigned SectionID = SectionInfo->SectionID;
814 const SectionAddressInfo *SectionInfo = nullptr;
817 std::tie(SectionInfo, ErrorMsg) =
823 unsigned SectionID = SectionInfo->SectionID;
824 const StubOffsetsMap &SymbolStubs = SectionInfo->StubOffsets;
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 726 private static final SectionInfo[] EMPTY_SECTIONS = new SectionInfo[0];
749 private SectionInfo[] mSections = EMPTY_SECTIONS;
    [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 369 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags);
406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 252 milliseconds