HomeSort by relevance Sort by last modified time
    Searched defs:sectionMap (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/mclinker/include/mcld/
LinkerScript.h 16 #include "mcld/Object/SectionMap.h"
60 const SectionMap& sectionMap() const { return m_SectionMap; }
61 SectionMap& sectionMap() { return m_SectionMap; }
100 SectionMap m_SectionMap;
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowCoverageServlet.java 96 Map<String, List<Integer>> sectionMap = new HashMap<>();
103 if (!sectionMap.containsKey(coverageEntity.group)) {
104 sectionMap.put(coverageEntity.group, new ArrayList<Integer>());
106 sectionMap.get(coverageEntity.group).add(coverageVectors.size());
132 request.setAttribute("sectionMap", new Gson().toJson(sectionMap));
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 262 TreeMap<String, ArrayList<AppInfo>> sectionMap = new TreeMap<>(new LabelComparator());
268 ArrayList<AppInfo> sectionApps = sectionMap.get(sectionName);
271 sectionMap.put(sectionName, sectionApps);
278 for (Map.Entry<String, ArrayList<AppInfo>> entry : sectionMap.entrySet()) {
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 547 const struct SectionMap {
550 } sectionMap[] = {
571 for (size_t i = 0; i < ARRAY_SIZE(sectionMap); i++) {
572 if (strcmp(name, sectionMap[i].name) != 0) {
575 appSection = (struct ElfAppSection *) &appBytes[sectionMap[i].offset];
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 35 #include "mcld/Object/SectionMap.h"
    [all...]
  /external/annotation-tools/scene-lib/
ant-contrib.jar 

Completed in 112 milliseconds