Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dconfig.py58 def options(self, section, *args): argument
73 def get(self, section, option, *args): argument
83 def items(self, section, *args): argument
Dhooks_unittest.py51 def _grab_section(self, section): argument
/tools/dexter/slicer/export/slicer/
Dreader.h121 slicer::ArrayView<const T> section(int offset, int count) const { in section() function
/tools/dexter/slicer/
Dwriter.cc220 static void CopySection(const T& section, dex::u1* image, dex::u4 image_size) { in CopySection()
363 auto& section = dex_->string_data; in CreateStringDataSection() local
382 static void AddMapItem(const T& section, std::vector<dex::MapItem>& items) { in AddMapItem()
395 auto& section = dex_->map_list; in CreateMapSection() local
/tools/dexter/dexter/
Ddexter.cc132 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/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt569 val section = when { in <lambda>() constant
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java1634 ManifestParser.Section section, in getDigestsToVerify()