Home
last modified time | relevance | path

Searched defs:section (Results 1 – 8 of 8) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dreader.h124 slicer::ArrayView<const T> section(int offset, int count) const { in section() function
/tools/repohooks/rh/
Dconfig.py52 def options(self, section, default=_UNSET): argument
66 def items(self, section=_UNSET, default=_UNSET): argument
Dhooks_unittest.py52 def _grab_section(self, section): argument
/tools/dexter/slicer/
Dwriter.cc220 static void CopySection(const T& section, dex::u1* image, dex::u4 image_size) { in CopySection()
377 auto& section = dex_->string_data; in CreateStringDataSection() local
396 static void AddMapItem(const T& section, std::vector<dex::MapItem>& items) { in AddMapItem()
409 auto& section = dex_->map_list; in CreateMapSection() local
/tools/dexter/dexter/
Ddexter.cc134 const dex::MapItem& section = dexMap.list[i]; in PrintDexMap() local
/tools/apksig/src/main/java/com/android/apksig/internal/jar/
DManifestParser.java63 Section section; in readAllSections() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt614 val section = in <lambda>() constant
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java1141 ManifestParser.Section section, in getDigestsToVerify()